V2
Expeditions Logistics
The aim of the operations is to provide information about expeditions for both direct and reverse logistics processes. Expeditions represent the shipment tracking and status of orders and pickups.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| orgId | path | string | true | Organization name as it is registered in Mas-Stack |
| size | query | integer | true | Page size |
| page | query | integer | true | Page number |
| sort | query | string | false | Sort value, multiple values allowed, separte with coma |
| from | query | string(date-time) | false | Date from (min) the creation of the expedition in ISO 8601 format and UTC |
| to | query | string(date-time) | false | Date to (max) the creation of the expedition in ISO 8601 format and UTC |
| order_id | query | string | false | Filter expeditions by order ID. Returns expeditions that contain at least one product from this order, including ALL products in those expeditions. |
Enumerated Values
| Property | Values |
|---|---|
| sort | one of [DATE_DESC, DATE_ASC] |
Request example
|
|
Responses
| Code | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Success | ArrayOfExpeditions |
| 4XX | Unknown | Response for client error when some field in the request is missing or invalid. | [Error] |
| 5XX | Unknown | Response when an internal or unexpected error occurs. | [Error] |
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| orgId | path | string | true | Organization name as it is registered in Mas-Stack |
| expedition_id | path | string | true | Internal logistics expedition id |
Request example
|
|
Responses
| Code | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Success | Expedition |
| 4XX | Unknown | Response for client error when some field in the request is missing or invalid. | [Error] |
| 5XX | Unknown | Response when an internal or unexpected error occurs. | [Error] |
Endpoints
Direct Logistics
Reverse Logistics
Expeditions Logistics
External Logistic Operator
Logistics Management