Get all sku-lists excluded from discounts

Retrieves a paginated list of sku-lists that contain products that are excluded from being discounted.

SecurityAuthorizationToken
Request
query Parameters
limit
number

Limits the number of records return on a single page. Default is 10 if limit is not specified

offset
number

Number of records you wish to skip before selecting records. Default is 0 if not specified

date
string

Date that lies between start date and end date of active time of the excluded sku-list.

header Parameters
required
object

Valid JSON object that must contain account, stage, date, and channel attributes. eg - {"stage":"prod","account":"5f328bf0b","date":"2020-12-12T08:00:00.000Z","channel":12}

Authorization
required
string

Authorization token or access token for the user, provided by fabric. It can be obtained after logging into fabric's copilot account.

Example: eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9...
Responses
200

OK

400

Bad Request

500

Internal Server Error

get/api-offers/sku-list
Response samples
application/json
{
  • "query": {
    },
  • "data": [
    ]
}