create-product
Create a new product in an organization by specifying the organization ID and product details such as name, description, and order.
Instructions
This endpoint creates a new Product in a specified Organization
identified by the organizationId parameter, which can be obtained from the List Organizations endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | The identifier of the Organization. | |
| requestBody | Yes |