Show sticker to clients
Directly assigning stickers during order creation
POST https://{YOUR-TENANT-NAME}.api.fulfillmenttools.com/api/orders{
"tenantOrderId": "4711",
...
"stickers": [
{
"key": "customercategory",
"priority": 100,
"nameLocalized": {
"de_DE": "A-Kunde",
"en_US": "A-Customer"
},
"color": "#19b6b5"
}
],
...
}Automatically assigning stickers via tags
Last updated