curl --request GET \
--url https://app.vaultgraph.com/api/commerce/catalog/products/{id} \
--header 'x-api-key: <api-key>'{
"data": {
"id": "<string>",
"handle": "<string>",
"title": "<string>",
"media": [
{
"type": "<string>",
"url": "<string>",
"alt_text": "<string>",
"width": 123,
"height": 123
}
],
"categories": [
"<string>"
],
"price_range": {
"min": {
"amount": 123,
"currency": "<string>"
},
"max": {
"amount": 123,
"currency": "<string>"
}
},
"variants": [
{
"id": "<string>",
"product_id": "<string>",
"title": "<string>",
"price": {
"amount": 123,
"currency": "<string>"
},
"availability": {
"available": true
},
"sku": "<string>",
"list_price": {
"amount": 123,
"currency": "<string>"
}
}
],
"description": "<string>",
"list_price_range": {
"min": {
"amount": 123,
"currency": "<string>"
},
"max": {
"amount": 123,
"currency": "<string>"
}
}
}
}curl --request GET \
--url https://app.vaultgraph.com/api/commerce/catalog/products/{id} \
--header 'x-api-key: <api-key>'{
"data": {
"id": "<string>",
"handle": "<string>",
"title": "<string>",
"media": [
{
"type": "<string>",
"url": "<string>",
"alt_text": "<string>",
"width": 123,
"height": 123
}
],
"categories": [
"<string>"
],
"price_range": {
"min": {
"amount": 123,
"currency": "<string>"
},
"max": {
"amount": 123,
"currency": "<string>"
}
},
"variants": [
{
"id": "<string>",
"product_id": "<string>",
"title": "<string>",
"price": {
"amount": 123,
"currency": "<string>"
},
"availability": {
"available": true
},
"sku": "<string>",
"list_price": {
"amount": 123,
"currency": "<string>"
}
}
],
"description": "<string>",
"list_price_range": {
"min": {
"amount": 123,
"currency": "<string>"
},
"max": {
"amount": 123,
"currency": "<string>"
}
}
}
}Documentation Index
Fetch the complete documentation index at: https://docs.vaultgraph.com/docs/llms.txt
Use this file to discover all available pages before exploring further.