v1
latestOpenAPI 3.0.32026-07-2632131.4 MBPromotions Open Api
Unassign Properties from a Promotion.
Removes properties from participating in the promotion.
put/rm-promotions/promotions/{promotionId}/unassign
Path parameters
promotionIdstring required
Example:63ee4b7e459ca31532f
The promotion ID.
Request body
Example request
{
"listings": [
"63ee4b7e459ca31532f",
"63ee4b7e459ca31532f"
]
}Response
Request for unassigning listings from the promotion has been accepted and is being processed.
Example response
{
"requestId": "123e4567-e89b-12d3-a456-426614174000",
"promotionId": "63ee4b7e459ca31532f",
"unassignedListingIds": [
"63ee4b7e459ca31532f",
"63ee4b7e459ca31532f"
]
}