A dictionary with fields
Field | Type | Description |
---|---|---|
all | Bool | A boolean value |
products | [Int] | List of product ids, the codes are applicable on |
categories | [Int] | List of category ids, the codes are applicable on |
product_prices | [Int] | List of product price ids, the codes are applicable on |
{
"all": false,
"products": [
10,
17,
18
],
"categories": [
14,
13,
12
],
"product_prices": [
10,
11,
17
]
}