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

I want to add some data in metafields. I use this code but this is not working

Open KomalDeveloper01 opened this issue 3 years ago • 0 comments

$GetAgentId ="789459879696"; $data = array('key' => 'agent_customers','value'=>'abc','type' =>'multi_line_text_field','namespace' =>'custom'); $Customer = $shopify->Customer($GetAgentId)->Metafield()->put($data);

KomalDeveloper01 avatar Oct 11 '22 09:10 KomalDeveloper01