Assing tracking numbers
POST {{fulfillment_client_url}}/client/order/tracking-numbers
After create an order and its boxes, each box can be assign with a tracking number and a comment before be send to the warehouse.
Body definition
| name | Type | Description | Required |
|---|---|---|---|
| id | Integer | The id of the box to update | true |
| trackingNumber | String | Reference of the box for the user | true |
| comment | String | Extra indications about this box | false |
Request Body
{"0"=>{"id"=>1, "trackingNumber"=>"124198345001"}, "1"=>{"id"=>2, "trackingNumber"=>"123599213894"}}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"check":true}