Below you will find the functions used to set up an advanced integration. Click here for information about the difference between standard and advanced integration.
Please note! All input data strings should be encoded in accordance with ISO-8859-1

| This function is used to... | |
|---|---|
| getAddresses | fetch the customers adress, this can then be used to fill out the deliveryadress in the checkout. This function is ONLY allowed to be used for Swedish persons. |
| reserveAmount | reserve an amount on a customer, contains information about the customer (adress, birth of date) and the purchase (amount to be reserved and goods). |
| checkOrderStatus | to look up if a pending order has received a new status. |
| cancelReservation | cancel a reservation, to be used if the reservation needs to be removed. |
| changeReservation | change a reservation. This is useful when a customer want to change their order and the order amount changes. |
| activateReservation | activate purchases which have been previously reserved. |
| setAddress | create addresses. |
| addArticle | create an inventory. |
| splitReservation | split a reservation due to for example outstanding articles. |
| reserveOCR | reserve one or more OCR numbers for your store, the numbers are used upon activation. |

Advanced integration