📬
What’s new?
You can now generate delivery options via a new Dynamic Checkout API
POST
endpoint, replacing the existing GET
endpoint. The new endpoint accepts a structured request body with full feature parity to the current GET version. It also adds support for custom key-value pairs.💡
Why it matters
You can pass richer checkout data to influence which delivery options are shown, without keeping as much delivery logic on your side. This makes it easier to tailor delivery options based on details you send in the request.
🚀
How to use it
- Send a POST request to the Dynamic Checkout “generate delivery options” endpoint.
- Include a structured request body instead of flat query parameters.
- (optional) Add custom key-value pairs when you want delivery options to react to extra checkout data.
ℹ️
Good to know