Skip to main content

Get products filter structure

Gets the structure for selecting the list of products

Function GetProductsFilterStructure(Val Clear = False) Export

ParameterCLI optionTypeDescription
Clear--emptyBooleanTrue > structure with empty valuse, False > field descriptions at values

Returns: Structure of KeyAndValue - Filter fields structure


tip

Related functions: GetProductList, GetProductsStocks, GetProductsPrices

The description of the filter fields can be found on the documentation page for product list retrieving method: post /v2/product/list


Code example
    Result = OPI_Ozon.GetProductsFilterStructure();
CLI command example
    
oint ozon GetProductsFilterStructure --empty %empty%

Result
{
"offer_id": "<articles array>",
"product_id": "<Products IDs array>",
"visibility": "<visibility>"
}