How To Set Up Product Property By Metafields?

By Product Metafields
How to add new Product Metafields?
From your Shopify admin, go to Settings -> Custom Data -> Metafields.
Click Products → Add Definition.
Please enter correct Namespace and Key as we noted below.
Name: Product Property or any name.
Namespace and key: c_f.property
Select content type: JSON

How to insert content for Product Metafields?
From your Shopify admin, go to Products -> All products.
Find and choose the product that you want to edit.
In the Metafields, please enter the content for "Property" field with JSON format.

// Sample
{
"Width": "182 cm",
"Height": "182 cm",
"Depth": "39 cm",
"Max. Load/Shelf": "13 kg",
"Article Number": "703.015.42",
"Package": "1"
}
By Variant Metafields
How to add new Variant Metafields?
From your Shopify admin, go to Settings -> Custom Data -> Metafields.
Click Variants → Add Definition.
Please enter correct Namespace and Key as we noted below.
Name: Variant Property or any name.
Namespace and key: c_f.property
Select content type: JSON

How to insert content for Variant Metafields?
From your Shopify admin, go to Products -> All products.
Find and choose the product that you want to edit.
Choose variant to edit.
In the Metafields, please enter the content for "Variant Property" field with JSON format.

// Sample
{
"Width": "70 cm",
"Height": "76 cm",
"Depth": "58 cm",
"Min. Height": "33 cm",
"Seat Depth": "48 cm",
"Seat Height": "45 cm",
"Gross Weight": "14.53 kg",
"Package(s)": "1",
"Item Number": "404.556.49",
"Color": "Yellow",
"Frame": "Plywood (poplar), polyurethane 35kg/m³, polyurethane 30kg/m³, steel, epoxy-based powder coating",
"Fixed seat": "Polyurethane 30kg/m³, polyester wadding, highly elastic polyurethane (cold foam) 35 kg/m³",
"Loose Pillow": "Highly elastic polyurethane (cold foam) 23 kg/m³, polyester wadding",
"Legs": "Steel, Epoxy/polyester Powder Coating",
"Material": "100% polyester",
"Designer": "BINGSTA",
"Made in": "Swedish"
}
Last updated
Was this helpful?