---
title: "Get configuration"
method: GET
path: "/seller/delivery-options"
tags: ["seller-delivery-options"]
---

# Get configuration

`GET /seller/delivery-options`

Retrieve package and delivery configuration for the authenticated seller.

Use this to prefill shipping settings UIs or validate what package profiles are currently active.

Behavior:
- Reads all package configuration rows for the seller.
- Returns the normalized delivery configuration array.
- Falls back to an empty/default configuration set when no rows exist.

Access rules:
- Requires seller authentication.

## Response `200`

Seller delivery configuration

- object[] — All package configurations for a seller, sorted by package type (large letter to large parcel
  - `type` 'LARGE_LETTER', required — The configured package type
  - `classifications` string[], required
  - `steps` object[], required
    - `cost` integer, required — The base cost for this package type, in pence
    - `weight` integer, required — Maximum weight in grams
  - `id` string, required — Unique identifier for the configuration

## Other responses

- `404` — Configuration not found

---

[API](https://skmtc.net/managem/apis/managem-api.md) · [All operations](https://skmtc.net/managem/apis/managem-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/managem/managem-api/versions/e8d78a3a2e8b/schema)
