Inherits from Trading_AbstractResponseType : NSObject
Declared in Trading_GetStoreResponseType.h
Trading_GetStoreResponseType.m

Overview

Returns the data describing a seller’s eBay store, including name, description,
URL, and other information. The caller making the request must be the owner
of an eBay store. If the authenticated caller does not have an eBay store, the
response is an error. A successful response contains either the complete store
configuration or information about the category hierarchy for the store only.

@ingroup EBayAPIInterface

Tasks

  •   store

    The data describing the store configuration.

    property

Properties

store

The data describing the store configuration.

@property (nonatomic, retain) Trading_StoreType *store

Discussion

The data describing the store configuration.

type : class Trading_StoreType

Declared In

Trading_GetStoreResponseType.h