Get product details for terminal

GET /terminal/products/{product}

Requires process_orders or process_test_orders permission

Path parameters

  • product string(uuid) Required

Responses

  • 200 application/json

    Product details with variants and addons

    Hide response attribute Show response attribute object
    • data object

      Product details for terminal operations

  • 404

    Product not found

GET /terminal/products/{product}
curl \
 --request GET 'https://api.gb.enjovia.app/terminal/products/{product}' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "data": {}
}