Retrieves a paginated list of sku-lists that contain products that are excluded from being discounted.
OK
Bad Request
Internal Server Error
{- "query": {
- "limit": 10,
- "count": 150,
- "offset": 0
}, - "data": [
- {
- "_id": "614b58924e92f6861ac9d43b",
- "title": "GlobalExc_1",
- "listType": "GLOBAL_EXCLUSION",
- "applicableOn": [
- "PRODUCT_PRICE"
], - "targetProducts": [
- {
- "kind": "SKU",
- "value": [
- 1000000123
]
}
], - "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"
}
]
}