No content to show

User Activity

Hi, I have a page with a list of order, I need insert into DB but how I can uderstand how many "line_items" for create a "for cicle"?  $products_obj_url = $api_url . '/admin/api/2022-07/orders.json?status=any&limit=250&since_id='.$id;} $products_...
Hi thank you but Is a php page with curl not use node js...
Hi is possible to update multi metafiled? I have a product with 5 metafiled is possibile update all togheter? I try with php $data = array('metafield' => array( 'namespace' => 'custom', 'key' => 'Genere', 'val...
Hi, is possible to import from API a product with specific image for variant? I try this: "variants" => [ ["option1"=>"50", "option2"=>"Grigio", "sku"=>"SFAB7_BB_2PS0002UNG00050","price"=>"49.90","barcode"=>"70000123455","images"=>[["src"=>"https://m...
Resolved... I need replace { with  [ from "variants" => [{"option1"=>"58", "price"=>"199.00", "sku"=>"123"},{"option1"=>"56", "price"=>"199.00", "sku"=>"124"}], to"variants" => [["option1"=>"58", "price"=>"199.00", "sku"=>"123"],["option1"=>"56", "pr...
Hi, I try to create a php file to insert product to shopify, I try to use 2023-4 but I receive a errorParse error: syntax error, unexpected token "{", expecting "]" in /var/www/vhosts/mysite/Shopify/verify.php on line 24 $response = $client->post("pr...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Helpful From