Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Shipment dates.

    interface ShipmentDates {
        promisedDeliveryDate?: string;
        requiredShipDate: string;
    }
    Index
    promisedDeliveryDate?: string

    Delivery date promised to the Amazon customer.

    requiredShipDate: string

    Time by which the vendor is required to ship the order.