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

    Interface ShippingApiPurchaseShipmentRequest

    Request parameters for purchaseShipment operation in ShippingApi.

    interface ShippingApiPurchaseShipmentRequest {
        body: PurchaseShipmentRequest;
        xAmznIdempotencyKey?: string;
        xAmznShippingBusinessId?: PurchaseShipmentXAmznShippingBusinessIdEnum;
    }
    Index

    Properties

    PurchaseShipmentRequest body

    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.