| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.StorefrontType |
Contains the eBay Stores-specific item attributes department number and store location. StorefrontInfo is shown for any item that belongs to an eBay Store owner, regardless of whether it is fixed price or auction type. Returned as null for international fixed price items.
Java class for StorefrontType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StorefrontType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:ebay:apis:eBLBaseComponents}StoreCategoryID"/>
<element ref="{urn:ebay:apis:eBLBaseComponents}StoreURL" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| storeCategoryID | |||||||||||
| storeURL | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
assumed this type is specific to add/get/revise item, then each StorefrontType nust have category id, for store details this node makes no sense to use
| |||||||||||
in case or revise item for example - to change store category (department) you do not need to change store URL, so it will notbe in request
| |||||||||||
Sets the value of the storeCategoryID property.
| |||||||||||
Sets the value of the storeURL property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
assumed this type is specific to add/get/revise item, then each StorefrontType nust have category id, for store details this node makes no sense to use
in case or revise item for example - to change store category (department) you do not need to change store URL, so it will notbe in request
Sets the value of the storeCategoryID property.
| value |
|---|
Sets the value of the storeURL property.
| value | Allowed object is String |
|---|