| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
The unique ID of the product. |
globally unique identifier |
None. |
| FriendlyID |
The friendly ID of the product. |
integer |
None. |
| Name |
The name of the product. |
string |
None. |
| ShortDescription |
The short description of the product. |
string |
None. |
| Description |
The full description of the product. |
string |
None. |
| ExternalID |
The ID of the product in an external application. |
string |
None. |
| CatalogNumber |
The catalog number of the product. |
string |
None. |
| HasPricing |
Indicates whether a price was defined for the product. |
boolean |
None. |
| ImageUrl |
The URL of the product image. |
string |
None. |
| Thumbnails |
The product thumbnails. |
Collection of string |
None. |
| Inventory |
The inventory of the product. |
ProductInventoryModel |
None. |
| Unit |
The unit of the product. |
ProductUnitModel |
None. |
| MinimumQuantity |
The minimum number of units that can be purchased. |
integer |
None. |
| MinimumPrice |
The minimum price of the product. |
ProductPriceModel |
None. |
| Type |
The type of the product. |
ProductType |
None. |
| Configuration |
The configuration of the product. |
ProductConfigurationModel |
None. |