Trading_SetStoreCategoriesRequestType Class Reference
| Inherits from | Trading_AbstractRequestType : NSObject |
| Declared in | Trading_SetStoreCategoriesRequestType.h Trading_SetStoreCategoriesRequestType.m |
Tasks
-
actionSpecifies the type of action (Add, Move, Delete, or Rename) to carry out
property
for the specified categories. -
itemDestinationCategoryIDItems can only be contained within child categories. A parent category
property
cannot contain items. If adding, moving, or deleting categories displaces
items, you must specify a destination child category under which the
displaced items will be moved. The destination category must have no
child categories. -
destinationParentCategoryIDWhen adding or moving store categories, specifies the category under
property
which the listed categories will be located. To add or move categories to
the top level, set the value to -999. -
storeCategoriesSpecifies the store categories on which to act.
property
Properties
action
Specifies the type of action (Add, Move, Delete, or Rename) to carry out
for the specified categories.
@property (nonatomic, retain) NSString *actionDiscussion
Specifies the type of action (Add, Move, Delete, or Rename) to carry out
for the specified categories.
type: string constant in Trading_StoreCategoryUpdateActionCodeType.h
Declared In
Trading_SetStoreCategoriesRequestType.hdestinationParentCategoryID
When adding or moving store categories, specifies the category under
which the listed categories will be located. To add or move categories to
the top level, set the value to -999.
@property (nonatomic, retain) NSNumber *destinationParentCategoryIDDiscussion
When adding or moving store categories, specifies the category under
which the listed categories will be located. To add or move categories to
the top level, set the value to -999.
type : NSNumber, wrapper for primitive long
Declared In
Trading_SetStoreCategoriesRequestType.hitemDestinationCategoryID
Items can only be contained within child categories. A parent category
cannot contain items. If adding, moving, or deleting categories displaces
items, you must specify a destination child category under which the
displaced items will be moved. The destination category must have no
child categories.
@property (nonatomic, retain) NSNumber *itemDestinationCategoryIDDiscussion
Items can only be contained within child categories. A parent category
cannot contain items. If adding, moving, or deleting categories displaces
items, you must specify a destination child category under which the
displaced items will be moved. The destination category must have no
child categories.
type : NSNumber, wrapper for primitive long
Declared In
Trading_SetStoreCategoriesRequestType.hstoreCategories
Specifies the store categories on which to act.
@property (nonatomic, retain) Trading_StoreCustomCategoryArrayType *storeCategoriesDiscussion
Specifies the store categories on which to act.
type : class Trading_StoreCustomCategoryArrayType
Declared In
Trading_SetStoreCategoriesRequestType.h