GET api/eBay/Seller/TemplateEBay?idSeller={idSeller}&marketplace={marketplace}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idSeller | string |
Required |
|
| marketplace | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TemplateEBay| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupID | string |
None. |
|
| ID | string |
None. |
|
| ImageURL | string |
None. |
|
| Name | string |
None. |
|
| TemplateXML | string |
None. |
|
| Type | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GroupID": "sample string 1",
"ID": "sample string 2",
"ImageURL": "sample string 3",
"Name": "sample string 4",
"TemplateXML": "sample string 5",
"Type": "sample string 6"
},
{
"GroupID": "sample string 1",
"ID": "sample string 2",
"ImageURL": "sample string 3",
"Name": "sample string 4",
"TemplateXML": "sample string 5",
"Type": "sample string 6"
}
]
application/xml, text/xml
Sample:
<ArrayOfTemplateEBay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AxEbayWebService.Models">
<TemplateEBay>
<GroupID>sample string 1</GroupID>
<ID>sample string 2</ID>
<ImageURL>sample string 3</ImageURL>
<Name>sample string 4</Name>
<TemplateXML>sample string 5</TemplateXML>
<Type>sample string 6</Type>
</TemplateEBay>
<TemplateEBay>
<GroupID>sample string 1</GroupID>
<ID>sample string 2</ID>
<ImageURL>sample string 3</ImageURL>
<Name>sample string 4</Name>
<TemplateXML>sample string 5</TemplateXML>
<Type>sample string 6</Type>
</TemplateEBay>
</ArrayOfTemplateEBay>