getProductById
getProductByIdRetrieve a product's complete details including name, SKU, description, tax codes, pricing, and custom attributes using its unique ID.
Instructions
Retrieve a product by its ID, including name, SKU, description, tax codes, pricing, and custom attributes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| productId | Yes | The unique identifier (UUID) of the product. | |
| __userContext | No | Internal user context for multi-tenant authentication and approval workflow |