Pagination
Most "retrieve all" responses from EasyPost are paginated.
Records are returned in descending order (most recent first), and the has_more
attribute indicates whether or not additional pages can be requested.
The request accepts a variety of parameters which can be used to modify the scope.
The recommended way of paginating is to use either the before_id
/after_id
or start_datetime
/end_datetime
parameters to specify where the next page begins.
You can also use the optional page_size
parameter to specify how many records you would like per page. We limit the number of records per page to 100, and most endpoints default to 20.
Support for these parameters vary by endpoint.
If you need to retrieve a successive page when the has_more
key is present, make another "retrieve all" request and set the before_id
to the ID of the last item returned.
For example, let's say you have 140 Shipment
objects and are trying to interact with all of them.
If you make a call to retrieve all Shipment
s with the page_size
set to 20, you would need to loop through 7 pages, each with 20 results.
To get to the next page of results, you would need to set before_id
to the response['shipments'][19]['id']
.
You would continue to request each additional page while specifying the id
of the last Shipment
of the previous request until the has_more
attribute is false
, indicating that all results have been retrieved.
Request Parameters
1# Get first page of results
2curl -X GET "https://api.easypost.com/v2/shipments?page_size=5" \
3 -u "EASYPOST_API_KEY":
4
5# Provide the ID of the last element of the previous page in the before_id param
6curl -X GET "https://api.easypost.com/v2/shipments?page_size=5&before_id=shp_..." \
7 -u "EASYPOST_API_KEY":
1{
2 "shipments": [
3 {
4 "created_at": "2024-01-24T00:07:32Z",
5 "is_return": false,
6 "messages": [],
7 "mode": "test",
8 "options": {
9 "currency": "USD",
10 "payment": {
11 "type": "SENDER"
12 },
13 "date_advance": 0
14 },
15 "reference": null,
16 "status": "delivered",
17 "tracking_code": "9434600207552011812848",
18 "updated_at": "2024-01-24T00:12:41Z",
19 "batch_id": null,
20 "batch_status": null,
21 "batch_message": null,
22 "customs_info": {
23 "id": "cstinfo_fd42061296ef450285b451ef66f9b9d5",
24 "object": "CustomsInfo",
25 "created_at": "2024-01-24T00:07:32Z",
26 "updated_at": "2024-01-24T00:07:32Z",
27 "contents_explanation": "",
28 "contents_type": "merchandise",
29 "customs_certify": true,
30 "customs_signer": "Steve Brule",
31 "eel_pfc": "NOEEI 30.37(a)",
32 "non_delivery_option": "return",
33 "restriction_comments": null,
34 "restriction_type": "none",
35 "mode": "test",
36 "declaration": null,
37 "customs_items": [
38 {
39 "id": "cstitem_f7de527850e34f018ef41e9f69be6758",
40 "object": "CustomsItem",
41 "created_at": "2024-01-24T00:07:32Z",
42 "updated_at": "2024-01-24T00:07:32Z",
43 "description": "T-shirt",
44 "hs_tariff_number": "123456",
45 "origin_country": "US",
46 "quantity": 1,
47 "value": "10.0",
48 "weight": 5.0,
49 "code": "123",
50 "mode": "test",
51 "manufacturer": null,
52 "currency": null,
53 "eccn": null,
54 "printed_commodity_identifier": null
55 }
56 ]
57 },
58 "from_address": {
59 "id": "adr_91fa95f1ba4c11ee8c59ac1f6bc53342",
60 "object": "Address",
61 "created_at": "2024-01-24T00:07:32+00:00",
62 "updated_at": "2024-01-24T00:07:32+00:00",
63 "name": "EasyPost",
64 "company": null,
65 "street1": "417 Montgomery Street",
66 "street2": "5th Floor",
67 "city": "San Francisco",
68 "state": "CA",
69 "zip": "94104",
70 "country": "US",
71 "phone": "4153334445",
72 "email": "support@easypost.com",
73 "mode": "test",
74 "carrier_facility": null,
75 "residential": null,
76 "federal_tax_id": null,
77 "state_tax_id": null,
78 "verifications": {}
79 },
80 "insurance": "249.99",
81 "order_id": null,
82 "parcel": {
83 "id": "prcl_a5e317e47ac9442988d338cb2a0fde17",
84 "object": "Parcel",
85 "created_at": "2024-01-24T00:07:32Z",
86 "updated_at": "2024-01-24T00:07:32Z",
87 "length": 20.2,
88 "width": 10.9,
89 "height": 5.0,
90 "predefined_package": null,
91 "weight": 65.9,
92 "mode": "test"
93 },
94 "postage_label": {
95 "object": "PostageLabel",
96 "id": "pl_51b80cc8523d4fc28c4ab710594e0913",
97 "created_at": "2024-01-24T00:07:33Z",
98 "updated_at": "2024-01-24T00:07:33Z",
99 "date_advance": 0,
100 "integrated_form": "none",
101 "label_date": "2024-01-24T00:07:33Z",
102 "label_resolution": 300,
103 "label_size": "4x6",
104 "label_type": "default",
105 "label_file_type": "image/png",
106 "label_url": "https://easypost-files.s3.us-west-2.amazonaws.com/files/postage_label/20240124/e81cecd85b82d749a19cf38dae0e30fc53.png",
107 "label_pdf_url": null,
108 "label_zpl_url": null,
109 "label_epl2_url": null,
110 "label_file": null
111 },
112 "rates": [
113 {
114 "id": "rate_6366c70cbea94c60b8d282ccf0f60ce0",
115 "object": "Rate",
116 "created_at": "2024-01-24T00:07:32Z",
117 "updated_at": "2024-01-24T00:07:32Z",
118 "mode": "test",
119 "service": "GroundAdvantage",
120 "carrier": "USPS",
121 "rate": "6.79",
122 "currency": "USD",
123 "retail_rate": "13.15",
124 "retail_currency": "USD",
125 "list_rate": "9.41",
126 "list_currency": "USD",
127 "billing_type": "easypost",
128 "delivery_days": 3,
129 "delivery_date": null,
130 "delivery_date_guaranteed": false,
131 "est_delivery_days": 3,
132 "shipment_id": "shp_56b10c708daa4c25b5895c5354758aaf",
133 "carrier_account_id": "ca_9685a1198a75477885a3cdca37559bac"
134 },
135 {
136 "id": "rate_7dd1fb53702d473bbb9eeaf53d7a72d7",
137 "object": "Rate",
138 "created_at": "2024-01-24T00:07:32Z",
139 "updated_at": "2024-01-24T00:07:32Z",
140 "mode": "test",
141 "service": "First",
142 "carrier": "USPS",
143 "rate": "6.79",
144 "currency": "USD",
145 "retail_rate": "13.15",
146 "retail_currency": "USD",
147 "list_rate": "9.41",
148 "list_currency": "USD",
149 "billing_type": "easypost",
150 "delivery_days": 3,
151 "delivery_date": null,
152 "delivery_date_guaranteed": false,
153 "est_delivery_days": 3,
154 "shipment_id": "shp_56b10c708daa4c25b5895c5354758aaf",
155 "carrier_account_id": "ca_9685a1198a75477885a3cdca37559bac"
156 },
157 {
158 "id": "rate_263930dcc1ef4331b9a16313f55c47d6",
159 "object": "Rate",
160 "created_at": "2024-01-24T00:07:32Z",
161 "updated_at": "2024-01-24T00:07:32Z",
162 "mode": "test",
163 "service": "ParcelSelect",
164 "carrier": "USPS",
165 "rate": "6.79",
166 "currency": "USD",
167 "retail_rate": "13.15",
168 "retail_currency": "USD",
169 "list_rate": "9.41",
170 "list_currency": "USD",
171 "billing_type": "easypost",
172 "delivery_days": 3,
173 "delivery_date": null,
174 "delivery_date_guaranteed": false,
175 "est_delivery_days": 3,
176 "shipment_id": "shp_56b10c708daa4c25b5895c5354758aaf",
177 "carrier_account_id": "ca_9685a1198a75477885a3cdca37559bac"
178 },
179 {
180 "id": "rate_bd7a2aa312224b43b15d56b2e818e946",
181 "object": "Rate",
182 "created_at": "2024-01-24T00:07:32Z",
183 "updated_at": "2024-01-24T00:07:32Z",
184 "mode": "test",
185 "service": "Express",
186 "carrier": "USPS",
187 "rate": "49.60",
188 "currency": "USD",
189 "retail_rate": "57.40",
190 "retail_currency": "USD",
191 "list_rate": "49.60",
192 "list_currency": "USD",
193 "billing_type": "easypost",
194 "delivery_days": null,
195 "delivery_date": null,
196 "delivery_date_guaranteed": false,
197 "est_delivery_days": null,
198 "shipment_id": "shp_56b10c708daa4c25b5895c5354758aaf",
199 "carrier_account_id": "ca_9685a1198a75477885a3cdca37559bac"
200 },
201 {
202 "id": "rate_6ec39e90cf6b4f2d97aab43d7c946559",
203 "object": "Rate",
204 "created_at": "2024-01-24T00:07:32Z",
205 "updated_at": "2024-01-24T00:07:32Z",
206 "mode": "test",
207 "service": "Priority",
208 "carrier": "USPS",
209 "rate": "7.33",
210 "currency": "USD",
211 "retail_rate": "15.20",
212 "retail_currency": "USD",
213 "list_rate": "10.89",
214 "list_currency": "USD",
215 "billing_type": "easypost",
216 "delivery_days": 2,
217 "delivery_date": null,
218 "delivery_date_guaranteed": false,
219 "est_delivery_days": 2,
220 "shipment_id": "shp_56b10c708daa4c25b5895c5354758aaf",
221 "carrier_account_id": "ca_9685a1198a75477885a3cdca37559bac"
222 }
223 ],
224 "refund_status": null,
225 "scan_form": null,
226 "selected_rate": {
227 "id": "rate_6366c70cbea94c60b8d282ccf0f60ce0",
228 "object": "Rate",
229 "created_at": "2024-01-24T00:07:33Z",
230 "updated_at": "2024-01-24T00:07:33Z",
231 "mode": "test",
232 "service": "GroundAdvantage",
233 "carrier": "USPS",
234 "rate": "6.79",
235 "currency": "USD",
236 "retail_rate": "13.15",
237 "retail_currency": "USD",
238 "list_rate": "9.41",
239 "list_currency": "USD",
240 "billing_type": "easypost",
241 "delivery_days": 3,
242 "delivery_date": null,
243 "delivery_date_guaranteed": false,
244 "est_delivery_days": 3,
245 "shipment_id": "shp_56b10c708daa4c25b5895c5354758aaf",
246 "carrier_account_id": "ca_9685a1198a75477885a3cdca37559bac"
247 },
248 "tracker": {
249 "id": "trk_814a807c3fae4203a4d61293b2b0b3dc",
250 "object": "Tracker",
251 "mode": "test",
252 "tracking_code": "9434600207552011812848",
253 "status": "delivered",
254 "status_detail": "arrived_at_destination",
255 "created_at": "2024-01-24T00:07:34Z",
256 "updated_at": "2024-01-24T00:10:34Z",
257 "signed_by": "John Tester",
258 "weight": null,
259 "est_delivery_date": "2024-01-24T00:10:34Z",
260 "shipment_id": "shp_56b10c708daa4c25b5895c5354758aaf",
261 "carrier": "USPS",
262 "tracking_details": [
263 {
264 "object": "TrackingDetail",
265 "message": "Pre-Shipment Info Sent to USPS",
266 "description": "",
267 "status": "pre_transit",
268 "status_detail": "status_update",
269 "datetime": "2023-12-24T00:10:34Z",
270 "source": "USPS",
271 "carrier_code": "",
272 "tracking_location": {
273 "object": "TrackingLocation",
274 "city": null,
275 "state": null,
276 "country": null,
277 "zip": null
278 }
279 },
280 {
281 "object": "TrackingDetail",
282 "message": "Shipping Label Created",
283 "description": "",
284 "status": "pre_transit",
285 "status_detail": "status_update",
286 "datetime": "2023-12-24T12:47:34Z",
287 "source": "USPS",
288 "carrier_code": "",
289 "tracking_location": {
290 "object": "TrackingLocation",
291 "city": "HOUSTON",
292 "state": "TX",
293 "country": null,
294 "zip": "77063"
295 }
296 },
297 {
298 "object": "TrackingDetail",
299 "message": "Arrived at USPS Origin Facility",
300 "description": "",
301 "status": "in_transit",
302 "status_detail": "arrived_at_facility",
303 "datetime": "2023-12-24T22:52:34Z",
304 "source": "USPS",
305 "carrier_code": "",
306 "tracking_location": {
307 "object": "TrackingLocation",
308 "city": "NORTH HOUSTON",
309 "state": "TX",
310 "country": null,
311 "zip": "77315"
312 }
313 },
314 {
315 "object": "TrackingDetail",
316 "message": "Arrived at USPS Facility",
317 "description": "",
318 "status": "in_transit",
319 "status_detail": "arrived_at_facility",
320 "datetime": "2023-12-26T00:28:34Z",
321 "source": "USPS",
322 "carrier_code": "",
323 "tracking_location": {
324 "object": "TrackingLocation",
325 "city": "COLUMBIA",
326 "state": "SC",
327 "country": null,
328 "zip": "29201"
329 }
330 },
331 {
332 "object": "TrackingDetail",
333 "message": "Arrived at Post Office",
334 "description": "",
335 "status": "in_transit",
336 "status_detail": "arrived_at_facility",
337 "datetime": "2023-12-26T03:19:34Z",
338 "source": "USPS",
339 "carrier_code": "",
340 "tracking_location": {
341 "object": "TrackingLocation",
342 "city": "CHARLESTON",
343 "state": "SC",
344 "country": null,
345 "zip": "29407"
346 }
347 },
348 {
349 "object": "TrackingDetail",
350 "message": "Sorting Complete",
351 "description": "",
352 "status": "in_transit",
353 "status_detail": "status_update",
354 "datetime": "2023-12-26T08:59:34Z",
355 "source": "USPS",
356 "carrier_code": "",
357 "tracking_location": {
358 "object": "TrackingLocation",
359 "city": "CHARLESTON",
360 "state": "SC",
361 "country": null,
362 "zip": "29407"
363 }
364 },
365 {
366 "object": "TrackingDetail",
367 "message": "Out for Delivery",
368 "description": "",
369 "status": "out_for_delivery",
370 "status_detail": "out_for_delivery",
371 "datetime": "2023-12-26T09:09:34Z",
372 "source": "USPS",
373 "carrier_code": "",
374 "tracking_location": {
375 "object": "TrackingLocation",
376 "city": "CHARLESTON",
377 "state": "SC",
378 "country": null,
379 "zip": "29407"
380 }
381 },
382 {
383 "object": "TrackingDetail",
384 "message": "Delivered",
385 "description": "",
386 "status": "delivered",
387 "status_detail": "arrived_at_destination",
388 "datetime": "2023-12-26T14:01:34Z",
389 "source": "USPS",
390 "carrier_code": "",
391 "tracking_location": {
392 "object": "TrackingLocation",
393 "city": "CHARLESTON",
394 "state": "SC",
395 "country": null,
396 "zip": "29407"
397 }
398 }
399 ],
400 "fees": [],
401 "carrier_detail": {
402 "object": "CarrierDetail",
403 "service": "First-Class Package Service",
404 "container_type": null,
405 "est_delivery_date_local": null,
406 "est_delivery_time_local": null,
407 "origin_location": "HOUSTON TX, 77001",
408 "origin_tracking_location": {
409 "object": "TrackingLocation",
410 "city": "NORTH HOUSTON",
411 "state": "TX",
412 "country": null,
413 "zip": "77315"
414 },
415 "destination_location": "CHARLESTON SC, 29401",
416 "destination_tracking_location": {
417 "object": "TrackingLocation",
418 "city": "CHARLESTON",
419 "state": "SC",
420 "country": null,
421 "zip": "29407"
422 },
423 "guaranteed_delivery_date": null,
424 "alternate_identifier": null,
425 "initial_delivery_attempt": "2023-12-26T14:01:34Z"
426 },
427 "public_url": "https://track.easypost.com/djE6dHJrXzgxNGE4MDdjM2ZhZTQyMDNhNGQ2MTI5M2IyYjBiM2Rj"
428 },
429 "to_address": {
430 "id": "adr_91f7ca0fba4c11eeb731ac1f6bc539aa",
431 "object": "Address",
432 "created_at": "2024-01-24T00:07:32+00:00",
433 "updated_at": "2024-01-24T00:07:33+00:00",
434 "name": "DR. STEVE BRULE",
435 "company": null,
436 "street1": "179 N HARBOR DR",
437 "street2": null,
438 "city": "REDONDO BEACH",
439 "state": "CA",
440 "zip": "90277-2506",
441 "country": "US",
442 "phone": "8573875756",
443 "email": "DR_STEVE_BRULE@GMAIL.COM",
444 "mode": "test",
445 "carrier_facility": null,
446 "residential": false,
447 "federal_tax_id": null,
448 "state_tax_id": null,
449 "verifications": {
450 "zip4": {
451 "success": true,
452 "errors": [],
453 "details": null
454 },
455 "delivery": {
456 "success": true,
457 "errors": [],
458 "details": {
459 "latitude": 33.8436,
460 "longitude": -118.39177,
461 "time_zone": "America/Los_Angeles"
462 }
463 }
464 }
465 },
466 "usps_zone": 4,
467 "return_address": {
468 "id": "adr_91fa95f1ba4c11ee8c59ac1f6bc53342",
469 "object": "Address",
470 "created_at": "2024-01-24T00:07:32+00:00",
471 "updated_at": "2024-01-24T00:07:32+00:00",
472 "name": "EasyPost",
473 "company": null,
474 "street1": "417 Montgomery Street",
475 "street2": "5th Floor",
476 "city": "San Francisco",
477 "state": "CA",
478 "zip": "94104",
479 "country": "US",
480 "phone": "4153334445",
481 "email": "support@easypost.com",
482 "mode": "test",
483 "carrier_facility": null,
484 "residential": null,
485 "federal_tax_id": null,
486 "state_tax_id": null,
487 "verifications": {}
488 },
489 "buyer_address": {
490 "id": "adr_91f7ca0fba4c11eeb731ac1f6bc539aa",
491 "object": "Address",
492 "created_at": "2024-01-24T00:07:32+00:00",
493 "updated_at": "2024-01-24T00:07:33+00:00",
494 "name": "DR. STEVE BRULE",
495 "company": null,
496 "street1": "179 N HARBOR DR",
497 "street2": null,
498 "city": "REDONDO BEACH",
499 "state": "CA",
500 "zip": "90277-2506",
501 "country": "US",
502 "phone": "8573875756",
503 "email": "DR_STEVE_BRULE@GMAIL.COM",
504 "mode": "test",
505 "carrier_facility": null,
506 "residential": false,
507 "federal_tax_id": null,
508 "state_tax_id": null,
509 "verifications": {
510 "zip4": {
511 "success": true,
512 "errors": [],
513 "details": null
514 },
515 "delivery": {
516 "success": true,
517 "errors": [],
518 "details": {
519 "latitude": 33.8436,
520 "longitude": -118.39177,
521 "time_zone": "America/Los_Angeles"
522 }
523 }
524 }
525 },
526 "forms": [],
527 "fees": [
528 {
529 "object": "Fee",
530 "type": "LabelFee",
531 "amount": "0.00000",
532 "charged": true,
533 "refunded": false
534 },
535 {
536 "object": "Fee",
537 "type": "PostageFee",
538 "amount": "6.79000",
539 "charged": true,
540 "refunded": false
541 },
542 {
543 "object": "Fee",
544 "type": "InsuranceFee",
545 "amount": "1.24995",
546 "charged": true,
547 "refunded": false
548 }
549 ],
550 "id": "shp_56b10c708daa4c25b5895c5354758aaf",
551 "object": "Shipment"
552 },
553 {
554 "created_at": "2024-01-24T00:07:28Z",
555 "is_return": false,
556 "messages": [],
557 "mode": "test",
558 "options": {
559 "currency": "USD",
560 "payment": {
561 "type": "SENDER"
562 },
563 "date_advance": 0
564 },
565 "reference": null,
566 "status": "delivered",
567 "tracking_code": "9405500207552011812825",
568 "updated_at": "2024-01-24T00:12:32Z",
569 "batch_id": "batch_83009a1272fa48ffb1a3d29074a16960",
570 "batch_status": "postage_purchased",
571 "batch_message": null,
572 "customs_info": {
573 "id": "cstinfo_916710a3039140c5a6e7f2f812ef83d7",
574 "object": "CustomsInfo",
575 "created_at": "2024-01-24T00:07:28Z",
576 "updated_at": "2024-01-24T00:07:28Z",
577 "contents_explanation": "",
578 "contents_type": "merchandise",
579 "customs_certify": true,
580 "customs_signer": "Steve Brule",
581 "eel_pfc": "NOEEI 30.37(a)",
582 "non_delivery_option": "return",
583 "restriction_comments": null,
584 "restriction_type": "none",
585 "mode": "test",
586 "declaration": null,
587 "customs_items": [
588 {
589 "id": "cstitem_eead7973a2d644189ebd7c8f11f9647a",
590 "object": "CustomsItem",
591 "created_at": "2024-01-24T00:07:28Z",
592 "updated_at": "2024-01-24T00:07:28Z",
593 "description": "T-shirt",
594 "hs_tariff_number": "123456",
595 "origin_country": "US",
596 "quantity": 1,
597 "value": "10.0",
598 "weight": 5.0,
599 "code": "123",
600 "mode": "test",
601 "manufacturer": null,
602 "currency": null,
603 "eccn": null,
604 "printed_commodity_identifier": null
605 }
606 ]
607 },
608 "from_address": {
609 "id": "adr_8f5e7e74ba4c11ee8bd0ac1f6bc53342",
610 "object": "Address",
611 "created_at": "2024-01-24T00:07:28+00:00",
612 "updated_at": "2024-01-24T00:07:28+00:00",
613 "name": "EasyPost",
614 "company": null,
615 "street1": "417 Montgomery Street",
616 "street2": "5th Floor",
617 "city": "San Francisco",
618 "state": "CA",
619 "zip": "94104",
620 "country": "US",
621 "phone": "4153334445",
622 "email": "support@easypost.com",
623 "mode": "test",
624 "carrier_facility": null,
625 "residential": null,
626 "federal_tax_id": null,
627 "state_tax_id": null,
628 "verifications": {}
629 },
630 "insurance": null,
631 "order_id": null,
632 "parcel": {
633 "id": "prcl_bba0f7cc48d64a299938fef3a3e0b9a0",
634 "object": "Parcel",
635 "created_at": "2024-01-24T00:07:28Z",
636 "updated_at": "2024-01-24T00:07:28Z",
637 "length": 20.2,
638 "width": 10.9,
639 "height": 5.0,
640 "predefined_package": null,
641 "weight": 65.9,
642 "mode": "test"
643 },
644 "postage_label": {
645 "object": "PostageLabel",
646 "id": "pl_9562571fa39b4e49892a8c60f12be255",
647 "created_at": "2024-01-24T00:07:28Z",
648 "updated_at": "2024-01-24T00:07:28Z",
649 "date_advance": 0,
650 "integrated_form": "none",
651 "label_date": "2024-01-24T00:07:28Z",
652 "label_resolution": 300,
653 "label_size": "4x6",
654 "label_type": "default",
655 "label_file_type": "image/png",
656 "label_url": "https://easypost-files.s3.us-west-2.amazonaws.com/files/postage_label/20240124/e8a95864fe9ec34eeabf5fc2ad415fda5d.png",
657 "label_pdf_url": null,
658 "label_zpl_url": null,
659 "label_epl2_url": null,
660 "label_file": null
661 },
662 "rates": [
663 {
664 "id": "rate_15a03f25e00d49a098da8d40c8e1719e",
665 "object": "Rate",
666 "created_at": "2024-01-24T00:07:28Z",
667 "updated_at": "2024-01-24T00:07:28Z",
668 "mode": "test",
669 "service": "Express",
670 "carrier": "USPS",
671 "rate": "49.60",
672 "currency": "USD",
673 "retail_rate": "57.40",
674 "retail_currency": "USD",
675 "list_rate": "49.60",
676 "list_currency": "USD",
677 "billing_type": "easypost",
678 "delivery_days": null,
679 "delivery_date": null,
680 "delivery_date_guaranteed": false,
681 "est_delivery_days": null,
682 "shipment_id": "shp_8631f00640ba4d62b9131da3852a26e4",
683 "carrier_account_id": "ca_9685a1198a75477885a3cdca37559bac"
684 },
685 {
686 "id": "rate_edd7e3cedd9d4aa9bd21eb23a740af7d",
687 "object": "Rate",
688 "created_at": "2024-01-24T00:07:28Z",
689 "updated_at": "2024-01-24T00:07:28Z",
690 "mode": "test",
691 "service": "Priority",
692 "carrier": "USPS",
693 "rate": "7.33",
694 "currency": "USD",
695 "retail_rate": "15.20",
696 "retail_currency": "USD",
697 "list_rate": "10.89",
698 "list_currency": "USD",
699 "billing_type": "easypost",
700 "delivery_days": 2,
701 "delivery_date": null,
702 "delivery_date_guaranteed": false,
703 "est_delivery_days": 2,
704 "shipment_id": "shp_8631f00640ba4d62b9131da3852a26e4",
705 "carrier_account_id": "ca_9685a1198a75477885a3cdca37559bac"
706 },
707 {
708 "id": "rate_bc0979e7fa314d2b935d8fee9312c766",
709 "object": "Rate",
710 "created_at": "2024-01-24T00:07:28Z",
711 "updated_at": "2024-01-24T00:07:28Z",
712 "mode": "test",
713 "service": "GroundAdvantage",
714 "carrier": "USPS",
715 "rate": "6.79",
716 "currency": "USD",
717 "retail_rate": "13.15",
718 "retail_currency": "USD",
719 "list_rate": "9.41",
720 "list_currency": "USD",
721 "billing_type": "easypost",
722 "delivery_days": 3,
723 "delivery_date": null,
724 "delivery_date_guaranteed": false,
725 "est_delivery_days": 3,
726 "shipment_id": "shp_8631f00640ba4d62b9131da3852a26e4",
727 "carrier_account_id": "ca_9685a1198a75477885a3cdca37559bac"
728 },
729 {
730 "id": "rate_418622e2edeb4015b8bbd72fbe2d3ff6",
731 "object": "Rate",
732 "created_at": "2024-01-24T00:07:28Z",
733 "updated_at": "2024-01-24T00:07:28Z",
734 "mode": "test",
735 "service": "First",
736 "carrier": "USPS",
737 "rate": "6.79",
738 "currency": "USD",
739 "retail_rate": "13.15",
740 "retail_currency": "USD",
741 "list_rate": "9.41",
742 "list_currency": "USD",
743 "billing_type": "easypost",
744 "delivery_days": 3,
745 "delivery_date": null,
746 "delivery_date_guaranteed": false,
747 "est_delivery_days": 3,
748 "shipment_id": "shp_8631f00640ba4d62b9131da3852a26e4",
749 "carrier_account_id": "ca_9685a1198a75477885a3cdca37559bac"
750 },
751 {
752 "id": "rate_699f9b847989489891a0db1489c6c0f2",
753 "object": "Rate",
754 "created_at": "2024-01-24T00:07:28Z",
755 "updated_at": "2024-01-24T00:07:28Z",
756 "mode": "test",
757 "service": "ParcelSelect",
758 "carrier": "USPS",
759 "rate": "6.79",
760 "currency": "USD",
761 "retail_rate": "13.15",
762 "retail_currency": "USD",
763 "list_rate": "9.41",
764 "list_currency": "USD",
765 "billing_type": "easypost",
766 "delivery_days": 3,
767 "delivery_date": null,
768 "delivery_date_guaranteed": false,
769 "est_delivery_days": 3,
770 "shipment_id": "shp_8631f00640ba4d62b9131da3852a26e4",
771 "carrier_account_id": "ca_9685a1198a75477885a3cdca37559bac"
772 }
773 ],
774 "refund_status": null,
775 "scan_form": {
776 "id": "sf_589e52186e9249669c7806912a6ab766",
777 "object": "ScanForm",
778 "created_at": "2024-01-24T00:07:29Z",
779 "updated_at": "2024-01-24T00:07:29Z",
780 "tracking_codes": ["9405500207552011812825"],
781 "address": {
782 "id": "adr_8f5e7e74ba4c11ee8bd0ac1f6bc53342",
783 "object": "Address",
784 "created_at": "2024-01-24T00:07:28+00:00",
785 "updated_at": "2024-01-24T00:07:28+00:00",
786 "name": "EasyPost",
787 "company": null,
788 "street1": "417 Montgomery Street",
789 "street2": "5th Floor",
790 "city": "San Francisco",
791 "state": "CA",
792 "zip": "94104",
793 "country": "US",
794 "phone": "4153334445",
795 "email": "support@easypost.com",
796 "mode": "test",
797 "carrier_facility": null,
798 "residential": null,
799 "federal_tax_id": null,
800 "state_tax_id": null,
801 "verifications": {}
802 },
803 "status": "created",
804 "message": null,
805 "form_url": "https://easypost-files.s3.us-west-2.amazonaws.com/files/scan_form/20240124/e82a4cb71096604dc7bd773b1285d7e9db.pdf",
806 "form_file_type": null,
807 "batch_id": "batch_83009a1272fa48ffb1a3d29074a16960",
808 "confirmation": null
809 },
810 "selected_rate": {
811 "id": "rate_edd7e3cedd9d4aa9bd21eb23a740af7d",
812 "object": "Rate",
813 "created_at": "2024-01-24T00:07:28Z",
814 "updated_at": "2024-01-24T00:07:28Z",
815 "mode": "test",
816 "service": "Priority",
817 "carrier": "USPS",
818 "rate": "7.33",
819 "currency": "USD",
820 "retail_rate": "15.20",
821 "retail_currency": "USD",
822 "list_rate": "10.89",
823 "list_currency": "USD",
824 "billing_type": "easypost",
825 "delivery_days": 2,
826 "delivery_date": null,
827 "delivery_date_guaranteed": false,
828 "est_delivery_days": 2,
829 "shipment_id": "shp_8631f00640ba4d62b9131da3852a26e4",
830 "carrier_account_id": "ca_9685a1198a75477885a3cdca37559bac"
831 },
832 "tracker": {
833 "id": "trk_c64aa4ee22804cceab41586397c4b833",
834 "object": "Tracker",
835 "mode": "test",
836 "tracking_code": "9405500207552011812825",
837 "status": "delivered",
838 "status_detail": "arrived_at_destination",
839 "created_at": "2024-01-24T00:07:28Z",
840 "updated_at": "2024-01-24T00:10:29Z",
841 "signed_by": "John Tester",
842 "weight": null,
843 "est_delivery_date": "2024-01-24T00:10:29Z",
844 "shipment_id": "shp_8631f00640ba4d62b9131da3852a26e4",
845 "carrier": "USPS",
846 "tracking_details": [
847 {
848 "object": "TrackingDetail",
849 "message": "Pre-Shipment Info Sent to USPS",
850 "description": "",
851 "status": "pre_transit",
852 "status_detail": "status_update",
853 "datetime": "2023-12-24T00:10:29Z",
854 "source": "USPS",
855 "carrier_code": "",
856 "tracking_location": {
857 "object": "TrackingLocation",
858 "city": null,
859 "state": null,
860 "country": null,
861 "zip": null
862 }
863 },
864 {
865 "object": "TrackingDetail",
866 "message": "Shipping Label Created",
867 "description": "",
868 "status": "pre_transit",
869 "status_detail": "status_update",
870 "datetime": "2023-12-24T12:47:29Z",
871 "source": "USPS",
872 "carrier_code": "",
873 "tracking_location": {
874 "object": "TrackingLocation",
875 "city": "HOUSTON",
876 "state": "TX",
877 "country": null,
878 "zip": "77063"
879 }
880 },
881 {
882 "object": "TrackingDetail",
883 "message": "Arrived at USPS Origin Facility",
884 "description": "",
885 "status": "in_transit",
886 "status_detail": "arrived_at_facility",
887 "datetime": "2023-12-24T22:52:29Z",
888 "source": "USPS",
889 "carrier_code": "",
890 "tracking_location": {
891 "object": "TrackingLocation",
892 "city": "NORTH HOUSTON",
893 "state": "TX",
894 "country": null,
895 "zip": "77315"
896 }
897 },
898 {
899 "object": "TrackingDetail",
900 "message": "Arrived at USPS Facility",
901 "description": "",
902 "status": "in_transit",
903 "status_detail": "arrived_at_facility",
904 "datetime": "2023-12-26T00:28:29Z",
905 "source": "USPS",
906 "carrier_code": "",
907 "tracking_location": {
908 "object": "TrackingLocation",
909 "city": "COLUMBIA",
910 "state": "SC",
911 "country": null,
912 "zip": "29201"
913 }
914 },
915 {
916 "object": "TrackingDetail",
917 "message": "Arrived at Post Office",
918 "description": "",
919 "status": "in_transit",
920 "status_detail": "arrived_at_facility",
921 "datetime": "2023-12-26T03:19:29Z",
922 "source": "USPS",
923 "carrier_code": "",
924 "tracking_location": {
925 "object": "TrackingLocation",
926 "city": "CHARLESTON",
927 "state": "SC",
928 "country": null,
929 "zip": "29407"
930 }
931 },
932 {
933 "object": "TrackingDetail",
934 "message": "Sorting Complete",
935 "description": "",
936 "status": "in_transit",
937 "status_detail": "status_update",
938 "datetime": "2023-12-26T08:59:29Z",
939 "source": "USPS",
940 "carrier_code": "",
941 "tracking_location": {
942 "object": "TrackingLocation",
943 "city": "CHARLESTON",
944 "state": "SC",
945 "country": null,
946 "zip": "29407"
947 }
948 },
949 {
950 "object": "TrackingDetail",
951 "message": "Out for Delivery",
952 "description": "",
953 "status": "out_for_delivery",
954 "status_detail": "out_for_delivery",
955 "datetime": "2023-12-26T09:09:29Z",
956 "source": "USPS",
957 "carrier_code": "",
958 "tracking_location": {
959 "object": "TrackingLocation",
960 "city": "CHARLESTON",
961 "state": "SC",
962 "country": null,
963 "zip": "29407"
964 }
965 },
966 {
967 "object": "TrackingDetail",
968 "message": "Delivered",
969 "description": "",
970 "status": "delivered",
971 "status_detail": "arrived_at_destination",
972 "datetime": "2023-12-26T14:01:29Z",
973 "source": "USPS",
974 "carrier_code": "",
975 "tracking_location": {
976 "object": "TrackingLocation",
977 "city": "CHARLESTON",
978 "state": "SC",
979 "country": null,
980 "zip": "29407"
981 }
982 }
983 ],
984 "fees": [],
985 "carrier_detail": {
986 "object": "CarrierDetail",
987 "service": "First-Class Package Service",
988 "container_type": null,
989 "est_delivery_date_local": null,
990 "est_delivery_time_local": null,
991 "origin_location": "HOUSTON TX, 77001",
992 "origin_tracking_location": {
993 "object": "TrackingLocation",
994 "city": "NORTH HOUSTON",
995 "state": "TX",
996 "country": null,
997 "zip": "77315"
998 },
999 "destination_location": "CHARLESTON SC, 29401",
1000 "destination_tracking_location": {
1001 "object": "TrackingLocation",
1002 "city": "CHARLESTON",
1003 "state": "SC",
1004 "country": null,
1005 "zip": "29407"
1006 },
1007 "guaranteed_delivery_date": null,
1008 "alternate_identifier": null,
1009 "initial_delivery_attempt": "2023-12-26T14:01:29Z"
1010 },
1011 "public_url": "https://track.easypost.com/djE6dHJrX2M2NGFhNGVlMjI4MDRjY2VhYjQxNTg2Mzk3YzRiODMz"
1012 },
1013 "to_address": {
1014 "id": "adr_8f5bb1f5ba4c11eeb6a1ac1f6bc539aa",
1015 "object": "Address",
1016 "created_at": "2024-01-24T00:07:28+00:00",
1017 "updated_at": "2024-01-24T00:07:28+00:00",
1018 "name": "DR. STEVE BRULE",
1019 "company": null,
1020 "street1": "179 N HARBOR DR",
1021 "street2": null,
1022 "city": "REDONDO BEACH",
1023 "state": "CA",
1024 "zip": "90277-2506",
1025 "country": "US",
1026 "phone": "8573875756",
1027 "email": "DR_STEVE_BRULE@GMAIL.COM",
1028 "mode": "test",
1029 "carrier_facility": null,
1030 "residential": false,
1031 "federal_tax_id": null,
1032 "state_tax_id": null,
1033 "verifications": {
1034 "zip4": {
1035 "success": true,
1036 "errors": [],
1037 "details": null
1038 },
1039 "delivery": {
1040 "success": true,
1041 "errors": [],
1042 "details": {
1043 "latitude": 33.8436,
1044 "longitude": -118.39177,
1045 "time_zone": "America/Los_Angeles"
1046 }
1047 }
1048 }
1049 },
1050 "usps_zone": 4,
1051 "return_address": {
1052 "id": "adr_8f5e7e74ba4c11ee8bd0ac1f6bc53342",
1053 "object": "Address",
1054 "created_at": "2024-01-24T00:07:28+00:00",
1055 "updated_at": "2024-01-24T00:07:28+00:00",
1056 "name": "EasyPost",
1057 "company": null,
1058 "street1": "417 Montgomery Street",
1059 "street2": "5th Floor",
1060 "city": "San Francisco",
1061 "state": "CA",
1062 "zip": "94104",
1063 "country": "US",
1064 "phone": "4153334445",
1065 "email": "support@easypost.com",
1066 "mode": "test",
1067 "carrier_facility": null,
1068 "residential": null,
1069 "federal_tax_id": null,
1070 "state_tax_id": null,
1071 "verifications": {}
1072 },
1073 "buyer_address": {
1074 "id": "adr_8f5bb1f5ba4c11eeb6a1ac1f6bc539aa",
1075 "object": "Address",
1076 "created_at": "2024-01-24T00:07:28+00:00",
1077 "updated_at": "2024-01-24T00:07:28+00:00",
1078 "name": "DR. STEVE BRULE",
1079 "company": null,
1080 "street1": "179 N HARBOR DR",
1081 "street2": null,
1082 "city": "REDONDO BEACH",
1083 "state": "CA",
1084 "zip": "90277-2506",
1085 "country": "US",
1086 "phone": "8573875756",
1087 "email": "DR_STEVE_BRULE@GMAIL.COM",
1088 "mode": "test",
1089 "carrier_facility": null,
1090 "residential": false,
1091 "federal_tax_id": null,
1092 "state_tax_id": null,
1093 "verifications": {
1094 "zip4": {
1095 "success": true,
1096 "errors": [],
1097 "details": null
1098 },
1099 "delivery": {
1100 "success": true,
1101 "errors": [],
1102 "details": {
1103 "latitude": 33.8436,
1104 "longitude": -118.39177,
1105 "time_zone": "America/Los_Angeles"
1106 }
1107 }
1108 }
1109 },
1110 "forms": [],
1111 "fees": [
1112 {
1113 "object": "Fee",
1114 "type": "LabelFee",
1115 "amount": "0.00000",
1116 "charged": true,
1117 "refunded": false
1118 },
1119 {
1120 "object": "Fee",
1121 "type": "PostageFee",
1122 "amount": "7.33000",
1123 "charged": true,
1124 "refunded": false
1125 }
1126 ],
1127 "id": "shp_8631f00640ba4d62b9131da3852a26e4",
1128 "object": "Shipment"
1129 },
1130 {
1131 "created_at": "2024-01-24T00:07:26Z",
1132 "is_return": false,
1133 "messages": [],
1134 "mode": "test",
1135 "options": {
1136 "currency": "USD",
1137 "payment": {
1138 "type": "SENDER"
1139 },
1140 "date_advance": 0
1141 },
1142 "reference": null,
1143 "status": "delivered",
1144 "tracking_code": "9405500207552011812801",
1145 "updated_at": "2024-01-24T00:12:47Z",
1146 "batch_id": "batch_78507c9db0574b02813cf08bd52357b5",
1147 "batch_status": "postage_purchased",
1148 "batch_message": null,
1149 "customs_info": {
1150 "id": "cstinfo_69ebc90449834b8eb70fa2e37fa35616",
1151 "object": "CustomsInfo",
1152 "created_at": "2024-01-24T00:07:25Z",
1153 "updated_at": "2024-01-24T00:07:25Z",
1154 "contents_explanation": "",
1155 "contents_type": "merchandise",
1156 "customs_certify": true,
1157 "customs_signer": "Steve Brule",
1158 "eel_pfc": "NOEEI 30.37(a)",
1159 "non_delivery_option": "return",
1160 "restriction_comments": null,
1161 "restriction_type": "none",
1162 "mode": "test",
1163 "declaration": null,
1164 "customs_items": [
1165 {
1166 "id": "cstitem_bde92ba44c8a4287ac0fc973f210924d",
1167 "object": "CustomsItem",
1168 "created_at": "2024-01-24T00:07:25Z",
1169 "updated_at": "2024-01-24T00:07:25Z",
1170 "description": "T-shirt",
1171 "hs_tariff_number": "123456",
1172 "origin_country": "US",
1173 "quantity": 1,
1174 "value": "10.0",
1175 "weight": 5.0,
1176 "code": "123",
1177 "mode": "test",
1178 "manufacturer": null,
1179 "currency": null,
1180 "eccn": null,
1181 "printed_commodity_identifier": null
1182 }
1183 ]
1184 },
1185 "from_address": {
1186 "id": "adr_8e182c46ba4c11ee8b51ac1f6bc53342",
1187 "object": "Address",
1188 "created_at": "2024-01-24T00:07:25+00:00",
1189 "updated_at": "2024-01-24T00:07:25+00:00",
1190 "name": "EasyPost",
1191 "company": null,
1192 "street1": "417 Montgomery Street",
1193 "street2": "5th Floor",
1194 "city": "San Francisco",
1195 "state": "CA",
1196 "zip": "94104",
1197 "country": "US",
1198 "phone": "4153334445",
1199 "email": "support@easypost.com",
1200 "mode": "test",
1201 "carrier_facility": null,
1202 "residential": null,
1203 "federal_tax_id": null,
1204 "state_tax_id": null,
1205 "verifications": {}
1206 },
1207 "insurance": null,
1208 "order_id": null,
1209 "parcel": {
1210 "id": "prcl_8947f119938944beab9e38a20bf28065",
1211 "object": "Parcel",
1212 "created_at": "2024-01-24T00:07:25Z",
1213 "updated_at": "2024-01-24T00:07:25Z",
1214 "length": 20.2,
1215 "width": 10.9,
1216 "height": 5.0,
1217 "predefined_package": null,
1218 "weight": 65.9,
1219 "mode": "test"
1220 },
1221 "postage_label": {
1222 "object": "PostageLabel",
1223 "id": "pl_a659d7cf76ca4355afc44434e33f05d3",
1224 "created_at": "2024-01-24T00:07:26Z",
1225 "updated_at": "2024-01-24T00:07:26Z",
1226 "date_advance": 0,
1227 "integrated_form": "none",
1228 "label_date": "2024-01-24T00:07:26Z",
1229 "label_resolution": 300,
1230 "label_size": "4x6",
1231 "label_type": "default",
1232 "label_file_type": "image/png",
1233 "label_url": "https://easypost-files.s3.us-west-2.amazonaws.com/files/postage_label/20240124/e8cad15c8172b44e2e980a0516615cfba9.png",
1234 "label_pdf_url": null,
1235 "label_zpl_url": null,
1236 "label_epl2_url": null,
1237 "label_file": null
1238 },
1239 "rates": [
1240 {
1241 "id": "rate_c714eae3a1fc48a1bd85e49c3f96c005",
1242 "object": "Rate",
1243 "created_at": "2024-01-24T00:07:26Z",
1244 "updated_at": "2024-01-24T00:07:26Z",
1245 "mode": "test",
1246 "service": "Express",
1247 "carrier": "USPS",
1248 "rate": "49.60",
1249 "currency": "USD",
1250 "retail_rate": "57.40",
1251 "retail_currency": "USD",
1252 "list_rate": "49.60",
1253 "list_currency": "USD",
1254 "billing_type": "easypost",
1255 "delivery_days": null,
1256 "delivery_date": null,
1257 "delivery_date_guaranteed": false,
1258 "est_delivery_days": null,
1259 "shipment_id": "shp_208d189a9f1f4295887b82aaa7b109e9",
1260 "carrier_account_id": "ca_9685a1198a75477885a3cdca37559bac"
1261 },
1262 {
1263 "id": "rate_0b93175feadd47039abe963dde90444b",
1264 "object": "Rate",
1265 "created_at": "2024-01-24T00:07:26Z",
1266 "updated_at": "2024-01-24T00:07:26Z",
1267 "mode": "test",
1268 "service": "Priority",
1269 "carrier": "USPS",
1270 "rate": "7.33",
1271 "currency": "USD",
1272 "retail_rate": "15.20",
1273 "retail_currency": "USD",
1274 "list_rate": "10.89",
1275 "list_currency": "USD",
1276 "billing_type": "easypost",
1277 "delivery_days": 2,
1278 "delivery_date": null,
1279 "delivery_date_guaranteed": false,
1280 "est_delivery_days": 2,
1281 "shipment_id": "shp_208d189a9f1f4295887b82aaa7b109e9",
1282 "carrier_account_id": "ca_9685a1198a75477885a3cdca37559bac"
1283 },
1284 {
1285 "id": "rate_1e8880da5f074d6ca2dfcf7bc0c1e5e6",
1286 "object": "Rate",
1287 "created_at": "2024-01-24T00:07:26Z",
1288 "updated_at": "2024-01-24T00:07:26Z",
1289 "mode": "test",
1290 "service": "GroundAdvantage",
1291 "carrier": "USPS",
1292 "rate": "6.79",
1293 "currency": "USD",
1294 "retail_rate": "13.15",
1295 "retail_currency": "USD",
1296 "list_rate": "9.41",
1297 "list_currency": "USD",
1298 "billing_type": "easypost",
1299 "delivery_days": 3,
1300 "delivery_date": null,
1301 "delivery_date_guaranteed": false,
1302 "est_delivery_days": 3,
1303 "shipment_id": "shp_208d189a9f1f4295887b82aaa7b109e9",
1304 "carrier_account_id": "ca_9685a1198a75477885a3cdca37559bac"
1305 },
1306 {
1307 "id": "rate_4d551632239948f0abd18400a5c65452",
1308 "object": "Rate",
1309 "created_at": "2024-01-24T00:07:26Z",
1310 "updated_at": "2024-01-24T00:07:26Z",
1311 "mode": "test",
1312 "service": "First",
1313 "carrier": "USPS",
1314 "rate": "6.79",
1315 "currency": "USD",
1316 "retail_rate": "13.15",
1317 "retail_currency": "USD",
1318 "list_rate": "9.41",
1319 "list_currency": "USD",
1320 "billing_type": "easypost",
1321 "delivery_days": 3,
1322 "delivery_date": null,
1323 "delivery_date_guaranteed": false,
1324 "est_delivery_days": 3,
1325 "shipment_id": "shp_208d189a9f1f4295887b82aaa7b109e9",
1326 "carrier_account_id": "ca_9685a1198a75477885a3cdca37559bac"
1327 },
1328 {
1329 "id": "rate_d0d1de3a02ad419fa6079eb2dfb48e27",
1330 "object": "Rate",
1331 "created_at": "2024-01-24T00:07:26Z",
1332 "updated_at": "2024-01-24T00:07:26Z",
1333 "mode": "test",
1334 "service": "ParcelSelect",
1335 "carrier": "USPS",
1336 "rate": "6.79",
1337 "currency": "USD",
1338 "retail_rate": "13.15",
1339 "retail_currency": "USD",
1340 "list_rate": "9.41",
1341 "list_currency": "USD",
1342 "billing_type": "easypost",
1343 "delivery_days": 3,
1344 "delivery_date": null,
1345 "delivery_date_guaranteed": false,
1346 "est_delivery_days": 3,
1347 "shipment_id": "shp_208d189a9f1f4295887b82aaa7b109e9",
1348 "carrier_account_id": "ca_9685a1198a75477885a3cdca37559bac"
1349 }
1350 ],
1351 "refund_status": null,
1352 "scan_form": {
1353 "id": "sf_e79db685aecd4c7286471ff06a27a121",
1354 "object": "ScanForm",
1355 "created_at": "2024-01-24T00:07:27Z",
1356 "updated_at": "2024-01-24T00:07:27Z",
1357 "tracking_codes": ["9405500207552011812801"],
1358 "address": {
1359 "id": "adr_8e182c46ba4c11ee8b51ac1f6bc53342",
1360 "object": "Address",
1361 "created_at": "2024-01-24T00:07:25+00:00",
1362 "updated_at": "2024-01-24T00:07:25+00:00",
1363 "name": "EasyPost",
1364 "company": null,
1365 "street1": "417 Montgomery Street",
1366 "street2": "5th Floor",
1367 "city": "San Francisco",
1368 "state": "CA",
1369 "zip": "94104",
1370 "country": "US",
1371 "phone": "4153334445",
1372 "email": "support@easypost.com",
1373 "mode": "test",
1374 "carrier_facility": null,
1375 "residential": null,
1376 "federal_tax_id": null,
1377 "state_tax_id": null,
1378 "verifications": {}
1379 },
1380 "status": "created",
1381 "message": null,
1382 "form_url": "https://easypost-files.s3.us-west-2.amazonaws.com/files/scan_form/20240124/e872ec72373078434880f49a17e5788dcc.pdf",
1383 "form_file_type": null,
1384 "batch_id": "batch_78507c9db0574b02813cf08bd52357b5",
1385 "confirmation": null
1386 },
1387 "selected_rate": {
1388 "id": "rate_0b93175feadd47039abe963dde90444b",
1389 "object": "Rate",
1390 "created_at": "2024-01-24T00:07:26Z",
1391 "updated_at": "2024-01-24T00:07:26Z",
1392 "mode": "test",
1393 "service": "Priority",
1394 "carrier": "USPS",
1395 "rate": "7.33",
1396 "currency": "USD",
1397 "retail_rate": "15.20",
1398 "retail_currency": "USD",
1399 "list_rate": "10.89",
1400 "list_currency": "USD",
1401 "billing_type": "easypost",
1402 "delivery_days": 2,
1403 "delivery_date": null,
1404 "delivery_date_guaranteed": false,
1405 "est_delivery_days": 2,
1406 "shipment_id": "shp_208d189a9f1f4295887b82aaa7b109e9",
1407 "carrier_account_id": "ca_9685a1198a75477885a3cdca37559bac"
1408 },
1409 "tracker": {
1410 "id": "trk_93626d9d84f949588508785ad04af706",
1411 "object": "Tracker",
1412 "mode": "test",
1413 "tracking_code": "9405500207552011812801",
1414 "status": "delivered",
1415 "status_detail": "arrived_at_destination",
1416 "created_at": "2024-01-24T00:07:27Z",
1417 "updated_at": "2024-01-24T00:10:27Z",
1418 "signed_by": "John Tester",
1419 "weight": null,
1420 "est_delivery_date": "2024-01-24T00:10:27Z",
1421 "shipment_id": "shp_208d189a9f1f4295887b82aaa7b109e9",
1422 "carrier": "USPS",
1423 "tracking_details": [
1424 {
1425 "object": "TrackingDetail",
1426 "message": "Pre-Shipment Info Sent to USPS",
1427 "description": "",
1428 "status": "pre_transit",
1429 "status_detail": "status_update",
1430 "datetime": "2023-12-24T00:10:27Z",
1431 "source": "USPS",
1432 "carrier_code": "",
1433 "tracking_location": {
1434 "object": "TrackingLocation",
1435 "city": null,
1436 "state": null,
1437 "country": null,
1438 "zip": null
1439 }
1440 },
1441 {
1442 "object": "TrackingDetail",
1443 "message": "Shipping Label Created",
1444 "description": "",
1445 "status": "pre_transit",
1446 "status_detail": "status_update",
1447 "datetime": "2023-12-24T12:47:27Z",
1448 "source": "USPS",
1449 "carrier_code": "",
1450 "tracking_location": {
1451 "object": "TrackingLocation",
1452 "city": "HOUSTON",
1453 "state": "TX",
1454 "country": null,
1455 "zip": "77063"
1456 }
1457 },
1458 {
1459 "object": "TrackingDetail",
1460 "message": "Arrived at USPS Origin Facility",
1461 "description": "",
1462 "status": "in_transit",
1463 "status_detail": "arrived_at_facility",
1464 "datetime": "2023-12-24T22:52:27Z",
1465 "source": "USPS",
1466 "carrier_code": "",
1467 "tracking_location": {
1468 "object": "TrackingLocation",
1469 "city": "NORTH HOUSTON",
1470 "state": "TX",
1471 "country": null,
1472 "zip": "77315"
1473 }
1474 },
1475 {
1476 "object": "TrackingDetail",
1477 "message": "Arrived at USPS Facility",
1478 "description": "",
1479 "status": "in_transit",
1480 "status_detail": "arrived_at_facility",
1481 "datetime": "2023-12-26T00:28:27Z",
1482 "source": "USPS",
1483 "carrier_code": "",
1484 "tracking_location": {
1485 "object": "TrackingLocation",
1486 "city": "COLUMBIA",
1487 "state": "SC",
1488 "country": null,
1489 "zip": "29201"
1490 }
1491 },
1492 {
1493 "object": "TrackingDetail",
1494 "message": "Arrived at Post Office",
1495 "description": "",
1496 "status": "in_transit",
1497 "status_detail": "arrived_at_facility",
1498 "datetime": "2023-12-26T03:19:27Z",
1499 "source": "USPS",
1500 "carrier_code": "",
1501 "tracking_location": {
1502 "object": "TrackingLocation",
1503 "city": "CHARLESTON",
1504 "state": "SC",
1505 "country": null,
1506 "zip": "29407"
1507 }
1508 },
1509 {
1510 "object": "TrackingDetail",
1511 "message": "Sorting Complete",
1512 "description": "",
1513 "status": "in_transit",
1514 "status_detail": "status_update",
1515 "datetime": "2023-12-26T08:59:27Z",
1516 "source": "USPS",
1517 "carrier_code": "",
1518 "tracking_location": {
1519 "object": "TrackingLocation",
1520 "city": "CHARLESTON",
1521 "state": "SC",
1522 "country": null,
1523 "zip": "29407"
1524 }
1525 },
1526 {
1527 "object": "TrackingDetail",
1528 "message": "Out for Delivery",
1529 "description": "",
1530 "status": "out_for_delivery",
1531 "status_detail": "out_for_delivery",
1532 "datetime": "2023-12-26T09:09:27Z",
1533 "source": "USPS",
1534 "carrier_code": "",
1535 "tracking_location": {
1536 "object": "TrackingLocation",
1537 "city": "CHARLESTON",
1538 "state": "SC",
1539 "country": null,
1540 "zip": "29407"
1541 }
1542 },
1543 {
1544 "object": "TrackingDetail",
1545 "message": "Delivered",
1546 "description": "",
1547 "status": "delivered",
1548 "status_detail": "arrived_at_destination",
1549 "datetime": "2023-12-26T14:01:27Z",
1550 "source": "USPS",
1551 "carrier_code": "",
1552 "tracking_location": {
1553 "object": "TrackingLocation",
1554 "city": "CHARLESTON",
1555 "state": "SC",
1556 "country": null,
1557 "zip": "29407"
1558 }
1559 }
1560 ],
1561 "fees": [],
1562 "carrier_detail": {
1563 "object": "CarrierDetail",
1564 "service": "First-Class Package Service",
1565 "container_type": null,
1566 "est_delivery_date_local": null,
1567 "est_delivery_time_local": null,
1568 "origin_location": "HOUSTON TX, 77001",
1569 "origin_tracking_location": {
1570 "object": "TrackingLocation",
1571 "city": "NORTH HOUSTON",
1572 "state": "TX",
1573 "country": null,
1574 "zip": "77315"
1575 },
1576 "destination_location": "CHARLESTON SC, 29401",
1577 "destination_tracking_location": {
1578 "object": "TrackingLocation",
1579 "city": "CHARLESTON",
1580 "state": "SC",
1581 "country": null,
1582 "zip": "29407"
1583 },
1584 "guaranteed_delivery_date": null,
1585 "alternate_identifier": null,
1586 "initial_delivery_attempt": "2023-12-26T14:01:27Z"
1587 },
1588 "public_url": "https://track.easypost.com/djE6dHJrXzkzNjI2ZDlkODRmOTQ5NTg4NTA4Nzg1YWQwNGFmNzA2"
1589 },
1590 "to_address": {
1591 "id": "adr_8e15a60dba4c11ee8b50ac1f6bc53342",
1592 "object": "Address",
1593 "created_at": "2024-01-24T00:07:25+00:00",
1594 "updated_at": "2024-01-24T00:07:26+00:00",
1595 "name": "DR. STEVE BRULE",
1596 "company": null,
1597 "street1": "179 N HARBOR DR",
1598 "street2": null,
1599 "city": "REDONDO BEACH",
1600 "state": "CA",
1601 "zip": "90277-2506",
1602 "country": "US",
1603 "phone": "8573875756",
1604 "email": "DR_STEVE_BRULE@GMAIL.COM",
1605 "mode": "test",
1606 "carrier_facility": null,
1607 "residential": false,
1608 "federal_tax_id": null,
1609 "state_tax_id": null,
1610 "verifications": {
1611 "zip4": {
1612 "success": true,
1613 "errors": [],
1614 "details": null
1615 },
1616 "delivery": {
1617 "success": true,
1618 "errors": [],
1619 "details": {
1620 "latitude": 33.8436,
1621 "longitude": -118.39177,
1622 "time_zone": "America/Los_Angeles"
1623 }
1624 }
1625 }
1626 },
1627 "usps_zone": 4,
1628 "return_address": {
1629 "id": "adr_8e182c46ba4c11ee8b51ac1f6bc53342",
1630 "object": "Address",
1631 "created_at": "2024-01-24T00:07:25+00:00",
1632 "updated_at": "2024-01-24T00:07:25+00:00",
1633 "name": "EasyPost",
1634 "company": null,
1635 "street1": "417 Montgomery Street",
1636 "street2": "5th Floor",
1637 "city": "San Francisco",
1638 "state": "CA",
1639 "zip": "94104",
1640 "country": "US",
1641 "phone": "4153334445",
1642 "email": "support@easypost.com",
1643 "mode": "test",
1644 "carrier_facility": null,
1645 "residential": null,
1646 "federal_tax_id": null,
1647 "state_tax_id": null,
1648 "verifications": {}
1649 },
1650 "buyer_address": {
1651 "id": "adr_8e15a60dba4c11ee8b50ac1f6bc53342",
1652 "object": "Address",
1653 "created_at": "2024-01-24T00:07:25+00:00",
1654 "updated_at": "2024-01-24T00:07:26+00:00",
1655 "name": "DR. STEVE BRULE",
1656 "company": null,
1657 "street1": "179 N HARBOR DR",
1658 "street2": null,
1659 "city": "REDONDO BEACH",
1660 "state": "CA",
1661 "zip": "90277-2506",
1662 "country": "US",
1663 "phone": "8573875756",
1664 "email": "DR_STEVE_BRULE@GMAIL.COM",
1665 "mode": "test",
1666 "carrier_facility": null,
1667 "residential": false,
1668 "federal_tax_id": null,
1669 "state_tax_id": null,
1670 "verifications": {
1671 "zip4": {
1672 "success": true,
1673 "errors": [],
1674 "details": null
1675 },
1676 "delivery": {
1677 "success": true,
1678 "errors": [],
1679 "details": {
1680 "latitude": 33.8436,
1681 "longitude": -118.39177,
1682 "time_zone": "America/Los_Angeles"
1683 }
1684 }
1685 }
1686 },
1687 "forms": [],
1688 "fees": [
1689 {
1690 "object": "Fee",
1691 "type": "LabelFee",
1692 "amount": "0.00000",
1693 "charged": true,
1694 "refunded": false
1695 },
1696 {
1697 "object": "Fee",
1698 "type": "PostageFee",
1699 "amount": "7.33000",
1700 "charged": true,
1701 "refunded": false
1702 }
1703 ],
1704 "id": "shp_208d189a9f1f4295887b82aaa7b109e9",
1705 "object": "Shipment"
1706 },
1707 {
1708 "created_at": "2024-01-24T00:07:21Z",
1709 "is_return": false,
1710 "messages": [],
1711 "mode": "test",
1712 "options": {
1713 "currency": "USD",
1714 "payment": {
1715 "type": "SENDER"
1716 },
1717 "date_advance": 0
1718 },
1719 "reference": null,
1720 "status": "delivered",
1721 "tracking_code": "9405500207552011812764",
1722 "updated_at": "2024-01-24T00:12:37Z",
1723 "batch_id": null,
1724 "batch_status": null,
1725 "batch_message": null,
1726 "customs_info": {
1727 "id": "cstinfo_a44c00ad084a4e49b36a578c7ad12b3c",
1728 "object": "CustomsInfo",
1729 "created_at": "2024-01-24T00:07:21Z",
1730 "updated_at": "2024-01-24T00:07:21Z",
1731 "contents_explanation": "",
1732 "contents_type": "merchandise",
1733 "customs_certify": true,
1734 "customs_signer": "Steve Brule",
1735 "eel_pfc": "NOEEI 30.37(a)",
1736 "non_delivery_option": "return",
1737 "restriction_comments": null,
1738 "restriction_type": "none",
1739 "mode": "test",
1740 "declaration": null,
1741 "customs_items": [
1742 {
1743 "id": "cstitem_b649f3eb9b274f258949128a27f09216",
1744 "object": "CustomsItem",
1745 "created_at": "2024-01-24T00:07:21Z",
1746 "updated_at": "2024-01-24T00:07:21Z",
1747 "description": "T-shirt",
1748 "hs_tariff_number": "123456",
1749 "origin_country": "US",
1750 "quantity": 1,
1751 "value": "10.0",
1752 "weight": 5.0,
1753 "code": "123",
1754 "mode": "test",
1755 "manufacturer": null,
1756 "currency": null,
1757 "eccn": null,
1758 "printed_commodity_identifier": null
1759 }
1760 ]
1761 },
1762 "from_address": {
1763 "id": "adr_8b3ce1a8ba4c11ee9cceac1f6bc539ae",
1764 "object": "Address",
1765 "created_at": "2024-01-24T00:07:21+00:00",
1766 "updated_at": "2024-01-24T00:07:21+00:00",
1767 "name": "EasyPost",
1768 "company": null,
1769 "street1": "417 Montgomery Street",
1770 "street2": "5th Floor",
1771 "city": "San Francisco",
1772 "state": "CA",
1773 "zip": "94104",
1774 "country": "US",
1775 "phone": "4153334445",
1776 "email": "support@easypost.com",
1777 "mode": "test",
1778 "carrier_facility": null,
1779 "residential": null,
1780 "federal_tax_id": null,
1781 "state_tax_id": null,
1782 "verifications": {}
1783 },
1784 "insurance": null,
1785 "order_id": null,
1786 "parcel": {
1787 "id": "prcl_87da9db943434645bf7ea1610147ac67",
1788 "object": "Parcel",
1789 "created_at": "2024-01-24T00:07:21Z",
1790 "updated_at": "2024-01-24T00:07:21Z",
1791 "length": 20.2,
1792 "width": 10.9,
1793 "height": 5.0,
1794 "predefined_package": null,
1795 "weight": 65.9,
1796 "mode": "test"
1797 },
1798 "postage_label": {
1799 "object": "PostageLabel",
1800 "id": "pl_34135cc591ac4f1a808376739352bc39",
1801 "created_at": "2024-01-24T00:07:21Z",
1802 "updated_at": "2024-01-24T00:07:22Z",
1803 "date_advance": 0,
1804 "integrated_form": "none",
1805 "label_date": "2024-01-24T00:07:21Z",
1806 "label_resolution": 300,
1807 "label_size": "4x6",
1808 "label_type": "default",
1809 "label_file_type": "image/png",
1810 "label_url": "https://easypost-files.s3.us-west-2.amazonaws.com/files/postage_label/20240124/e889e96a35fb8f4ae5adfbf0be34ed5540.png",
1811 "label_pdf_url": null,
1812 "label_zpl_url": null,
1813 "label_epl2_url": null,
1814 "label_file": null
1815 },
1816 "rates": [
1817 {
1818 "id": "rate_0c0663b91d934929996da5f9f28b746a",
1819 "object": "Rate",
1820 "created_at": "2024-01-24T00:07:21Z",
1821 "updated_at": "2024-01-24T00:07:21Z",
1822 "mode": "test",
1823 "service": "Priority",
1824 "carrier": "USPS",
1825 "rate": "7.33",
1826 "currency": "USD",
1827 "retail_rate": "15.20",
1828 "retail_currency": "USD",
1829 "list_rate": "10.89",
1830 "list_currency": "USD",
1831 "billing_type": "easypost",
1832 "delivery_days": 2,
1833 "delivery_date": null,
1834 "delivery_date_guaranteed": false,
1835 "est_delivery_days": 2,
1836 "shipment_id": "shp_c3b0a61f204b4593a1ed98a3026dc4dc",
1837 "carrier_account_id": "ca_9685a1198a75477885a3cdca37559bac"
1838 },
1839 {
1840 "id": "rate_4ba349e49b554887af64f77dbb11a7ed",
1841 "object": "Rate",
1842 "created_at": "2024-01-24T00:07:21Z",
1843 "updated_at": "2024-01-24T00:07:21Z",
1844 "mode": "test",
1845 "service": "GroundAdvantage",
1846 "carrier": "USPS",
1847 "rate": "6.79",
1848 "currency": "USD",
1849 "retail_rate": "13.15",
1850 "retail_currency": "USD",
1851 "list_rate": "9.41",
1852 "list_currency": "USD",
1853 "billing_type": "easypost",
1854 "delivery_days": 3,
1855 "delivery_date": null,
1856 "delivery_date_guaranteed": false,
1857 "est_delivery_days": 3,
1858 "shipment_id": "shp_c3b0a61f204b4593a1ed98a3026dc4dc",
1859 "carrier_account_id": "ca_9685a1198a75477885a3cdca37559bac"
1860 },
1861 {
1862 "id": "rate_0836612f559b43c0b6a10953d9ba6cf1",
1863 "object": "Rate",
1864 "created_at": "2024-01-24T00:07:21Z",
1865 "updated_at": "2024-01-24T00:07:21Z",
1866 "mode": "test",
1867 "service": "First",
1868 "carrier": "USPS",
1869 "rate": "6.79",
1870 "currency": "USD",
1871 "retail_rate": "13.15",
1872 "retail_currency": "USD",
1873 "list_rate": "9.41",
1874 "list_currency": "USD",
1875 "billing_type": "easypost",
1876 "delivery_days": 3,
1877 "delivery_date": null,
1878 "delivery_date_guaranteed": false,
1879 "est_delivery_days": 3,
1880 "shipment_id": "shp_c3b0a61f204b4593a1ed98a3026dc4dc",
1881 "carrier_account_id": "ca_9685a1198a75477885a3cdca37559bac"
1882 },
1883 {
1884 "id": "rate_8491f22e06134c738c6f596f40c73f55",
1885 "object": "Rate",
1886 "created_at": "2024-01-24T00:07:21Z",
1887 "updated_at": "2024-01-24T00:07:21Z",
1888 "mode": "test",
1889 "service": "ParcelSelect",
1890 "carrier": "USPS",
1891 "rate": "6.79",
1892 "currency": "USD",
1893 "retail_rate": "13.15",
1894 "retail_currency": "USD",
1895 "list_rate": "9.41",
1896 "list_currency": "USD",
1897 "billing_type": "easypost",
1898 "delivery_days": 3,
1899 "delivery_date": null,
1900 "delivery_date_guaranteed": false,
1901 "est_delivery_days": 3,
1902 "shipment_id": "shp_c3b0a61f204b4593a1ed98a3026dc4dc",
1903 "carrier_account_id": "ca_9685a1198a75477885a3cdca37559bac"
1904 },
1905 {
1906 "id": "rate_378eb83c9ae54608990f4e048377f2c2",
1907 "object": "Rate",
1908 "created_at": "2024-01-24T00:07:21Z",
1909 "updated_at": "2024-01-24T00:07:21Z",
1910 "mode": "test",
1911 "service": "Express",
1912 "carrier": "USPS",
1913 "rate": "49.60",
1914 "currency": "USD",
1915 "retail_rate": "57.40",
1916 "retail_currency": "USD",
1917 "list_rate": "49.60",
1918 "list_currency": "USD",
1919 "billing_type": "easypost",
1920 "delivery_days": null,
1921 "delivery_date": null,
1922 "delivery_date_guaranteed": false,
1923 "est_delivery_days": null,
1924 "shipment_id": "shp_c3b0a61f204b4593a1ed98a3026dc4dc",
1925 "carrier_account_id": "ca_9685a1198a75477885a3cdca37559bac"
1926 }
1927 ],
1928 "refund_status": "submitted",
1929 "scan_form": null,
1930 "selected_rate": {
1931 "id": "rate_0c0663b91d934929996da5f9f28b746a",
1932 "object": "Rate",
1933 "created_at": "2024-01-24T00:07:21Z",
1934 "updated_at": "2024-01-24T00:07:21Z",
1935 "mode": "test",
1936 "service": "Priority",
1937 "carrier": "USPS",
1938 "rate": "7.33",
1939 "currency": "USD",
1940 "retail_rate": "15.20",
1941 "retail_currency": "USD",
1942 "list_rate": "10.89",
1943 "list_currency": "USD",
1944 "billing_type": "easypost",
1945 "delivery_days": 2,
1946 "delivery_date": null,
1947 "delivery_date_guaranteed": false,
1948 "est_delivery_days": 2,
1949 "shipment_id": "shp_c3b0a61f204b4593a1ed98a3026dc4dc",
1950 "carrier_account_id": "ca_9685a1198a75477885a3cdca37559bac"
1951 },
1952 "tracker": {
1953 "id": "trk_81d0206395de4e288057266dd3870591",
1954 "object": "Tracker",
1955 "mode": "test",
1956 "tracking_code": "9405500207552011812764",
1957 "status": "delivered",
1958 "status_detail": "arrived_at_destination",
1959 "created_at": "2024-01-24T00:07:22Z",
1960 "updated_at": "2024-01-24T00:10:22Z",
1961 "signed_by": "John Tester",
1962 "weight": null,
1963 "est_delivery_date": "2024-01-24T00:10:22Z",
1964 "shipment_id": "shp_c3b0a61f204b4593a1ed98a3026dc4dc",
1965 "carrier": "USPS",
1966 "tracking_details": [
1967 {
1968 "object": "TrackingDetail",
1969 "message": "Pre-Shipment Info Sent to USPS",
1970 "description": "",
1971 "status": "pre_transit",
1972 "status_detail": "status_update",
1973 "datetime": "2023-12-24T00:10:22Z",
1974 "source": "USPS",
1975 "carrier_code": "",
1976 "tracking_location": {
1977 "object": "TrackingLocation",
1978 "city": null,
1979 "state": null,
1980 "country": null,
1981 "zip": null
1982 }
1983 },
1984 {
1985 "object": "TrackingDetail",
1986 "message": "Shipping Label Created",
1987 "description": "",
1988 "status": "pre_transit",
1989 "status_detail": "status_update",
1990 "datetime": "2023-12-24T12:47:22Z",
1991 "source": "USPS",
1992 "carrier_code": "",
1993 "tracking_location": {
1994 "object": "TrackingLocation",
1995 "city": "HOUSTON",
1996 "state": "TX",
1997 "country": null,
1998 "zip": "77063"
1999 }
2000 },
2001 {
2002 "object": "TrackingDetail",
2003 "message": "Arrived at USPS Origin Facility",
2004 "description": "",
2005 "status": "in_transit",
2006 "status_detail": "arrived_at_facility",
2007 "datetime": "2023-12-24T22:52:22Z",
2008 "source": "USPS",
2009 "carrier_code": "",
2010 "tracking_location": {
2011 "object": "TrackingLocation",
2012 "city": "NORTH HOUSTON",
2013 "state": "TX",
2014 "country": null,
2015 "zip": "77315"
2016 }
2017 },
2018 {
2019 "object": "TrackingDetail",
2020 "message": "Arrived at USPS Facility",
2021 "description": "",
2022 "status": "in_transit",
2023 "status_detail": "arrived_at_facility",
2024 "datetime": "2023-12-26T00:28:22Z",
2025 "source": "USPS",
2026 "carrier_code": "",
2027 "tracking_location": {
2028 "object": "TrackingLocation",
2029 "city": "COLUMBIA",
2030 "state": "SC",
2031 "country": null,
2032 "zip": "29201"
2033 }
2034 },
2035 {
2036 "object": "TrackingDetail",
2037 "message": "Arrived at Post Office",
2038 "description": "",
2039 "status": "in_transit",
2040 "status_detail": "arrived_at_facility",
2041 "datetime": "2023-12-26T03:19:22Z",
2042 "source": "USPS",
2043 "carrier_code": "",
2044 "tracking_location": {
2045 "object": "TrackingLocation",
2046 "city": "CHARLESTON",
2047 "state": "SC",
2048 "country": null,
2049 "zip": "29407"
2050 }
2051 },
2052 {
2053 "object": "TrackingDetail",
2054 "message": "Sorting Complete",
2055 "description": "",
2056 "status": "in_transit",
2057 "status_detail": "status_update",
2058 "datetime": "2023-12-26T08:59:22Z",
2059 "source": "USPS",
2060 "carrier_code": "",
2061 "tracking_location": {
2062 "object": "TrackingLocation",
2063 "city": "CHARLESTON",
2064 "state": "SC",
2065 "country": null,
2066 "zip": "29407"
2067 }
2068 },
2069 {
2070 "object": "TrackingDetail",
2071 "message": "Out for Delivery",
2072 "description": "",
2073 "status": "out_for_delivery",
2074 "status_detail": "out_for_delivery",
2075 "datetime": "2023-12-26T09:09:22Z",
2076 "source": "USPS",
2077 "carrier_code": "",
2078 "tracking_location": {
2079 "object": "TrackingLocation",
2080 "city": "CHARLESTON",
2081 "state": "SC",
2082 "country": null,
2083 "zip": "29407"
2084 }
2085 },
2086 {
2087 "object": "TrackingDetail",
2088 "message": "Delivered",
2089 "description": "",
2090 "status": "delivered",
2091 "status_detail": "arrived_at_destination",
2092 "datetime": "2023-12-26T14:01:22Z",
2093 "source": "USPS",
2094 "carrier_code": "",
2095 "tracking_location": {
2096 "object": "TrackingLocation",
2097 "city": "CHARLESTON",
2098 "state": "SC",
2099 "country": null,
2100 "zip": "29407"
2101 }
2102 }
2103 ],
2104 "fees": [],
2105 "carrier_detail": {
2106 "object": "CarrierDetail",
2107 "service": "First-Class Package Service",
2108 "container_type": null,
2109 "est_delivery_date_local": null,
2110 "est_delivery_time_local": null,
2111 "origin_location": "HOUSTON TX, 77001",
2112 "origin_tracking_location": {
2113 "object": "TrackingLocation",
2114 "city": "NORTH HOUSTON",
2115 "state": "TX",
2116 "country": null,
2117 "zip": "77315"
2118 },
2119 "destination_location": "CHARLESTON SC, 29401",
2120 "destination_tracking_location": {
2121 "object": "TrackingLocation",
2122 "city": "CHARLESTON",
2123 "state": "SC",
2124 "country": null,
2125 "zip": "29407"
2126 },
2127 "guaranteed_delivery_date": null,
2128 "alternate_identifier": null,
2129 "initial_delivery_attempt": "2023-12-26T14:01:22Z"
2130 },
2131 "public_url": "https://track.easypost.com/djE6dHJrXzgxZDAyMDYzOTVkZTRlMjg4MDU3MjY2ZGQzODcwNTkx"
2132 },
2133 "to_address": {
2134 "id": "adr_8b3a39beba4c11eeb55cac1f6bc539aa",
2135 "object": "Address",
2136 "created_at": "2024-01-24T00:07:21+00:00",
2137 "updated_at": "2024-01-24T00:07:21+00:00",
2138 "name": "DR. STEVE BRULE",
2139 "company": null,
2140 "street1": "179 N HARBOR DR",
2141 "street2": null,
2142 "city": "REDONDO BEACH",
2143 "state": "CA",
2144 "zip": "90277-2506",
2145 "country": "US",
2146 "phone": "8573875756",
2147 "email": "DR_STEVE_BRULE@GMAIL.COM",
2148 "mode": "test",
2149 "carrier_facility": null,
2150 "residential": false,
2151 "federal_tax_id": null,
2152 "state_tax_id": null,
2153 "verifications": {
2154 "zip4": {
2155 "success": true,
2156 "errors": [],
2157 "details": null
2158 },
2159 "delivery": {
2160 "success": true,
2161 "errors": [],
2162 "details": {
2163 "latitude": 33.8436,
2164 "longitude": -118.39177,
2165 "time_zone": "America/Los_Angeles"
2166 }
2167 }
2168 }
2169 },
2170 "usps_zone": 4,
2171 "return_address": {
2172 "id": "adr_8b3ce1a8ba4c11ee9cceac1f6bc539ae",
2173 "object": "Address",
2174 "created_at": "2024-01-24T00:07:21+00:00",
2175 "updated_at": "2024-01-24T00:07:21+00:00",
2176 "name": "EasyPost",
2177 "company": null,
2178 "street1": "417 Montgomery Street",
2179 "street2": "5th Floor",
2180 "city": "San Francisco",
2181 "state": "CA",
2182 "zip": "94104",
2183 "country": "US",
2184 "phone": "4153334445",
2185 "email": "support@easypost.com",
2186 "mode": "test",
2187 "carrier_facility": null,
2188 "residential": null,
2189 "federal_tax_id": null,
2190 "state_tax_id": null,
2191 "verifications": {}
2192 },
2193 "buyer_address": {
2194 "id": "adr_8b3a39beba4c11eeb55cac1f6bc539aa",
2195 "object": "Address",
2196 "created_at": "2024-01-24T00:07:21+00:00",
2197 "updated_at": "2024-01-24T00:07:21+00:00",
2198 "name": "DR. STEVE BRULE",
2199 "company": null,
2200 "street1": "179 N HARBOR DR",
2201 "street2": null,
2202 "city": "REDONDO BEACH",
2203 "state": "CA",
2204 "zip": "90277-2506",
2205 "country": "US",
2206 "phone": "8573875756",
2207 "email": "DR_STEVE_BRULE@GMAIL.COM",
2208 "mode": "test",
2209 "carrier_facility": null,
2210 "residential": false,
2211 "federal_tax_id": null,
2212 "state_tax_id": null,
2213 "verifications": {
2214 "zip4": {
2215 "success": true,
2216 "errors": [],
2217 "details": null
2218 },
2219 "delivery": {
2220 "success": true,
2221 "errors": [],
2222 "details": {
2223 "latitude": 33.8436,
2224 "longitude": -118.39177,
2225 "time_zone": "America/Los_Angeles"
2226 }
2227 }
2228 }
2229 },
2230 "forms": [],
2231 "fees": [
2232 {
2233 "object": "Fee",
2234 "type": "LabelFee",
2235 "amount": "0.00000",
2236 "charged": true,
2237 "refunded": false
2238 },
2239 {
2240 "object": "Fee",
2241 "type": "PostageFee",
2242 "amount": "7.33000",
2243 "charged": true,
2244 "refunded": false
2245 }
2246 ],
2247 "id": "shp_c3b0a61f204b4593a1ed98a3026dc4dc",
2248 "object": "Shipment"
2249 },
2250 {
2251 "created_at": "2024-01-24T00:06:31Z",
2252 "is_return": false,
2253 "messages": [],
2254 "mode": "test",
2255 "options": {
2256 "currency": "USD",
2257 "payment": {
2258 "type": "SENDER"
2259 },
2260 "date_advance": 0
2261 },
2262 "reference": null,
2263 "status": "delivered",
2264 "tracking_code": "9405500207552011812689",
2265 "updated_at": "2024-01-24T00:11:52Z",
2266 "batch_id": "batch_98bf92c4f230400d93a24fa4298cc025",
2267 "batch_status": "postage_purchased",
2268 "batch_message": null,
2269 "customs_info": {
2270 "id": "cstinfo_b9b6f403171a449a9700bb4ff5171578",
2271 "object": "CustomsInfo",
2272 "created_at": "2024-01-24T00:06:31Z",
2273 "updated_at": "2024-01-24T00:06:31Z",
2274 "contents_explanation": "",
2275 "contents_type": "merchandise",
2276 "customs_certify": true,
2277 "customs_signer": "Steve Brule",
2278 "eel_pfc": "NOEEI 30.37(a)",
2279 "non_delivery_option": "return",
2280 "restriction_comments": null,
2281 "restriction_type": "none",
2282 "mode": "test",
2283 "declaration": null,
2284 "customs_items": [
2285 {
2286 "id": "cstitem_b67e595b6cea459a9b8e7aeafd4b0edd",
2287 "object": "CustomsItem",
2288 "created_at": "2024-01-24T00:06:31Z",
2289 "updated_at": "2024-01-24T00:06:31Z",
2290 "description": "T-shirt",
2291 "hs_tariff_number": "123456",
2292 "origin_country": "US",
2293 "quantity": 1,
2294 "value": "10.0",
2295 "weight": 5.0,
2296 "code": "123",
2297 "mode": "test",
2298 "manufacturer": null,
2299 "currency": null,
2300 "eccn": null,
2301 "printed_commodity_identifier": null
2302 }
2303 ]
2304 },
2305 "from_address": {
2306 "id": "adr_6d94f4a7ba4c11eeacf7ac1f6bc539aa",
2307 "object": "Address",
2308 "created_at": "2024-01-24T00:06:31+00:00",
2309 "updated_at": "2024-01-24T00:06:31+00:00",
2310 "name": "EasyPost",
2311 "company": null,
2312 "street1": "417 Montgomery Street",
2313 "street2": "5th Floor",
2314 "city": "San Francisco",
2315 "state": "CA",
2316 "zip": "94104",
2317 "country": "US",
2318 "phone": "4153334445",
2319 "email": "support@easypost.com",
2320 "mode": "test",
2321 "carrier_facility": null,
2322 "residential": null,
2323 "federal_tax_id": null,
2324 "state_tax_id": null,
2325 "verifications": {}
2326 },
2327 "insurance": null,
2328 "order_id": null,
2329 "parcel": {
2330 "id": "prcl_c5968ce204d445acbe344bc4d6dc34ce",
2331 "object": "Parcel",
2332 "created_at": "2024-01-24T00:06:31Z",
2333 "updated_at": "2024-01-24T00:06:31Z",
2334 "length": 20.2,
2335 "width": 10.9,
2336 "height": 5.0,
2337 "predefined_package": null,
2338 "weight": 65.9,
2339 "mode": "test"
2340 },
2341 "postage_label": {
2342 "object": "PostageLabel",
2343 "id": "pl_49ea349da25e40e7b870e8f8dac5fa6e",
2344 "created_at": "2024-01-24T00:06:31Z",
2345 "updated_at": "2024-01-24T00:06:32Z",
2346 "date_advance": 0,
2347 "integrated_form": "none",
2348 "label_date": "2024-01-24T00:06:31Z",
2349 "label_resolution": 300,
2350 "label_size": "4x6",
2351 "label_type": "default",
2352 "label_file_type": "image/png",
2353 "label_url": "https://easypost-files.s3.us-west-2.amazonaws.com/files/postage_label/20240124/e8be1ac5443dae47fb8321d0a5e3494b81.png",
2354 "label_pdf_url": null,
2355 "label_zpl_url": null,
2356 "label_epl2_url": null,
2357 "label_file": null
2358 },
2359 "rates": [
2360 {
2361 "id": "rate_e5722f0f792e4866b366ed45364bd485",
2362 "object": "Rate",
2363 "created_at": "2024-01-24T00:06:31Z",
2364 "updated_at": "2024-01-24T00:06:31Z",
2365 "mode": "test",
2366 "service": "Priority",
2367 "carrier": "USPS",
2368 "rate": "7.33",
2369 "currency": "USD",
2370 "retail_rate": "15.20",
2371 "retail_currency": "USD",
2372 "list_rate": "10.89",
2373 "list_currency": "USD",
2374 "billing_type": "easypost",
2375 "delivery_days": 2,
2376 "delivery_date": null,
2377 "delivery_date_guaranteed": false,
2378 "est_delivery_days": 2,
2379 "shipment_id": "shp_436a1adad9ac4a0d888b27f82b284dee",
2380 "carrier_account_id": "ca_9685a1198a75477885a3cdca37559bac"
2381 },
2382 {
2383 "id": "rate_cb7874a83d4745908619c1b51a1eeb0e",
2384 "object": "Rate",
2385 "created_at": "2024-01-24T00:06:31Z",
2386 "updated_at": "2024-01-24T00:06:31Z",
2387 "mode": "test",
2388 "service": "GroundAdvantage",
2389 "carrier": "USPS",
2390 "rate": "6.79",
2391 "currency": "USD",
2392 "retail_rate": "13.15",
2393 "retail_currency": "USD",
2394 "list_rate": "9.41",
2395 "list_currency": "USD",
2396 "billing_type": "easypost",
2397 "delivery_days": 3,
2398 "delivery_date": null,
2399 "delivery_date_guaranteed": false,
2400 "est_delivery_days": 3,
2401 "shipment_id": "shp_436a1adad9ac4a0d888b27f82b284dee",
2402 "carrier_account_id": "ca_9685a1198a75477885a3cdca37559bac"
2403 },
2404 {
2405 "id": "rate_0de7dcafef7f40d0a1669140ab42d952",
2406 "object": "Rate",
2407 "created_at": "2024-01-24T00:06:31Z",
2408 "updated_at": "2024-01-24T00:06:31Z",
2409 "mode": "test",
2410 "service": "First",
2411 "carrier": "USPS",
2412 "rate": "6.79",
2413 "currency": "USD",
2414 "retail_rate": "13.15",
2415 "retail_currency": "USD",
2416 "list_rate": "9.41",
2417 "list_currency": "USD",
2418 "billing_type": "easypost",
2419 "delivery_days": 3,
2420 "delivery_date": null,
2421 "delivery_date_guaranteed": false,
2422 "est_delivery_days": 3,
2423 "shipment_id": "shp_436a1adad9ac4a0d888b27f82b284dee",
2424 "carrier_account_id": "ca_9685a1198a75477885a3cdca37559bac"
2425 },
2426 {
2427 "id": "rate_314fe5c039f84dfeba7d8fe218d771f6",
2428 "object": "Rate",
2429 "created_at": "2024-01-24T00:06:31Z",
2430 "updated_at": "2024-01-24T00:06:31Z",
2431 "mode": "test",
2432 "service": "ParcelSelect",
2433 "carrier": "USPS",
2434 "rate": "6.79",
2435 "currency": "USD",
2436 "retail_rate": "13.15",
2437 "retail_currency": "USD",
2438 "list_rate": "9.41",
2439 "list_currency": "USD",
2440 "billing_type": "easypost",
2441 "delivery_days": 3,
2442 "delivery_date": null,
2443 "delivery_date_guaranteed": false,
2444 "est_delivery_days": 3,
2445 "shipment_id": "shp_436a1adad9ac4a0d888b27f82b284dee",
2446 "carrier_account_id": "ca_9685a1198a75477885a3cdca37559bac"
2447 },
2448 {
2449 "id": "rate_bbee837039494bccb186b3f2eb9bc0e7",
2450 "object": "Rate",
2451 "created_at": "2024-01-24T00:06:31Z",
2452 "updated_at": "2024-01-24T00:06:31Z",
2453 "mode": "test",
2454 "service": "Express",
2455 "carrier": "USPS",
2456 "rate": "49.60",
2457 "currency": "USD",
2458 "retail_rate": "57.40",
2459 "retail_currency": "USD",
2460 "list_rate": "49.60",
2461 "list_currency": "USD",
2462 "billing_type": "easypost",
2463 "delivery_days": null,
2464 "delivery_date": null,
2465 "delivery_date_guaranteed": false,
2466 "est_delivery_days": null,
2467 "shipment_id": "shp_436a1adad9ac4a0d888b27f82b284dee",
2468 "carrier_account_id": "ca_9685a1198a75477885a3cdca37559bac"
2469 }
2470 ],
2471 "refund_status": null,
2472 "scan_form": null,
2473 "selected_rate": {
2474 "id": "rate_e5722f0f792e4866b366ed45364bd485",
2475 "object": "Rate",
2476 "created_at": "2024-01-24T00:06:32Z",
2477 "updated_at": "2024-01-24T00:06:32Z",
2478 "mode": "test",
2479 "service": "Priority",
2480 "carrier": "USPS",
2481 "rate": "7.33",
2482 "currency": "USD",
2483 "retail_rate": "15.20",
2484 "retail_currency": "USD",
2485 "list_rate": "10.89",
2486 "list_currency": "USD",
2487 "billing_type": "easypost",
2488 "delivery_days": 2,
2489 "delivery_date": null,
2490 "delivery_date_guaranteed": false,
2491 "est_delivery_days": 2,
2492 "shipment_id": "shp_436a1adad9ac4a0d888b27f82b284dee",
2493 "carrier_account_id": "ca_9685a1198a75477885a3cdca37559bac"
2494 },
2495 "tracker": {
2496 "id": "trk_10e194da76924301a4f3ce47056db085",
2497 "object": "Tracker",
2498 "mode": "test",
2499 "tracking_code": "9405500207552011812689",
2500 "status": "delivered",
2501 "status_detail": "arrived_at_destination",
2502 "created_at": "2024-01-24T00:06:32Z",
2503 "updated_at": "2024-01-24T00:09:32Z",
2504 "signed_by": "John Tester",
2505 "weight": null,
2506 "est_delivery_date": "2024-01-24T00:09:32Z",
2507 "shipment_id": "shp_436a1adad9ac4a0d888b27f82b284dee",
2508 "carrier": "USPS",
2509 "tracking_details": [
2510 {
2511 "object": "TrackingDetail",
2512 "message": "Pre-Shipment Info Sent to USPS",
2513 "description": "",
2514 "status": "pre_transit",
2515 "status_detail": "status_update",
2516 "datetime": "2023-12-24T00:09:32Z",
2517 "source": "USPS",
2518 "carrier_code": "",
2519 "tracking_location": {
2520 "object": "TrackingLocation",
2521 "city": null,
2522 "state": null,
2523 "country": null,
2524 "zip": null
2525 }
2526 },
2527 {
2528 "object": "TrackingDetail",
2529 "message": "Shipping Label Created",
2530 "description": "",
2531 "status": "pre_transit",
2532 "status_detail": "status_update",
2533 "datetime": "2023-12-24T12:46:32Z",
2534 "source": "USPS",
2535 "carrier_code": "",
2536 "tracking_location": {
2537 "object": "TrackingLocation",
2538 "city": "HOUSTON",
2539 "state": "TX",
2540 "country": null,
2541 "zip": "77063"
2542 }
2543 },
2544 {
2545 "object": "TrackingDetail",
2546 "message": "Arrived at USPS Origin Facility",
2547 "description": "",
2548 "status": "in_transit",
2549 "status_detail": "arrived_at_facility",
2550 "datetime": "2023-12-24T22:51:32Z",
2551 "source": "USPS",
2552 "carrier_code": "",
2553 "tracking_location": {
2554 "object": "TrackingLocation",
2555 "city": "NORTH HOUSTON",
2556 "state": "TX",
2557 "country": null,
2558 "zip": "77315"
2559 }
2560 },
2561 {
2562 "object": "TrackingDetail",
2563 "message": "Arrived at USPS Facility",
2564 "description": "",
2565 "status": "in_transit",
2566 "status_detail": "arrived_at_facility",
2567 "datetime": "2023-12-26T00:27:32Z",
2568 "source": "USPS",
2569 "carrier_code": "",
2570 "tracking_location": {
2571 "object": "TrackingLocation",
2572 "city": "COLUMBIA",
2573 "state": "SC",
2574 "country": null,
2575 "zip": "29201"
2576 }
2577 },
2578 {
2579 "object": "TrackingDetail",
2580 "message": "Arrived at Post Office",
2581 "description": "",
2582 "status": "in_transit",
2583 "status_detail": "arrived_at_facility",
2584 "datetime": "2023-12-26T03:18:32Z",
2585 "source": "USPS",
2586 "carrier_code": "",
2587 "tracking_location": {
2588 "object": "TrackingLocation",
2589 "city": "CHARLESTON",
2590 "state": "SC",
2591 "country": null,
2592 "zip": "29407"
2593 }
2594 },
2595 {
2596 "object": "TrackingDetail",
2597 "message": "Sorting Complete",
2598 "description": "",
2599 "status": "in_transit",
2600 "status_detail": "status_update",
2601 "datetime": "2023-12-26T08:58:32Z",
2602 "source": "USPS",
2603 "carrier_code": "",
2604 "tracking_location": {
2605 "object": "TrackingLocation",
2606 "city": "CHARLESTON",
2607 "state": "SC",
2608 "country": null,
2609 "zip": "29407"
2610 }
2611 },
2612 {
2613 "object": "TrackingDetail",
2614 "message": "Out for Delivery",
2615 "description": "",
2616 "status": "out_for_delivery",
2617 "status_detail": "out_for_delivery",
2618 "datetime": "2023-12-26T09:08:32Z",
2619 "source": "USPS",
2620 "carrier_code": "",
2621 "tracking_location": {
2622 "object": "TrackingLocation",
2623 "city": "CHARLESTON",
2624 "state": "SC",
2625 "country": null,
2626 "zip": "29407"
2627 }
2628 },
2629 {
2630 "object": "TrackingDetail",
2631 "message": "Delivered",
2632 "description": "",
2633 "status": "delivered",
2634 "status_detail": "arrived_at_destination",
2635 "datetime": "2023-12-26T14:00:32Z",
2636 "source": "USPS",
2637 "carrier_code": "",
2638 "tracking_location": {
2639 "object": "TrackingLocation",
2640 "city": "CHARLESTON",
2641 "state": "SC",
2642 "country": null,
2643 "zip": "29407"
2644 }
2645 }
2646 ],
2647 "fees": [],
2648 "carrier_detail": {
2649 "object": "CarrierDetail",
2650 "service": "First-Class Package Service",
2651 "container_type": null,
2652 "est_delivery_date_local": null,
2653 "est_delivery_time_local": null,
2654 "origin_location": "HOUSTON TX, 77001",
2655 "origin_tracking_location": {
2656 "object": "TrackingLocation",
2657 "city": "NORTH HOUSTON",
2658 "state": "TX",
2659 "country": null,
2660 "zip": "77315"
2661 },
2662 "destination_location": "CHARLESTON SC, 29401",
2663 "destination_tracking_location": {
2664 "object": "TrackingLocation",
2665 "city": "CHARLESTON",
2666 "state": "SC",
2667 "country": null,
2668 "zip": "29407"
2669 },
2670 "guaranteed_delivery_date": null,
2671 "alternate_identifier": null,
2672 "initial_delivery_attempt": "2023-12-26T14:00:32Z"
2673 },
2674 "public_url": "https://track.easypost.com/djE6dHJrXzEwZTE5NGRhNzY5MjQzMDFhNGYzY2U0NzA1NmRiMDg1"
2675 },
2676 "to_address": {
2677 "id": "adr_6d931952ba4c11eeacf5ac1f6bc539aa",
2678 "object": "Address",
2679 "created_at": "2024-01-24T00:06:31+00:00",
2680 "updated_at": "2024-01-24T00:06:31+00:00",
2681 "name": "DR. STEVE BRULE",
2682 "company": null,
2683 "street1": "179 N HARBOR DR",
2684 "street2": null,
2685 "city": "REDONDO BEACH",
2686 "state": "CA",
2687 "zip": "90277-2506",
2688 "country": "US",
2689 "phone": "8573875756",
2690 "email": "DR_STEVE_BRULE@GMAIL.COM",
2691 "mode": "test",
2692 "carrier_facility": null,
2693 "residential": false,
2694 "federal_tax_id": null,
2695 "state_tax_id": null,
2696 "verifications": {
2697 "zip4": {
2698 "success": true,
2699 "errors": [],
2700 "details": null
2701 },
2702 "delivery": {
2703 "success": true,
2704 "errors": [],
2705 "details": {
2706 "latitude": 33.8436,
2707 "longitude": -118.39177,
2708 "time_zone": "America/Los_Angeles"
2709 }
2710 }
2711 }
2712 },
2713 "usps_zone": 4,
2714 "return_address": {
2715 "id": "adr_6d94f4a7ba4c11eeacf7ac1f6bc539aa",
2716 "object": "Address",
2717 "created_at": "2024-01-24T00:06:31+00:00",
2718 "updated_at": "2024-01-24T00:06:31+00:00",
2719 "name": "EasyPost",
2720 "company": null,
2721 "street1": "417 Montgomery Street",
2722 "street2": "5th Floor",
2723 "city": "San Francisco",
2724 "state": "CA",
2725 "zip": "94104",
2726 "country": "US",
2727 "phone": "4153334445",
2728 "email": "support@easypost.com",
2729 "mode": "test",
2730 "carrier_facility": null,
2731 "residential": null,
2732 "federal_tax_id": null,
2733 "state_tax_id": null,
2734 "verifications": {}
2735 },
2736 "buyer_address": {
2737 "id": "adr_6d931952ba4c11eeacf5ac1f6bc539aa",
2738 "object": "Address",
2739 "created_at": "2024-01-24T00:06:31+00:00",
2740 "updated_at": "2024-01-24T00:06:31+00:00",
2741 "name": "DR. STEVE BRULE",
2742 "company": null,
2743 "street1": "179 N HARBOR DR",
2744 "street2": null,
2745 "city": "REDONDO BEACH",
2746 "state": "CA",
2747 "zip": "90277-2506",
2748 "country": "US",
2749 "phone": "8573875756",
2750 "email": "DR_STEVE_BRULE@GMAIL.COM",
2751 "mode": "test",
2752 "carrier_facility": null,
2753 "residential": false,
2754 "federal_tax_id": null,
2755 "state_tax_id": null,
2756 "verifications": {
2757 "zip4": {
2758 "success": true,
2759 "errors": [],
2760 "details": null
2761 },
2762 "delivery": {
2763 "success": true,
2764 "errors": [],
2765 "details": {
2766 "latitude": 33.8436,
2767 "longitude": -118.39177,
2768 "time_zone": "America/Los_Angeles"
2769 }
2770 }
2771 }
2772 },
2773 "forms": [],
2774 "fees": [
2775 {
2776 "object": "Fee",
2777 "type": "LabelFee",
2778 "amount": "0.00000",
2779 "charged": true,
2780 "refunded": false
2781 },
2782 {
2783 "object": "Fee",
2784 "type": "PostageFee",
2785 "amount": "7.33000",
2786 "charged": true,
2787 "refunded": false
2788 }
2789 ],
2790 "id": "shp_436a1adad9ac4a0d888b27f82b284dee",
2791 "object": "Shipment"
2792 }
2793 ],
2794 "has_more": true
2795}