ghl_product_price_update
Update a product's price details by providing the product ID and price ID. Modify fields such as amount, currency, type, and recurring settings.
Instructions
Update Price by ID for a Product The "Update Price by ID for a Product" API allows modifying information for a specific price associated with a particular product using its unique identifier. Use this endpoint to update details for a single price based on the provided price ID and product ID. Endpoint: PUT /products/{productId}/price/{priceId} (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). | |
| priceId | Yes | ID of the price that needs to be returned | |
| productId | Yes | ID of the product that needs to be used |