Shopping_StorefrontType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Shopping_StorefrontType.h Shopping_StorefrontType.m |
Overview
Contains information related to the item in the context of
a seller’s eBay Store. Applicable for auction format, Basic Fixed Price,
and Store Inventory format items listed by eBay Stores sellers.
@ingroup ShoppingInterface
Tasks
-
storeURLThe URL of the seller’s eBay Store page. Not returned if the seller does not
property
have an eBay store.
FindProducts only returned a default URL at the time of this writing.
FindHalfProducts returns the URL of the seller’s Half.com Shop page. -
storeNameThe name of the seller’s eBay Store. Not returned if the seller does not
property
have an eBay store.
FindProducts returns an empty value for all items at the time of this writing.
FindHalfProducts returns the name of seller’s Half.com Shop, which is the
SellerID. -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Shopping_StorefrontType.hstoreName
The name of the seller’s eBay Store. Not returned if the seller does not
have an eBay store.
FindProducts returns an empty value for all items at the time of this writing.
FindHalfProducts returns the name of seller’s Half.com Shop, which is the
SellerID.
@property (nonatomic, retain) NSString *storeNameDiscussion
The name of the seller’s eBay Store. Not returned if the seller does not
have an eBay store.
FindProducts returns an empty value for all items at the time of this writing.
FindHalfProducts returns the name of seller’s Half.com Shop, which is the
SellerID.
type : NSString, wrapper for primitive string
Declared In
Shopping_StorefrontType.hstoreURL
The URL of the seller’s eBay Store page. Not returned if the seller does not
have an eBay store.
FindProducts only returned a default URL at the time of this writing.
FindHalfProducts returns the URL of the seller’s Half.com Shop page.
@property (nonatomic, retain) NSString *storeURLDiscussion
The URL of the seller’s eBay Store page. Not returned if the seller does not
have an eBay store.
FindProducts only returned a default URL at the time of this writing.
FindHalfProducts returns the URL of the seller’s Half.com Shop page.
type : NSString, wrapper for primitive string
Declared In
Shopping_StorefrontType.h