3.3 🌱 Let's Create Data in Shopify
Let’s Create a New Product in Shopify (Just a POST API Call)
3
Last updated
Was this helpful?
Let’s Create a New Product in Shopify (Just a POST API Call)
Shopify expects the product data in the following format:
{
"product": {
"title": "Burton Custom Freestyle 151",
"body_html": "<strong>Good snowboard!</strong>",
"vendor": "Burton",
"product_type": "Snowboard",
"status": "draft"
}
}Copy the sample request
Paste it into the Payload section in the workflow
Enable Show Output in Console Logs
Click the tick icon (top right) to save the step

Last updated
Was this helpful?
Was this helpful?