API - Products - Standaard producten en diensten
Retrieve all your default products and services
Submit
<?xml version="1.0" encoding="UTF-8"?> <myxml> ... <producttagid></producttagid> <filter></filter> <offset></offset> <rowcount></rowcount> </myxml>
filter non mandatory
The filter tag can be used as a search string for the list to match against. It checks against the productid, description, type, SKU, EAN and price of the product.
offset non mandatory
Numeric offset tag can be used to jump into the results. Say you have 40 products and you want to skip the first 12 in the results you simply provide an offset of 12. The maximum offset number is the amount of products matched.
rowcount non mandatory
Numeric tag that defines the amount of results you want returned. If the rowcount number exceeds the amount of contacts it simply returns the maximum amount of contacts. The default is to return all rows, which the call can be forced to when setting the rowcount to 0.
producttagid non mandatory
Option to limit output to a subset of products. Default is to show all products and services available, regardless of status.
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