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

    Interface FulfillmentTime

    Input for fulfillment time details

    interface FulfillmentTime {
        endTime?: string;
        startTime?: string;
    }
    Index
    endTime?: string

    The date, time in UTC of the fulfillment end time in ISO 8601 format.

    startTime?: string

    The date, time in UTC of the fulfillment start time in ISO 8601 format.