Do you want to be able to easily export all orders from your website and read them into Excel, for example? Then it is best to do this via the special API key. This gives you the option to request all order data from your webshop in XML or JSON format via the internet. It's so easy to make overviews, create packing slips or whatever else you want to do with this data.
Request API key
At the moment you can only request an API key via our helpdesk at support@ziber.nl. You will then receive a unique code, which you need for the URLS below. This ensures that we know it's you!
XML export
If you want to request all orders from your webshop in XML format, you can use this internet address:
http://api.ziber.nl/v1/Orders?token=apikey&type=xml
And replace the word 'apikey' for the unique code that you received from our support department.
Import XML into Excel?
If you want to import this XML data into Microsoft Excel, you can do so according to this manual. You can then easily filter, edit, search the data, etc.
https://support.office.com/en-us/article/import-xml-data-6eca3906-d6c9-4f0d-b911-c736da817fa4
JSON export
If you want to request all orders from your webshop in JSON format, you can use this internet address:
http://api.ziber.nl/v1/Orders?token=apikey&type=json
And replace the word 'apikey' for the unique code that you received from our support department. The JSON format is often used by programmers, so that it can be used for programming against.
Comments
0 comments
Please sign in to leave a comment.