From 27b1207e01733fa1af07a7a433ed4870c1873940 Mon Sep 17 00:00:00 2001 From: Nick de Vries Date: Thu, 22 Jan 2026 11:41:46 +0100 Subject: [PATCH] :sparkles: Added postal code filter on the get returns endpoint. --- specification/paths/Returns-v1-returns.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/specification/paths/Returns-v1-returns.json b/specification/paths/Returns-v1-returns.json index bdfb0d47..1d27affe 100644 --- a/specification/paths/Returns-v1-returns.json +++ b/specification/paths/Returns-v1-returns.json @@ -29,6 +29,14 @@ "type": "string" } }, + { + "name": "filter[postal_code]", + "in": "query", + "description": "Postal code of the consumer_address of the return.", + "schema": { + "type": "string" + } + }, { "name": "filter[search]", "in": "query",