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

    Request parameters for getPromotion operation in PromotionsApi.

    interface PromotionsApiGetPromotionRequest {
        includedData?: GetPromotionIncludedDataEnum[];
        locale?: string;
        promotionId: string;
    }
    Index

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

    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.

    promotionId: string

    The ID of the promotion.