beaconed_products_create
Create products in Beaconed from external non-Shopify data. Use external_id to prevent duplicate entries.
Instructions
POST /api/v1/products — create a product from external (non-Shopify) data. Use external_id for idempotency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 |