ghl_product_price_create
Create a price for a product by specifying details such as name, type, currency, amount, and location. Supports one-time and recurring pricing with optional trial periods and setup fees.
Instructions
Create Price for a Product The "Create Price for a Product" API allows adding a new price associated with a specific product to the system. Use this endpoint to create a price with the specified details for a particular product. Ensure that the required information is provided in the request payload. Endpoint: POST /products/{productId}/price (Version header: v3; source: v3/products-v3.json) OAuth scopes: products/prices.write
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Request body (schema carried verbatim from the official OpenAPI spec). | |
| productId | Yes | ID of the product that needs to be used |