Import Contacts, products, store orders to hubSpot via api

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.

Hey @danielzmexico

Congrats on getting set up.

@himanshurauthan is my go to for all things ecommerce (apologies @himanshurauthan if I am abusing you with tags :upside_down_face:)

Not a problem @dennisedson, :sweat_smile:

Hi @danielzmexico,

So HubSpot has an eCommerce Bridge API that can associate your Contacts to your store, along with that you can also sync and associate Products, Deals, and Line items.

But if your online store is made with WooCommerce you can go with WooCommerce by MakeWebBetter. This a free solution for WooCommerce store owners.

Best Regards,

Thanks for your help.