Trading_SetStoreCategoriesResponseType Class Reference
Inherits from | Trading_AbstractResponseType : NSObject |
Declared in | Trading_SetStoreCategoriesResponseType.h Trading_SetStoreCategoriesResponseType.m |
Overview
Returns the status of the processing progress for changes to the category
structure for a store.
@ingroup EBayAPIInterface
Tasks
-
taskID
The task ID associated with the category structure change request. For a
property
simple change, the SetStoreCategories call is processed synchronously.
That is, simple changes are made immediately and then the response is
returned. For synchronous processing, the task ID in the response is 0.
If the category structure changes affect many listings, the changes will
be processed asynchronously and the task ID will be a positive number.
Use the non-zero task ID with GetStoreCategoryUpdateStatus to monitor
the status of asynchronously processed changes. -
status
When a category structure change is processed synchronously, the status
property
is returned as Complete or Failed. For asynchronously processed changes,
the status is reported as Pending. Use GetStoreCategoryUpdateStatus to
monitor the status of asynchronously processed changes. -
customCategory
Contains data for store categories that you have created.
property
Properties
customCategory
Contains data for store categories that you have created.
@property (nonatomic, retain) Trading_StoreCustomCategoryArrayType *customCategory
Discussion
Contains data for store categories that you have created.
type : class Trading_StoreCustomCategoryArrayType
Declared In
Trading_SetStoreCategoriesResponseType.h
status
When a category structure change is processed synchronously, the status
is returned as Complete or Failed. For asynchronously processed changes,
the status is reported as Pending. Use GetStoreCategoryUpdateStatus to
monitor the status of asynchronously processed changes.
@property (nonatomic, retain) NSString *status
Discussion
When a category structure change is processed synchronously, the status
is returned as Complete or Failed. For asynchronously processed changes,
the status is reported as Pending. Use GetStoreCategoryUpdateStatus to
monitor the status of asynchronously processed changes.
type: string constant in Trading_TaskStatusCodeType.h
Declared In
Trading_SetStoreCategoriesResponseType.h
taskID
The task ID associated with the category structure change request. For a
simple change, the SetStoreCategories call is processed synchronously.
That is, simple changes are made immediately and then the response is
returned. For synchronous processing, the task ID in the response is 0.
If the category structure changes affect many listings, the changes will
be processed asynchronously and the task ID will be a positive number.
Use the non-zero task ID with GetStoreCategoryUpdateStatus to monitor
the status of asynchronously processed changes.
@property (nonatomic, retain) NSNumber *taskID
Discussion
The task ID associated with the category structure change request. For a
simple change, the SetStoreCategories call is processed synchronously.
That is, simple changes are made immediately and then the response is
returned. For synchronous processing, the task ID in the response is 0.
If the category structure changes affect many listings, the changes will
be processed asynchronously and the task ID will be a positive number.
Use the non-zero task ID with GetStoreCategoryUpdateStatus to monitor
the status of asynchronously processed changes.
type : NSNumber, wrapper for primitive long
Declared In
Trading_SetStoreCategoriesResponseType.h