From acb49e680bcfc5f4e597f504ad5dac610cb2911b Mon Sep 17 00:00:00 2001 From: Alex Rupprecht Date: Wed, 31 Jan 2024 10:57:10 -0500 Subject: [PATCH] Updating with brazil extendedaddresses and iso 8601 links --- models/orders-api-model/ordersV0.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/models/orders-api-model/ordersV0.json b/models/orders-api-model/ordersV0.json index 2526011..a780dc5 100644 --- a/models/orders-api-model/ordersV0.json +++ b/models/orders-api-model/ordersV0.json @@ -3616,6 +3616,9 @@ "type": "string", "description": "The phone number. Not returned for Fulfillment by Amazon (FBA) orders." }, + "ExtendedFields": { + "$ref": "#/definitions/AddressExtendedFields" + }, "AddressType": { "type": "string", "description": "The address type of the shipping address.", @@ -3637,6 +3640,28 @@ }, "description": "The shipping address for the order." }, + "AddressExtendedFields": { + "type": "object", + "properties": { + "StreetName": { + "type": "string", + "description": "The street name." + }, + "StreetNumber": { + "type": "string", + "description": "The house number/building number/property number in the street." + }, + "Complement": { + "type": "string", + "description": "The floor number/unit number in the building/private house number." + }, + "Neighborhood": { + "type": "string", + "description": "The neighborhood. It's smaller than a region and an integral part of an address. It is used in some countries like Brazil." + } + }, + "description": "The container for address extended fields. For example, street name or street number. Only available for Brazil shipping addresses as of now." + }, "DeliveryPreferences": { "type": "object", "properties": {