Create a product
Creates a new product and syncs it to Stripe. Automatically generates slug, slugGo, and slugEnGo identifiers. For fee-type products, sets the local center default fee product if not already configured. For donation-type products, registers as the tenant default donation product if none exists. For manual invoice products, configures internal invoice settings. Requires FINANCIAL_TENANT or FINANCIAL_LOCAL permission.
Authorizations
Server-to-server authentication. Generate a token in the admin UI at
Settings → Developers → API Access. Send the raw token in the
Api-Token header — there is no Bearer prefix.
Tokens can be marked read-only at creation time, in which case the API
rejects any non-GET request with 403 Forbidden.
Body
The new Product resource
"/api/v1/local_centers/1"
"/api/v1/tenants/1"
"/api/v1/events/1"
Response
Product resource created

