php-shopify icon indicating copy to clipboard operation
php-shopify copied to clipboard

Want to create a Metafield?

Open teratai3 opened this issue 3 years ago • 0 comments

I want to create a Metafield for my product information. What should I do?

↓It doesn't show up even if I post it.

$postArray = array( "namespace" => "newmetafields", "key" => "product.metafields.custom.hoge", "value" => 25, "type" => "integer", ); $meta = $shopify->Metafield->post($postArray);

teratai3 avatar Aug 12 '22 15:08 teratai3