# REMOTE\_DELIVERY\_OPTION\_PROVIDER

**Type**: `object`\
**Default**:

```json
{
  "klass": "omnishop.address.remote_delivery_options.provider.ExtensionDeliveryOptionProvider",
  "conf": {
    "base_url": "",
    "username": "",
    "password": ""
  }
}
```

**Description**: Configuration for remote delivery option provider service.

* Defines the provider class and configuration for fetching delivery options from an external service
* When configured, enables `RemoteDeliveryOptionSelectionPage` to fetch delivery options remotely
* Must be used together with `CHECKOUT_DELIVERY_OPTION_SELECTION_PAGE` setting set to `RemoteDeliveryOptionSelectionPage`
* `klass`: Python class path for the provider implementation
* `conf.base_url`: Base URL for the remote delivery option service
* `conf.username`: Username for authentication (if required)
* `conf.password`: Password for authentication (if required)

**Used in**: `RemoteDeliveryOptionSelectionPage` to fetch available delivery options from external service


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://apidocs.akinon.com/commerce-openapis/checkout/dynamic-settings/remote_delivery_option_provider.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
