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

    Dimensions that are associated with the item in the Amazon catalog for the indicated marketplaceId.

    interface ItemDimensionsByMarketplace {
        item?: Dimensions;
        marketplaceId: string;
        package?: Dimensions;
    }
    Index

    Properties

    item?: Dimensions
    marketplaceId: string

    Amazon marketplace identifier. To find the ID for your marketplace, refer to Marketplace IDs.

    package?: Dimensions