Customer-defined IDs in requests
Examples for stock
Get stock with a user-defined ID
GET https://ocff-{projectId}.api.fulfillmenttools.com/api/stocks?tenantFacilityId=CGN-01Search for stock with a user-defined ID
POST https://ocff-{projectId}.api.fulfillmenttools.com/api/stocks/search{
"query": {
"tenantFacilityId": {
"eq": "CGN-01"
}
}
}Create stock with a user-defined ID via PUT
Create a stock with a user-defined ID via POST
Last updated
Was this helpful?

