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

  •   storeURL

    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
  •   storeName

    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
  •   any

    (public property)

    property

Properties

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Shopping_StorefrontType.h

storeName

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 *storeName

Discussion

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.h

storeURL

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 *storeURL

Discussion

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