# FindEcommerce endpoint for finding Ecommerce model Endpoint: GET /v1/configs/ecommerces/{ecommerce_id} Version: 1.0.0 ## Path parameters: - `ecommerce_id` (string, required) The id of the e-commerce. ## 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): - `ecommerce_id` (string) EcommerceID - `external_return_policy_url` (string) external policy url - `group` (string) Group - `is_enabled` (boolean) IsEnabled - `is_testing` (boolean) IsTesting - `name` (string) name - `orders_sync_disabled` (boolean) OrdersSyncDisabled - `platform` (string) Platform - `restocking_enabled` (boolean) RestockingEnabled - `slug` (string) slug - `use_case` (string) UseCase - `website_url` (string) WebsiteURL