POST Marketing/UnpromotedItem

GetUnpromotedItems with same parentID

Request Information

URI Parameters

None.

Body Parameters

GetUnpromotedItemRequest
NameDescriptionTypeAdditional information
ID

integer

None.

Lang

string

None.

StoreID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Lang": "sample string 2",
  "StoreID": 3
}

application/xml, text/xml

Sample:
<GetUnpromotedItemRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Marketing">
  <Lang xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Common.Base">sample string 2</Lang>
  <StoreID xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Common.Base">3</StoreID>
  <ID>1</ID>
</GetUnpromotedItemRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

UnpromotedItem
NameDescriptionTypeAdditional information
ID

integer

None.

Created

date

None.

Modified

date

None.

Disabled

date

None.

ValidFrom

date

None.

Expiration

date

None.

PromotionID

integer

None.

PromotionableTypeID

Defines the set of Products base of this exclusion. The set can be defined at the Store, Classification or Product level

integer

None.

PromotionableID

integer

None.

IncludeDescendants

Includes PromotionableEntity descendants

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Created": "2025-12-06T05:42:06.3686593+01:00",
  "Modified": "2025-12-06T05:42:06.3686593+01:00",
  "Disabled": "2025-12-06T05:42:06.3686593+01:00",
  "ValidFrom": "2025-12-06T05:42:06.3686593+01:00",
  "Expiration": "2025-12-06T05:42:06.3686593+01:00",
  "PromotionID": 5,
  "PromotionableTypeID": 6,
  "PromotionableID": 7,
  "IncludeDescendants": true
}

application/xml, text/xml

Sample:
<UnpromotedItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Marketing">
  <Created>2025-12-06T05:42:06.3686593+01:00</Created>
  <Disabled>2025-12-06T05:42:06.3686593+01:00</Disabled>
  <Expiration>2025-12-06T05:42:06.3686593+01:00</Expiration>
  <ID>1</ID>
  <IncludeDescendants>true</IncludeDescendants>
  <Modified>2025-12-06T05:42:06.3686593+01:00</Modified>
  <PromotionID>5</PromotionID>
  <PromotionableID>7</PromotionableID>
  <PromotionableTypeID>6</PromotionableTypeID>
  <ValidFrom>2025-12-06T05:42:06.3686593+01:00</ValidFrom>
</UnpromotedItem>