Request parameters for directPurchaseShipment operation in ShippingApi.

ShippingApiDirectPurchaseShipmentRequest

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

Properties

ShippingApiDirectPurchaseShipment

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.

ShippingApiDirectPurchaseShipment

xAmznIdempotencyKey?: string

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

ShippingApiDirectPurchaseShipment

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

ShippingApiDirectPurchaseShipment