OpenAPI documentation for API and Auth Rest Services
- Query Inventory with Location Filters
Query Inventory
Query Inventory History
Query Inventory with Loca...
INSPIRE Public Rest API Documentation. Copyright 2025 Fulfillment WMS. All rights reserved. (1.0)
Download OpenAPI description
Overview
License
Languages
Servers
Mock server
https://apidocs.fulfillmentwms.com/_mock/openapi
Body*/*
Query filter
Items Enum"PENDING""INTRANSIT""OPEN""HOLD""WAITING_PUTAWAY""PUTTINGAWAY""PUTAWAY""WAITING_RESERVE""RESERVED""WAITING_PICK"
- Mock serverhttps://apidocs.fulfillmentwms.com/_mock/openapi/v1/api/pub/inv/query
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://apidocs.fulfillmentwms.com/_mock/openapi/v1/api/pub/inv/query \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: */*' \
-d '[object Object]'Response
application/json
[ { "id": 0, "inv_key_id": "0ef18765-1c41-4af5-8e29-8f01e6eae6c1", "facility_id": "82d24387-b696-4928-8926-f6f7f16d3353", "account_id": "449e7a5c-69d3-4b8a-aaaf-5c9b713ebc65", "item_id": "4d8cd62e-a579-4dae-af8c-3172f96f8f7c", "internalstatus": "FOREIGNENTITY", "reservedfor_id": "8fb6b986-2719-4b3d-8f97-ded4b6816475", "account_name": "string", "account_description": "string", "reservedfor_channel_id": "ced14407-e8c1-4ca6-a0a7-3c1c84c9698b", "channel_name": "string", "channel_description": "string", "sscc": "string", "lotcode": "string", "sublotcode": "string", "wt": 0, "wt_mode": "LBS", "expirydate": "2019-08-24T14:15:22Z", "temp": 0, "temp_mode": "F", "case_pack": 0, "ip_pack": 0, "udef0": "string", "udef1": "string", "udef2": "string", "udef3": "string", "udef4": "string", "udef5": "string", "udef6": "string", "udef7": "string", "udef8": "string", "udef9": "string", "udef10": "string", "udef11": "string", "udef12": "string", "udef13": "string", "udef14": "string", "asn0": "string", "asn1": "string", "asn2": "string", "asn3": "string", "asn4": "string", "asn5": "string", "asn6": "string", "asn7": "string", "asn8": "string", "asn9": "string", "asn10": "string", "asn11": "string", "asn12": "string", "asn13": "string", "asn14": "string", "qty_pcs_total": 0, "qty_pcs": 0, "qty_cases": 0, "qty_ip": 0, "invKey": { … } } ]
Body*/*
Query filter
Items Enum"PENDING""INTRANSIT""OPEN""HOLD""WAITING_PUTAWAY""PUTTINGAWAY""PUTAWAY""WAITING_RESERVE""RESERVED""WAITING_PICK"
- Mock serverhttps://apidocs.fulfillmentwms.com/_mock/openapi/v1/api/pub/inv/query/locations
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://apidocs.fulfillmentwms.com/_mock/openapi/v1/api/pub/inv/query/locations \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: */*' \
-d '[object Object]'Response
application/json
[ { "id": 0, "inv_key_id": "0ef18765-1c41-4af5-8e29-8f01e6eae6c1", "facility_id": "82d24387-b696-4928-8926-f6f7f16d3353", "account_id": "449e7a5c-69d3-4b8a-aaaf-5c9b713ebc65", "item_id": "4d8cd62e-a579-4dae-af8c-3172f96f8f7c", "lpn_id": "b1acb478-72a3-40e7-b5a2-ecc166beef1b", "lpn": "string", "lpn_location_strid": "string", "facilitylocation_id": "9eb517dc-162f-4f83-a7d2-d40867c1a2c6", "location_strid": "string", "internalstatus": "FOREIGNENTITY", "reservedfor_id": "8fb6b986-2719-4b3d-8f97-ded4b6816475", "account_name": "string", "account_description": "string", "reservedfor_channel_id": "ced14407-e8c1-4ca6-a0a7-3c1c84c9698b", "channel_name": "string", "channel_description": "string", "sscc": "string", "lotcode": "string", "sublotcode": "string", "wt": 0, "wt_mode": "LBS", "expirydate": "2019-08-24T14:15:22Z", "temp": 0, "temp_mode": "F", "case_pack": 0, "ip_pack": 0, "udef0": "string", "udef1": "string", "udef2": "string", "udef3": "string", "udef4": "string", "udef5": "string", "udef6": "string", "udef7": "string", "udef8": "string", "udef9": "string", "udef10": "string", "udef11": "string", "udef12": "string", "udef13": "string", "udef14": "string", "asn0": "string", "asn1": "string", "asn2": "string", "asn3": "string", "asn4": "string", "asn5": "string", "asn6": "string", "asn7": "string", "asn8": "string", "asn9": "string", "asn10": "string", "asn11": "string", "asn12": "string", "asn13": "string", "asn14": "string", "qty_pcs_total": 0, "qty_pcs": 0, "qty_cases": 0, "qty_ip": 0, "invKey": { … } } ]
Body*/*
Query filter
Items Enum"PENDING""INTRANSIT""OPEN""HOLD""WAITING_PUTAWAY""PUTTINGAWAY""PUTAWAY""WAITING_RESERVE""RESERVED""WAITING_PICK"
- Mock serverhttps://apidocs.fulfillmentwms.com/_mock/openapi/v1/api/pub/inv/history
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://apidocs.fulfillmentwms.com/_mock/openapi/v1/api/pub/inv/history \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: */*' \
-d '[object Object]'Response
application/json
[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "inv_trxns_id": "164651fb-2b3f-458a-a0c5-30b1b6ce6aa5", "inv_key_id": "0ef18765-1c41-4af5-8e29-8f01e6eae6c1", "inv_id": "18ed08e4-4e0a-4d9f-9772-0b68d880e0bd", "cntrl": "string", "type": "INV", "createdby": "string", "ts": "2019-08-24T14:15:22Z", "qty_pcs_total": 0, "qty_pcs": 0, "qty_cases": 0, "qty_ip": 0, "supplier_id": "3cb1e20c-c6c9-4e71-ba66-399c468f697c", "ohdrrecv_id": "692c4050-3acb-42de-ac0f-4944bb456615", "olinerecv_id": "5373ea6f-1b2b-42c5-9a7d-8850928b84c9", "ohdralloc_id": "a77fd68f-1400-4c73-bfc2-9f702d2cff9a", "olinealloc_id": "88b6d57a-ee38-45ae-9af7-dfb52d2ca05b", "ohdrwork_id": "3ee1bf61-2ef8-4816-a17f-f1d90e9a93b9", "olinework_id": "e4f1384d-73c0-4671-be99-fa7227ec5370", "trxns": { … }, "inv": { … }, "supplier": { … }, "getoRecvHdr": { … }, "getoRecvLine": { … }, "getoShipHdr": { … }, "getoShipLine": { … }, "getoWorkHdr": { … }, "getoWorkLine": { … } } ]