Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 4.91 KB

manifestcreaterequest.md

File metadata and controls

12 lines (9 loc) · 4.91 KB

ManifestCreateRequest

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 components.ManifestCreateRequestAddressFrom ✔️ N/A
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"
]
async_ Optional[bool] N/A