# FindWarehousesByEcommerce endpoint for finding Warehouses by ecommerce id Endpoint: GET /v1/configs/ecommerces/{ecommerce_id}/warehouses Version: 1.0.0 ## Path parameters: - `ecommerce_id` (string, required) The id of the e-commerce. Optional. ## Query parameters: - `slug` (string) The path of an URL identifying the e-commerce. Optional. - `group` (string) The group of the e-commerce. Several e-commerces can have the same group. Optional. ## Response 200 fields (application/json): - `warehouses` (array) List of warehouses - `warehouses.address_line1` (string) AddressLine1 - `warehouses.address_line2` (string) AddressLine2 - `warehouses.city` (string) City - `warehouses.company` (string) Company - `warehouses.country` (string) Country - `warehouses.country_code` (string) CountryCode - `warehouses.ecommerce_id` (string) EcommerceID - `warehouses.email` (string) Email - `warehouses.first_name` (string) FirstName - `warehouses.id` (string) ID - `warehouses.last_name` (string) LastName - `warehouses.phone` (string) Phone - `warehouses.postcode` (string) Postcode - `warehouses.state_province` (string) StateProvince - `warehouses.state_province_code` (string) StateProvinceCode