Product
Type: object
Version: 1.0
Product in the e-commerce catalogue with inventory tracking.
Extends
Fields
| Name | Type | Description | Source |
|---|---|---|---|
Id |
string (uuid) | - | from Entity |
Created |
string (date-time) | - | from Entity |
Modified |
string (date-time) | - | from Entity |
Sku |
string | Stock Keeping Unit (unique product identifier) | - |
Name |
string | Product display name | - |
Description |
string | Detailed product description | - |
Price |
number (decimal) | Current product price | - |
CategoryId |
string (uuid) | Reference to product category | - |
StockQuantity |
integer (int32) | Available inventory count | - |