Get Product
Get a product by ID.
Works for both User and API Key authentication.
Account access is automatically validated via endpoint dependency.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
product_id
account_id
Query parameters
include_deleted
Include soft-deleted products
expand
Response
Successful Response
id
account_id
name
description
is_active
default_price_id
metadata
created_at
updated_at
total_prices
custom_fields
Custom field values. Only included when expand=custom_fields is specified.
Errors
422
Unprocessable Entity Error