Trading_GetDescriptionTemplatesRequestType Class Reference
Inherits from | Trading_AbstractRequestType : NSObject |
Declared in | Trading_GetDescriptionTemplatesRequestType.h Trading_GetDescriptionTemplatesRequestType.m |
Overview
Retrieves Theme and Layout specifications for the display of an item’s description.
@ingroup EBayAPIInterface
Tasks
-
categoryID
The category for which to retrieve templates. Enter any
property
category ID, including Motors vehicle categories. This
is ignored if you also send MotorVehicles. -
lastModifiedTime
If specified, only those templates modified on or after the
property
specified date are returned. If not specified, all templates are returned. -
motorVehicles
Indicates whether to retrieve templates for motor vehicle
property
categories for eBay Motors (site 100). If true, templates
are returned for motor vehicle categories. If false,
templates are returned for non-motor vehicle categories
such as Parts and Accessories. If included as an input field (whether true or false), this overrides any value provided for CategoryID.
Properties
categoryID
The category for which to retrieve templates. Enter any
category ID, including Motors vehicle categories. This
is ignored if you also send MotorVehicles.
@property (nonatomic, retain) NSString *categoryID
Discussion
The category for which to retrieve templates. Enter any
category ID, including Motors vehicle categories. This
is ignored if you also send MotorVehicles.
type : NSString, wrapper for primitive string
Declared In
Trading_GetDescriptionTemplatesRequestType.h
lastModifiedTime
If specified, only those templates modified on or after the
specified date are returned. If not specified, all templates are returned.
@property (nonatomic, retain) NSDate *lastModifiedTime
Discussion
If specified, only those templates modified on or after the
specified date are returned. If not specified, all templates are returned.
type : NSDate, wrapper for primitive date
Declared In
Trading_GetDescriptionTemplatesRequestType.h
motorVehicles
Indicates whether to retrieve templates for motor vehicle
categories for eBay Motors (site 100). If true, templates
are returned for motor vehicle categories. If false,
templates are returned for non-motor vehicle categories
such as Parts and Accessories. If included as an input field (whether true or false), this overrides any value provided for CategoryID.
@property (nonatomic, retain) NSNumber *motorVehicles
Discussion
Indicates whether to retrieve templates for motor vehicle
categories for eBay Motors (site 100). If true, templates
are returned for motor vehicle categories. If false,
templates are returned for non-motor vehicle categories
such as Parts and Accessories. If included as an input field (whether true or false), this overrides any value provided for CategoryID.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_GetDescriptionTemplatesRequestType.h