Customer defined IDs in requests
Examples for stocks
Retrieving stocks by customer-defined ID
GET https://{YOUR-TENANT-NAME}.api.fulfillmenttools.com/api/stocks?tenantFacilityId=CGN-01Searching for stocks by customer-defined ID
POST https://{YOUR-TENANT-NAME}.api.fulfillmenttools.com/api/stocks/search{
"query": {
"tenantFacilityId": {
"eq": "CGN-01"
}
}
}Creating stocks with a customer-defined ID via PUT
Creating stocks with a customer-defined ID via POST
Last updated