Selling Partner API SDK for JavaScript
    Preparing search index...

    Transport Request pickup date

    interface PurchaseOrders {
        items?: PurchaseOrderItems[];
        purchaseOrderDate?: string;
        purchaseOrderNumber?: string;
        shipWindow?: string;
    }
    Index

    Properties

    A list of the items that are associated to the PO in this transport and their associated details.

    purchaseOrderDate?: string

    Purchase order numbers involved in this shipment, list all the PO that are involved as part of this shipment.

    purchaseOrderNumber?: string

    Purchase order numbers involved in this shipment, list all the PO that are involved as part of this shipment.

    shipWindow?: string

    Date range in which shipment is expected for these purchase orders.