Get specific sku-list

Retrieves a specific sku-list by ID.

SecurityAuthorizationToken
Request
path Parameters
skuListId
required
number

ID of the sku list to get details for

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/{skuListId}
Response samples
application/json
{
  • "_id": "614b58924e92f6861ac9d43b",
  • "title": "GlobalExc_1",
  • "listType": "GLOBAL_EXCLUSION",
  • "applicableOn": [
    ],
  • "targetProducts": [
    ],
  • "startDate": "2022-05-04T09:23:51.459Z",
  • "endDate": "2099-12-31T00:00:00.000Z",
  • "deleted": false,
  • "createdAt": "2020-12-14T12:15:43.646Z",
  • "updatedAt": "2021-12-14T12:15:43.646Z"
}