Integrations and data imports
Synchronize a product catalog
Synchronize a bounded catalog REST page into HubSpot products by SKU.
Make it your own
Review the setup and limits below, then open an editable copy in Turbyn.
Use this recipeYour selection stays with you through signup.
What it does
Validates SKU, numeric price and stock; zero stock is preserved.
What to customize
Configure BigCommerce Catalog API v3 credentials, store, HubSpot hs_sku standard property, and a pre-created custom stock property.
Run the included tests with your configuration and mappings. Review success, missing-input and failure results before publishing.
Expected outcome
This included example runs in dry-run mode with synthetic data. Integration tests separately cover provider responses using test doubles. It is not a live customer result.
Sample input
sample-input.json
{
"inputFields": {
"field1": "{\"page\":1}"
}
}Sample output
sample-output.json
{
"outputFields": {
"output1": "dry_run",
"output2": "",
"output3": "{\"page\":1}"
}
}Returned fields
- output1
- synced, partial, failed
- output2
- valid product count
- output3
- invalid count and next page
What changes when it runs
Reads catalog and creates or patches products.
Ready to try it with your rules?
Map your inputs, test a sample and publish the version you’ve checked.