frequently asked questions

All your questions in one place.

ProductsToCategories

This method returns a list that can be used to link n categories to n items.

BODY - RAW

{

      "Method": "ProductsToCategories",

      "Parameters": [

             [<cItemList>]

      ]

}

PARAMETERS

Parameter Description
cItemList

Optional

List of the Items Id (ar_numero) whose links to the categories have to be included in the result. The elements of the list must be separated by semi-columns.

If empty, the links to the categories are returned for all the items.

EXAMPLE

{

      "Method": "ProductsToCategories",

      "Parameters": [

            "12;13;14"

      ]

}

CLASS RETURNED

Property Description
ProductId

Id of the Item

CategoryId

Id of the Category

Did you find this article useful?

0 out of 0 found this helpful