No content to show
User Activity
04-12-2023
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_...
04-06-2023
Hi thank you but Is a php page with curl not use node js...
04-06-2023
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...
02-01-2023
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...
02-01-2023
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...
01-31-2023
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
Subject | Views | Posted |
---|---|---|
277 | 02-01-2023 04:58 AM |