Title: SOAP API wrapper library.
Description: Contains wrapper classes for eBay SOAP APIs.
Copyright: Copyright (c) 2009
Company: eBay Inc.
Action
- Specifies the type of action (Add, Move, Delete, or Rename) to carry out for the specified categories. ItemDestinationCategoryID
- 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. DestinationParentCategoryID
- 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. StoreCategories
- Specifies the store categories on which to act. ReturnedTaskID
- 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. ReturnedStatus
- 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. ReturnedCustomCategory
- Contains data for store categories that you have created.
@author Ron Murphy
@version 1.0
|
|
|
|