sync_products
Queue a sync of your Stripe product catalog into your products list. Requires an active Stripe integration.
Instructions
Queue a sync of the Stripe product catalog into the products list. Requires an active Stripe integration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companyId | No | Company ID. If not provided, uses the currently selected company. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | No | Whether the Sequenzy operation succeeded. | |
| message | No | Human-readable status, confirmation, or next-step message. | |
| note | No | Additional context about the result. | |
| items | No | Fallback array wrapper used only when a tool returns a bare array. | |
| value | No | Fallback object wrapper used only when a tool returns a non-object value. | |
| job | No | The product sync job record returned by Sequenzy. | |
| jobId | No | Queued product sync job ID. |