Authentication
Requires a valid Bearer token. The authenticated user must be an owner or admin of the organization.Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
organizationId | string (UUID) | Yes | Organization ID |
productId | string (UUID) | Yes | Product ID |
Request Body
All fields are optional.| Field | Type | Description |
|---|---|---|
description | string | Product or service description |
productKey | integer | SAT product/service key |
price | number | Unit price |
taxIncluded | boolean | Whether taxes are included in the price |
taxability | string | SAT taxability code |
taxes | array | List of applicable taxes (replaces existing) |
localTaxes | array | List of applicable local taxes (replaces existing) |
unitKey | string | SAT unit of measure key |
unitName | string | Unit of measure name |
sku | string | Internal product SKU |
livemode | boolean | Whether this is a live mode product |