rketplace.sdk-seller.1.0.0.source-code.GetSubcategoryPropertyValueResponse.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-seller Show documentation
Show all versions of sdk-seller Show documentation
The Seller Management service group contains functions that will allow you to get reference information you may need to use some of the functions in Newegg API.
<?xml version="1.0" encoding="utf-8"?> <NeweggAPIResponse> <IsSuccess>true</IsSuccess> <OperationType>GetSellerPropertyValueResponse</OperationType> <SellerID>A006</SellerID> <ResponseBody> <PropertyInfoList> <PropertyInfo> <SubcategoryID>1045</SubcategoryID> <SubcategoryName><![CDATA[Costumes]]></SubcategoryName> <PropertyName><![CDATA[Costume_Gender]]></PropertyName> <IsAdvancedSearch>1</IsAdvancedSearch> <IsGroupBy>0</IsGroupBy> <IsRequired>1</IsRequired> <PropertyValueList> <PropertyValue><![CDATA[Boys]]></PropertyValue> <PropertyValue><![CDATA[Female]]></PropertyValue> <PropertyValue><![CDATA[Girls]]></PropertyValue> <PropertyValue><![CDATA[Male]]></PropertyValue> <PropertyValue><![CDATA[Unisex]]></PropertyValue> <PropertyValue><![CDATA[Women]]></PropertyValue> </PropertyValueList> </PropertyInfo> </PropertyInfoList> </ResponseBody> </NeweggAPIResponse>