article.get Try me! Request of details of one ore more products. If no filter is set, 10 products will be shown. The RESPONSE contains a "list of articles" and each of them with the following fields.
FILTER
Tags Description ARTICLE_NUMBER
Article number
RESPONSE
Tags Description ARTICLE_ID
Article ID ARTICLE_NUMBER
Article number TITLE
Title DESCRIPTION
Description UNIT
Product unit type UNIT_PRICE
Unit price CURRENCY_CODE
Currency code VAT_PERCENT
VAT in percent IS_GROSS
Flag for setting to gross price: 0 = no | 1 = yes TAGS
Tags
article.create Try me! Creation of a product.
DATA
Tags Description ARTICLE_NUMBER Required
Article number TITLE Required
Title DESCRIPTION
Description UNIT
Product unit type UNIT_PRICE Required
Unit price CURRENCY_CODE
Currency code VAT_PERCENT
VAT in percent IS_GROSS
Flag for setting to gross price: 0 = no | 1 = yes
RESPONSE
Tags Description STATUS
Result of the action ARTICLE_ID
Article ID
article.update Try me! Update of product data.
DATA
Tags Description ARTICLE_ID Required
Article ID See action
article.create
RESPONSE
Tags Description STATUS
Result of the action
article.delete Try me! Deletion of product.
DATA
Tags Description ARTICLE_ID Required
Article ID
RESPONSE
Tags Description STATUS
Result of the action