GET api/eBay/Seller/PromotionalSale?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 PromotionalSale| Name | Description | Type | Additional information |
|---|---|---|---|
| PromotionalSaleID | string |
None. |
|
| PromotionalSaleStatus | string |
None. |
|
| PromotionalSaleName | string |
None. |
|
| SellerID | string |
None. |
|
| PromotionalSaleType | string |
None. |
|
| DiscountType | string |
None. |
|
| DiscountValue | string |
None. |
|
| PromotionalSaleStartTime | date |
None. |
|
| PromotionalSaleEndTime | date |
None. |
|
| PromotionalSaleItemIDArray | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PromotionalSaleID": "sample string 1",
"PromotionalSaleStatus": "sample string 2",
"PromotionalSaleName": "sample string 3",
"SellerID": "sample string 4",
"PromotionalSaleType": "sample string 5",
"DiscountType": "sample string 6",
"DiscountValue": "sample string 7",
"PromotionalSaleStartTime": "2026-06-09T11:42:51.8954282+02:00",
"PromotionalSaleEndTime": "2026-06-09T11:42:51.8954282+02:00",
"PromotionalSaleItemIDArray": "sample string 10"
},
{
"PromotionalSaleID": "sample string 1",
"PromotionalSaleStatus": "sample string 2",
"PromotionalSaleName": "sample string 3",
"SellerID": "sample string 4",
"PromotionalSaleType": "sample string 5",
"DiscountType": "sample string 6",
"DiscountValue": "sample string 7",
"PromotionalSaleStartTime": "2026-06-09T11:42:51.8954282+02:00",
"PromotionalSaleEndTime": "2026-06-09T11:42:51.8954282+02:00",
"PromotionalSaleItemIDArray": "sample string 10"
}
]
application/xml, text/xml
Sample:
<ArrayOfPromotionalSale xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AxEbayWebService.Models">
<PromotionalSale>
<DiscountType>sample string 6</DiscountType>
<DiscountValue>sample string 7</DiscountValue>
<PromotionalSaleEndTime>2026-06-09T11:42:51.8954282+02:00</PromotionalSaleEndTime>
<PromotionalSaleID>sample string 1</PromotionalSaleID>
<PromotionalSaleItemIDArray>sample string 10</PromotionalSaleItemIDArray>
<PromotionalSaleName>sample string 3</PromotionalSaleName>
<PromotionalSaleStartTime>2026-06-09T11:42:51.8954282+02:00</PromotionalSaleStartTime>
<PromotionalSaleStatus>sample string 2</PromotionalSaleStatus>
<PromotionalSaleType>sample string 5</PromotionalSaleType>
<SellerID>sample string 4</SellerID>
</PromotionalSale>
<PromotionalSale>
<DiscountType>sample string 6</DiscountType>
<DiscountValue>sample string 7</DiscountValue>
<PromotionalSaleEndTime>2026-06-09T11:42:51.8954282+02:00</PromotionalSaleEndTime>
<PromotionalSaleID>sample string 1</PromotionalSaleID>
<PromotionalSaleItemIDArray>sample string 10</PromotionalSaleItemIDArray>
<PromotionalSaleName>sample string 3</PromotionalSaleName>
<PromotionalSaleStartTime>2026-06-09T11:42:51.8954282+02:00</PromotionalSaleStartTime>
<PromotionalSaleStatus>sample string 2</PromotionalSaleStatus>
<PromotionalSaleType>sample string 5</PromotionalSaleType>
<SellerID>sample string 4</SellerID>
</PromotionalSale>
</ArrayOfPromotionalSale>