Get Product

View as Markdown
Retrieves a product with all its variants and details.

Authentication

AuthorizationBearer

Authentication using Personal Access Token (PAT) token or OAuth2

Path parameters

productIdstringRequiredformat: "int64"

Response

Success
created_ondatetime
Timestamp when the product was created
idlong
Unique identifier for the product
namestring or null
Product name
taxonomyobject
Product categorization information including category hierarchy
typestring or null

Product type (e.g., ‘Regular’ or ‘Bundle’)

updated_ondatetime or null
Timestamp when the product was last updated
user_idlong
ID of the user who owns this product
variantslist of objects or null
List of variants belonging to this product. Each variant represents a specific SKU.

Errors

400
Bad Request Error
404
Not Found Error