Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
curl -X POST
https://{username}:{password}@kanexpro.myshopify.com/admin/api/2020-10/products.json
-H 'content-type: application/json'
-d '{
"product": {
"title": "KanexPro 3x1 HDMI Switcher with 4K Support",
"body_html": "<p>Rapidly switch between 3 inputs to one output</p>",
"vendor": "Kanexpro",
"product_type": "Electronics",
"tags": "Electronics"
}
}'
Did you found any solution?