v1
latestOpenAPI 3.0.32026-07-2632131.4 MBPromotions Open Api
Get promotion listings
Get listing IDs assigned to a promotion.
get/rm-promotions/promotions/{promotionId}/listings
Path parameters
promotionIdstring required
Example:63ee4b7e459ca31532f
The promotion ID.
Query parameters
includeChildrenboolean required
Example:true
Include children listings.
Response
Returns listing IDs assigned to the promotion.
Example response
{
"promotionId": "63ee4b7e459ca31532f",
"listingIds": [
"63ee4b7e459ca31532f",
"63ee4b7e459ca31532f"
],
"limit": 10,
"count": 10,
"requestId": "123e4567-e89b-12d3-a456-426614174000"
}