Retrieves configuration information for the eBay store of the store owner specified with UserID. If no UserID is specified, the store configuration information is returned for the caller. The return value from GetStoreResponse is a StoreType, which contains the store configuration, including the store name, URL, subscription level, and other data. You can set CategoryStructureOnly to true to retrieve only information about the category hierarchy of the store.
See Editing the Store Settings.
| Output Detail Controls Samples Change History Top Errors for GetStore User Notes |
The box below lists all fields that could be included in the call request. To learn more about an individual field or its type, click its name in the box (or scroll down to find it in the table below the box).
See also Samples.
See also the Deprecated Objects link above. Fields presented in this color are deprecated, and fields presented in this color are (or soon will be) non-operational.
The XML prototype may be missing some XML fields and attributes. This is a documentation limitation only (see Limitations of This Document).
<?xml version="1.0" encoding="utf-8"?> <GetStoreRequest xmlns="urn:ebay:apis:eBLBaseComponents"> <!-- Standard Input Fields --> <ErrorLanguage> string </ErrorLanguage> <MessageID> string </MessageID> <Version> string </Version> <WarningLevel> WarningLevelCodeType </WarningLevel> <!-- Call-specific Input Fields --> <CategoryStructureOnly> boolean </CategoryStructureOnly> <LevelLimit> int </LevelLimit> <RootCategoryID> long </RootCategoryID> <UserID> UserIDType (string) </UserID> </GetStoreRequest>
| Argument | Type | Reqd? | Meaning |
|---|---|---|---|
| Standard Input Fields [Jump to call-specific fields] | |||
| ErrorLanguage | string | Optional |
Use ErrorLanguage to return error strings for the call in a different language from the language commonly associated with the site that the requesting user is registered with. Specify the standard RFC 3066 language identification tag (e.g., en_US). ID--- country ----- ----- de_AT Austria de_CH Switzerland de_DE Germany en_AU Australia en_CA Canada en_GB United Kingdom en_SG Singapore en_US United States es_ES Spain fr_BE Belgium (French) fr_CA Canada (French) fr_FR France it_IT Italy nl_BE Belgium (Dutch) nl_NL Netherlands zh_CN China en_IN India en_IE Ireland zh_HK Hong Kong See Tags for the Identification of Languages. |
| MessageID | string | Optional |
In most cases, all calls support a MessageID element in the request and a CorrelationID element in the response. If you pass a message ID in a request, we will return the same value in CorrelationID in the response. You can use this for tracking that a response is returned for every request and to match particular responses to particular requests. If you do not pass MessageID in the request, CorrelationID is not returned. Note: GetCategories, GetAttributesCS, GetCategory2CS, GetAttributesXSL, GetProductFinder, GetProductFinderXSL, and GetProductSearchPage are designed to retrieve very large sets of metadata that change once a day or less often. To improve performance, these calls return cached responses when you request all available data (with no filters). When this occurs, the MessageID and CorrelationID fields aren't applicable. However, if you specify an input filter to reduce the amount of data returned, the calls retrieve the latest data (not cached). When this occurs, MessageID and CorrelationID are applicable. |
| Version | string | Conditional |
The version number of the API code that you are programming against (e.g., 549). The version you specify for a call has these basic effects: - It indicates the version of the code lists and other data that eBay should use to process your request. - It indicates the schema version you are using. You need to use a version that is greater than or equal to the lowest supported version. For the SOAP API: If you are using the SOAP API, this field is required. Specify the version of the WSDL your application is using. For the XML API: If you are using the XML API, this field has no effect. Instead, specify the version in the X-EBAY-API-COMPATIBILITY-LEVEL HTTP header. (If you specify Version in the body of an XML API request and it is different from the value in the HTTP header, eBay returns an informational warning that the value in the HTTP header was used instead.) See: HTTP Headers (XML API Only) eBay Schema Versioning Strategy Lowest Supported Version |
| WarningLevel | WarningLevelCodeType | Optional |
Controls whether or not to return warnings when the application passes unrecognized or deprecated elements in a request. An unrecognized element is one that is not defined in any supported version of the schema. Schema element names are case-sensitive, so using WarningLevel can also help you remove any potential hidden bugs within your application due to incorrect case or spelling in field names before you put your application into the Production environment. WarningLevel only validates elements; it doesn't validate XML attributes. It also doesn't control warnings related to user-entered strings or numbers, or warnings for logical errors. We recommend that you only use this during development and debugging. Do not use this in requests in your production code. Applicable values: • High (in) Return warnings when the application passes unrecognized or deprecated elements in a request. • Low (in) Do not return warnings when the application passes unrecognized or deprecated elements in a request. This is the default value if WarningLevel is not specified. See Warning Level. |
| Call-specific Input Fields | |||
| CategoryStructureOnly | boolean | Conditional | If this is set to True, only the category structure of the store is returned. If this is not specified or set to False, the complete store configuration is returned. |
| LevelLimit | int | Conditional | Specifies the limit for the number of levels of the category hierarchy to return, where the given root category is level 1 and its children are level 2. Only categories at or above the level specified are returned. This tag is optional. If LevelLimit is not set, the complete category hierarchy is returned. Stores support category hierarchies up to 3 levels only. |
| RootCategoryID | long | Conditional | Specifies the category ID for the topmost category to return (along with the subcategories under it, the value of the LevelLimit property determining how deep). This tag is optional. If RootCategoryID is not specified, then the category tree starting at that root Category is returned. |
| UserID | UserIDType (string) | Optional | Specifies the user whose store data is to be returned. If not specified, then the store returned is that for the requesting user. |
| Input Detail Controls Samples Change History Top Errors for GetStore User Notes |
The box below lists all fields that might be returned in the call response. To learn more about an individual field or its type, click its name in the box (or scroll down to find it in the table below the box).
See also Samples.
See also the Deprecated Objects link above. Fields presented in this color are deprecated, and fields presented in this color are not returned (or soon will not be returned) or are not operational (or soon will be non-operational).
The XML prototype may be missing some XML fields and attributes. This is a documentation limitation only (see Limitations of This Document).
<?xml version="1.0" encoding="utf-8"?>
<GetStoreResponse xmlns="urn:ebay:apis:eBLBaseComponents">
<!-- Standard Output Fields -->
<Ack> AckCodeType </Ack>
<Build> string </Build>
<CorrelationID> string </CorrelationID>
<Errors> ErrorType
<ErrorClassification> ErrorClassificationCodeType </ErrorClassification>
<ErrorCode> token </ErrorCode>
<ErrorParameters ParamID="string"> ErrorParameterType
<Value> string </Value>
</ErrorParameters>
<!-- ... more ErrorParameters nodes here ... -->
<LongMessage> string </LongMessage>
<SeverityCode> SeverityCodeType </SeverityCode>
<ShortMessage> string </ShortMessage>
</Errors>
<!-- ... more Errors nodes here ... -->
<HardExpirationWarning> string </HardExpirationWarning>
<Timestamp> dateTime </Timestamp>
<Version> string </Version>
<!-- Call-specific Output Fields -->
<Store> StoreType
<CustomCategories> StoreCustomCategoryArrayType
<CustomCategory> StoreCustomCategoryType
<CategoryID> long </CategoryID>
<ChildCategory> StoreCustomCategoryType </ChildCategory>
<!-- ... more ChildCategory nodes here ... -->
<Name> string </Name>
<Order> int </Order>
</CustomCategory>
<!-- ... more CustomCategory nodes here ... -->
</CustomCategories>
<CustomHeader> string </CustomHeader>
<CustomHeaderLayout> StoreCustomHeaderLayoutCodeType </CustomHeaderLayout>
<CustomListingHeader> StoreCustomListingHeaderType
<AddToFavoriteStores> boolean </AddToFavoriteStores>
<DisplayType> StoreCustomListingHeaderDisplayCodeType </DisplayType>
<LinkToInclude> StoreCustomListingHeaderLinkType
<LinkID> int </LinkID>
<LinkType> StoreCustomListingHeaderLinkCodeType </LinkType>
<Order> int </Order>
</LinkToInclude>
<!-- ... more LinkToInclude nodes here ... -->
<Logo> boolean </Logo>
<SearchBox> boolean </SearchBox>
<SignUpForStoreNewsletter> boolean </SignUpForStoreNewsletter>
</CustomListingHeader>
<Description> string </Description>
<ExportListings> boolean </ExportListings>
<HeaderStyle> StoreHeaderStyleCodeType </HeaderStyle>
<HomePage> long </HomePage>
<ItemListLayout> StoreItemListLayoutCodeType </ItemListLayout>
<ItemListSortOrder> StoreItemListSortOrderCodeType </ItemListSortOrder>
<LastOpenedTime> dateTime </LastOpenedTime>
<Logo> StoreLogoType
<LogoID> int </LogoID>
<Name> string </Name>
<URL> anyURI </URL>
</Logo>
<MerchDisplay> MerchDisplayCodeType </MerchDisplay>
<Name> string </Name>
<SubscriptionLevel> StoreSubscriptionLevelCodeType </SubscriptionLevel>
<Theme> StoreThemeType
<ColorScheme> StoreColorSchemeType
<Color> StoreColorType
<Accent> string </Accent>
<Primary> string </Primary>
<Secondary> string </Secondary>
</Color>
<ColorSchemeID> int </ColorSchemeID>
<Font> StoreFontType
<DescColor> string </DescColor>
<DescFace> StoreFontFaceCodeType </DescFace>
<DescSize> StoreFontSizeCodeType </DescSize>
<NameColor> string </NameColor>
<NameFace> StoreFontFaceCodeType </NameFace>
<NameSize> StoreFontSizeCodeType </NameSize>
<TitleColor> string </TitleColor>
<TitleFace> StoreFontFaceCodeType </TitleFace>
<TitleSize> StoreFontSizeCodeType </TitleSize>
</Font>
<Name> string </Name>
</ColorScheme>
<Name> string </Name>
<ThemeID> int </ThemeID>
</Theme>
<URL> anyURI </URL>
<URLPath> string </URLPath>
</Store>
</GetStoreResponse>
| Return Value | Type | Returned? | Meaning |
|---|---|---|---|
| Standard Output Fields [Jump to call-specific fields] | |||
| Ack | AckCodeType | Always |
A token representing the application-level acknowledgement code that indicates the response status (e.g., success). The AckCodeType list specifies the possible values for Ack.
Applicable values: • CustomCode (out) Reserved for internal or future use. • Failure (out) Request processing failed • Success (out) Request processing succeeded • Warning (out) Request processing completed with warning information being included in the response message (Not all values in AckCodeType apply to this field.) |
| Build | string | Always | This refers to the specific software build that eBay used when processing the request and generating the response. This includes the version number plus additional information. eBay Developer Support may request the build information when helping you resolve technical issues. |
| CorrelationID | string | Conditionally |
In most cases, all calls support a MessageID element in the request and a CorrelationID element in the response. If you pass a message ID in a request, we will return the same value in CorrelationID in the response. You can use this for tracking that a response is returned for every request and to match particular responses to particular requests. If you do not pass MessageID in the request, CorrelationID is not returned. Note: GetCategories, GetAttributesCS, GetCategory2CS, GetAttributesXSL, GetProductFinder, GetProductFinderXSL, and GetProductSearchPage are designed to retrieve very large sets of metadata that change once a day or less often. To improve performance, these calls return cached responses when you request all available data (with no filters). When this occurs, the MessageID and CorrelationID fields aren't applicable. However, if you specify an input filter to reduce the amount of data returned, the calls retrieve the latest data (not cached). When this occurs, MessageID and CorrelationID are applicable. |
| Errors | ErrorType (repeatable) |
Conditionally |
A list of application-level errors (if any) that occurred when eBay processed the request.
See Error Handling. |
| Errors.ErrorClassification | ErrorClassificationCodeType | Conditionally |
API errors are divided between two classes: system errors and request errors.
Applicable values: • CustomCode (out) Reserved for internal or future use. • RequestError (out) An error has occurred either as a result of a problem in the sending application or because the application's end-user has attempted to submit invalid data (or missing data). In these cases, do not retry the request. The problem must be corrected before the request can be made again. If the problem is due to something in the application (such as a missing required field), the application must be changed. If the problem is a result of end-user data, the application must alert the end-user to the problem and provide the means for the end-user to correct the data. Once the problem in the application or data is resolved, resend the request to eBay with the corrected data. • SystemError (out) Indicates that an error has occurred on the eBay system side, such as a database or server down. An application can retry the request as-is a reasonable number of times (eBay recommends twice). If the error persists, contact Developer Technical Support. Once the problem has been resolved, the request may be resent in its original form. |
| Errors.ErrorCode | token | Conditionally | A unique code that identifies the particular error condition that occurred. Your application can use error codes as identifiers in your customized error-handling algorithms. |
| Errors.ErrorParameters | ErrorParameterType (repeatable) |
Conditionally | This optional element carries a list of context-specific error variables that indicate details about the error condition. These are useful when multiple instances of ErrorType are returned. |
| Errors.ErrorParameters [ attribute ParamID ] |
string | Conditionally | The index of the parameter in the list of parameter types returned within the error type. |
| Errors.ErrorParameters.Value | string | Conditionally | The value of the variable (e.g., the attribute set ID) |
| Errors.LongMessage | string | Conditionally | A more detailed description of the condition that raised the error. |
| Errors.SeverityCode | SeverityCodeType | Conditionally |
Indicates whether the error is a severe error (causing the request to fail) or an informational error (a warning) that should be communicated to the user.
Applicable values: • CustomCode (out) Reserved for internal or future use • Error (out) Application-level error • Warning (out) Warning or informational error |
| Errors.ShortMessage | string | Conditionally | A brief description of the condition that raised the error. |
| HardExpirationWarning | string | Conditionally | Expiration date of the user's authentication token. Only returned within the 7-day period prior to a token's expiration. To ensure that user authentication tokens are secure and to help avoid a user's token being compromised, tokens have a limited life span. A token is only valid for a period of time (set by eBay). After this amount of time has passed, the token expires and must be replaced with a new token. |
| Timestamp | dateTime | Always |
This value represents the date and time when eBay processed the request. The time zone of this value is GMT and the format is the ISO 8601 date and time format (YYYY-MM-DDTHH:MM:SS.SSSZ). See Time Values in the eBay Web Services guide for information about this time format and converting to and from the GMT time zone. Note: GetCategories, GetAttributesCS, GetCategory2CS, GetAttributesXSL, GetProductFinder, GetProductFinderXSL, and GetProductSearchPage are designed to retrieve very large sets of metadata that change once a day or less often. To improve performance, these calls return cached responses when you request all available data (with no filters). When this occurs, this time value reflects the time the cached response was created. Thus, this value is not necessarily when the request was processed. However, if you specify an input filter to reduce the amount of data returned, the calls retrieve the latest data (not cached). When this occurs, this time value does reflect when the request was processed. |
| Version | string | Always | The version of the response payload schema. Indicates the version of the schema that eBay used to process the request. See "Standard Data for All Calls" in the eBay Web Services Guide for information on using the response version when troubleshooting "CustomCode" values that appear in the response. |
| Call-specific Output Fields | |||
| Store | StoreType | Always | The data describing the store configuration. |
| Store.CustomCategories | StoreCustomCategoryArrayType | Always | Custom categories for the Store. Deprecated (input ignored) for SetStore with request version 449 or higher. Use SetStoreCategories with request verison 449 or higher to modify store category structures. |
|
Store.CustomCategories .CustomCategory |
StoreCustomCategoryType (repeatable) |
Always | A Store custom category. |
|
Store.CustomCategories .CustomCategory.CategoryID |
long | Always | Custom category ID. For SetStoreCategories, required only if Action is set to Rename, Move or Delete. |
|
Store.CustomCategories .CustomCategory.ChildCategory |
StoreCustomCategoryType (repeatable) |
Always | Describes the configuration of a store custom subcategory. Stores support three levels of categories. |
|
Store.CustomCategories .CustomCategory.Name |
string | Always | Name of the custom category. |
|
Store.CustomCategories .CustomCategory.Order |
int | Always | Order in which the custom category appears in the list of store categories. |
| Store.CustomHeader | string | Conditionally | Custom header text for the Store. |
| Store.CustomHeaderLayout | StoreCustomHeaderLayoutCodeType | Conditionally |
Layout for the Store's custom header.
Applicable values: • CustomCode (in/out) Reserved for internal or future use. • CustomHeaderShown (in/out) Specifies that the Store does have a custom header. • NoHeader (in/out) Specifies that the Store does not have a custom header. |
| Store.CustomListingHeader | StoreCustomListingHeaderType | Conditionally | Custom listing header for the Store. |
|
Store.CustomListingHeader .AddToFavoriteStores |
boolean | Conditionally | Specifies whether the custom header has a link to Add to Favorite Stores. |
|
Store.CustomListingHeader .DisplayType |
StoreCustomListingHeaderDisplayCodeType | Conditionally |
Display type for the custom listing header.
Applicable values: • CustomCode (in/out) Reserved for internal or future use. • Full (in/out) The full custom listing header is displayed. • FullAndLeftNavigationBar (in/out) The full custom listing header and the left navigation bar is displayed. • None (in/out) No custom listing header is displayed. |
|
Store.CustomListingHeader .LinkToInclude |
StoreCustomListingHeaderLinkType (repeatable) |
Conditionally | Link to include in the custom header. |
|
Store.CustomListingHeader .LinkToInclude.LinkID |
int | Conditionally | Link ID for the listing header link. The ID is used when the link is a custom category or for a custom page, and it is not needed when the LinkType property is "AboutMe" or "None". |
|
Store.CustomListingHeader .LinkToInclude.LinkType |
StoreCustomListingHeaderLinkCodeType | Conditionally |
Type of link to include in the custom listing header.
Applicable values: • AboutMePage (in/out) Link is to an About Me page. • CustomCategory (in/out) Link is to a custom category. • CustomCode (in/out) Reserved for internal or future use. • CustomPage (in/out) Link is to a custom page. • None (in/out) No type. |
|
Store.CustomListingHeader .LinkToInclude.Order |
int | Conditionally | Order in which to show the custom listing header link. |
| Store.CustomListingHeader.Logo | boolean | Conditionally | Specifies whether the custom header has a logo. |
|
Store.CustomListingHeader .SearchBox |
boolean | Conditionally | Specifies whether the custom header has a search box. |
|
Store.CustomListingHeader .SignUpForStoreNewsletter |
boolean | Conditionally | Specifies whether the custom header has a link to Sign up for Store Newsletter. |
| Store.Description | string | Always | Store description (300 characters maximum). |
| Store.ExportListings | boolean | Conditionally | Specifies whether to export the Store listings to comparison shopping websites. |
| Store.HeaderStyle | StoreHeaderStyleCodeType | Conditionally |
Style for the Store header.
Applicable values: • CustomCode (in/out) Reserved for internal or future use. • Full (in/out) The full Store header is used. • Minimized (in/out) A minimized Store header is used. |
| Store.HomePage | long | Conditionally | 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. |
| Store.ItemListLayout | StoreItemListLayoutCodeType | Conditionally |
The default layout type to use for the Store items.
Applicable values: • CustomCode (in/out) Reserved for internal or future use. • GalleryView (in/out) Displays item list in two columns, with larger item pictures. • ListView (in/out) Displays item list as a single column, with smaller item pictures. |
| Store.ItemListSortOrder | StoreItemListSortOrderCodeType | Conditionally |
The default sort order to use for the items for sale in the Store.
Applicable values: • CustomCode (in/out) Reserved for internal or future use. • EndingFirst (in/out) Lists items with those ending soon listed first. • HighestPriced (in/out) Lists items by price in descending order. The item with the highest starting price is listed first. • LowestPriced (in/out) Lists items by price in ascending order. The item with the lowest starting price is listed first. • NewlyListed (in/out) Lists items with those newly listed appearing in the list first. |
| Store.LastOpenedTime | dateTime | Conditionally | Indicates the time the store was last opened or reopened. |
| Store.Logo | StoreLogoType | Conditionally | Store logo. |
| Store.Logo.LogoID | int | Conditionally | Store logo ID (use GetStoreOptions to get the list of valid logo IDs). |
| Store.Logo.Name | string | Conditionally | Store logo name. Provides a user-friendly name for the logo. |
| Store.Logo.URL | anyURI | Conditionally | URL of the logo. Must have a .gif or .jpg extention. Specified when you are using a customized logo. |
| Store.MerchDisplay | MerchDisplayCodeType | Conditionally |
Specifies the chosen customization display scheme for this store's Merch Widgets. See MerchDisplayCodeType for specific values.
Applicable values: • CustomCode (in/out) Reserved for internal or future use. • DefaultTheme (in/out) Uses the default eBay theme for cross-promotion widgets. • StoreTheme (in/out) Uses the store theme for cross-promotion widgets. |
| Store.Name | string | Always |
Name of the eBay Store. The name is shown at the top of the Store page. Max length: 35. |
| Store.SubscriptionLevel | StoreSubscriptionLevelCodeType | Always |
Subscription level (tier) for the user's eBay Store.
Applicable values: • Anchor (in/out) Anchor level subscription. • Basic (in/out) Basic level subscription. • Featured (in/out) Featured level subscription. (Not all values in StoreSubscriptionLevelCodeType apply to this field.) |
| Store.Theme | StoreThemeType | Conditionally | Store theme. |
| Store.Theme.ColorScheme | StoreColorSchemeType | Conditionally | Theme color scheme. |
| Store.Theme.ColorScheme.Color | StoreColorType | Conditionally | Store color set. |
|
Store.Theme.ColorScheme.Color .Accent |
string | Conditionally |
Accent color for the Store. Specified in 6-digit Hex format. For example: F6F6C9 Max length: 6. |
|
Store.Theme.ColorScheme.Color .Primary |
string | Conditionally |
Primary color for the Store. Specified in 6-digit Hex format. For example: F6F6C9 Max length: 6. |
|
Store.Theme.ColorScheme.Color .Secondary |
string | Conditionally |
Secondary color for the Store. Specified in 6-digit Hex format. For example: F6F6C9 Max length: 6. |
|
Store.Theme.ColorScheme .ColorSchemeID |
int | Conditionally | Store color scheme ID. (use GetStoreOptions to get the list of valid theme color scheme IDs). |
| Store.Theme.ColorScheme.Font | StoreFontType | Conditionally | Store font set. |
|
Store.Theme.ColorScheme.Font .DescColor |
string | Conditionally | Font color for the Store description. Specified in 6-digit Hex format. For example: F6F6C9 |
|
Store.Theme.ColorScheme.Font .DescFace |
StoreFontFaceCodeType | Conditionally |
Font for the Store description.
Applicable values: • Arial (in/out) Arial font. • Courier (in/out) Courier font. • CustomCode (in/out) Reserved for internal or future use. • Times (in/out) Times New Roman font. • Verdana (in/out) Verdana font. |
|
Store.Theme.ColorScheme.Font .DescSize |
StoreFontSizeCodeType | Conditionally |
Font size for the Store description.
Applicable values: • CustomCode (in/out) Reserved for internal or future use. • L (in/out) Large. • M (in/out) Medium. • S (in/out) Small. • XL (in/out) Extra large. • XS (in/out) Extra small. • XXL (in/out) Extra extra large. • XXS (in/out) Extra extra small. |
|
Store.Theme.ColorScheme.Font .NameColor |
string | Conditionally |
Font color for the Store name. Specified in 6-digit Hex format. For example: F6F6C9 Max length: 6. |
|
Store.Theme.ColorScheme.Font .NameFace |
StoreFontFaceCodeType | Conditionally |
Font for the Store name.
Applicable values: • Arial (in/out) Arial font. • Courier (in/out) Courier font. • CustomCode (in/out) Reserved for internal or future use. • Times (in/out) Times New Roman font. • Verdana (in/out) Verdana font. |
|
Store.Theme.ColorScheme.Font .NameSize |
StoreFontSizeCodeType | Conditionally |
Font size for the Store name.
Applicable values: • CustomCode (in/out) Reserved for internal or future use. • L (in/out) Large. • M (in/out) Medium. • S (in/out) Small. • XL (in/out) Extra large. • XS (in/out) Extra small. • XXL (in/out) Extra extra large. • XXS (in/out) Extra extra small. |
|
Store.Theme.ColorScheme.Font .TitleColor |
string | Conditionally | Font color for the Store section title. Specified in 6-digit Hex format. For example: F6F6C9 |
|
Store.Theme.ColorScheme.Font .TitleFace |
StoreFontFaceCodeType | Conditionally |
Font for the Store section title.
Applicable values: • Arial (in/out) Arial font. • Courier (in/out) Courier font. • CustomCode (in/out) Reserved for internal or future use. • Times (in/out) Times New Roman font. • Verdana (in/out) Verdana font. |
|
Store.Theme.ColorScheme.Font .TitleSize |
StoreFontSizeCodeType | Conditionally |
Font size for the Store section title.
Applicable values: • CustomCode (in/out) Reserved for internal or future use. • L (in/out) Large. • M (in/out) Medium. • S (in/out) Small. • XL (in/out) Extra large. • XS (in/out) Extra small. • XXL (in/out) Extra extra large. • XXS (in/out) Extra extra small. |
| Store.Theme.ColorScheme.Name | string | Conditionally | Store color scheme name. Provides a user-friendly name for the color scheme. |
| Store.Theme.Name | string | Conditionally | Store theme name. Provides a user-friendly name for the theme. |
| Store.Theme.ThemeID | int | Conditionally | Store theme ID (use GetStoreOptions to get the list of valid theme IDs). |
| Store.URL | anyURI | Conditionally | The complete URL of the user's Store. This field is only ever returned, and does not need to be explicitly set. |
| Store.URLPath | string | Conditionally | 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. |
| Input Output Samples Change History Top Errors for GetStore User Notes |
This call does not support varying Detail Levels. You do not need to pass DetailLevel in the request.
| Input Output Detail Controls Change History Top Errors for GetStore User Notes |
An inline sample will be added in a future release. Please refer to the Samples section of the eBay Web Services Guide chapter for GetStore.
| Input Output Detail Controls Samples Top Errors for GetStore User Notes |
| Version | Description |
|---|---|
| 515 2007-05-30 |
|
| 511 2007-05-02 |
|
| 499 2007-02-07 |
|
| Input Output Detail Controls Samples Change History Top Errors for GetStore User Notes |
This document was generated with a customized version of the apireferencedocs tool [0.5M zip].
© 2005–2008 eBay, Inc. All rights reserved.