Change shipping status.

Option to change the shipping status of an order.

Request
Security:
BearerAuth
Request Body schema: application/json
orderId
integer <int32>

Generated event type

status
string (ShipmentStatusValue)

Status codes for the order

Enum: "PENDING" "ACCEPTED" "READY" "DISPATCHED" "ON_ITS_WAY" "DELIVERED" "REJECTED"
rejectionReason
string or null

Brief description of the reason for rejection

preparationEtaMinutes
integer <int32>

Number of minutes of preparation time.

Responses
200
401

Invalid credentials

post/api/v2/Orders/ChangeShipmentStatus
Request samples
application/json
{
  • "orderId": 0,
  • "status": "PENDING",
  • "rejectionReason": "string",
  • "preparationEtaMinutes": 0
}
Copyright © n1co 2023. All right reserved.