diff --git a/api.md b/api.md index af5aac8..2ef3803 100755 --- a/api.md +++ b/api.md @@ -10,14 +10,32 @@ HOST: https://web.zaico.co.jp font-size: 12px; font-weight: normal; } +.v1-deprecation-notice { + background-color: #fff8e1; + border-left: 4px solid #ffc107; + padding: 12px 16px; + margin: 16px 0; + border-radius: 4px; +} +.v1-deprecation-notice .notice-title { + font-weight: bold; + font-size: 1.05em; + display: block; + margin-bottom: 8px; +} # zaico API Document このドキュメントはZAICO APIの機能と使うために必要なパラメータなどを説明するものです。 -新しい公開API v2のドキュメントは[こちら](https://public-docs.zaico.co.jp/public-api-v2-doc/openapi.html)をご覧ください。 +
+⚠ 重要なお知らせ +zaico API v1 は今後、大きな機能追加・メンテナンスを予定しておりません。
+新規ご利用の際は公開API v2のご利用をご検討ください。
+公開API v2 ドキュメントはこちらをご覧ください。 +
-2025年12月18日更新 +2026年6月15日更新 diff --git a/dist/index.html b/dist/index.html index d061bbc..b3ffbbb 100644 --- a/dist/index.html +++ b/dist/index.html @@ -7,10 +7,29 @@ font-size: 12px; font-weight: normal; } +.v1-deprecation-notice { + background-color: #fff8e1; + border-left: 4px solid #ffc107; + padding: 12px 16px; + margin: 16px 0; + border-radius: 4px; +} +.v1-deprecation-notice .notice-title { + font-weight: bold; + font-size: 1.05em; + display: block; + margin-bottom: 8px; +}

zaico API Document

このドキュメントはZAICO APIの機能と使うために必要なパラメータなどを説明するものです。

-

2025年12月18日更新

+
+⚠ 重要なお知らせ +zaico API v1 は今後、大きな機能追加・メンテナンスを予定しておりません。
+新規ご利用の際は公開API v2のご利用をご検討ください。
+公開API v2 ドキュメントはこちらをご覧ください。 +
+

2026年6月15日更新

認証

認証について

GET

概要

@@ -2840,7 +2859,21 @@

Example URI

GET&
  • 出庫済在庫の状態を更新することはできません
  • -
  • delivery_date : 出庫日
  • +
  • delivery_date : 出庫日 +
      +
    • statusによって必須かどうか変わります
    • +
    • status=completed_delivery +
        +
      • delivery_dateが必須
      • +
      +
    • +
    • status=before_delivery +
        +
      • delivery_dateは不要
      • +
      +
    • +
    +
  • estimated_delivery_date : 出庫予定日
  • etc : 摘要・備考
  • @@ -3659,7 +3692,7 @@

    処理概要

    aglio on 18 Feb 2026