Security
shoptetAccessToken or shoptetPrivateApiToken
- Mock serverhttps://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/quantity-discounts/{id}
- https://api.myshoptet.comhttps://api.myshoptet.com/api/quantity-discounts/{id}
- shoptetAccessToken
- shoptetPrivateApiToken
curl -i -X PATCH \
https://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/quantity-discounts/1 \
-H 'Content-Type: application/json' \
-H 'Shoptet-Access-Token: YOUR_API_KEY_HERE' \
-d '{
"data": {
"title": "25% discount for order of 100 units or more",
"isActive": true,
"validFrom": "2017-04-04",
"validTo": "2017-04-04",
"displayFlag": true,
"flagColor": "FF00FF",
"customerGroupCodes": [
"retail"
],
"includeUnregisteredCustomers": true,
"targetingLevel": "eshop",
"targeting": {
"productGuids": [
"356eb81e-d966-11e0-b04f-57a43310b768"
],
"categoryGuids": [
"07f7a4c1-d7b1-11e0-9a5c-feab5ed617ed"
],
"brandCodes": [
"brand-1"
]
},
"settings": [
{
"amountFrom": 2,
"discountType": "percentual",
"discountValue": {
"priceRatio": 0.85
}
}
],
"sortBefore": 1,
"sortAfter": 1
}
}'Response
{ "data": { "discount": { … } }, "errors": [ { … } ], "metadata": { "requestId": "019c8c34-64f3-7328-af43-bf1e34fa39d7" } }