- Get a list of locations by filter criteria
Get a list of all locations by ids
Get a location with specified business Id
Upsert a location with specified business Id
Delete a location with specified business id.
Get a list of locations b...
Retrieve a list of Locations in bulk, identified by the query parameters defined in the request. The query requires at least a page and page size, in which case all Locations will be returned in a paged format. Providing any additional filter will return the matching subset of Locations. When providing multiple filter parameters, all filters must match for a Location to be included in the response.
The returned list can be empty, but the request will not fail if no results are found.
Security
clientCredentials
- Mock serverhttps://developer.conundra.eu/_mock/apis/order-book/order-book-api/locations/by
- Order Book API Productionhttps://api.conundra.eu/orderbook/v1/locations/by
curl -i -X GET \
'https://developer.conundra.eu/_mock/apis/order-book/order-book-api/locations/by?location_category=string&country_code=BE&zip_code=string&city=string&address_line=string&page=1&page_size=10' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'