Cart
Multi-item checkout. The only place a response can come back PARTIALLY_COMPLETED.
Create checkout
Creates a **checkout (cart)**: one `referenceId` holding multiple shop positions, purchased together. Unlike `POST /orders` (`1 referenceId = 1 order`), a checkout fans out to N orders created atomically under a single reference. `/orders` is unchanged.