Product
List products
List all products for sale in the Terminal shop.
get/product
Response
A list of products.
Example response
{
"data": [
{
"id": "prd_XXXXXXXXXXXXXXXXXXXXXXXXX",
"name": "[object Object]",
"description": "The interpolation of Caturra and Castillo varietals from Las Cochitas creates this refreshing citrusy and complex coffee.",
"variants": [
{
"id": "var_XXXXXXXXXXXXXXXXXXXXXXXXX",
"name": "12oz",
"price": 2200
}
],
"order": 100,
"subscription": "allowed",
"tags": {
"featured": true
},
"filters": []
}
]
}