---
title: "GET /v1/configs/logisticsetting/{ecommerce_id}"
method: GET
path: "/v1/configs/logisticsetting/{ecommerce_id}"
tags: ["Settings"]
---

# GET /v1/configs/logisticsetting/{ecommerce_id}

`GET /v1/configs/logisticsetting/{ecommerce_id}`

endpoint for finding LogisticSetting model

## Path parameters

- `ecommerce_id` string, required

## Query parameters

- `slug` string
- `group` string

## Response `200`

OK

- PbLogisticSetting — LogisticSetting model
  - `delivery_note_type` string — DeliveryNoteType
  - `ecommerce_id` string — EcommerceID
  - `reminder_flow` string — ReminderFlow
  - `return_logistics` PbReturnLogistics[] — ReturnLogistics
    - `carrier` string — carrier that is effectively handling the return Example: CorreosExpress, Correos, etc
    - `provider` string — provider is the platform that manages the creation of the return label Example: Sendcloud, OPS, etc Important: the value `OPS` means that the REVER ops team manages the creation of the return label
    - `return_method` 'NO_RETURN_METHOD' | 'HOME_PICK_UP' | 'DROP_OFF_POINT' | 'DELIVERY_PICKUP' | 'IN_STORE', enum — type of return method: DROP_OFF, PICKUP...
    - `service_id` string — Optional carrier service id used by provider integrations (e.g. Sendcloud shipment.id) When empty provider-specific default service resolution is used.
    - `when` string[] — list of dynamic evaluations to determine if this logistics is available They are evaluated in order, and all of them must be true to evaluate together as true (AND condition) IF not specified, is considered as true always protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
  - `store_list_url` string — StoreListUrl

---

[API](https://skmtc.net/itsrever/apis/rever-admin-api.md) · [All operations](https://skmtc.net/itsrever/apis/rever-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/itsrever/rever-admin-api/revisions/8506f9062fca/schema)
