Reservable products
Get a reservable product
Get information about a specific reservable product.
get/reservable-products/{reservable_product_id}
Path parameters
reservable_product_idstring required
The unique ID of the reservable product.
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Response
OK
Example response
{
"data": {
"product_id": "85d6598db0bf3f62afd5db8507",
"name": "Google phone 1",
"code": "649",
"external_id": "NKBD7TB",
"plu_ids": [
{
"list_code": "GLOBAL",
"code": "abc"
}
],
"product_group_id": "82de12eb8b138791e678fd11c3",
"product_brand_id": "82db62087b0f79a6e14e5747e7",
"partner_id": "86e05affc7a7abefcd513ab400",
"prices": [
{
"currency_id": "86e05affc7a7abefcd513ab400",
"value": 650
}
],
"additional_properties": [
{
"property_record_id": "docasna_blokace_darce_do:8ea2591121e636086a4a9c0992",
"property_id": "docasna_blokace_darce_do",
"property_name": "Property #6",
"last_change": "2023-02-02 00:00:00"
}
],
"last_change": "2022-11-01 13:15:24",
"state": 1,
"tags": [
{
"tag_id": "838b73aacb5ac326cec4030c80",
"name": "Recommended",
"text_id": "recommended_tag",
"state": 1,
"last_change": "2019-01-04 10:31:56"
}
]
}
}