Promotions
Create a promotion
Rate limit: 100 requests / 10 seconds per shop. See Rate limiting.
Creates a promotion
post/open-api/v1.0/promotions
Request body
Example request
{
"discount": {
"money": {
"value": 10,
"currency": "USD"
}
},
"requirements": {
"minimumOrderValue": {
"value": 10,
"currency": "USD"
}
}
}Response
OK
Example response
{
"discount": {
"money": {
"value": 10,
"currency": "USD"
}
},
"requirements": {
"minimumOrderValue": {
"value": 10,
"currency": "USD"
}
}
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.