How to set source store using regular API

Hello there!

We are in the process of switching from EB to regular API. We would like to keep the source store properies from EB. How do we set the source store using the regular API?

Thank you!

Hi, @hbenmekki :waving_hand: Thanks for reaching out! Hey, @himanshurauthan, do you have any tips you can share with @hbenmekki? Thank you very much! — Jaycee

Hi, @hbenmekki
Firstly you have to create a source store named property on HubSpot, and then, you can use deal /crm/v3/objects/deals API to sync the source store’s value using the internal name of the property at the time of deal creation, or you can use deal /crm/v3/objects/deals/{dealId} API using the deal ID to update the source store’s value when the deal is already synced on HubSpot.
Click here for the deal API page URL
Hope it will help you out!