---
title: "Sync Stripe products"
method: POST
path: "/products/sync"
tags: ["Products"]
---

# Sync Stripe products

`POST /products/sync`

Queues a sync of the Stripe product catalog into the products list. Requires an active Stripe integration with bulk sync enabled.

## Query parameters

- `integrationId` string

## Response `200`

Sync queued

- object
  - `success` boolean
  - `jobId` string, nullable

## Other responses

- `401` — Unauthorized
- `404` — No active Stripe integration
- `409` — Every active Stripe integration has bulk sync disabled, or the selected integration has bulk sync disabled

---

[API](https://skmtc.net/sequenzy/apis/sequenzy-api.md) · [All operations](https://skmtc.net/sequenzy/apis/sequenzy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sequenzy/sequenzy-api/versions/af1cf9620482/schema)
