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
CarrierAccount string ✔️ ID of carrier account adcfdddf8ec64b84ad22772bce3ea37a
ShipmentDate string ✔️ 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
Transactions List<string> IDs transactions to use. If you set this to null or not send this parameter,
Shippo will automatically assign all applicable transactions.
[
"adcfdddf8ec64b84ad22772bce3ea37a"
]
AddressFrom string ✔️ 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<string> ✔️ 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"
]
Errors List<string> An array of codes and messages describing the error that occurred if any.
ObjectCreated DateTime ✔️ Date and time of object creation.
ObjectId string ✔️ Unique identifier of the given object. adcfdddf8ec64b84ad22772bce3ea37a
ObjectOwner string ✔️ Username of the user who created the object. [email protected]
ObjectUpdated DateTime ✔️ Date and time of last object update.
Status ManifestStatus ✔️ Indicates the status of the manifest. SUCCESS