frequently asked questions

All your questions in one place.

Categories

This method returns the list of the categories associated to the Winbiz items.

BODY - RAW

{

"Method": "Categories",

"Parameters": [

[<cItemList>],
[<bOnlyEcommerce>]

]

}

PARAMETERS

ParametersDescription
cItemList

Optional

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

If empty, all the categories are returned.

bOnlyEcommerce

Optional

This parameter allows to get only the categories that are associated to an item that has to be published on an e-commerce website.

If emtpy or false, all the categories are returned.

EXAMPLE

*/ Returns the categories associated to the items whose id is 22419 or 374

{

      "Method": "Categories",

      "Parameters": [

             "22419;374",

             false

      ]

}

CLASS RETURNED

PropertyDescription
IdCategory
ParentIdId of the parent category
OrderOrder in which the category must appear between her siblings
NameFrenchCategory name in french
NameGermanCategory name in german
NameItalianCategory name in italian
LastUpdateDateDate of the last modification of the item
NameEnglishCategory name in english
NameOtherLanguageCategory name in the language defined as Other in Winbiz
DescriptionFrenchCategory long description in french
DescriptionGermanCategory long description in german
DescriptionItalianCategory long description in italian
DescriptionEnglishCategory long description in english
DescriptionOtherLanguageCategory long description in the language defined as Other in Winbiz
PicturesPictures, encoded in base 64, that are associated to the category

Did you find this article useful?

0 out of 0 found this helpful