Skip to main content

Note: As of July 8th 2024, promotions are now being referred to as discounts on Seller Hub and eBay help pages. Sell Marketing API documentation has been updated to reflect this product name change, but note that no API interface changes have been made.
This type defines the fields in a paginated result set of seller discounts. The response consists of 0 or more sequenced pages that are returned from the complete result set, where each page consists of 0 or more items.

Types that use PromotionsPagedCollection

Not used by any types.

Call that uses PromotionsPagedCollection

Fields

Field
Type
Description
href
The URI of the current page of results from the result set.
limit
The number of items returned on a single page from the result set. This value can be set in the request with the limit query parameter.
next
The URI for the following page of results. This value is returned only if there is an additional page of results to display from the result set.

Max length: 2048
offset
The number of results skipped in the result set before listing the first returned result. This value can be set in the request with the offset query parameter.

Note: The items in a paginated result set use a zero-based list where the first item in the list has an offset of 0.

prev
The URI for the preceding page of results. This value is returned only if there is a previous page of results to display from the result set.

Max length: 2048
promotions
A list containing the details of each returned discount. This includes all the information about the discounts except for the listings that are discounted.
total
The total number of items retrieved in the result set.

If no items are found, this field is returned with a value of 0.

Got thoughts? Click the feedback button – your insights help us improve!