Delivery checkout configurations
Creates delivery checkout configurations from existing configurations.
GET |
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 |
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 |
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 |
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 |
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 |
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.