OpenAPI documentation for API and Auth Rest Services
- Get a list of Mobile Workflows
Display All of the Objects that can be displayed
Get a list of Accounts
Get a list of Carriers for an Account
Get a list of Channels for an Account
Get a list of Customers for an Account
Get a list of Facilities
Get a list of Location Templates
Get a list of Locations for a Facility
Get a list of Hazmat
Get a list of Item Templates
Get a list of Items for an Account
Get a list of Schedules
Get a list of Sequences
Get a list of Transit Lanes
Get a list of Schedules
Get a list of Mobile Work...
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
- Mock serverhttps://apidocs.fulfillmentwms.com/_mock/openapi/v1/api/pub/lists/accounts/{accountId}/items/query
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://apidocs.fulfillmentwms.com/_mock/openapi/v1/api/pub/lists/accounts/{accountId}/items/query' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "ncode": 0, "createdby": "string", "createdon": "2019-08-24T14:15:22Z", "modifiedon": "2019-08-24T14:15:22Z", "account_id": "449e7a5c-69d3-4b8a-aaaf-5c9b713ebc65", "tmplt_id": "0cf10b77-feef-4821-ab9d-66698af376f5", "enabled": true, "type": "ITEM_INVENTORIED", "itemcode": "string", "description": "string", "notes": "string", "wt": 0, "wt_mode": "LBS", "l": 0, "w": 0, "h": 0, "dim_mode": "INCHES", "image_file_uri": "string", "safety_inv_qty": 0, "tmplt": { … }, "components": [ … ] } ]
- Mock serverhttps://apidocs.fulfillmentwms.com/_mock/openapi/v1/api/pub/lists/mworkflows/query
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://apidocs.fulfillmentwms.com/_mock/openapi/v1/api/pub/lists/mworkflows/query \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "ncode": 0, "createdby": "string", "createdon": "2019-08-24T14:15:22Z", "modifiedon": "2019-08-24T14:15:22Z", "enabled": true, "nodelete": true, "name": "string", "description": "string", "order_type": "PO", "type": "PICKING", "version": "string", "steps": [ … ] } ]
- Mock serverhttps://apidocs.fulfillmentwms.com/_mock/openapi/v1/api/pub/lists/scheduler/query
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://apidocs.fulfillmentwms.com/_mock/openapi/v1/api/pub/lists/scheduler/query \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "createdby": "string", "createdon": "2019-08-24T14:15:22Z", "modifiedon": "2019-08-24T14:15:22Z", "enabled": true, "name": "string", "description": "string", "notes": "string", "type": "RECURRING", "recurring_minutes": 0, "day_week": "MONDAY", "day_month": "1", "month_year": "JANUARY", "day_year": "1", "time_send": "2019-08-24T14:15:22Z" } ]