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

    The createMarketplaceItemLabels request.

    interface CreateMarketplaceItemLabelsRequest {
        height?: number;
        labelType: LabelPrintType;
        localeCode?: string;
        marketplaceId: string;
        mskuQuantities: MskuQuantity[];
        pageType?: ItemLabelPageType;
        width?: number;
    }
    Index

    Properties

    height?: number

    The height of the item label.

    labelType: LabelPrintType
    localeCode?: string

    The locale code constructed from ISO 639 language code and ISO 3166-1 alpha-2 standard of country codes separated by an underscore character.

    marketplaceId: string

    The Marketplace ID. For a list of possible values, refer to Marketplace IDs.

    mskuQuantities: MskuQuantity[]

    Represents the quantity of an MSKU to print item labels for.

    width?: number

    The width of the item label.