frequently asked questions

All your questions in one place.

SpecialOffers

This method returns the list of the special offers for all or for the given items.

BODY - RAW

{

      "Method": "SpecialOffers",

      "Parameters": [

             [<cItemList>]

      ]

}

PARAMETERS

ParametersDescription
cItemList

Optional

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

If empty, all the special offers are returned.

EXAMPLE

{

      "Method": "SpecialOffers",

      "Parameters": [

            "12;13;14"

      ]

}

CLASS RETURNED

PropertyDescription
PrductIdId of the Item
PricePrice of the item during the special offer
StartDateDate of the beginning of the special offer
EndDateDate of the ending of the special offer

Did you find this article useful?

0 out of 0 found this helpful