3.4 🌿 Let's Create Data in Shopify
Let’s Create a New Product in Shopify (POST API Call with Mapping & Modifiers)
{
"name": "burton custom freestyle 151",
"body_html": "<strong>Good snowboard!</strong>",
"vendor": "Burton",
"type": "Snowboard",
"status": 0
}{
"product": {
"title": "Burton Custom Freestyle 151",
"body_html": "<strong>Good snowboard!</strong>",
"vendor": "Burton",
"product_type": "Snowboard",
"status": "draft"
}
}4
🎉 Tada! You have successfully applied Mapping & Modifiers in your workflow.
Last updated
Was this helpful?





