Trading_GetProductSearchPageResponseType Class Reference
Inherits from | Trading_AbstractResponseType : NSObject |
Declared in | Trading_GetProductSearchPageResponseType.h Trading_GetProductSearchPageResponseType.m |
Tasks
-
attributeSystemVersion
Current version of the product search page data for the site.
property
This value changes each time changes are made to the search page data.
The current version value is not necessarily greater than the previous
value. Therefore, when comparing versions, only compare whether the
value has changed. -
productSearchPage
A list of catalog search criteria and sort keys associated with a catalog-enabled category,
property
plus supplemental information to help the seller understand how to make selections.
Properties
attributeSystemVersion
Current version of the product search page data for the site.
This value changes each time changes are made to the search page data.
The current version value is not necessarily greater than the previous
value. Therefore, when comparing versions, only compare whether the
value has changed.
@property (nonatomic, retain) NSString *attributeSystemVersion
Discussion
Current version of the product search page data for the site.
This value changes each time changes are made to the search page data.
The current version value is not necessarily greater than the previous
value. Therefore, when comparing versions, only compare whether the
value has changed.
type : NSString, wrapper for primitive string
Declared In
Trading_GetProductSearchPageResponseType.h
productSearchPage
A list of catalog search criteria and sort keys associated with a catalog-enabled category,
plus supplemental information to help the seller understand how to make selections.
@property (nonatomic, retain) NSMutableArray *productSearchPage
Discussion
A list of catalog search criteria and sort keys associated with a catalog-enabled category,
plus supplemental information to help the seller understand how to make selections.
entry type : class Trading_ProductSearchPageType
Declared In
Trading_GetProductSearchPageResponseType.h