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

    Interface ShippingApiGetAdditionalInputsRequest

    Request parameters for getAdditionalInputs operation in ShippingApi.

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

    Properties

    rateId: string

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

    requestToken: string

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

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