List products
List all products for sale in the Terminal shop.
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": []
}
]
}Changes
Changed in 14 of the 41 revisions of this API.5331
- ●
removed the optional property
data/items/variants/items/descriptionfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
data/items/timeHiddento the response with the200statusresponse-optional-property-added
- ●
- ○
added the optional property
data/items/variants/items/descriptionto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
data/items/tags/market_globalto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/variants/items/tagsto the response with the200statusresponse-optional-property-added
- ○
- ▲
the response's body type/format changed from
/toobject/for status429response-body-type-changed
- ▲
the response's body type/format changed from
/toobject/for status500response-body-type-changed
- ○
removed
ErrorResponsefrom the response bodyallOflist for the response status429response-body-all-of-removed
- ○
removed
ErrorResponsefrom the response bodyallOflist for the response status500response-body-all-of-removed
- ○
added the optional property
detailsto the response with the429statusresponse-optional-property-added
- ○
added the optional property
detailsto the response with the500statusresponse-optional-property-added
- ○
added the optional property
paramto the response with the429statusresponse-optional-property-added
- ○
added the optional property
paramto the response with the500statusresponse-optional-property-added
- ○
added the required property
codeto the response with the429statusresponse-required-property-added
- ○
added the required property
codeto the response with the500statusresponse-required-property-added
- ○
added the required property
messageto the response with the429statusresponse-required-property-added
- ○
added the required property
messageto the response with the500statusresponse-required-property-added
- ○
added the required property
typeto the response with the429statusresponse-required-property-added
- ○
added the required property
typeto the response with the500statusresponse-required-property-added
- ▲
- ●
removed the optional property
data/items/tags/typefrom the response with the200statusresponse-optional-property-removed
- ●
- ○
added the optional property
data/items/tags/typeto the response with the200statusresponse-optional-property-added
- ○
- ▲
removed the required property
data/items/filtersfrom the response with the200statusresponse-required-property-removed
- ○
added the non-success response with the status
429response-non-success-status-added
- ○
added the non-success response with the status
500response-non-success-status-added
- ○
added the optional property
data/items/tags/appto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/tags/colorto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/tags/featuredto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/tags/market_euto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/tags/market_nato the response with the200statusresponse-optional-property-added
- ▲
- ○
added the required property
data/items/filtersto the response with the200statusresponse-required-property-added
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲