uuidv1(), // ユニークなID "ask_for_shipping_address": true, // 住所を必要とするかどうか "merchant_support_email": "
[email protected]", // 販売店のサポートメールアドレス // 注文情報について "order": { // サーバ側で指定するリファレンスIDです。 "reference_id": 'CHECKOUT_REFERENCE_ID', "line_items": [] }, "pre_populate_buyer_email": req.body.email, // 購入者のメールアドレス(オプション) "pre_populate_shipping_address": { // 購入者の配送先情報(オプション) "address_line_1": "", "address_line_2": "", "locality": "", "administrative_district_level_1": "", "postal_code": req.body.zipCode, "country": "JP", "first_name": req.body.firstName, "last_name": req.body.lastName } };