How to migrate Bling integration to Api version 3
This article aims to explain how to migrate an integration already configured to use Bling’s Api version 3. One of the few changes we have in relation to version 2, and the most impactful, is the way in which Sellers are imported. Only after this adjustment is it possible to actually migrate the integration to the new version of Api Bling.
Before (version 2):
-
Salespeople were imported along with contacts and Demander was responsible for separating them from customers
-
We did not need to store additional information, as when sending orders, only the name of the seller was sent Now (version 3)
-
Sellers are imported separately from contacts, as there is a specific endpoint for this
-
We need to save new Seller information (id), as this is the identifier that will be sent in the order
-
Order range will be automatically generated when importing new sellers Therefore, if you already have an integration with Bling configured in Demander, the migration can be carried out in two ways: Contacting Demander support (recommended)
-
This way we will perform the necessary actions manually to save the ‘id’ of Bling sellers already registered on Demander, as this part is only done automatically when importing new Sellers Excluding existing Sellers in Demander
-
This way the Sellers will be imported again as new records and this will cause the ‘id’ information to be automatically recorded in the Demander After making this adjustment, you can follow our integration configuration documentation.