string(UpsellState)
Enum"created""actionRequired""completed""failed"
"created"
Build 2026-01-12 08:21:29
The Order Management API is used to create and handle orders
https://{slug}.api-se.playground.norce.tech/checkout/order/
https://{slug}.api-se.stage.norce.tech/checkout/order/
https://{slug}.api-se.norce.tech/checkout/order/
Provider-specific id for referencing the upsell transaction (e.g. Qliro upsellId, Walley checkout reference)
State derived from provider status mapping
{ "id": "string", "state": "created", "attributes": { "property1": null, "property2": null } }