OpenAPI documentation for API and Auth Rest Services
- Get a list of Channels for an Account
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 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 Schedules
Get a list of Sequences
Get a list of Transit Lanes
Get a list of Schedules
Get a list of Channels fo...
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}/carriers/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}/carriers/query' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "account_id": "449e7a5c-69d3-4b8a-aaaf-5c9b713ebc65", "enabled": true, "alias": "string", "type": "SMALLPARCEL", "subtype": "FedEx", "package_type": "string", "service_level": "string", "transit_lane_id": "392e3c4b-6df9-4d45-9105-e53677d7bf64" } ]
- Mock serverhttps://apidocs.fulfillmentwms.com/_mock/openapi/v1/api/pub/lists/accounts/{accountId}/channels/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}/channels/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, "nodelete": true, "name": "string", "description": "string", "notes": "string", "tmplt_id": "0cf10b77-feef-4821-ab9d-66698af376f5", "account_id": "449e7a5c-69d3-4b8a-aaaf-5c9b713ebc65", "tmplt": { … }, "account": { … }, "channel_facility": { … } } ]
- Mock serverhttps://apidocs.fulfillmentwms.com/_mock/openapi/v1/api/pub/lists/accounts/{accountId}/customers/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}/customers/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", "accountid": "string", "nodelete": true, "type": "ACCOUNT", "name": "string", "description": "string", "notes": "string", "saddr1": "string", "saddr2": "string", "saddr3": "string", "saddr4": "string", "scity": "string", "sstateprovince": "string", "spostalcode": "string", "scountry": "string", "maddr1": "string", "maddr2": "string", "maddr3": "string", "maddr4": "string", "mcity": "string", "mstateprovince": "string", "mpostalcode": "string", "mcountry": "string", "contact_name": "string", "contact_phone": "string", "contact_email": "string", "inv_contact_name": "string", "inv_contact_phone": "string", "inv_contact_email": "string" } ]