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

    The response schema for the searchPromotions operation. Note: The selectionDetails field is not present in the selection object within promotion summaries.

    interface SearchPromotionsResponse {
        pagination?: Pagination;
        promotions: PromotionSummary[];
        totalResults: number;
    }
    Index
    pagination?: Pagination
    promotions: PromotionSummary[]

    A list of promotion summaries that matches the search criteria.

    totalResults: number

    The total number of promotions matching the search criteria, across all pages. This count remains consistent across paginated requests. Note: In rare cases, individual records cannot be returned and are omitted from the response. When this happens, a page may contain fewer items than expected, and the combined number of items across all pages may be less than totalResults. The request itself still completes successfully.