DELETE
/
api-offers
/
sku-list
/
{skuListId}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-site-context
string
required

The x-site-context header is a JSON object that contains information about the source you wish to pull from. The mandatory account is the 24 character identifier found in Copilot. The channel (Sales channel ID), stage (environment name), and date attributes can be used to further narrow the scope of your data source.

Path Parameters

skuListId
number
required

ID of the list to delete

Response

200 - application/json
_id
string

A 24-character system-generated ID of the record.

title
string

SkuList name/title

listType
enum<string>

type of skulist

Available options:
GLOBAL_EXCLUSION
applicableOn
enum<string>[]

Applicable scope of skulist

Available options:
PRODUCT_PRICE,
SHIPPING_PRICE
targetProducts
object[]
startDate
string

Start date of start-list. The value must be in the future.

endDate
string

The end date of priceList. The value must be greater than the start date.

deleted
boolean

Represents deleted SkuList.

createdAt
string

The creation date of the record.

updatedAt
string

The last update date of the record.