/orders/{id}/status
POST {{baseUrl}}/orders/:id/status
Update an order's status
Request Body
{"sendEmail"=>"<boolean>", "status"=>"<integer>", "trackingUrl"=>"<string>", "sendToEbay"=>"<boolean>", "eBayShippingCarrier"=>"<string>", "eBayShipmentTrackingNumber"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
""