Home
Find the answer to your question
Why the Face and Size related tags are missing in the GetStore response payload as below for the eBay predefined store theme I selected for my eBay Store?
<?xml version="1.0" encoding="utf-8"?> </Store> |
<Theme>
<ThemeID>1000004</ThemeID>
<ColorScheme>
<ColorSchemeID>1000016</ColorSchemeID>
<Color>
<Primary>7F5600</Primary>
<Secondary>FFEEB2</Secondary>
<Accent>FFCC00</Accent>
</Color>
<Font>
<NameColor>FFFFFF</NameColor>
<TitleColor>FFFFFF</TitleColor>
<DescColor>333333</DescColor>
</Font>
</ColorScheme>
</Theme>
Summary
GetStore API returns the complete set of information in Font container ONLY IF you have made the change to the Font properties for the predefined store theme selected in your eBay store ( Note. one can make SetStore API call or go to StoreMgmtEditTheme page to make such changes).
You should make GetStoreOptions call to retrieve the complete set of data for for the list of predefined eBay stores options including the themes and color schemes and store the data to your local repository.
Here is a snippet of the relevant section of GetStoreOptions API response.
<?xml version="1.0" encoding="utf-8"?> <ColorScheme> |