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

    Interface ShippingApiDirectPurchaseShipmentRequest

    Request parameters for directPurchaseShipment operation in ShippingApi.

    interface ShippingApiDirectPurchaseShipmentRequest {
        body: DirectPurchaseRequest;
        locale?: string;
        xAmznIdempotencyKey?: string;
        xAmznShippingBusinessId?: DirectPurchaseShipmentXAmznShippingBusinessIdEnum;
    }
    Index

    Properties

    DirectPurchaseRequest body

    locale?: string

    The IETF Language Tag. Note that this only supports the primary language subtag with one secondary language subtag (i.e. en-US, fr-CA). The secondary language subtag is almost always a regional designation. This does not support additional subtags beyond the primary and secondary language subtags.

    xAmznIdempotencyKey?: string

    A unique value which the server uses to recognize subsequent retries of the same request.

    Amazon shipping business to assume for this request. The default is AmazonShipping_UK.