This shows you the differences between two versions of the page.
— |
developer:soap-1.3:objects:productcategory [2010/06/14 12:08] (current) tem created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | <embed ..:contents/> | ||
+ | ====== 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 |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 ===== | ||
+ | |||
+ | * [[..:methods:addProductCategory]] | ||
+ | * [[..:methods:deleteProductCategory]] | ||
+ | * [[..:methods:getProductCategory]] | ||
+ | * [[..:methods:getProductCategories]] | ||
+ | * [[..:methods:updateProductCategory]] | ||
+ | |||
+ | ===== Examples ===== | ||
+ | |||
+ | ===== Change History ===== | ||
+ | |||
+ | ^Version ^Change ^ | ||
+ | | [[developer:soap-1.3:objects:productcategory|1.3]] | Object added in 1.3 release | | ||