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

    Request parameters for getSelection operation in PromotionsApi.

    interface PromotionsApiGetSelectionRequest {
        includedData?: "ISSUES"[];
        limit?: number;
        locale?: string;
        paginationToken?: string;
        promotionId: string;
        revisionId: number;
        selectionId: string;
    }
    Index
    includedData?: "ISSUES"[]

    A comma-delimited list of datasets to include in the response.

    limit?: number

    The maximum number of response results per page.

    locale?: string

    The locale of the promotion. Formatted as an ISO 639 language code, followed by an underscore, followed by an ISO 3166-1 alpha-2 country code.

    paginationToken?: string

    A token that you use to retrieve the next page of results. The response includes `paginationToken` when the number of results exceeds the specified `limit` value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until `paginationToken` is null. Note that this operation can return empty pages.

    promotionId: string

    The ID of the promotion.

    revisionId: number

    The revision identifier for the selection. Use the `revisionId` from the `getPromotion` response. A promotion may have multiple selection revisions when an update is in progress. Passing the correct `revisionId` ensures you retrieve the expected data.

    selectionId: string

    The ID of the selection.