Products describe the specific goods or services you offer to your customers. A product can have one or more prices associated with it, allowing you to offer the same product at different price points, currencies, or billing intervals.Documentation Index
Fetch the complete documentation index at: https://docs.fluveo.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoints
Create a Product
Creates a new product object.
List all Products
Returns a paginated list of products, sorted by creation date.
Retrieve a Product
Retrieves the details of a product that was previously created.
Update a Product
Updates an existing product’s properties.
Delete a Product
Soft-deletes a product by setting active to false.
Variants
Products can have multiple variants — different configurations such as size, color, or material — each linked to its own Price. When you create a product withdefault_price_data, a default variant is automatically created.
Manage Variants
Create, list, update, and delete product variants.