Users
[api/users/*] - Services related to user objects in Navision
Quotes
[api/quotes/*] - Services related to ongoing web shop sessions
Products
[api/products/*] - Services related products in Navision
| Endpoint | Link | Description | |
|---|---|---|---|
| api/products/userPrice | api/products/userPrice?email={email}&sku={sku}&isDebug={isDebug} | Get the price of a product for a given user |
POST |
| api/products/userprices | api/products/userprices?email={email}&sku={sku}&isDebug={isDebug} | Get the price of a product for a given user |
POST |
| api/products/all | api/products/all?isDebug={isDebug} | All product data from Navision for product syncing |
POST |
| api/products/stock | api/products/stock?sku={sku}&isDebug={isDebug} | Get current product stock for a given sku |
POST |
Orders
[api/orders/*] - Services related to competed sessions
| Endpoint | Link | Description | |
|---|---|---|---|
| api/orders/get | api/orders/get?orderNo={orderNo}&isDebug={isDebug} | Get an Order with the given orderNo. Only purchases that are completed can be found. |
POST |
| api/orders/all | api/orders/all?email={email}&isDebug={isDebug} | Get the registered orders for a customer by email |
POST |