Skip to main content

Place a temporary inventory hold on the cart

POST 

/api/v1/cart/:cartId/hold

Locks the cart's selected rooms for the stay nights without payment, auto-releasing at the daily cutoff if not confirmed. Rejects when the cart is already held, the agent is at their active-hold limit, the cart has no selected rooms, or the units are no longer available. The response carries hold (status + expiresAt + locked units) and holdUsage (active of max).

Request

Responses

OK