9 October 2025
v0.5.18
v0.5.18
Fixed
- Fixed a bug in the
customersresponses. Theis_invoice_to_be_emailedfield returned an integer. This now correctly returns a boolean. - Fixed a bug in the
customersPOSTandUPDATEendpoints where thecoc_numberwas not set. - Fixed a bug in the
orderlinesUPDATEendpoint where it was not possible to add newserialnumbers.
24 June 2025
v0.5.17
v0.5.17
Added
- Added
colli_packaging_idto theorderlineendpoint. - Added
tagsendpoints. There is a global endpoint and there are endpoints fororders,products,invoices,customersandsuppliers. - Added
batch_id,batch_descriptionandbatch_datetobatch_distributionin theorderlineendpoint. - Added
salutationendpoint. - Added
shipmentendpoint. - Added
shipmentstoorderendpoint. - Added
is_archivedfilter fororderendpoint. - Added api users to
userendpoint. - Added
surchargesto orderlineINDEXandGETendpoints. - Added
supplier_idfilter toproductendpoint. - Added
customer_shipping_address,customer_contactandsupplier_contactto theorderendpoint. There is no longer the need to retrieve those seperately. - Added the option to remove
orderlines.
Changed
- Changed the validation for
quantity_pickedin theorderlines. If thequantitywas negative, it could not be picked. We now use the absolute value of thequantity. For example: if you have aquantityof -5, thequantity_pickedwill have to be between 0 and 5. - Changed the maximum
limiton thecustomerandsupplierINDEXto 50. - Changed the minimum
limiton all requests to 1.
Fixed
- Fixed bug in the
userendpoint. Users who haven't logged in yet, will not throw an error anymore. - Fixed bug in the
paymentandsendmethodsendpoints with descriptions. They are now saved properly. - Fixed bug in the
productendpoint with descriptions. They are now returned properly. - Fixed bug in sorting the
orderlines. In rare cases the sorting was not correct. - Fixed bug where an invalid
filterwas used. The error handling is improved and will now return a proper error message. - Fixed bug where an invalid
quantitywas used in theorderlineendpoint. The error handling is improved and will now return a proper error message. - Fixed bug
orderlineendpoint with thepurchase_price. In rare cases it was not calculated correctly. - Fixed bug in the
orderlineendpoint withcustom_description. - Fixed bug in the
tag,tradenameandvolume_discountendpoints. It was not possible to use an offset.
19 Februari 2025
v0.5.16
v0.5.16
Added
- Added
batch_descriptionandbatch_datetobatch_distributioninorderlineendpoint
Fixed
- Fixed bug in
orderlinesmultiplepatchendpoint, where only the firstorderlinewas changed.
12 Februari 2025
v0.5.15
v0.5.15
Changed
- Rate limit is now on a per user basis
Fixed
- Fixed another bug in
orderlineswith colli products. They were not returned correctly. - Fixed bug in description for endpoints
product,payment methodandsend method
27 Januari 2025
v0.5.14
v0.5.14
Added
- Added first part of
stocktaking listendpoint - Added parent_order_id to the order post endpoint. Using this creates a suborder
Fixed
- Fixed bug in
supplierswith tags. They are now deleted and will be re-added later. - Fixed bug in
orderlineswith colli products.
19 December 2024
v0.5.13
v0.5.13
Added
- Added filter on
is_shown_in_portalforproductINDEXendpoint - Added field
user_defined_1inorderendpoint - Added field
custom_descriptioninorderlineendpoint - Added
specificationsto theproductendpoint - Added
videosto theproductendpoint - Added
weightfield to theproductendpoint - Added stock information to the
productendpoint with typecolli - Added
packaging_idinorderlineforcolli products, but only if it can be found. If not, it will be null. - Added
colli packagingendpoint for filtering oncode,barcodeorpackaging_id_list - Added
batch_distributiononorderlineendpoint
Fixed
- Fixed bug in
productendpoints where theis_shown_in_portalwas not returned - Fixed bug in
product batchendpoint where the batches were not filtered by given product
16 December 2024
v0.5.12
v0.5.12
Added
- Added
custom_descriptiontoorderlineendpoint
12 December 2024
v0.5.11
v0.5.11
Added
- Added global
collipackagingendpoint for searching on code, barcode or uuid list
11 December 2024
v0.5.10
v0.5.10
Fixed
- Fixed bug in
orderlineendpoint. When 0 was given for gross and discount, the gross and discount were calculated from the product. Now onlynullwill use the product values.
09 December 2024
v0.5.9
v0.5.9
Added
- Added
colliunitandamountto theorderlineendpoint - Added
weightto theproductendpoints - Added
specificationsto theproductGETendpoints - Added
videosto theproductGETendpoints
03 December 2024
v0.5.8
v0.5.8
Added
- Added
productlocationsGETendpoint for retrieving multiple product locations. - Added
French,ItalianandSpanishtranslations for theproduct portal description. - Added stock information for colli products in the
productINDEXendpoint. - Added filters
barcode,code,packaging_id_listtoproduct packagingINDEXendpoint.
Fixed
- Fixed bug in
productPUTendpoint where fieldscategory_id,vat_rate_id,code,description,price_excl_vat, were not required.
28 October 2024
v0.5.7
v0.5.7
Added
- Added
productsuppliersGETendpoint for retrieving multiple product suppliers.
25 October 2024
v0.5.6
v0.5.6
Added
- Added stock
locationsforproductsandproduct matrix variantsGET.
10 October 2024
v0.5.5
v0.5.5
Added
- Added
PATCHfororder_linesindex to changequantity_picked. - Added
purchase_datesort fororderstopurchaseandpurchase_dropship. - Added
creation_datesort fororderstoquotation. - Added
expected_date_rangefilter fororderstobackorder,purchaseandpurchase_dropship. - Added
order_date_rangefilter fororderstobackorderandquotation. - Added
shipping_date_rangefilter fororderstosales. - Added
expiry_date_rangefilter fororderstoquotation. - Added
supplier_idfilter fororderstopurchaseandpurchase_dropship.
Changed
- Renamed
total_incl_vatsort fororderstototal.incl_vat.total_incl_vatis now deprecated. - Renamed
total_excl_vatsort fororderstototal.excl_vat.total_excl_vatis now deprecated. - Renamed
delivery_datesort forordersto delivery.date forbackorder,salesandquotation.delivery_dateis now deprecated for these types. - Removed
delivery_datesort forordersfrompurchasepurchase_dropship. - Renamed
payment_method_idfilter fororderstopay_method_id.payment_method_idis now deprecated. - Removed
order_datesort forordersfrompurchasepurchase_dropshipquotation. - Removed
customer_idsort forordersfrompurchasepurchase_dropship.
4 October 2024
v0.5.4
v0.5.4
Added
- Added
expected_dateforpurchase orders - Added
expiry_dateforquotation orders
Fixed
- Fixed bug in
product packagingendpoint, where it was possible to create a duplicate with the sameunit_idandpacking_amount. - Fixed bug in
orderline PUTendpoint, where it was not possible to omit quantity. - Fixed bug in
supplierendpoint, where it was not possible to omit mobile.
4 October 2024
v0.5.3
v0.5.3
Added
- Added json validation for all
POSTandPUTendpoints. When submitting an invalid JSON, a proper error will be returned. - Added more validation for date filters. Invalid dates (like a 13th month) wil no longer be guessed, but an error will be returned.
- Added
colli_packaging_amountandcolli_packaging_unit_idin theorderlineendpoint - Added
send_method_idin thecustomersendpoint
Fixed
- Fixed bug in all endpoints where a filter with a date beyond 2040 gives no results. Instead, an error is returned.
- Fixed bug in
product variantendpoint, where theaxesare now properly validated.
19 September 2024
v0.5.2
v0.5.2
Added
- Added
related productsinproductGETendpoint.
19 September 2024
v0.5.1
v0.5.1
Added
- Added
descriptionforproduct variants
13 September 2024
v0.5.0
v0.5.0
Added
- Added
portal descriptionforproducts - Added
delivery dateforsales,sales quote,backorderorders. - Removed
price_nett_idandprice_group_idfrom theordersendpoint. These were already automatically filled from thecustomer
6 September 2024
v0.4.5
v0.4.5
Added
- Added
sales_user_idfor orders with the typesales,quotationandbackorder
Fixed
- Fixed bug in
productvariantendpoint whenmanufacturer suggested retail pricesetting was off
23 August 2024
v0.4.4
v0.4.4
Added
- Added
userindexendpoint - Added
product warehouse stockPUTendpoint to overwrite the current stock
1 August 2024
v0.4.3
v0.4.3
Added
- Added filters on
shipping_dateinorderindex endpoint for sales orders - Added filters on
expected_dateinorderindex endpoint for backorder orders - Added search on
order_numberandorder_referenceinorderindex
Changed
- For the
order,customersandsupplierendpoints, a filter is no longer required when using a search.
10 July 2024
v0.4.2
v0.4.2
Added
- Added
orders connectedendpoints - Added
backordertype in theorders,order_linesandorders connectedendpoints - Added
hreffororders,productsandcustomers, to link to the corresponding web page.
8 July 2024
v0.4.1
v0.4.1
Added
- Added retreiving
price nett rowswith filters - Added
manufactorer suggested retail pricesetting to thematrixandvariantendpoints - Added
locationtoproductindexendpoint - Added auto-fill from
customerforprice_nett_idandprice_group_idin theorderendpoint. When given in the request, they are ignored.
Changed
- Changed the way sorting is shown in the swagger documentation
- Changed the maximum of
axes valueson aaxisto 100
Fixed
- Fixed archived
orderscan no longer be changed - Fixed http link in meta data on production
- Fixed bug in
serial numberson theorder lineendpoint - Fixed that
default sales/purchase warehousewas shown when multiple warehouse setting was off
29 May 2024
v0.4.0
v0.4.0
Added
- At least 1 filters is now required for these endpoints:
CategoryCustomerInvoicesProvisionalSale
OrderPurchaseSalesQuotationPurchase_dropship
PriceGroupPriceNettProductProductMatrixSupplierVolumeDiscount
22 May 2024
v0.3.6
v0.3.6
Added
- Added
serial numberendpoints underproducts. - Added
serial numbersin theorder_lineendpoints.
8 May 2024
v0.3.5
v0.3.5
Added
- Added shipping_date for
orderINDEXendpoint.
Fixed
- Removed prefix from
referenceinorderINDEXendpoint.
16 April 2024
v0.3.4
v0.3.4
Added
- Added volume discount endpoint
- Added automatic price calculation in order line endpoint
- Added filter for
customerINDEXto filter on multiplecustomeruuid's. - Added filter for
supplierINDEXto filter on multiplesupplieruuid's. - Added search for
customerINDEXto search oncodeorcompany. - Added search for
supplierINDEXto search oncodeordescription.
18 April 2024
v0.3.3
v0.3.3
Added
- Added filter for
productINDEXto filter on multipleproductuuid's.
09 April 2024
v0.3.2
v0.3.2
Added
- Extended API documentation online.
5 April 2024
v0.3.1
v0.3.1
Changed
- Some fields are no longer required in the
POSTandPUTof theorderendpoint. These fields are now optional:store_order_id(defaultnull),is_webshop_order(defaultfalse),is_paid(defaultfalse) andorder_reference(default empty string).
Fixed
- Fixed a bug where the
productendpoint did not properly create aproduct code - Fixed a bug where the
customerendpoint did not properly create acompany code
22 March 2024
v0.3.0
v0.3.0
Added
- Started fase 2. This means that all
POST,PUTandPATCHendpoints on sandbox are now also available on production.
18 March 2024
v0.2.10
v0.2.10
Added
- Added filtering on
barcodeforproductendpoint - Added
INDEXandGETforpurchase dropship orders
13 March 2024
v0.2.9
v0.2.9
Added
- Improved endpoint logging efficiency
Changed
- Removed several obselete properties from
product packagingendpoint
Fixed
- Fixed bug for
ordersvat rate - Fixed documentation for
partsinproductendpoint
28 Februari 2024
v0.2.8
v0.2.8
Added
- Added validation for
vat_typeinorders
Changed
- Changed all timezones to Europe/Amsterdam. This will be visible for all
created_atandupdated_atproperties - Changed validation for
orderLineswith typeproduct. Theproduct_idandquantityare now required. Thevat_rateis no longer required and will be filled with thevat_rateof theproduct
Fixed
- Fixed
vat_ratevalidation on orders when acustomerdidn't have avat_number - Fixed pagination bug when the
nextwas empty.Offsetis now always a multiple oflimit, or 0 - Fixed validation for sorting and filtering.
30 January 2024
v0.2.7
v0.2.7
Added
- In the
POSTorPUTin the product endpoint, theproduct codeis no longer required. When not given, it is automatically generated
Changed
- Changed the
delivery time from/tofor theordersendpoint. They are now required and only accept quaters of an hour - The
orderlinelistnow returns allorderlineproperties
Fixed
- Fixed the return value of
exchange ratein theorderendpoints - Fixed documentation for
user definedfields forproducts - Fixed documentation for
customer discount agreements. ThePOSTandPUTrequire aproduct_idand not aproductresource. - Fixed error message of descriptions. It sometimes gave a wrongly formatted language.
10 January 2024
v0.2.6
v0.2.6
Added
- All filters now have a maximum length of 50 characters
- In the
POSTorPUTin the product endpoint, the code is now validated against a whitelist of allowed characters - In the
POSTof acustomerendpoint,codeis no longer required. When not given, it is automatically generated
Changed
- Improved
403 errorsto include explanation of the error - Changed the
emailtoemail_generalin the sorting of a supplier list - Description in the
productlist endpoint is now returned as an object
Fixed
- Fixed an issue where
401 errorswere not logged in theAPI insights - Made sure that required
uuid's are properly validated - Fixed an issue where
article_numberwas not saved formanual orderlines
4 December 2023
v0.2.5
v0.2.5
Changed
- Removed the
user_idproperty from theOrdersendpoints since this is not used
Fixed
- The
customer_contact_id,price_nett_idandprice_group_idproperties in theSalesOrdersandQuotationsendpoints are nownullable - The
supplier_contact_idproperty in thePurchaseOrdersendpoint is nownullable
14 November 2023
v0.2.4
v0.2.4
Added
- Added the
Quotationsendpoint - Added the quotation acceptation url as a property in the response of the
quotationsendpoint - Added the
ProductImagesendpoint - Added the
in_pricelistfilter to theproducts INDEXendpoint - Added validation for multiple languages in description fields. Because of this the structure for a POST or PUT request in those field is slightly changed. See the Swagger docs for an updated example.
Changed
- Removed the
logistic_user_idandtransporter_idproperties from theSalesOrdersendpoint since these are not used
Fixed
- Added max character length validation to the different languages inside a description object
- Orders created through the
ordersendpoints now all have get a unique order number - User defined fields in the
productresource are now filled with data - It is not possible anymore to create multiple main suppliers through the
ProductSupplierendpoint. When creating a new main supplier, the old main supplier is automatically demoted to a regular supplier - The
order linesPOSTandPUTrequests now accept negative quantities
10 October 2023
v0.2.3
v0.2.3
Changed
- Changed the urls for the
invoiceendpoints to make it more in line with the current naming of endpoints. See our Swagger documentation for the changes.
2 October 2023
v0.2.2
v0.2.2
Added
- Added the
quotationorder type to theordersandorder_linesendpoints - Added the possibility to filter on
customer_codein thecustomers INDEXendpoint - Added the possibility to filter on
product_codein theproducts INDEXendpoint - Added the possibility to filter on
supplier_codein thesuppliers INDEXendpoint - Added a few missing properties to the
tradenamesendpoint - Added filtering on the
created_atandupdated_atproperties for all endpoints - Added sorting on the
created_atandupdated_atproperties for all endpoints where it was still missing
Changed
- Changed
warehousefilters that were in camel case to snake case - Updated the documentation for all endpoints to display all properties and filters in snake case
- Removed the
conditionsproperty from thetradenames POSTendpoint since this was not used - Changed the max length of the
visiting_cityandpostal_cityproperties from50to100in thetradenamesendpoint
Fixed
- Fixed an issue where the validation did not validate if the posted
currency_idwas enabled
20 September 2023
v0.2.1
v0.2.1
Added
- Stock is now updated when deleting a sales order
- Stock is now updated when creating, updating or deleting a sales order line
- Added missing sorting options for
created_atandupdated_atin the Swagger documentation for thePriceGroup INDEXendpoint - Added missing sorting options for
created_atandupdated_atin the Swagger documentation for thePriceNett INDEXendpoint
Changed
- Removed the
is_activefilter from theLocation INDEXendpoint since this was not used - Disabled the
ProductImageendpoint since this is not implemented yet
Fixed
- The CustomerPriceAgreement endpoint now correctly returns a filled
created_atafter making a successful POST request - Fixed a bug where a filtered list (when filtered by an id of another resource) would set an invalid id for the returned resources.
15 September 2023
v0.2.0
v0.2.0
Changed
- Major changes introduced for the Visma Developer Portal setup and token retrieval. We dropped support for interactive application types and we introduced support for non-interactive application types (service applications) in Visma Developer Portal. You can now retrieve an access token without having to authorize the request and refresh tokens are no longer needed to retrieve access tokens without user interaction. See our documentation page on how to setup a new application (of the type service) in Visma Developer Portal and how to retrieve an access token.
8 September 2023
v0.1.2
v0.1.2
Changed
- Removed the
favouriteproperty and filter from theSuppliersendpoint, since this was not used - Removed the
discountproperty from theSuppliersendpoint, since this was not used - Removed the
price_group_rowsproperty from thePriceGroup INDEXendpoint. This property should be fetched from thePriceGroup GETendpoint - Removed the
price_nett_rowsproperty from thePriceNett INDEXendpoint. This property should be fetched from thePriceNett GETendpoint
Fixed
- Added the
order_typeparameter to theorder_linesendpoints in the Swagger documentation - Added missing
created_atandupdated_atproperties to thePriceGroupsendpoints - Added missing
created_atandupdated_atproperties to thePriceNettendpoints
1 September 2023
v0.1.1
v0.1.1
Added
- Added the ExchangeRate
GETendpoint - Added the Invoice
INDEXandGETendpoints - Added the ProvisionalInvoice
INDEXandGETendpoints - Added the purchase order type to the order endpoints
- OrderLine endpoints are now also compatible with the purchase order type
- Added the ColliPackaging
INDEX,POST,GET,PUTandDELETEendpoints
Changed
- The order endpoints are now prefixed with an order type.
Fixed
- The
currency_idis now automatically set after creating or updating an order line - Added missing
created_atandupdated_atproperties to a lot of endpoints - Fixed sorting on
created_atandupdated_atproperties in a few endpoints