frequently asked questions

All your questions in one place.

Brands

This method returns the list of the brands of the products - items.

BODY - RAW

{

"Method": "Brands",

"Parameters": [

[<cItemList>]

]

}

PARAMETERS

Parameter Description
cItemList

Optional

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

If empty, all the brands are returned.

EXAMPLE

*/ Returns the brands associated with the items with ar_numero equal to 22419 or 374.

{

      "Method": "Brands",

      "Parameters": [

             "22419;374",

      ]

}

CLASS RETURNED

 

Property Description
Id Brand ID
Name Brand name
UrlFrench Brand french URL
UrlGerman Brand german URL
UrlItalian Brand italian URL
UrlEnglish Brand english URL
UrlOtherLanguage Brand URL in the language defined as Other in Winbiz
Pictures Pictures, encode in base 64, that are associated to the category

Did you find this article useful?

0 out of 0 found this helpful