RegionInfo Fields Added in Get Orders Endpoints
April 4th, 2025
In Get Orders and Get Order by CustomerOrderID endpoints, add region info field to show the order's shipping address city, state, country and portal code. This information will be redacted 30 days after the order creation day.
"orderRegionInfo": {
"city": "Omaha",
"state": "NE",
"country": "US",
"portalCode":"68010"
},