Request parameters for generateCollectionForm operation in ShippingApi.

ShippingApiGenerateCollectionFormRequest

interface ShippingApiGenerateCollectionFormRequest {
    body: GenerateCollectionFormRequest;
    xAmznIdempotencyKey?: string;
    xAmznShippingBusinessId?: GenerateCollectionFormXAmznShippingBusinessIdEnum;
}

Properties

ShippingApiGenerateCollectionForm

xAmznIdempotencyKey?: string

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

ShippingApiGenerateCollectionForm

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

ShippingApiGenerateCollectionForm