Hello everyone,
I have been working with the hubspot api to import my contacts into hubspot.
Through this endpoint https://api.hubapi.com/contacts/v1/contact/?hapikey=xxx
I have managed to create contacts, which are shown in the contact list.
However, we want to add the contacts to the ecommerce part found in the integrations section.
Our store does not have an app like Shopify / Magento to make the connection directly.
From what I understand that this connection has to be through Ecommerce Bridge, I have created my store with this endpoint
https://api.hubapi.com/extensions/ecomm/v2/stores?hapikey=xxx
I would like to know the way in which I should create my contact through the api, so that this contact is associated with the store that I create in the Ecommerce Integrations part.
So that by filtering the contacts of this store you can see it listed.
I would like to do the same with products and orders.
Thanks for your support.