Changelog
Install AI tools
Give your assistant up-to-date guidance for our APIs, with our plugin or without it.
The plugin is still under development. See the AI tools page for details.
- Claude Code
- Cursor
- Codex
- Without installing
Run both commands, in order.
claude plugin marketplace add vippsas/agent-toolkit
claude plugin install vipps-developer@agent-toolkit
Open Settings, then Plugins.
Add vippsas/agent-toolkit as a plugin marketplace, then install the "vipps-developer" plugin.
For the app, add the marketplace "vippsas/agent-toolkit" and then install "vipps-developer". For the CLI, run the following commands.
codex plugin marketplace add vippsas/agent-toolkit
codex plugin add vipps-developer@agent-toolkit
Paste this into any assistant.
Read https://github.com/vippsas/agent-toolkit/blob/main/plugins/vipps-developer/README.md for Vipps MobilePay integration guidance.
For troubleshooting, see the full instructions.
All notable changes to the current API will be documented here. To learn about API versioning, see API lifecycle.
Changes that affect multiple APIs are documented in the general changelog.
August 2024​
Added taxRate that allows the use of a decimal point for the tax lines. taxPercentage is now deprecated, but will continue to work as it did before.
March 2023​
Added receiptNumber and valid barcode types.
January 2023​
- Added barcode data validation.
- On
bottomLine, replacedreceiptNumberwithbarcodeand addedposId. - Added kilowatt-hour (
Kwh) as quantity unit onorderlines. - Added
receiptNumberto thebottomLine.
December 2022​
Added paymentSources to the bottomLine:
- card
- voucher
- cash
- giftcard
August 2022​
Added IsReturn and isShipping to orderLines.
- Shipping lines are now treated as regular
orderLines. - Removed validation of sum, tax and discount in the bottom lines.
IsReturnflag is now added toorderLines. A returnedorderLinewill be treated as a negative value.- Removed the possibility of having a negative amount on
orderLines.
June 2022​
- Added
shippingInfoobject to the receipt.
September 2021​
- An early version of the Order Management API was made available.