Trading_StoreType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_StoreType.h Trading_StoreType.m |
Tasks
-
nameName of the eBay Store. The name is shown
property
at the top of the Store page. -
urlPathThe URL path of the Store (58 characters maximum). Only if you
property
are using Chinese characters in the Name property do you need to
use this field, such as if you are opening a Store on the Taiwan
site. The reason for this is that the URL path is normally derived
from the Store name, but it cannot be derived from the name of the
Store if it contains Chinese characters because URLs cannot
contain Chinese characters. -
urlThe complete URL of the user’s Store. This field is only ever
property
returned, and does not need to be explicitly set. -
subscriptionLevelSubscription level (tier) for the user’s eBay Store.
property -
descriptionStore description (300 characters maximum).
property -
logoStore logo.
property -
themeStore theme.
property -
headerStyleStyle for the Store header.
property -
homePagePage to use as the Store’s homepage (default is 0). To change the
property
homepage, specify the PageID of one of the Store’s custom pages. -
itemListLayoutThe default layout type to use for the Store items.
property -
itemListSortOrderThe default sort order to use for the items for sale in the Store.
property -
customHeaderLayoutLayout for the Store’s custom header.
property -
customHeaderCustom header text for the Store.
property -
exportListingsSpecifies whether to export the Store listings to comparison
property
shopping websites. -
customCategoriesContainer consisting of an array of one or more CustomCategory
property
containers. Each CustomCategory container consists of details
related to an eBay Store custom category.
To modify an eBay Store’s custom categories, an eBay Store owner would use the
StoreCategories container in the request of a
SetStoreCategories call. -
customListingHeaderCustom listing header for the Store.
property -
merchDisplaySpecifies the chosen customization display scheme for this store’s Merch Widgets.
property
See MerchDisplayCodeType for specific values. -
lastOpenedTimeIndicates the time the store was last opened or reopened.
property -
titleWithCompatibilityA flag indicating if a Compatibility tab exists for the Store item listing. This
property
field is only applicable to Parts & Accessories listings in eBay US Motors.
The Compatibility tab will contain vehicles that are compatible with the part
in the listing. The seller specifies this information at listing time. -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_StoreType.hcustomCategories
Container consisting of an array of one or more CustomCategory
containers. Each CustomCategory container consists of details
related to an eBay Store custom category.
To modify an eBay Store’s custom categories, an eBay Store owner would use the
StoreCategories container in the request of a
SetStoreCategories call.
@property (nonatomic, retain) Trading_StoreCustomCategoryArrayType *customCategoriesDiscussion
Container consisting of an array of one or more CustomCategory
containers. Each CustomCategory container consists of details
related to an eBay Store custom category.
To modify an eBay Store’s custom categories, an eBay Store owner would use the
StoreCategories container in the request of a
SetStoreCategories call.
type : class Trading_StoreCustomCategoryArrayType
Declared In
Trading_StoreType.hcustomHeader
Custom header text for the Store.
@property (nonatomic, retain) NSString *customHeaderDiscussion
Custom header text for the Store.
type : NSString, wrapper for primitive string
Declared In
Trading_StoreType.hcustomHeaderLayout
Layout for the Store’s custom header.
@property (nonatomic, retain) NSString *customHeaderLayoutDiscussion
Layout for the Store’s custom header.
type: string constant in Trading_StoreCustomHeaderLayoutCodeType.h
Declared In
Trading_StoreType.hcustomListingHeader
Custom listing header for the Store.
@property (nonatomic, retain) Trading_StoreCustomListingHeaderType *customListingHeaderDeclared In
Trading_StoreType.hdescription
Store description (300 characters maximum).
@property (nonatomic, retain) NSString *descriptionDiscussion
Store description (300 characters maximum).
type : NSString, wrapper for primitive string
Declared In
Trading_StoreType.hexportListings
Specifies whether to export the Store listings to comparison
shopping websites.
@property (nonatomic, retain) NSNumber *exportListingsDiscussion
Specifies whether to export the Store listings to comparison
shopping websites.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_StoreType.hheaderStyle
Style for the Store header.
@property (nonatomic, retain) NSString *headerStyleDiscussion
Style for the Store header.
type: string constant in Trading_StoreHeaderStyleCodeType.h
Declared In
Trading_StoreType.hhomePage
Page to use as the Store’s homepage (default is 0). To change the
homepage, specify the PageID of one of the Store’s custom pages.
@property (nonatomic, retain) NSNumber *homePageDiscussion
Page to use as the Store’s homepage (default is 0). To change the
homepage, specify the PageID of one of the Store’s custom pages.
type : NSNumber, wrapper for primitive long
Declared In
Trading_StoreType.hitemListLayout
The default layout type to use for the Store items.
@property (nonatomic, retain) NSString *itemListLayoutDiscussion
The default layout type to use for the Store items.
type: string constant in Trading_StoreItemListLayoutCodeType.h
Declared In
Trading_StoreType.hitemListSortOrder
The default sort order to use for the items for sale in the Store.
@property (nonatomic, retain) NSString *itemListSortOrderDiscussion
The default sort order to use for the items for sale in the Store.
type: string constant in Trading_StoreItemListSortOrderCodeType.h
Declared In
Trading_StoreType.hlastOpenedTime
Indicates the time the store was last opened or reopened.
@property (nonatomic, retain) NSDate *lastOpenedTimeDiscussion
Indicates the time the store was last opened or reopened.
type : NSDate, wrapper for primitive date
Declared In
Trading_StoreType.hlogo
Store logo.
@property (nonatomic, retain) Trading_StoreLogoType *logoDeclared In
Trading_StoreType.hmerchDisplay
Specifies the chosen customization display scheme for this store’s Merch Widgets.
See MerchDisplayCodeType for specific values.
@property (nonatomic, retain) NSString *merchDisplayDiscussion
Specifies the chosen customization display scheme for this store’s Merch Widgets.
See MerchDisplayCodeType for specific values.
type: string constant in Trading_MerchDisplayCodeType.h
Declared In
Trading_StoreType.hname
Name of the eBay Store. The name is shown
at the top of the Store page.
@property (nonatomic, retain) NSString *nameDiscussion
Name of the eBay Store. The name is shown
at the top of the Store page.
type : NSString, wrapper for primitive string
Declared In
Trading_StoreType.hsubscriptionLevel
Subscription level (tier) for the user’s eBay Store.
@property (nonatomic, retain) NSString *subscriptionLevelDiscussion
Subscription level (tier) for the user’s eBay Store.
type: string constant in Trading_StoreSubscriptionLevelCodeType.h
Declared In
Trading_StoreType.htheme
Store theme.
@property (nonatomic, retain) Trading_StoreThemeType *themeDeclared In
Trading_StoreType.htitleWithCompatibility
A flag indicating if a Compatibility tab exists for the Store item listing. This
field is only applicable to Parts & Accessories listings in eBay US Motors.
The Compatibility tab will contain vehicles that are compatible with the part
in the listing. The seller specifies this information at listing time.
@property (nonatomic, retain) NSNumber *titleWithCompatibilityDiscussion
A flag indicating if a Compatibility tab exists for the Store item listing. This
field is only applicable to Parts & Accessories listings in eBay US Motors.
The Compatibility tab will contain vehicles that are compatible with the part
in the listing. The seller specifies this information at listing time.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_StoreType.hurl
The complete URL of the user’s Store. This field is only ever
returned, and does not need to be explicitly set.
@property (nonatomic, retain) NSString *urlDiscussion
The complete URL of the user’s Store. This field is only ever
returned, and does not need to be explicitly set.
type : NSString, wrapper for primitive string
Declared In
Trading_StoreType.hurlPath
The URL path of the Store (58 characters maximum). Only if you
are using Chinese characters in the Name property do you need to
use this field, such as if you are opening a Store on the Taiwan
site. The reason for this is that the URL path is normally derived
from the Store name, but it cannot be derived from the name of the
Store if it contains Chinese characters because URLs cannot
contain Chinese characters.
@property (nonatomic, retain) NSString *urlPathDiscussion
The URL path of the Store (58 characters maximum). Only if you
are using Chinese characters in the Name property do you need to
use this field, such as if you are opening a Store on the Taiwan
site. The reason for this is that the URL path is normally derived
from the Store name, but it cannot be derived from the name of the
Store if it contains Chinese characters because URLs cannot
contain Chinese characters.
type : NSString, wrapper for primitive string
Declared In
Trading_StoreType.h