OpenAPI documentation for API and Auth Rest Services
- Get a list of Location Templates
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 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 Location Te...
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/facilities/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/facilities/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, "type": "WAREHOUSE", "code": "string", "accounting_ref": "string", "name": "string", "description": "string", "notes": "string", "address1": "string", "address2": "string", "address3": "string", "address4": "string", "city": "string", "state_province": "string", "postal_code": "string", "country": "string", "contact_name": "string", "contact_phone": "string", "contact_email": "string" } ]
- Mock serverhttps://apidocs.fulfillmentwms.com/_mock/openapi/v1/api/pub/lists/facilities/locations/tmplts/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/facilities/locations/tmplts/query \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Ok
Enum"GENERALPURPOSE""DOCKDOOR""STAGING""LABELING""QC""PICKAUDIT""PACK""HOLD""DAMAGED""QUARANTINE"
Enum"FOREIGNENTITY""PICKEDUP""INTRANSITRECEIVE""INGATE""UNLOADED""QC""ONHAND""SAFETY""ONHANDBYPASSPUTAWAY""RESERVEDWITHORDER"
Enum"VERT_HEAVY_WIREGUIDED""VERT_HEAVY""NONVERT_CART""NONVERT_PALLET_JACK""NONVERT_HUMAN""MATERIAL_HANDLING"
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, "name": "string", "description": "string", "notes": "string", "nodelete": true, "si": "string", "type": "GENERALPURPOSE", "securitylevel": 0, "zone": "string", "pickable": true, "resvseq": 0, "pickseq": 0, "putawayseq": 0, "pickface": true, "reserve": true, "sdock": true, "sstage": true, "rdock": true, "rstage": true, "project": true, "wt": 0, "wt_mode": "LBS", "cube": 0, "cube_mode": "CF", "temp_min": 0, "temp_max": 0, "temp_mode": "F", "max_number_lpn": 0, "onhand_enable": true, "damaged_enable": true, "hold_enable": true, "quarantine_enable": true, "qa_enable": true, "each_enabled": true, "ip_enabled": true, "case_enabled": true, "pallet_enabled": true, "auto_break_lpn": true, "auto_convert_status": "FOREIGNENTITY", "auto_convert_uom": "EACH", "velocity_unknown": true, "velocity_a": true, "velocity_b": true, "velocity_c": true, "velocity_d": true, "requires_equip": true, "equip_type": "VERT_HEAVY_WIREGUIDED" } ]
- Mock serverhttps://apidocs.fulfillmentwms.com/_mock/openapi/v1/api/pub/lists/facilities/{facilityId}/locations/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/facilities/{facilityId}/locations/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", "locale": "pt_BR", "nodelete": true, "facility_id": "82d24387-b696-4928-8926-f6f7f16d3353", "tmplt_id": "0cf10b77-feef-4821-ab9d-66698af376f5", "aisle_details_id": "b297023c-5230-4ab1-9b5b-5662e5b8d2b5", "enabled": true, "notes": "string", "strid": "string", "strcd": "string", "aislesz": "string", "levelsz": "string", "slotsz": "string", "description": "string", "aisleint": 0, "levelint": 0, "slotint": 0, "belowloc": "string", "aboveloc": "string", "leftloc": "string", "rightloc": "string", "frontloc": "string", "backloc": "string", "coord_x": 0, "coord_y": 0, "coord_z": 0, "tmplt": { … }, "subLocations": [ … ], "aisleDetails": { … }, "facility": { … } } ]