Updating with brazil extendedaddresses and iso 8601 links

This commit is contained in:
Alex Rupprecht 2024-01-31 10:57:10 -05:00
parent 9a138924f8
commit acb49e680b
1 changed files with 25 additions and 0 deletions

View File

@ -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": {