Trading_GetStoreCategoryUpdateStatusResponseType Class Reference
Inherits from | Trading_AbstractResponseType : NSObject |
Declared in | Trading_GetStoreCategoryUpdateStatusResponseType.h Trading_GetStoreCategoryUpdateStatusResponseType.m |
Overview
Returns the store category structure update status, when a prior
SetStoreCategories call was processed asynchronously. If a SetStoreCategories
request affects many listings, then the category structure changes will be
processed asynchronously. If not many listings are affected by category structure
changes, the status is returned in the SetStoreCategories response.
@ingroup EBayAPIInterface
Tasks
-
status
The status (Pending, InProgress, Complete, or Failed) of an update to the
property
store category structure.
Properties
status
The status (Pending, InProgress, Complete, or Failed) of an update to the
store category structure.
@property (nonatomic, retain) NSString *status
Discussion
The status (Pending, InProgress, Complete, or Failed) of an update to the
store category structure.
type: string constant in Trading_TaskStatusCodeType.h
Declared In
Trading_GetStoreCategoryUpdateStatusResponseType.h