Skip to main content

Get a list of product categories

Gets a list of product category IDs to specify when creating a product

Function GetProductCategoryList(Val Parameters = "") Export

ParameterCLI optionTypeDescription
Parameters--authStructure Of StringAuthorization JSON or path to .json

Returns: Map Of String - Key - ID, Value - Name


Code example
    Parameters = GetVKParameters();

Result = OPI_VK.GetProductCategoryList(Parameters);
CLI command example
    
oint vk GetProductCategoryList --auth "GetVKParameters()"

Result
Key Value
1210 "Business"
1200 "Photo and video service"
2162 "Repair and building"
...