Facility discounts
Create facility discounts
POST https://{YOUR-TENANT-NAME}.api.fulfillmenttools.com/api/facilities/{facilityRef}/discounts{
"context": [
{
"operator": "NOT",
"type": "CATEGORY",
"values": [
"pet food"
]
},
{
"operator": "AND",
"type": "FACILITY_GROUP",
"values": [
"CGN",
"DUS"
]
}
],
"discount": {
"type": "ABSOLUTE",
"value": 500,
"currency": "EUR",
"decimalPlaces": 2
},
"priority": 20,
"type": "SALES_PRICE"
}Last updated