ghl_product_update
Modify product information such as name, description, price, or images using the product's unique ID.
Instructions
Update Product by ID The "Update Product by ID" API allows modifying information for a specific product using its unique identifier. Use this endpoint to update details for a single product based on the provided product ID. Endpoint: PUT /products/{productId} (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). | |
| productId | Yes | ID or the slug of the product that needs to be returned |