Skip to main content

Delivery checkout configurations

Creates delivery checkout configurations from existing configurations.

GET/delivery-checkout-configurations

Fetches a list of all delivery checkout configurations on an account.

For description of properties, please refer to the Property reference guide.

For schema and testing, please refer to https://api.unifaun.com/rs-docs/ and navigate to /delivery-checkout-configurations GET.

GET/delivery-checkout-configurations/{deliveryCheckoutId}

Fetches a delivery checkout configuration.

Caution

Always use the complete delivery checkout ID since the delivery checkout version is included in the ID.

URI parameters

deliveryCheckoutId

string

The delivery checkout ID from the set-up

Required

For description of properties, please refer to the Property reference guide.

For schema and testing, please refer to https://api.unifaun.com/rs-docs/ and navigate to /delivery-checkout-configurations/{deliveryCheckoutId} GET.

POST /delivery-checkout-configurations

Creates a new delivery checkout configuration by exporting a configuration.

Note

A new delivery checkout ID is created and the delivery checkout will be activated after import.

For description of properties, please refer to the Property reference guide.

For schema and testing, please refer to https://api.unifaun.com/rs-docs/ and navigate to /delivery-checkout-configurations POST.

PUT/delivery-checkout-configurations/{deliveryCheckoutId}

Updates a delivery checkout configuration to a new version.

Note

It will not change the active status on the versions.

Caution

Always use the complete delivery checkout ID since the delivery checkout version is included in the ID.

URI parameters

deliveryCheckoutId

string

The delivery checkout ID from the set-up

Required

For description of properties, please refer to the Property reference guide.

For schema and testing, please refer to https://api.unifaun.com/rs-docs/ and navigate to /delivery-checkout-configurations/{deliveryCheckoutId} PUT.

GET/delivery-checkout-configurations/{deliveryCheckoutId}/status

Fetches a delivery checkout active status.

Caution

Always use the complete delivery checkout ID since the delivery checkout version is included in the ID.

URI parameters

deliveryCheckoutId

string

The delivery checkout ID from the set-up

Required

For description of properties, please refer to the Property reference guide.

For schema and testing, please refer to https://api.unifaun.com/rs-docs/ and navigate to /delivery-checkout-configurations/{deliveryCheckoutId}/status GET.

PUT/delivery-checkout-configurations/{deliveryCheckoutId}/status

Updates a delivery checkout status.

Caution

Always use the complete delivery checkout ID since the delivery checkout version is included in the ID.

URI parameters

deliveryCheckoutId

string

The delivery checkout ID from the set-up

Required

For description of properties, please refer to the Property reference guide.

For schema and testing, please refer to https://api.unifaun.com/rs-docs/ and navigate to /delivery-checkout-configurations/{deliveryCheckoutId}/status PUT.