---
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.

## Response `200`

Sync queued

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

## Other responses

- `401` — Unauthorized
- `404` — No active Stripe integration

## Changes

- **2026-06-11** `ad2d3114269a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sequenzy/apis/sequenzy-api/changes/products/sync/post.md)

---

[API](https://skmtc.dev/sequenzy/apis/sequenzy-api.md) · [All operations](https://skmtc.dev/sequenzy/apis/sequenzy-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sequenzy/sequenzy-api/revisions/fd494fa7e64d/schema)
