Dictionary

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

Examples

Example 1

{
    "all": false,
    "products": [
        10,
        15,
        11
    ],
    "categories": [
        19,
        19,
        11
    ],
    "product_prices": [
        14,
        10,
        18
    ]
}
This is a development version Do not use this version in production
1.10.0 development