What's your biggest current challenge? Have your say in Community Polls along the right column.
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Get one specific order by name in Python

Get one specific order by name in Python

lukivi
Visitor
3 0 1

Hello people!

 

If I do this in Python:

 

order = shopify.Order.find(name='#1111', status='any', limit=1)

print(order)
 
I get this:
 
[order(4321967122878)]

 

How can I retrieve all attributes of an order?

 

Thank you!

Replies 0 (0)