Short answer: Drop the "BigCommerce → Create Product" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Product Name name | string | Required | — |
Type type | options | Optional | — |
Weight (required for physical) weight | string | Optional | — |
Price price | string | Required | — |
Category IDs categories | array | Optional | — |
Description description | string | Optional | — |
SKU sku | string | Optional | — |
{"name": "{{trigger.name}}","type": "{{trigger.type}}","weight": "{{trigger.weight}}","price": "{{trigger.price}}","categories": "{{trigger.categories}}"}
{"data": {"id": 123,"sku": "TEE-1","name": "Tee","price": 19.99}}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.