getProductsQty

Method returns a simplified product list

Usage URL: https://e-hedo.pl/api/getProductsQty.json?key=YOURAPIKEY

Query params

(put those in your URL, e.g. ?id=123)

  • id

    Internal identifier of products. More than one value can be specified after comma (,) separator.

  • name

    Name of product. Example: cover will return all products that contains cover in the name

  • pid

    Manufacturer identifier. Example: Z43 will return all products that contains Z43 in the manufacturer identifier

  • productcategoryid

    Identifier of category in which the products are. More than one value can be specified after comma (,) separator.

  • modified

    Return all products modified after the modified date. That is highly recommended when you want to update your local database.
    Date format is yyyy-MM-dd

  • currency

    Currency symbol. Three letters format ie: PLN, EUR, USD. If not set - default one will be taken.

  • lang

    Language of result. ISO 2 Letter Language Codes ie: en, pl, cs

  • id | integer

    Internal identifier of product.

  • userprice | float

    Customer net price

  • userpricegross | float

    Customer gross price

  • qty | integer

    How many in stock

  • vatrate | integer

    VAT rate of product