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

Joseph Reis commented on Simple question about missing quantity in API request...can't figure it out.

$
0
0

I'm using Python. When I type this:

orders = shopify.Order.find()

for i in orders:
    print i.line_items

I get this:

[line_item(302938025)]
[line_item(302937373)]
[line_item(302712175)]

 

Any ideas why it isn't returning a dictionary?


Viewing all articles
Browse latest Browse all 11091

Trending Articles