Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_StoreType.h
Trading_StoreType.m

Overview

   The configuration of an eBay Store.  

@ingroup EBayAPIInterface

Tasks

  •   name

    Name of the eBay Store. The name is shown
    at the top of the Store page.

    property
  •   urlPath

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

    The complete URL of the user’s Store. This field is only ever
    returned, and does not need to be explicitly set.

    property
  •   subscriptionLevel

    Subscription level (tier) for the user’s eBay Store.

    property
  •   description

    Store description (300 characters maximum).

    property
  •   logo

    Store logo.

    property
  •   theme

    Store theme.

    property
  •   headerStyle

    Style for the Store header.

    property
  •   homePage

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

    The default layout type to use for the Store items.

    property
  •   itemListSortOrder

    The default sort order to use for the items for sale in the Store.

    property
  •   customHeaderLayout

    Layout for the Store’s custom header.

    property
  •   customHeader

    Custom header text for the Store.

    property
  •   exportListings

    Specifies whether to export the Store listings to comparison
    shopping websites.

    property
  •   customCategories

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

    Custom listing header for the Store.

    property
  •   merchDisplay

    Specifies the chosen customization display scheme for this store’s Merch Widgets.
    See MerchDisplayCodeType for specific values.

    property
  •   lastOpenedTime

    Indicates the time the store was last opened or reopened.

    property
  •   titleWithCompatibility

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

Trading_StoreType.h

customCategories

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

Discussion

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

customHeader

Custom header text for the Store.

@property (nonatomic, retain) NSString *customHeader

Discussion

Custom header text for the Store.

type : NSString, wrapper for primitive string

Declared In

Trading_StoreType.h

customHeaderLayout

Layout for the Store’s custom header.

@property (nonatomic, retain) NSString *customHeaderLayout

Discussion

Layout for the Store’s custom header.

type: string constant in Trading_StoreCustomHeaderLayoutCodeType.h

Declared In

Trading_StoreType.h

customListingHeader

Custom listing header for the Store.

@property (nonatomic, retain) Trading_StoreCustomListingHeaderType *customListingHeader

Discussion

Custom listing header for the Store.

type : class Trading_StoreCustomListingHeaderType

Declared In

Trading_StoreType.h

description

Store description (300 characters maximum).

@property (nonatomic, retain) NSString *description

Discussion

Store description (300 characters maximum).

type : NSString, wrapper for primitive string

Declared In

Trading_StoreType.h

exportListings

Specifies whether to export the Store listings to comparison
shopping websites.

@property (nonatomic, retain) NSNumber *exportListings

Discussion

Specifies whether to export the Store listings to comparison
shopping websites.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_StoreType.h

headerStyle

Style for the Store header.

@property (nonatomic, retain) NSString *headerStyle

Discussion

Style for the Store header.

type: string constant in Trading_StoreHeaderStyleCodeType.h

Declared In

Trading_StoreType.h

homePage

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

Discussion

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

itemListLayout

The default layout type to use for the Store items.

@property (nonatomic, retain) NSString *itemListLayout

Discussion

The default layout type to use for the Store items.

type: string constant in Trading_StoreItemListLayoutCodeType.h

Declared In

Trading_StoreType.h

itemListSortOrder

The default sort order to use for the items for sale in the Store.

@property (nonatomic, retain) NSString *itemListSortOrder

Discussion

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

lastOpenedTime

Indicates the time the store was last opened or reopened.

@property (nonatomic, retain) NSDate *lastOpenedTime

Discussion

Indicates the time the store was last opened or reopened.

type : NSDate, wrapper for primitive date

Declared In

Trading_StoreType.h

logo

Store logo.

@property (nonatomic, retain) Trading_StoreLogoType *logo

Discussion

Store logo.

type : class Trading_StoreLogoType

Declared In

Trading_StoreType.h

merchDisplay

Specifies the chosen customization display scheme for this store’s Merch Widgets.
See MerchDisplayCodeType for specific values.

@property (nonatomic, retain) NSString *merchDisplay

Discussion

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

name

Name of the eBay Store. The name is shown
at the top of the Store page.

@property (nonatomic, retain) NSString *name

Discussion

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

subscriptionLevel

Subscription level (tier) for the user’s eBay Store.

@property (nonatomic, retain) NSString *subscriptionLevel

Discussion

Subscription level (tier) for the user’s eBay Store.

type: string constant in Trading_StoreSubscriptionLevelCodeType.h

Declared In

Trading_StoreType.h

theme

Store theme.

@property (nonatomic, retain) Trading_StoreThemeType *theme

Discussion

Store theme.

type : class Trading_StoreThemeType

Declared In

Trading_StoreType.h

titleWithCompatibility

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

Discussion

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

url

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

Discussion

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

urlPath

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

Discussion

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