CSV出力オーダーの変数一覧

            order.lineItems.### と order.customAttributes は、配列として取得してください。
            order.lineItems[0]?.title などと、記載する必要があります。
          
order.id
Shopify Order ID
order.namedId
注文番号-ID
order.name
注文番号
order.lineItems.title
商品名
order.lineItems.product.tags
商品のタグ
order.lineItems.sku
SKU
order.lineItems.variant.id
商品のバリアントID
order.lineItems.variant.price
商品の単価
order.lineItems.discountedTotalSet.shopMoney.amount
商品の個別金額(割引など適用後)
order.lineItems.discountedTotalSet.shopMoney.currencyCode
商品の個別金額(割引など適用後)(通貨)
order.lineItems.quantity
商品の個別個数
order.lineItems.customAttributes
商品のラインプロパティ
order.tags
オーダータグ
order.createdAt
オーダー作成日
order.email
E-mail
order.phone
電話番号
order.deliveryMethod
配達方法
order.shippingLine.title
配送タイトル
order.shippingAddress.company
配送先会社名
order.shippingAddress.firstName
配送先氏名(名前)
order.shippingAddress.lastName
配送先氏名(苗字)
order.shippingAddress.phone
配送先電話番号
order.shippingAddress.zip
配送先郵便番号
order.shippingAddress.formattedArea
配送先住所
order.shippingAddress.address1
配送先アドレス 1
order.shippingAddress.address2
配送先アドレス 2
order.shippingAddress.country
配送先国名 (英語)
order.billingAddress.company
請求先会社名
order.billingAddress.firstName
請求先氏名(名前)
order.billingAddress.lastName
請求先氏名(苗字)
order.billingAddress.phone
請求先電話番号
order.billingAddress.zip
請求先郵便番号
order.billingAddress.formattedArea
請求先住所
order.billingAddress.address1
請求先アドレス 1
order.billingAddress.address2
請求先アドレス 2
order.billingAddress.country
請求先国名 (英語)
order.currentTotalWeight
総重量(g)
order.currentTotalPriceSet.shopMoney.amount
合計金額
order.currentTotalPriceSet.shopMoney.currencyCode
合計金額(通貨)
order.cartDiscountAmountSet.shopMoney.amount
割引金額
order.cartDiscountAmountSet.shopMoney.currencyCode
割引金額(通貨)
order.totalShippingPriceSet.shopMoney.amount
合計送料
order.totalShippingPriceSet.shopMoney.currencyCode
合計送料(通貨)
order.taxLines.priceSet.shopMoney.amount
税額
order.taxLines.priceSet.shopMoney.currencyCode
税額(通貨)
order.subtotalPriceSet.shopMoney.amount
商品合計金額
order.subtotalPriceSet.shopMoney.currencyCode
商品合計金額(通貨)
order.billingAddressMatchesShippingAddress
配送先住所と請求先住所が同じか
order.paymentGatewayNames
決済ゲートウェイ(支払い方法)の名称
order.displayFinancialStatus
支払いのステータス
order.note
注文のメモ
order.customAttributes.key
追加の詳細のKey
order.customAttributes.value
追加の詳細のValue
order.date
配送希望日(アプリ)
order.time
配送希望時間(アプリ)
order.slot
配送方法(アプリ)