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

    Defines which products qualify for a benefit, allowing either specific items to be selected by ASIN or the entire catalog with optional exclusions.

    interface Selection {
        revisionId?: number;
        selectionDetails?: SelectionDetails;
        selectionId?: string;
        type: SelectionTypeEnum;
    }
    Index
    revisionId?: number

    The revision identifier for the selection. Pass this value to the getSelection operation's revisionId query parameter to retrieve the correct version of the selection. A promotion may have multiple selection revisions when an update is in progress. Note: This field is absent when type is CATALOG.

    selectionDetails?: SelectionDetails
    selectionId?: string

    The unique identifier for this selection configuration. Note: This field is absent when type is CATALOG.

    Selection type.