v1

latestOpenAPI 3.0.2EULA2026-07-143221521.2 MB
Product reservation prices

Get a detail of product reservation price

Get information about a specific product reservation price. The price represents the value of the product for the reservation for a specific store and currency.

get/product-reservation-prices/{product_reservation_price_id}

Path parameters

product_reservation_price_idstring required

The unique ID of the product reservation price.

Headers

Accept-Languagestring

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

Response

OK

Example response

{
  "data": {
    "product_reservation_price_id": "81eaeea13b8984a169c490a325",
    "reservable_product_id": "8ea2591121e636086a4a9c0992",
    "plu_ids": [
      {
        "list_code": "GLOBAL",
        "code": "abc"
      }
    ],
    "value": 69,
    "currency_id": "8bed991c68a470e7aaeffbf048",
    "store_id": "82db62087b0f79a6e14e5747e7",
    "last_change": "2020-04-20 11:23:35",
    "state": 1
  }
}