beaconed_products_update
Update specific fields of an existing Beaconed product by ID. Send only the fields you want to change, such as title, status, tags, or SEO metadata.
Instructions
PATCH /api/v1/products/{id} — update a product's fields. Only include fields you want to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Product UUID | |
| tags | No | Comma-separated product tags | |
| title | No | Product title | |
| handle | No | URL-friendly product handle | |
| images | No | Product images | |
| status | No | Product status | |
| vendor | No | Vendor / brand name | |
| og_title | No | Open Graph title for social media | |
| meta_title | No | SEO meta title | |
| description | No | Product description (HTML) | |
| external_id | No | Your system product ID — used for idempotency on create | |
| product_type | No | Product type / category | |
| og_description | No | Open Graph description for social media | |
| meta_description | No | SEO meta description |