v1

latestOpenAPI 3.0.2EULA2026-07-143221521.2 MB
Product reservations

Change reservation state

Change a state of existing reservation

post/product-reservations/actions/change-reservation-state

Headers

Accept-Languagestring

The unique ID of the language code by ISO 639-1.

Request body

product_reservation_idstring required

The unique ID of the product reservation.

state0 | 1 | 2 | 4 | 5 | 6 | 7 | 8 required

A new state of the product reservation. If the reservation is canceled, it won't appear in the reservation list only in the reservation detail. Possible values: 0 - Canceled / 1 - Entered / 2 - Accepted / 3 - Ready / 4 - Delivered / 5 - In progress / 6 - Not Picked up / 7 - Ordered / 8 - Being solved /

Example request

{
  "product_reservation_id": "81d503b99cc748b3ca189383ad",
  "state": 5
}

Response

No Content