Short answer: You can create product in BigCommerce by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the BigCommerce Create Product action to a workflow, map its 7 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
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.