Search for an order. Note: the POST /search endpoint should be favored over this one.
Testing Env
https://statimlogistics-test.dsapp.io/integration
Testing Env
https://statimlogistics-test.dsapp.io/integration
GET
https://statimlogistics-test.dsapp.io/integration
/api/v1/orders/search/{query}
Search for an order either by order id or by one of the reference numbers. Note that Basic Authentication is required for all requests
as such, make sure to provide the Authorization header with a valid value.
Request
Authorization
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************
Path Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://statimlogistics-test.dsapp.io/integration/api/v1/orders/search/<string>' \
--header'Authorization: Basic Og=='
Responses
🟢200The matching order
text/plain
Body
🟠400Request has missing/invalid values
🟠404Order not found
🔴500An error occurred when trying to search for the order