eBay Trading APIVersion 1349
 

SetStoreCategoriesResponseType ( AbstractResponseType )

Base response of the SetStoreCategories call. Returns the status of the eBay Store category changes.

Call that uses SetStoreCategoriesResponseType:

Fields

Contains hierarchy data for eBay Store categories that you have created/modified.
See the Field Index to learn which calls use CustomCategory.

When an eBay Store category structure change is processed synchronously, the status is returned as 'Complete' or 'Failed'. For asynchronously processed changes, the status is reported as 'InProgress' or 'Pending'. Use GetStoreCategoryUpdateStatus to monitor the status of asynchronously processed changes.
See the Field Index to learn which calls use Status.

TaskID ( long ) [0..1]
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.
See the Field Index to learn which calls use TaskID.