v41

latestOpenAPI 3.1.0raw.githubusercontent.com2025-08-053715199.1 KB
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": []
    }
  ]
}
All 37 operations