NAME
eBay::API::XML::Call::SetStoreCategories::SetStoreCategoriesResponseType
DESCRIPTION
Returns the status of the processing progress for changes to the category structure for a store.
SYNOPSIS
INHERITANCE
eBay::API::XML::Call::SetStoreCategories::SetStoreCategoriesResponseType inherits from the eBay::API::XML::ResponseDataType class
Subroutines:
setStatus()
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.
# Argument: 'ns:TaskStatusCodeType'
getStatus()
Returned: Always
# Returns: 'ns:TaskStatusCodeType'
setTaskID()
The task ID associated with the category structure change request. If the SetStoreCategories call is process synchronously, the task ID 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 task ID with GetStoreCategoryUpdateStatus to monitor the status of asynchronously processed changes.
# Argument: 'xs:long'
getTaskID()
Returned: Always
# Returns: 'xs:long'