Orders pending shipment
The following endpoint is used to generate a list of orders with status pending shipment, this list will serve as a reference to later use the endpoint to load tracking guides for orders that do not yet have a tracking guide.
💡 Remember that you must use the previously generated Bearer Token Access Token
ENDPOINT
GET https://api.zenki.fi/v1/api/tracking
- Headers
- Accept: application/json
- Authorization: Bearer Tokens
- Authorization [Bearer Token]
- Token : (token)
- Response attributes
- orderId: (string)
- items : (object)
- orderItemId : (string)
- order : (string)
- orderId : (string)
- externalItemId : (string)
- status : (string) - Order Status. Must be PENDING (Pending Shipment)
- quantity : (number)
- price : (number)
- thumbnailUrl : (string)
- productName : (string)
- productDescription : (string)
- props : (string)
- metadata : (object)
- metadataExample1: (string)
- metadataExample2: (string)
- rmanumber: (string)
- rmaissuedBy: (string)
- rmaissuedDate: (date)
|
|
|
|
Code | Description | json |
---|---|---|
401 | The request has not been executed because it lacks valid authentication credentials for the requested resource. | Unauthorized |