⚙️Examples
Request:
Response
Request (sending product listings IDs)
--header 'Content-Type: application/json' \
--header 'Cookie: xxx' \
--data-raw '[
{
"ProductListingId": {
"MLC3271881",
"MLC1029292"
},
"DiscountPercent": 30.00,
"StartDate": "2021-09-01T20:23:33.638Z",
"FinishDate":"2021-09-03T20:17:33.638Z"
}
]'
Response:
Last updated