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.