Request parameters for getAdditionalInputs operation in ShippingApi.

ShippingApiGetAdditionalInputsRequest

interface ShippingApiGetAdditionalInputsRequest {
    rateId: string;
    requestToken: string;
    xAmznShippingBusinessId?: GetAdditionalInputsXAmznShippingBusinessIdEnum;
}

Properties

rateId: string

The rate identifier for the shipping offering (rate) returned in the response to the getRates operation.

ShippingApiGetAdditionalInputs

requestToken: string

The request token returned in the response to the getRates operation.

ShippingApiGetAdditionalInputs

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

ShippingApiGetAdditionalInputs