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,
15,
11
],
"categories": [
19,
19,
11
],
"product_prices": [
14,
10,
18
]
}