Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Information about a location. It uses a postal code to identify the location.

    interface SampleLocation {
        postalCode?: PostalCode;
    }
    Index
    postalCode?: PostalCode