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

    Identifier for an item in the invoice line item.

    interface ItemIdentifier {
        itemIdentifierName: ItemIdentifierItemIdentifierNameEnum;
        itemIdentifierValue: string;
    }
    Index

    The type of item identifier.

    itemIdentifierValue: string

    The value of the item identifier.