Trading_GetProductSellingPagesRequestType Class Reference
Inherits from | Trading_AbstractRequestType : NSObject |
Declared in | Trading_GetProductSellingPagesRequestType.h Trading_GetProductSellingPagesRequestType.m |
Tasks
-
useCase
Specifies the context in which the call is being executed, which will imply
property
certain validation rules. Use this property to make sure you retrieve the
appropriate version of product information and attribute meta-data
when you are listing, revising, or relisting an item with Pre-filled Item Information. -
product
A catalog product identifies a prototype description
property
of a well-known type of item, such as a popular book.
As this call supports batch requests, you can pass in an array of products
to retrieve data for several products at the same time.
Properties
product
A catalog product identifies a prototype description
of a well-known type of item, such as a popular book.
As this call supports batch requests, you can pass in an array of products
to retrieve data for several products at the same time.
@property (nonatomic, retain) NSMutableArray *product
Discussion
A catalog product identifies a prototype description
of a well-known type of item, such as a popular book.
As this call supports batch requests, you can pass in an array of products
to retrieve data for several products at the same time.
entry type : class Trading_ProductType
Declared In
Trading_GetProductSellingPagesRequestType.h
useCase
Specifies the context in which the call is being executed, which will imply
certain validation rules. Use this property to make sure you retrieve the
appropriate version of product information and attribute meta-data
when you are listing, revising, or relisting an item with Pre-filled Item Information.
@property (nonatomic, retain) NSString *useCase
Discussion
Specifies the context in which the call is being executed, which will imply
certain validation rules. Use this property to make sure you retrieve the
appropriate version of product information and attribute meta-data
when you are listing, revising, or relisting an item with Pre-filled Item Information.
type: string constant in Trading_ProductUseCaseCodeType.h
Declared In
Trading_GetProductSellingPagesRequestType.h