Skip to main content
GET
Get Product

Authorization

string
required
Bearer token for authentication. Format: Bearer qwoty_your_token

Path Parameters

string
required
UUID of the product

Examples

Response

boolean
Indicates if the request was successful
object
The product object

Error Responses

Notes

This endpoint provides direct access to a product using only the product ID. For accessing products through their parent product, you can also use:
  • GET /api/product-parents/{id}/products/{product_id}