Track

sales Shipment Track Repository V1Save Post

post

Performs persist operations for a specified shipment track.

Header parameters
Content-TypestringOptionalExample: application/json
Body
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
post
/V1/shipment/track

sales Shipment Track Repository V1Delete By Id Delete

delete

Deletes a specified shipment track by ID.

Path parameters
idstringRequired

(Required) The shipment track ID.

Example: <integer>
Responses
200

OK

application/json
Responseobject
delete
/V1/shipment/track/{id}