Get all locations in your store finder
- https://uberall.com/apihttps://uberall.com/api/store-finders/{storeKey}/locations/all
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/store-finders/{storeKey}/locations/all
curl -i -X GET \
'https://uberall.com/api/store-finders/{storeKey}/locations/all?country=string&fieldMask=name%26fieldMask%3Did'Success
Enum:"SUCCESS""PENDING""QUOTA_LIMIT_EXCEED""NOT_AUTHORIZED""FORBIDDEN""BAD_ACCESS_TOKEN""BAD_PRIVATE_KEY""BAD_PUBLIC_KEY""MISSING_PARAMETER""INVALID_PARAMETER"
Response
{ "status": "SUCCESS", "message": "string", "warnings": [ "string" ], "response": { "locations": [ … ] } }