注文拡張項目
設定したデータを、注文メタフィールドまたはカートアトリビュートに保存することが可能です。
注文拡張項目を開く
管理画面のアプリから「BiND-Checkout-UI」を選択し、注文拡張項目を開きます。
このページ内にある「新規作成」へ進みます。
注文拡張項目の設定を行う
利用できるデータについて
フィールド内で利用できるデータが、アプリ内に一覧で記載されていますので、ご利用ください。
※カスタマイズ等で利用可能です
利用できるデータ
order_note | 注文メモを表示 例:ORDER NOTE |
sub_total_amount | カートの小計値 例:800 |
total_shipping_amount | 送料の合計値 例:1000 |
total_tax_amount | 税金の合計値 例:100 |
total_amount | 支払額 例:3900 |
shipping_address | 配送先住所 例:150-2345 Tokyo-to, Shibuya-ku, Hommachi 2 choume, 4-7, Sunny Mansion 203 |
discount_codes | 割引コード 例:20_PERCENT |
total_discount_amount | 割引の合計値 例:200 |
cart_lines | カートに入っている商品情報 例: [ { "id": "line_id_1", "merchandise": { "type": "variant", "id": "gid://shopify/ProductVariant/101", "title": "Blue", "product": { "id": "gid://shopify/Product/100", "vendor": "", "productType": "" }, "requiresShipping": false }, "quantity": 1, "cost": { "totalAmount": { "amount": 100 } }, "attributes": [], "discountAllocations": [] }, { "id": "line_id_2", "merchandise": { "type": "variant", "id": "gid://shopify/ProductVariant/102", "title": "Green", "product": { "id": "gid://shopify/Product/100", "vendor": "", "productType": "" }, "requiresShipping": false }, "quantity": 2, "cost": { "totalAmount": { "amount": 200 } }, "attributes": [], "discountAllocations": [] } ] |