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

Import Service

Services related to importing data

Operations

Reporting, Insights and Metrics Service

Services related to Reporting, Insights and Metrics

Operations

Inventory Service

Services related to Inventory

Operations

Invoice for 3PL Billing Service

Services related to viewing Invoices for 3PL Billing

Operations

Request

Query Invoices

Body*/*
facilitiesArray of strings(uuid)
accountsArray of strings(uuid)
exportSuccessboolean
invoiceNumberArray of strings
createdOnFromstring(date-time)
createdOnTostring(date-time)
dueDateFromstring(date-time)
dueDateTostring(date-time)
exportDateFromstring(date-time)
exportDateTostring(date-time)
invoiceTypeArray of strings
curl -i -X POST \
  https://apidocs.fulfillmentwms.com/_mock/openapi/v1/api/pub/invoices/query \
  -H 'Content-Type: */*' \
  -d '[object Object]'

Responses

Ok

Bodyapplication/jsonArray [
idstring(uuid)
createdbystring
createdonstring(date-time)
modifiedonstring(date-time)
invoice_numstring
billing_monthstring
Enum"JANUARY""FEBRUARY""MARCH""APRIL""MAY""JUNE""JULY""AUGUST""SEPTEMBER""OCTOBER"
invoice_typestring
Enum"ACCOUNT_BILLING_RECV""ACCOUNT_BILLING_SHIP""ACCOUNT_BILLING_WORK""ACCOUNT_BILLING_STORAGE""ACCOUNT_BILLING_MONTHLY""COMBINED"
due_datestring(date-time)
order_hdr_idstring(uuid)
account_idstring(uuid)
facility_idstring(uuid)
review_approvedboolean
reviewed_user_idstring(uuid)
reviewedonstring(date-time)
exportedonstring(date-time)
export_successboolean
notes_internalstring
notes_externalstring
orderHdrobject(OrderHdrSecureType)
accountobject(AccountSecureType)
facilityobject(FacilityMinSecureType)
linesArray of objects(InvoiceLineSecureType)
reviewedByobject(UsersMinSecureType)
]
Response
application/json
[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "createdby": "string", "createdon": "2019-08-24T14:15:22Z", "modifiedon": "2019-08-24T14:15:22Z", "invoice_num": "string", "billing_month": "JANUARY", "invoice_type": "ACCOUNT_BILLING_RECV", "due_date": "2019-08-24T14:15:22Z", "order_hdr_id": "ce03af97-b4bc-4ab2-90a8-b9e079e77b5b", "account_id": "449e7a5c-69d3-4b8a-aaaf-5c9b713ebc65", "facility_id": "82d24387-b696-4928-8926-f6f7f16d3353", "review_approved": true, "reviewed_user_id": "380124cd-80f8-4d0f-925c-355c45b41f94", "reviewedon": "2019-08-24T14:15:22Z", "exportedon": "2019-08-24T14:15:22Z", "export_success": true, "notes_internal": "string", "notes_external": "string", "orderHdr": { … }, "account": { … }, "facility": { … }, "lines": [ … ], "reviewedBy": { … } } ]

Lists Service

Services related to Querying Lists of Objects

Operations

Mobile Tasks Service

Services related to Mobile Tasks

Operations

Receiving Order Service

Services related to Receiving Orders

Operations

Shipping Order Service

Services related to Shipping Orders

Operations

Work/Project Order Service

Services related to Work/Project Orders

Operations

Authentication Service

Services related to authentication

Operations