how to integrate Shopvox with Swell Commerce #139
-
how to integrate Shopvox with Swell Commerce? is this possible to do? if yes then please guide me on this. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@RushiNCode93 As there is no pre-built integration for Shopvox, you would have to use the shopVOX API in combination with webhooks . So new orders created in Swell can be created in Shopvox as sales orders. Depending on the scope of the integration this could be adapted or modified. Otherwise if you wanted to sync data from Shopvox into Swell, you would utilize webhooks from Shopvox and the Backend API in Swell. So new orders or quotes created in Shopvox can be synced with Swell as Orders or other models. Swell's architecture is extremely flexible, so if you wanted to create other data models in Swell (such as work_orders, sales_orders, quotes) then you can create custom models |
Beta Was this translation helpful? Give feedback.
@RushiNCode93 As there is no pre-built integration for Shopvox, you would have to use the shopVOX API in combination with webhooks .
So new orders created in Swell can be created in Shopvox as sales orders. Depending on the scope of the integration this could be adapted or modified.
Otherwise if you wanted to sync data from Shopvox into Swell, you would utilize webhooks from Shopvox and the Backend API in Swell. So new orders or quotes created in Shopvox can be synced with Swell as Orders or other models.
Swell's architecture is extremely flexible, so if you wanted to create other data models in Swell (such as work_orders, sales_orders, quotes) then you can create custom models