【问题标题】:getting details and closing orders from shopify API从 shopify API 获取详细信息和关闭订单
【发布时间】:2014-02-28 17:51:11
【问题描述】:
order = shopify.Order.find(151574820)

print order

返回:order(151574820)

如何从订单中获取详细信息?我将如何修改此订单?我是 python shopify API 的新手,但我只是想不通,而且文档看起来超级少。要么,要么我没有找对地方。任何帮助表示赞赏!

【问题讨论】:

标签: python shopify


【解决方案1】:
shopify.Order.get(shopify.Order.get_id(order))

【讨论】:

    猜你喜欢
    • 2020-02-08
    • 1970-01-01
    • 1970-01-01
    • 2017-01-17
    • 1970-01-01
    • 2014-07-10
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多