Response fields
Response field descriptions
| Output container/field | Type | Description |
|---|---|---|
| promotionId | string | The unique eBay-assigned identifier of a discount. Occurrence: Always |
| couponCode | string | A unique code that buyers can use during checkout to receive a discount. Occurrence: Conditional |
| promotionStartDate | string | The date and time the discount starts in UTC format (yyyy-MM-ddThh:mm:ssZ). Occurrence: Always |
| promotionEndDate | string | The date and time the discount ends in UTC format (yyyy-MM-ddThh:mm:ssZ). Occurrence: Always |
| promotionType | PromotionTypeEnum | This enumeration value indicates the type of discount. See the PromotionTypeEnum type description for more information on each different discount type. Occurrence: Always |
| promotionMessage | string | The text describing the discount. Occurrence: Conditional |
| promotionTermsUrl | string | The URL for the terms and conditions page for the discount. Occurrence: Conditional |
| promotionSourceType | PromotionSourceTypeEnum | This enumeration value indicates the source of the product discount. This establishes whether a discount was created by a seller independently or if it was created by eBay for a multi-seller discount event. See the PromotionSourceTypeEnum type description for more information on what each value indicates. Occurrence: Always |
| maxRedemptionPerUser | int | The maximum number of times a discount can be redeemed per buyer. Occurrence: Conditional |
| offers | array of Offer | An array of one or more offers associated with the promotion. Each offer object represents a different combination of criteria and discount configuration. Occurrence: Always |