{ "operationId": "GetSellersByRegion", "method": "GET", "path": "/api/checkout/pub/regions/{regionId}", "summary": "VTex Get sellers by region or address", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "id": "v2.1BB18CE648B5111D0933734ED83EC783", "sellers": [ { "id": "abacaba", "name": "Abacaba Store", "logo": null }, { "id": "abacaba2", "name": "Abacaba VTEX Outlet", "logo": null }, { "id": "abacaba3", "name": "Abacaba VTEX Mall", "logo": null } ] } } ] }