Skip to content

Instantly share code, notes, and snippets.

View curiouscrusher's full-sized avatar
🛠️

Nate Holland curiouscrusher

🛠️
View GitHub Profile
@curiouscrusher
curiouscrusher / metafields.json
Created September 13, 2017 19:46
Add multiple Metafields to a Shopify Product in one API call
// PUT https://yourstorename.myshopify.com/admin/products/#{id}.json
{
"product": {
"metafields": [{
"namespace": "your_namespace",
"key": "your_key",
"value": "your_value",
"value_type": "string"
},
{