Quantcast
Channel: Opinion: Shopify Community - Shopify Apps
Viewing all articles
Browse latest Browse all 11091

Josh Brown commented on Array{"errors":{"line_items":"expected Hash to be a Array"}}

$
0
0

Hi Thomas,

When creating an order you will want to send the variant ID rather than the SKU. Are you using this library? If so then try something like this (replacing 1136296753 with your own variant ID):

$query = array('order' =>array('line_items' => array(array('variant_id' => 1136296753,'quantity' => 1))));
$orders = shopify_call($token, $shop, "/admin/orders.json", json_encode($query), 'POST',array("Content-Type: application/json"));

 


Viewing all articles
Browse latest Browse all 11091

Trending Articles