Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 12.2 KB

manifest.md

File metadata and controls

18 lines (15 loc) · 12.2 KB

Manifest

Fields

Field Type Required Description Example
carrier_account str ✔️ ID of carrier account adcfdddf8ec64b84ad22772bce3ea37a
shipment_date str ✔️ All shipments to be submitted on this day will be closed out.
Must be in the format 2014-01-18T00:35:03.463Z (ISO 8601 date).
2014-05-16T23:59:59Z
address_from str ✔️ ID of the Address object that should be used as pickup address for the scan form.
The USPS will validate this address before creating the scan form.
d799c2679e644279b59fe661ac8fa488
documents List[str] ✔️ An array containing the URLs to all returned manifest documents. [
"https://shippo-delivery.s3.amazonaws.com/0fadebf6f60c4aca95fa01bcc59c79ae.pdf?Signature=tlQU3RECwdHUQJQadwqg5bAzGFQ%3D\u0026Expires=1402803835\u0026AWSAccessKeyId=AKIAJTHP3LLFMYAWALIA"
]
object_created date ✔️ Date and time of object creation.
object_id str ✔️ Unique identifier of the given object. adcfdddf8ec64b84ad22772bce3ea37a
object_owner str ✔️ Username of the user who created the object. [email protected]
object_updated date ✔️ Date and time of last object update.
status components.ManifestStatus ✔️ Indicates the status of the manifest. SUCCESS
transactions List[str] IDs transactions to use. If you set this to null or not send this parameter,
Shippo will automatically assign all applicable transactions.
[
"adcfdddf8ec64b84ad22772bce3ea37a"
]
errors List[str] An array of codes and messages describing the error that occurred if any.