Order Search
Orders submitted to Spectrum can be queried for their details and status.
Note about Partners
Single Purchase Order
GET https://{SpectrumEnvironment}/api/order/order-number/{PurchaseOrderNumber} HTTP/1.1
SPECTRUM_API_TOKEN: {SpectrumApiToken}Multiple Purchase Orders
POST https://{SpectrumEnvironment}/api/orders/search HTTP/1.1
SPECTRUM_API_TOKEN: {SpectrumApiToken}
Content-Type: application/jsonMultiple Order Search
Headers
Name
Type
Description
Request Body
Name
Type
Description
200: OK Indicates a successful response with an array of Order Search Results.
400: Bad Request Indicates that the date query goes beyond the default response time. Note: for queries beyond 31 days, you may set the ignoreDateRestriction to true to bypass the restriction.
500: Internal Server Error Indicates that an error was encountered with the request or an internal operation. These error are logged and a Log Identifier is sent in the response for tracking.
Required
Optional
Order Search Response Example
Last updated
Was this helpful?