(Deprecated) Load unit configuration
Creating a load unit type
POST https://{YOUR-TENANT-NAME}.api.fulfillmenttools.com/api/loadunittypes{
"nameLocalized": {
"de_DE": "Papiertasche",
"en_US": "Paperbag",
"pl_PL": "Torba papierowa"
},
"priority": 1
}Update a load unit type
PATCH https://{YOUR-TENANT-NAME}.api.fulfillmenttools.com/api/loadunittypes/<loadUnitTypeId>Add an icon to a load unit type
Last updated