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

nameTypeDescriptionRequired
idIntegerThe id of the box to updatetrue
trackingNumberStringReference of the box for the usertrue
commentStringExtra indications about this boxfalse

Request Body

{"0"=>{"id"=>1, "trackingNumber"=>"124198345001"}, "1"=>{"id"=>2, "trackingNumber"=>"123599213894"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"check":true}