{ "opencollection": "1.0.0", "info": { "name": "VTex Anti-fraud Provider Account Region API", "version": "1.0" }, "items": [ { "info": { "name": "Region", "type": "folder" }, "items": [ { "info": { "name": "VTex Get sellers by region or address", "type": "http" }, "http": { "method": "GET", "url": "https://{providerApiEndpoint}/api/checkout/pub/regions/:regionId", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "regionId", "value": "", "type": "path", "description": "ID of the region corresponding to the shopper's location." }, { "name": "country", "value": "", "type": "query", "description": "Three letter country code refering to the `postalCode` field." }, { "name": "postalCode", "value": "", "type": "query", "description": "Postal code corresponding to the shopper's location." }, { "name": "geoCoordinates", "value": "", "type": "query", "description": "Geocoordinates (first longitude, semicolon, then latitude) corresponding to the shopper's location." } ] }, "docs": "Retrieves a list of sellers that cater to a specific region or address, according to your setup of our [regionalization feature](https://help.vtex.com/en/tutorial/setting-up-price-and-availability-of-skus-by-region--12ne58BmvYsYuGsimmugoc#). Learn more about [Region v2](https://developers.vtex.com/docs/guides/region-v2-release).\n\r\n\rTo access the list of sellers, you must choose one of the following methods:\n\r\n\r1. Send the identification of the list of sellers (`regionId`) as a path parameter thr" } ] } ], "bundled": true }