ProductCategory
Object describing a product category.
Description
This object represents a product category which is a container for products. Currently product categories can not be nested.
Properties
| Type | Name | Description |
|---|---|---|
| string | ProductCategoryRefNum | Gateway assign unique reference number |
| string | ProductCategoryKey | Gateway assign unique reference number |
| string | Name | Name of product category |
| datetime | Created | Timestamp for when the category was created |
| datetime | Modified | Timestamp for when the category was last modified |
Places Used
- addProductCategory
- deleteProductCategory
- getProductCategory
- getProductCategories
- updateProductCategory
Examples
Change History
| Version | Change |
|---|---|
| 1.7 | ProductCategoryKey added. |
| 1.3 | Object added in 1.3 release |