ghl_product_create
Create a product in GoHighLevel by specifying name, location, and product type, with optional fields for description, images, variants, taxes, and SEO.
Instructions
Create Product The "Create Product" API allows adding a new product to the system. Use this endpoint to create a product with the specified details. Ensure that the required information is provided in the request payload. Endpoint: POST /products/ (Version header: v3; source: v3/products-v3.json) OAuth scopes: products.write
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Request body (schema carried verbatim from the official OpenAPI spec). |