Reservations
Last updated
Last updated
The Reservations resource in our API enables clients to manage the reservation of inventory. It provides endpoints for placing, viewing, and canceling reservations. This functionality is crucial for businesses that must allocate inventory efficiently and ensure availability for orders or services. Users can seamlessly integrate reservation capabilities into their applications through the API, enhancing operational workflows and customer satisfaction.
Cancels a reservation. Supply the unique identifier of the reservation.
/reservations/{id}
Reservation identifier
No body
Create a reservation to hold inventory items in a fulfillment order.
/reservations
The unique identifier of the reservation.
5678901234
The customer's shipping information.
A positive integer that specifies the number of seconds before the reservation expires and is deleted.
300