From 5ffa846aec7d5286eee24570c5607038d4532188 Mon Sep 17 00:00:00 2001 From: yoeriwalstra Date: Tue, 7 Apr 2026 15:08:55 +0200 Subject: [PATCH 1/2] :sparkles: add collo_number query parameter --- .../Shipments-shipment_id-Statuses-tracking_code.json | 8 ++++++++ 1 file changed, 8 insertions(+) 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": { From 9caf7d18a3eb22cbcbcc35b4e2f4924b2b311fdd Mon Sep 17 00:00:00 2001 From: yoeriwalstra Date: Thu, 16 Apr 2026 11:43:19 +0200 Subject: [PATCH 2/2] :sparkles: replace collo_number query param with barcode --- .../paths/Shipments-shipment_id-Statuses-tracking_code.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/paths/Shipments-shipment_id-Statuses-tracking_code.json b/specification/paths/Shipments-shipment_id-Statuses-tracking_code.json index 332df80..d014f86 100644 --- a/specification/paths/Shipments-shipment_id-Statuses-tracking_code.json +++ b/specification/paths/Shipments-shipment_id-Statuses-tracking_code.json @@ -13,9 +13,9 @@ "$ref": "#/components/parameters/path-tracking_code" }, { - "name": "collo_number", + "name": "barcode", "in": "query", - "description": "Collo number, identifier of a single piece in a multi-colli shipment", + "description": "Shipment barcode, identifier of a single piece in a multi-colli shipment", "schema": { "type": "string" }