Shopify Flowでスプレッドシートにデータを出力する際の変数について

@Anonymous_876e90207c84eec074dc8f1fbdf1c908 さま

初めまして。新垣です。

Shopify Flowで利用できる変数はこちらにまとめられています。(参考

変数の入力フィールドの右下に"変数を追加"があると思いますので、そちらから選択してください。

  • 購入された商品の単価

    • lineItems > originalUnitPriceSet > presentmentMoney > amount
  • 送料金額

    • totalShippingPriceSet > presentmentMoney > amount
  • カート全体に対する割引金額

    • totalDiscountsSet > presentmentMoney > amount
  • 合計金額

    • totalReceivedSet > presentmentMoney > amount

以上、参考になりましたら幸いです。