gql_update_product
Update product details like name, description, status, and visibility in Thinkific using GraphQL mutations. Modify attributes including DRAFT, PENDING_APPROVAL, PRESELL, or PUBLISHED statuses.
Instructions
Update product attributes (GraphQL). Valid statuses: DRAFT, PENDING_APPROVAL, PRESELL, PUBLISHED.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| productId | Yes | The product ID to update | |
| name | No | New product name | |
| description | No | New description | |
| slug | No | New URL slug | |
| status | No | New status | |
| hidden | No | Hide the product | |
| private | No | Make the product private | |
| cardImageUrl | No | New card image URL |