Schedule discounts in bulk
Successfully
Invalid request
Internal server error
{- "discounts": [
- {
- "merchantInventoryId": 1194,
- "discountPrice": 800,
- "discountPriceCurrency": "RSD",
- "dateFrom": "22/07/2022",
- "dateTo": "29/07/2022",
- "discountType": "SALE"
}, - {
- "merchantInventoryId": 1195,
- "discountPrice": 500,
- "discountPriceCurrency": "RSD",
- "dateFrom": "29/07/2022",
- "dateTo": "22/07/2022",
- "discountType": "SALE"
}
]
}
{- "scheduleResult": [
- {
- "success": true,
- "data": {
- "merchantInventoryId": 1194,
- "discountId": "ee7c907d-b2cc-48f8-9226-1ba6e4db1055"
}
}, - {
- "success": false,
- "error": {
- "merchantInventoryId": 1195,
- "errorMessage": "Discount start date can not be after end date"
}
}
]
}