API - Products - Standaard producten en diensten
Retrieve all your default products and services
Resource:
/acumulus/stable/picklists/picklist_products.php
Since API:
Available for authenticated:
API gebruiker
Available for authenticated:
API beheerder
Communication:
Basic submit, including below structure
Submit
<?xml version="1.0" encoding="UTF-8"?> <myxml> ... <producttagid></producttagid> </myxml>
producttagid
Option to limit output to a subset of products. Default is to show all products and services available, regardless of status.
Option
Product tag
All (DEFAULT)
-1
Vervallen (discontinued)
0
Actief (active/available)
1000
Favoriet (Favorite)
Response
<?xml version="1.0" encoding="UTF-8"?> <response> <products> <product> <productid></productid> <productnature></productnature> <productdescription></productdescription> <producttagid></producttagid> <productcontactid></productcontactid> <productprice></productprice> <productvatrate></productvatrate> <productsku></productsku> <productean></productean> <producthash></producthash> <productnotes></productnotes> </product> ... </products> </response>
productid
productnature
productdescription
producttagid
productcontactid
productprice
productvatrate
productsku
productean
producthash
productnotes