Get configuration
Delivery Configuration
Get configuration
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.
GET
Get configuration
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.