OpenAPI documentation for API and Auth Rest Services
- Get a list of Schedules
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 Mobile Workflows
Get a list of Sequences
Get a list of Transit Lanes
Get a list of Schedules
Get a list of Schedules
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/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" } ]
- Mock serverhttps://apidocs.fulfillmentwms.com/_mock/openapi/v1/api/pub/lists/sequences/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/sequences/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", "table_name": "string", "seq_name": "string", "seq_type": "CHANNEL", "nodelete": true } ]