Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 5.22 KB

manifestcreaterequest.md

File metadata and controls

26 lines (21 loc) · 5.22 KB

ManifestCreateRequest

Example Usage

import { ManifestCreateRequest } from "shippo/models/components";

let value: ManifestCreateRequest = {
  carrierAccount: "adcfdddf8ec64b84ad22772bce3ea37a",
  shipmentDate: "2014-05-16T23:59:59Z",
  transactions: [
    "adcfdddf8ec64b84ad22772bce3ea37a",
  ],
  addressFrom: "<value>",
};

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 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 components.ManifestCreateRequestAddressFrom ✔️ N/A
async boolean N/A