Track
Performs persist operations for a specified shipment track.
Header parameters
Content-TypestringOptionalExample:
application/jsonBody
objectOptionalExample:
{"entity":{"order_id":"<integer>","parent_id":"<integer>","weight":"<number>","qty":"<number>","description":"<string>","track_number":"<string>","title":"<string>","carrier_code":"<string>","created_at":"<string>","entity_id":"<integer>","updated_at":"<string>","extension_attributes":"<object>"}}Responses
200
OK
application/json
Responseobject
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
post
/V1/shipment/trackDeletes a specified shipment track by ID.
Path parameters
idstringRequiredExample:
(Required) The shipment track ID.
<integer>Responses
200
OK
application/json
Responseobject
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
delete
/V1/shipment/track/{id}