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

Not able to call post function on any of the object (Product, Collect, Metafield)

Open ankesh4040 opened this issue 1 year ago • 0 comments

Getting error : CurlException: Request failed with HTTP Code 400.

$metafieldv = [
'namespace' => "custom", 'key' => "ship_time", 'value' => "API updated", 'type' => 'single_line_text_field' ] ; $metafields = $shopify->Product('7543539269680')->Metafield->post($metafieldv);

/// Getting error...............

$collectData = [ 'product_id' => '7543539269680', 'collection_id' =>'281608945712', ];

$collect = $shopify->Collect->post($collectData );

/// Getting error...............

ankesh4040 avatar Sep 10 '24 13:09 ankesh4040