eBay Trading APIVersion 1349
 

StoreType

This type is used to provide details about a seller's eBay Store.

Type that uses StoreType:

Call that uses StoreType:

Fields



CustomCategories ( StoreCustomCategoryArrayType ) [0..1]
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.
See the Field Index to learn which calls use CustomCategories.

Description ( string ) [0..1]
The seller-provided description of the eBay Store.
See the Field Index to learn which calls use Description.

LastOpenedTime ( dateTime ) [0..1]
Indicates the time the store was last opened or reopened.
See the Field Index to learn which calls use LastOpenedTime.

This container provides information about a Store logo.

The GetStore call now only returns the Logo.URL value, but not Logo.LogoID or Logo.Name.
See the Field Index to learn which calls use Logo.

MerchDisplay ( MerchDisplayCodeType ) [0..1]
Not used by any call.

This field is deprecated.
See the Field Index to learn which calls use MerchDisplay.

Name ( string ) [0..1]
Name of the eBay Store. The name is shown at the top of the Store page.
See the Field Index to learn which calls use Name.

URL ( anyURI ) [0..1]
The complete URL of the user's Store. This field is only ever returned, and does not need to be explicitly set.
See the Field Index to learn which calls use URL.

URLPath ( string ) [0..1]
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.
See the Field Index to learn which calls use URLPath.