ReDoc documentation
Performs persist operations for a specified shipment track.
required | object (sales-data-shipment-track-interface) Shipment track interface. A shipment is a delivery package that contains products. A shipment document accompanies the shipment. This document lists the products and their quantities in the delivery package. Merchants and customers can track shipments. |
200 Success.
400 Bad Request
401 Unauthorized
Unexpected error
{- "entity": {
- "order_id": 0,
- "created_at": "string",
- "entity_id": 0,
- "parent_id": 0,
- "updated_at": "string",
- "weight": 0,
- "qty": 0,
- "description": "string",
- "extension_attributes": { },
- "track_number": "string",
- "title": "string",
- "carrier_code": "string"
}
}
{- "order_id": 0,
- "created_at": "string",
- "entity_id": 0,
- "parent_id": 0,
- "updated_at": "string",
- "weight": 0,
- "qty": 0,
- "description": "string",
- "extension_attributes": { },
- "track_number": "string",
- "title": "string",
- "carrier_code": "string"
}