Skip to content

INSPIRE Public Rest API Documentation. Copyright 2025 Fulfillment WMS. All rights reserved. (1.0)

OpenAPI documentation for API and Auth Rest Services

Download OpenAPI description
Overview
License
Languages
Servers
Mock server
https://apidocs.fulfillmentwms.com/_mock/openapi

Dock Appointment Scheduling Service

Dock Appointment Scheduling Services

Operations

Services related to importing data

Operations

Reporting, Insights and Metrics Service

Services related to Reporting, Insights and Metrics

Operations

Services related to Inventory

Operations

Services related to viewing Invoices for 3PL Billing

Operations

Services related to Querying Lists of Objects

Operations

Services related to Mobile Tasks

Operations

Services related to Receiving Orders

Operations

Services related to Shipping Orders

Operations

Services related to Work/Project Orders

Operations

Request

Get Work Order By Id

Security
Authorization
Path
projectIdstring(uuid)required
curl -i -X GET \
  'https://apidocs.fulfillmentwms.com/_mock/openapi/v1/api/pub/order/projects/{projectId}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Ok

Bodyapplication/json
idstring(uuid)
orderhdr_idstring(uuid)
order_numberstring
po_numberstring
assoc_orderhdr_idstring(uuid)
hdrobject(OrderHdrSecureType)
assoc_hdrobject(OrderHdrSecureType)
linesArray of objects(OrderLineSecureType)
Response
application/json
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "orderhdr_id": "fcbe07ea-8d6c-49af-8aae-61a11b0dc975", "order_number": "string", "po_number": "string", "assoc_orderhdr_id": "799dfa4f-d2c2-4d87-9e31-7857e4c5a991", "hdr": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "createdby": "string", "createdon": "2019-08-24T14:15:22Z", "modifiedon": "2019-08-24T14:15:22Z", "trans_number": "string", "account_id": "449e7a5c-69d3-4b8a-aaaf-5c9b713ebc65", "internalstatus": "PENDING", "internaltype": "PO", "priority": "LOW", "Facility Requested": "2c279f6b-03b3-42cf-9c01-61c040aa1285", "requestedcompdt": "2019-08-24T14:15:22Z", "actualcompdt": "2019-08-24T14:15:22Z", "sourcetxt": "string", "Channel": "18744e1a-a956-41a8-9581-0fe67b83fb14", "country_flag": "string", "account": {}, "facility_requested": {}, "channel": {} }, "assoc_hdr": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "createdby": "string", "createdon": "2019-08-24T14:15:22Z", "modifiedon": "2019-08-24T14:15:22Z", "trans_number": "string", "account_id": "449e7a5c-69d3-4b8a-aaaf-5c9b713ebc65", "internalstatus": "PENDING", "internaltype": "PO", "priority": "LOW", "Facility Requested": "2c279f6b-03b3-42cf-9c01-61c040aa1285", "requestedcompdt": "2019-08-24T14:15:22Z", "actualcompdt": "2019-08-24T14:15:22Z", "sourcetxt": "string", "Channel": "18744e1a-a956-41a8-9581-0fe67b83fb14", "country_flag": "string", "account": {}, "facility_requested": {}, "channel": {} }, "lines": [ {} ] }

Request

Get All Work Orders

Security
Authorization
Body*/*
facilitiesArray of strings(uuid)
accountsArray of strings(uuid)
itemsArray of strings(uuid)
lotsArray of strings
sublotsArray of strings
channelsArray of strings(uuid)
orderNumberstring
poNumberstring
soNumberstring
transNumberstring
assocOrderTransNumberstring
carriersArray of strings(uuid)
statusesArray of strings
Items Enum"PENDING""INTRANSIT""OPEN""HOLD""WAITING_PUTAWAY""PUTTINGAWAY""PUTAWAY""WAITING_RESERVE""RESERVED""WAITING_PICK"
createdonFromstring(date-time)
createdonTostring(date-time)
completedonFromstring(date-time)
completedonTostring(date-time)
curl -i -X POST \
  https://apidocs.fulfillmentwms.com/_mock/openapi/v1/api/pub/order/projects/query \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: */*' \
  -d '[object Object]'

Responses

Ok

Bodyapplication/jsonArray [
idstring(uuid)
orderhdr_idstring(uuid)
order_numberstring
po_numberstring
assoc_orderhdr_idstring(uuid)
hdrobject(OrderHdrSecureType)
assoc_hdrobject(OrderHdrSecureType)
linesArray of objects(OrderLineSecureType)
]
Response
application/json
[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "orderhdr_id": "fcbe07ea-8d6c-49af-8aae-61a11b0dc975", "order_number": "string", "po_number": "string", "assoc_orderhdr_id": "799dfa4f-d2c2-4d87-9e31-7857e4c5a991", "hdr": {}, "assoc_hdr": {}, "lines": [] } ]

Services related to authentication

Operations