Stow jobs
Create a stow job
POST https://{YOUR-TENANT-NAME}.api.fulfillmenttools.com/api/stowjobs{
"facilityRef": "YOUR_FACILITY_REF",
"priority": 0,
"shortId": "YOUR_SHORT_ID",
"status": "OPEN",
"stowLineItems": [
{
"article": {
"tenantArticleId": "string"
},
"stowTo": [
{
"quantity": 2,
"storageLocationRef": "DESTINATION_STORAGE_LOCATION_REF",
"type": "LOCATION"
}
],
"takeFrom": {
"quantity": 2,
"storageLocationRef": "SOURCE_STORAGE_LOCATION_REF",
"type": "LOCATION"
}
}
],
"targetTime": "1970-01-01T00:00:00.000Z"
}Last updated