diff --git a/specification/paths/Shipments-shipment_id-Statuses-tracking_code.json b/specification/paths/Shipments-shipment_id-Statuses-tracking_code.json index 720a0bd..332df80 100644 --- a/specification/paths/Shipments-shipment_id-Statuses-tracking_code.json +++ b/specification/paths/Shipments-shipment_id-Statuses-tracking_code.json @@ -11,6 +11,14 @@ }, { "$ref": "#/components/parameters/path-tracking_code" + }, + { + "name": "collo_number", + "in": "query", + "description": "Collo number, identifier of a single piece in a multi-colli shipment", + "schema": { + "type": "string" + } } ], "responses": {