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

    Interface ShippingApiGetAccessPointsRequest

    Request parameters for getAccessPoints operation in ShippingApi.

    interface ShippingApiGetAccessPointsRequest {
        accessPointTypes: GetAccessPointsAccessPointTypesEnum[];
        countryCode: string;
        postalCode: string;
        xAmznShippingBusinessId?: GetAccessPointsXAmznShippingBusinessIdEnum;
    }
    Index

    Properties

    Access point types

    countryCode: string

    Country code for access point

    postalCode: string

    postal code for access point

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