我正在尝试使用curl
和私有应用API并成功访问我的商店,但在PHP中使用curl
收到修改当前产品的错误消息。以下是我使用的代码
(我把xml文件作为input.xml,其中包括修改细节,并使用产品i.d尝试了sku) 有没有什么地方可以一键修改250多个产品?
//php
curl -v -X PUT -d @input.xml -H 'Content-Type: application/xml'(<-- this is line 2)
'https://myapikey:mypassword@myshopdomain/admin/products/product_id.xml'
// and i got this error message
"Parse error: syntax error, unexpected T_STRING in /home/content/s/o/n/song2660/html/curltest.php on line 2"