DELETE api/eBay/Seller/DelPromotionalSale?idSeller={idSeller}&marketplace={marketplace}&promotionalSaleID={promotionalSaleID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
idSeller

string

Required

marketplace

string

Required

promotionalSaleID

string

Required

Body Parameters

None.

Response Information

Resource Description

PromotionalSale
NameDescriptionTypeAdditional 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:46:03.623636+02:00",
  "PromotionalSaleEndTime": "2026-06-09T11:46:03.623636+02:00",
  "PromotionalSaleItemIDArray": "sample string 10"
}

application/xml, text/xml

Sample:
<PromotionalSale xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AxEbayWebService.Models">
  <DiscountType>sample string 6</DiscountType>
  <DiscountValue>sample string 7</DiscountValue>
  <PromotionalSaleEndTime>2026-06-09T11:46:03.623636+02:00</PromotionalSaleEndTime>
  <PromotionalSaleID>sample string 1</PromotionalSaleID>
  <PromotionalSaleItemIDArray>sample string 10</PromotionalSaleItemIDArray>
  <PromotionalSaleName>sample string 3</PromotionalSaleName>
  <PromotionalSaleStartTime>2026-06-09T11:46:03.623636+02:00</PromotionalSaleStartTime>
  <PromotionalSaleStatus>sample string 2</PromotionalSaleStatus>
  <PromotionalSaleType>sample string 5</PromotionalSaleType>
  <SellerID>sample string 4</SellerID>
</PromotionalSale>