API: Managing products
products.list
Description
Returns list of sellable products.
Command specific parameters
Name | Description |
---|---|
categoryId |
Product category ID: 4 – Startup, 5 – Business, 6 – Enterprise, 7 – Cloud |
language |
Language: pl , en , ru |
Command specific response
Products array.
Name | Description |
---|---|
products /product |
Products array entry |
products /product[id] |
Product ID |
products /product /name |
Product name |
products /product /order-link |
Link for product ordering |
products /product /description |
Product description |
Sample response
...
<products>
<product id="xx">
<name>...</name>
<order-link>...</order-link>
<price>...</price>
<description>...</description>
</product>
</products>
...