購入から配送までは以下のフローで行われます。

Untitled

購入完了後


curl --request POST \\
  --url <https://api.anygift.jp/v1/orders> \\
  --header 'Accept: application/json' \\
  --header 'Content-Type: application/json' \\
  --header 'x-anygift-key: ' \\
  --header 'x-anygift-store-id: ' \\
  --data '{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "storeName": "テスト商店",
  "senderEmail": "[email protected]",
  "senderName": "購入太郎",
  "message": "お誕生日おめでとうございます!",
  "orderedAt": "2023-05-01T12:00:00.000Z",
  "totalPrice": 3980,
  "products": [
    {
      "id": "string",
      "code": "T-001",
      "name": "Tシャツ",
      "description": "綿100%で、着心地のよいTシャツです。",
      "imageUrls": [
        "<https://sample.com/sample.png>"
      ],
      "quantity": 1,
      "variant": {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
        "skuCode": "T-001-S",
        "name": "Sサイズ",
        "imageUrl": "<https://sample.com/sample.png>",
        "price": 2980
      }
    }
  ]
}'

住所入力後