# FindReturnProcessConditions endpoint for finding LogisticsSettings model Endpoint: GET /v1/configs/ecommerces/{ecommerce_id}/returnconditions/ 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): - `ecommerce_id` (string) EcommerceID - `keep_your_item` (object) Keep your item - `keep_your_item.enabled` (boolean) enabled - `keep_your_item.options` (array) options - `keep_your_item.options.force_keep_your_item` (boolean) ForceKeepYourItem - `keep_your_item.options.refund_percentage` (number) refund percentage - `keep_your_item.options.whens` (array) when - `max_days_to_send_package` (integer) MaxDaysToSendPackage - `non_returnable_brand_ids` (array) NonReturnableBrandIds - `non_returnable_category_ids` (array) NonReturnableCategoryIds - `non_returnable_collection_ids` (array) NonReturnableCollectionIds - `non_returnable_order_tag_ids` (array) NonReturnableOrderTagIds - `non_returnable_product_ids` (array) NonReturnableProductIds - `non_returnable_tag_ids` (array) NonReturnableTagIds - `pay_for_logistics` (object) PayForLogistics - `pay_for_logistics.always` (boolean) always - `payments_enabled` (boolean) PaymentsEnabled - `require_authorization` (object) RequireAuthorization - `return_period_days` (integer) ReturnPeriodDays - `review_flow` (string) ReviewFlow - `skip_fraud_detection` (boolean) SkipFraudDetection - `start_return_on_platform_time` (string) StartReturnOnPlatformTime Enum: "START_RETURN_ON_PLATFORM_TIME_UNSPECIFIED", "START_RETURN_ON_PLATFORM_TIME_ON_START", "START_RETURN_ON_PLATFORM_TIME_ON_ITEM_VERIFICATION", "START_RETURN_ON_PLATFORM_TIME_NEVER" - `upload_documents` (object) UploadDocuments