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

    Fulfillment configuration for an order request.

    interface OrderFulfillmentConfiguration {
        action?: string;
        policy?: string;
        serviceLevel?: ServiceLevel;
        services?: OrderServices;
    }
    Index
    action?: string

    Specifies whether the fulfillment order should ship now or have an order hold put on it.

    policy?: string

    The policy value specified when you submitted the createOrder request.

    serviceLevel?: ServiceLevel
    services?: OrderServices