Inherits from Trading_AbstractRequestType : NSObject
Declared in Trading_GetStoreCategoryUpdateStatusRequestType.h
Trading_GetStoreCategoryUpdateStatusRequestType.m

Overview

Returns the status of the processing for category-structure changes specified
with a call to SetStoreCategories.

@ingroup EBayAPIInterface

Tasks

  •   taskID

    The task ID returned by the SetStoreCategories call. If the
    SetStoreCategories call was processed asynchronously, the TaskID will be
    a positive number. If SetStoreCategories returned a TaskID with a value of
    0, the change was completed at the time the call was made (and there is
    no need to check status).

    property

Properties

taskID

The task ID returned by the SetStoreCategories call. If the
SetStoreCategories call was processed asynchronously, the TaskID will be
a positive number. If SetStoreCategories returned a TaskID with a value of
0, the change was completed at the time the call was made (and there is
no need to check status).

@property (nonatomic, retain) NSNumber *taskID

Discussion

The task ID returned by the SetStoreCategories call. If the
SetStoreCategories call was processed asynchronously, the TaskID will be
a positive number. If SetStoreCategories returned a TaskID with a value of
0, the change was completed at the time the call was made (and there is
no need to check status).

type : NSNumber, wrapper for primitive long

Declared In

Trading_GetStoreCategoryUpdateStatusRequestType.h