openapi: 3.1.0
info:
  title: ネクストエンジン API
  version: v1
  description: ネクストエンジン API の OpenAPI 3.1 仕様。SDK 自動生成・Function Calling スキーマ定義・LLM 入力等の機械可読用途で利用できます。
  contact:
    name: ネクストエンジン Developer Network
  license:
    name: ネクストエンジン API 利用規約
servers:
  - url: https://api.next-engine.org
    description: ネクストエンジン API ゲートウェイ
tags:
  - name: 認証
    description: 認証 カテゴリの API エンドポイント
  - name: 受注伝票
    description: 受注伝票 カテゴリの API エンドポイント
  - name: 受注伝票オプション
    description: 受注伝票オプション カテゴリの API エンドポイント
  - name: 受注明細
    description: 受注明細 カテゴリの API エンドポイント
  - name: 受注確認内容
    description: 受注確認内容 カテゴリの API エンドポイント
  - name: 受注税金内訳
    description: 受注税金内訳 カテゴリの API エンドポイント
  - name: 受注分類タグ
    description: 受注分類タグ カテゴリの API エンドポイント
  - name: 発送方法別区分
    description: 発送方法別区分 カテゴリの API エンドポイント
  - name: 支払い発送変換
    description: 支払い発送変換 カテゴリの API エンドポイント
  - name: 拠点マスタ
    description: 拠点マスタ カテゴリの API エンドポイント
  - name: 商品マスタ
    description: 商品マスタ カテゴリの API エンドポイント
  - name: セット商品マスタ
    description: セット商品マスタ カテゴリの API エンドポイント
  - name: 商品タグ
    description: 商品タグ カテゴリの API エンドポイント
  - name: メールタグ
    description: メールタグ カテゴリの API エンドポイント
  - name: 在庫マスタ
    description: 在庫マスタ カテゴリの API エンドポイント
  - name: 拠点在庫マスタ
    description: 拠点在庫マスタ カテゴリの API エンドポイント
  - name: セット在庫マスタ
    description: セット在庫マスタ カテゴリの API エンドポイント
  - name: 区分け在庫マスタ
    description: 区分け在庫マスタ カテゴリの API エンドポイント
  - name: 仕入先マスタ
    description: 仕入先マスタ カテゴリの API エンドポイント
  - name: 仕入伝票
    description: 仕入伝票 カテゴリの API エンドポイント
  - name: 仕入明細
    description: 仕入明細 カテゴリの API エンドポイント
  - name: 発注伝票
    description: 発注伝票 カテゴリの API エンドポイント
  - name: 発注明細
    description: 発注明細 カテゴリの API エンドポイント
  - name: 卸先マスタ
    description: 卸先マスタ カテゴリの API エンドポイント
  - name: 在庫入出庫履歴
    description: 在庫入出庫履歴 カテゴリの API エンドポイント
  - name: 商品ページ
    description: 商品ページ カテゴリの API エンドポイント
  - name: 商品ページ(バリエーション)
    description: 商品ページ(バリエーション) カテゴリの API エンドポイント
  - name: 商品ページ(オプション)
    description: 商品ページ(オプション) カテゴリの API エンドポイント
  - name: 商品ページ(カテゴリ)
    description: 商品ページ(カテゴリ) カテゴリの API エンドポイント
  - name: 店舗マスタ
    description: 店舗マスタ カテゴリの API エンドポイント
  - name: 商品画像
    description: 商品画像 カテゴリの API エンドポイント
  - name: 商品画像分類タグ
    description: 商品画像分類タグ カテゴリの API エンドポイント
  - name: 画像分類タグ
    description: 画像分類タグ カテゴリの API エンドポイント
  - name: 商品カテゴリ
    description: 商品カテゴリ カテゴリの API エンドポイント
  - name: 商品コード紐づけ
    description: 商品コード紐づけ カテゴリの API エンドポイント
  - name: 商品別卸先マスタ
    description: 商品別卸先マスタ カテゴリの API エンドポイント
  - name: モール
    description: モール カテゴリの API エンドポイント
  - name: モールカテゴリ
    description: モールカテゴリ カテゴリの API エンドポイント
  - name: アップロードキュー
    description: アップロードキュー カテゴリの API エンドポイント
  - name: 実行結果お知らせ
    description: 実行結果お知らせ カテゴリの API エンドポイント
  - name: 区分情報
    description: 区分情報 カテゴリの API エンドポイント
paths:
  /api_app/company:
    post:
      summary: アプリ利用企業一覧
      operationId: api_app_company
      tags:
        - 認証
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - type: object
                  properties:
                    client_id:
                      type: string
                      description: ネクストエンジンの「アプリを作る」 -> 該当アプリの「詳細」または「編集」 -> 「API」タブにあるクライアントID / テスト環境で実施する場合は、テスト環境の値を指定する。販売する前には本番環境の値を指定する
                    client_secret:
                      type: string
                      description: ネクストエンジンの「アプリを作る」 -> 該当アプリの「詳細」または「編集」 -> 「API」タブにあるクライアントシークレット / client_idと同じ
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
              example:
                result: success
                count: '1'
                data:
                  - company_id: xxxxxxxxxxxxxx
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''client_id=xxxxxxxxx&client_secret=xxxxxxxxxxxxx'' https://api.next-engine.org/api_app/company'
        - lang: typescript
          source: |-
            // POST /api_app/company - アプリ利用企業一覧
            const params = new URLSearchParams({
              access_token: '<access_token>',
              // client_id: '...', // optional
            })
            const res = await fetch('https://api.next-engine.org/api_app/company', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_app/company - アプリ利用企業一覧
            import requests

            params = {
                'access_token': '<access_token>',
                # 'client_id': '...',  # optional
            }
            res = requests.post(
                'https://api.next-engine.org/api_app/company',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_neauth:
    post:
      summary: NEログインaccess_token取得
      operationId: api_neauth
      tags:
        - 認証
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - type: object
                  properties:
                    uid:
                      type: string
                      description: uid・state取得により取得した値
                    state:
                      type: string
                      description: uid・state取得により取得した値
                    client_id:
                      type: string
                      description: ネクストエンジンの「アプリを作る」 -> 該当アプリの「編集」 -> 「API」タブにあるクライアントID
                    client_secret:
                      type: string
                      description: ネクストエンジンの「アプリを作る」 -> 該当アプリの「編集」 -> 「API」タブにあるクライアントシークレット
                  required:
                    - uid
                    - state
                    - client_id
                    - client_secret
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
              example:
                access_token: xxxxxxxxxxxxxx
                company_app_header: xxxxxxxxxxxxxx
                company_ne_id: xxxxxxxxxxxxxx
                company_name: xxxxxxxxxxxxxx
                company_kana: xxxxxxxxxxxxxx
                uid: xxxxxxxxxxxxxx
                pic_ne_id: xxxxxxxxxxxxxx
                pic_name: xxxxxxxxxxxxxx
                pic_kana: xxxxxxxxxxxxxx
                pic_mail_address: xxxxxxxxxxxxxx
                refresh_token: xxxxxxxxxxxxxx
                result: success
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-doc-path: /api/api_v1_neauth/
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''uid=xxxxxxxxxxxxxx&state=xxxxxxxxxxxxxx&client_id=xxxxxxxxx&client_secret=xxxxxxxxxxxxx'' "https://api.next-engine.org/api_neauth'
        - lang: typescript
          source: |-
            // POST /api_neauth - NEログインaccess_token取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
              uid: '<uid>',
              state: '<state>',
              client_id: '<client_id>',
              client_secret: '<client_secret>',
            })
            const res = await fetch('https://api.next-engine.org/api_neauth', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_neauth - NEログインaccess_token取得
            import requests

            params = {
                'access_token': '<access_token>',
                'uid': '<uid>',
                'state': '<state>',
                'client_id': '<client_id>',
                'client_secret': '<client_secret>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_neauth',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_login_company/info:
    post:
      summary: 企業情報取得
      operationId: api_v1_login_company_info
      tags:
        - 認証
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/CommonRequestParams'
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            company_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 企業名 / 文字列型
                            company_kana:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 企業名カナ / 文字列型
                            company_zip_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 郵便番号 / 文字列型
                            company_address1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 住所1 / 文字列型
                            company_address2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 住所2 / 文字列型
                            company_post_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 部署名 / 文字列型
                            company_pic_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 担当者名 / 文字列型
                            company_mail_address:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メールアドレス / 文字列型
                            company_phone:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 電話番号 / 文字列型
                            company_fax:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: FAX / 文字列型
                            company_url:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 企業URL / 文字列型
                            company_closing_day:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 締日 / 文字列型
                            company_last_closing_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終締日 / 日時型
                            company_fraction_number_digit:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 端数処理桁数 / 数値型
                            company_fraction_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 端数処理区分 / 文字列型
                            company_fraction_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 端数処理名 / 文字列型
                            company_tax_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 税抜き・税込み区分 / 文字列型
                            company_tax_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 税抜き・税込み名 / 文字列型
                            company_temporarily_suspend_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 一時利用停止フラグ / 文字列型
                            company_available_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 有効日 / 日時型
                            company_unavailable_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 無効日 / 日時型
                            company_notice_mail_address:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 通知先メールアドレス / 文字列型
                            company_buying_type:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入れタイプ / 文字列型
                            company_batch_type:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: バッチタイプ / 文字列型
                            company_coupon_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クーポンコード / 文字列型
                            company_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 企業区分 / 文字列型
                            company_ip_address:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: IPアドレス / 文字列型
                            company_row_order:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 明細ソート / 数値型
                            company_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メイン機能企業ID / 文字列型 / アプリを起動した企業の「メイン機能単位」で一意になるID。１つの企業が複数のメイン機能を所有することがあります。
                            company_ne_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ネクストエンジン企業ID / 文字列型 / アプリを起動した企業の一意になるID。
                            company_host:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メイン機能ホスト / 文字列型
                            company_now_tax_percent:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 現在の税率 / 数値型 / 10%の場合、10
                            company_primary_tax_rate_for_discount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 値引きの優先適用先 / 数値型 / NULL:按分10:10%8:8%0:0%
                            company_invoice_registration_number:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 適格請求書発行事業者の登録番号 / 文字列型
                            company_hit_syohin_alert_hour:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ヒット商品お知らせ期間 / 数値型 / 0の場合、お知らせしない
                            company_hit_syohin_alert_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ヒット商品お知らせ個数 / 数値型 / 全商品に対して有効です。商品マスタに商品ごとの設定がある場合は、そちらが優先されます。
                            company_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型
                            company_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            company_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            company_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            company_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            company_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            company_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                          additionalProperties: true
              example:
                result: success
                count: '1'
                data:
                  - company_name: xxxxxxxx
                    company_kana: xxxxxxxx
                    company_zip_code: '1500013'
                    company_address1: xxxxxxxx
                    company_address2: ''
                    company_post_name: null
                    company_pic_name: xxxxxxxx
                    company_mail_address: xxxx@xxxx.xxx
                    company_phone: '0361231231'
                    company_fax: ''
                    company_url: ''
                    company_closing_day: null
                    company_last_closing_date: null
                    company_fraction_number_digit: '0'
                    company_fraction_id: '1'
                    company_fraction_name: xxxxxxxx
                    company_tax_id: '0'
                    company_tax_name: xxxxxxxx
                    company_temporarily_suspend_flag: ''
                    company_available_date: '2016-12-19 14:02:20'
                    company_unavailable_date: '0000-00-00 00:00:00'
                    company_notice_mail_address: null
                    company_buying_type: '0'
                    company_batch_type: U
                    company_coupon_code: ''
                    company_type_id: ''
                    company_ip_address: null
                    company_row_order: '0'
                    company_now_tax_percent: '8'
                    company_hit_syohin_alert_hour: '0'
                    company_hit_syohin_alert_quantity: '0'
                    company_primary_tax_rate_for_discount: '10'
                    company_invoice_registration_number: T1234567890123
                    company_creation_date: '2017-03-16 19:16:56'
                    company_last_modified_date: '2017-03-16 19:16:56'
                    company_creator_id: '0'
                    company_creator_name: System
                    company_last_modified_by_id: '0'
                    company_last_modified_by_name: System
                    company_last_modified_null_safe_date: '2017-03-16 19:16:56'
                    company_last_modified_by_null_safe_id: '0'
                    company_last_modified_by_null_safe_name: System
                    company_id: xxxxxxxx
                    company_ne_id: xxxxxxxx
                    company_host: xxxxxxxx
                    company_app_header: xxxxxxxx
                access_token: xxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''uid=xxxxxxxxxxxxxx&state=xxxxxxxxxxxxxx'' "https://api.next-engine.org/api_v1_login_company/info"'
        - lang: typescript
          source: |-
            // POST /api_v1_login_company/info - 企業情報取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_login_company/info', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_login_company/info - 企業情報取得
            import requests

            params = {
                'access_token': '<access_token>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_login_company/info',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_login_user/info:
    post:
      summary: ログインユーザー情報取得
      operationId: api_v1_login_user_info
      tags:
        - 認証
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/CommonRequestParams'
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            pic_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メイン機能担当者ID / 数値型 / アプリを起動したユーザーの「メイン機能・ユーザー単位」で一意になるID
                            pic_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 担当者名 / 文字列型
                            pic_kana:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 担当者カナ / 文字列型
                            pic_post_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 部署名 / 文字列型
                            pic_social_insurance_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 社会保険区分 / 文字列型
                            pic_social_insurance_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 社会保険名 / 文字列型
                            pic_birth_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 誕生日 / 日時型
                            pic_zip_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 郵便番号 / 文字列型
                            pic_address1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 住所1 / 文字列型
                            pic_address2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 住所2 / 文字列型
                            pic_mobile:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 携帯番号 / 文字列型
                            pic_phone:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 電話番号 / 文字列型
                            pic_mail_address:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メールアドレス / 文字列型
                            pic_entering_company_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入社日 / 日時型
                            pic_retirement_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 退職日 / 日時型
                            pic_charge_shop_id_list:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 担当店舗コードリスト / 文字列型
                            pic_template_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: テンプレートフラグ / 文字列型
                            pic_skin_color:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: スキンカラー / 文字列型
                            pic_language_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 言語コード / 文字列型
                            uid:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: uid / 文字列型 / アプリを起動したユーザーの「購入アプリ・ユーザー単位」で一意になるID
                            pic_ne_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ネクストエンジン担当者ID / 文字列型 / アプリを起動したユーザーの「ユーザー単位」で一意になるID
                            pic_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型
                            pic_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            pic_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            pic_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            pic_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            pic_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            pic_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                          additionalProperties: true
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: |-
            curl -X POST -H "Content-Type: application/x-www-form-urlencoded" \ -d 'access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1' \
            "https://api.next-engine.org/api_v1_login_user/info"
        - lang: typescript
          source: |-
            // POST /api_v1_login_user/info - ログインユーザー情報取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_login_user/info', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_login_user/info - ログインユーザー情報取得
            import requests

            params = {
                'access_token': '<access_token>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_login_user/info',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_goods/count:
    post:
      summary: 商品マスタ件数取得
      operationId: api_v1_master_goods_count
      tags:
        - 商品マスタ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            goods_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品コード / 文字列型
                            goods_representation_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 代表商品コード / 文字列型
                            goods_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品名 / 文字列型
                            goods_foreign_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 英語商品名 / 文字列型
                            goods_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品区分 / 文字列型
                            goods_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品区分名 / 文字列型
                            goods_merchandise_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 取扱区分 / 文字列型
                            goods_merchandise_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 取扱区分名 / 文字列型
                            goods_forwarding_method_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 輸送方法指定 / 文字列型
                            goods_forwarding_method_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 輸送方法指定名 / 文字列型
                            goods_status_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品ステータス区分 / 文字列型
                            goods_status_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品ステータス名 / 文字列型
                            goods_delivery_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送方法区分 / 文字列型 / 商品マスタの配送業者の区分値
                            goods_delivery_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送方法名 / 文字列型 / 商品マスタの配送業者の名称
                            goods_supplier_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入先コード / 文字列型
                            goods_jan_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: JANコード / 文字列型
                            goods_maker_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メーカー名 / 文字列型
                            goods_maker_kana:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メーカーカナ / 文字列型
                            goods_maker_address:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メーカー住所 / 文字列型
                            goods_maker_zip_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メーカー郵便番号 / 文字列型
                            goods_model_number:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 型番 / 文字列型
                            goods_color:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 色 / 文字列型
                            goods_mall_category:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: モールカテゴリ / 文字列型
                            goods_shop_category:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗カテゴリ / 文字列型
                            goods_cost_price:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 原価 / 数値型
                            goods_display_price:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 定価 / 数値型
                            goods_selling_price:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 売価単価 / 数値型
                            goods_foreign_selling_price:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 外国売価単価 / 数値型
                            goods_tax_rate:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 消費税率（%） / 数値型
                            goods_wholesale_retail_ratio:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 掛率 / 数値型
                            goods_weight:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 重さ / 数値型
                            goods_width:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 幅 / 数値型
                            goods_length:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 奥行き / 数値型
                            goods_height:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 高さ / 数値型
                            goods_release_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発売日 / 日時型
                            goods_first_time_sold_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 初販売日 / 日時型
                            goods_last_time_sold_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終販売日 / 日時型
                            goods_first_time_supplied_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 初仕入れ日 / 日時型
                            goods_last_time_supplied_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終仕入れ日 / 日時型
                            goods_stock_constant:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 在庫定数 / 数値型
                            goods_order_point:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注点 / 数値型
                            goods_lot:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ロット / 数値型
                            goods_publication_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 掲載日 / 日時型
                            goods_stock_management_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 在庫管理フラグ / 文字列型
                            goods_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 備考 / 文字列型
                            goods_visible_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 表示フラグ / 文字列型
                            goods_tag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品分類タグ / 文字列型 / 値は名称値(goods_tag_name)が設定されている。複数設定可能。
                            goods_location:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ロケーション / 文字列型
                            goods_delivery_mail_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メール便可否フラグ / 数値型
                            goods_delivery_mail_maximum_quality:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メール便最大数量 / 文字列型
                            goods_gift_ok_flg:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ギフト可フラグ / 数値型
                            goods_size:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: サイズ / 文字列型
                            goods_maker_model_number:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メーカー型番 / 文字列型
                            goods_stock_alert_mail_threshold:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 在庫アラートメール閾値 / 数値型
                            goods_wholesale_mortgage_threshold:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 卸引当用敷居値 / 数値型
                            goods_shipping_base_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送元コード / 文字列型
                            goods_mail_tag_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メールタグ / 文字列型
                            goods_1_item:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目１ / 文字列型
                            goods_2_item:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目２ / 文字列型
                            goods_3_item:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目３ / 文字列型
                            goods_4_item:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目４ / 文字列型
                            goods_5_item:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目５ / 文字列型
                            goods_6_item:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目６ / 文字列型
                            goods_7_item:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目７ / 文字列型
                            goods_8_item:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目８ / 文字列型
                            goods_9_item:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目９ / 文字列型
                            goods_10_item:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目１０ / 文字列型
                            goods_11_item:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目１１ / 文字列型
                            goods_12_item:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目１２ / 文字列型
                            goods_13_item:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目１３ / 文字列型
                            goods_14_item:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目１４ / 文字列型
                            goods_15_item:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目１５ / 文字列型
                            goods_16_item:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目１６ / 文字列型
                            goods_17_item:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目１７ / 文字列型
                            goods_18_item:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目１８ / 文字列型
                            goods_19_item:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目１９ / 文字列型
                            goods_20_item:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目２０ / 文字列型
                            goods_1_select_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 選択肢ID１ / 数値型
                            goods_1_select_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 選択肢名１ / 文字列型
                            goods_2_select_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 選択肢ID２ / 数値型
                            goods_2_select_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 選択肢名２ / 文字列型
                            goods_3_select_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 選択肢ID３ / 数値型
                            goods_3_select_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 選択肢名３ / 文字列型
                            goods_4_select_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 選択肢ID４ / 数値型
                            goods_4_select_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 選択肢名４ / 文字列型
                            goods_5_select_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 選択肢ID５ / 数値型
                            goods_5_select_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 選択肢名５ / 文字列型
                            goods_6_select_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 選択肢ID６ / 数値型
                            goods_6_select_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 選択肢名６ / 文字列型
                            goods_7_select_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 選択肢ID７ / 数値型
                            goods_7_select_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 選択肢名７ / 文字列型
                            goods_8_select_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 選択肢ID８ / 数値型
                            goods_8_select_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 選択肢名８ / 文字列型
                            goods_9_select_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 選択肢ID９ / 数値型
                            goods_9_select_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 選択肢名９ / 文字列型
                            goods_10_select_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 選択肢ID１０ / 数値型
                            goods_10_select_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 選択肢名１０ / 文字列型
                            goods_publication_pic_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 掲載担当者ID / 数値型
                            goods_publication_pic_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 掲載担当者名 / 文字列型
                            goods_stock_wholesale_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 卸在庫数 / 数値型
                            goods_description_text:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品説明（テキスト） / 文字列型
                            goods_description_html:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品説明（HTML） / 文字列型
                            goods_spec_text:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: スペック（テキスト） / 文字列型
                            goods_spec_html:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: スペック（HTML） / 文字列型
                            goods_caution_text:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 注意事項（テキスト） / 文字列型
                            goods_caution_html:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 注意事項（HTML） / 文字列型
                            goods_condition_description:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品状態説明 / 文字列型
                            goods_condition_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品状態ID / 文字列型 / 01:新品 10:中古 99:その他
                            goods_hit_syohin_alert_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ヒット商品お知らせ個数 / 数値型
                            goods_delivery_date_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 納期ID / 文字列型
                            goods_designated_delivery_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 納期指定日 / 文字列型 / 納期IDが'date'の場合のみ有効
                            goods_package_height:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: パッケージ込みの高さ(cm) / 数値型
                            goods_package_width:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: パッケージ込みの幅(cm) / 数値型
                            goods_package_length:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: パッケージ込みの奥行き(cm) / 数値型
                            goods_package_weight:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: パッケージ込みの重さ(g) / 数値型
                            goods_first_available_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 販売開始日 / 日時型
                            goods_last_available_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 販売終了日 / 日時型
                            goods_tax_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 消費税 / 数値型 / 0:税別 1:税込 2:非課税
                            goods_brand_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ブランド名 / 文字列型
                            goods_origin_place:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 原産地 / 文字列型
                            goods_raw_materials:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 原材料 / 文字列型
                            goods_preservation_method:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 保存方法 / 文字列型
                            goods_warranty:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 保証書の有無 / 数値型 / 0:なし 1:あり
                            goods_option_noshi_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: のし対応 / 数値型 / 0:対応しない 1:対応する
                            goods_same_day_delivery_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 当日・翌日配送 / 数値型 / 1:当日 2:翌日
                            goods_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            goods_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            goods_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            goods_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            goods_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            goods_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            goods_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            goods_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            goods_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '1'
                access_token: xxxxx
                access_token_end_date: '2017-04-15 13:03:47'
                refresh_token: xxxxx
                refresh_token_end_date: '2017-04-17 13:03:47'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1&goods_id-eq=TestP001'' https://api.next-engine.org/api_v1_master_goods/count'
        - lang: typescript
          source: |-
            // POST /api_v1_master_goods/count - 商品マスタ件数取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_goods/count', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_goods/count - 商品マスタ件数取得
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_goods/count',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_goods/search:
    post:
      summary: 商品マスタ検索
      operationId: api_v1_master_goods_search
      tags:
        - 商品マスタ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            goods_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品コード / 文字列型
                            goods_representation_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 代表商品コード / 文字列型
                            goods_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品名 / 文字列型
                            goods_foreign_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 英語商品名 / 文字列型
                            goods_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品区分 / 文字列型
                            goods_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品区分名 / 文字列型
                            goods_merchandise_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 取扱区分 / 文字列型
                            goods_merchandise_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 取扱区分名 / 文字列型
                            goods_forwarding_method_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 輸送方法指定 / 文字列型
                            goods_forwarding_method_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 輸送方法指定名 / 文字列型
                            goods_status_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品ステータス区分 / 文字列型
                            goods_status_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品ステータス名 / 文字列型
                            goods_delivery_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送方法区分 / 文字列型 / 商品マスタの配送業者の区分値
                            goods_delivery_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送方法名 / 文字列型 / 商品マスタの配送業者の名称
                            goods_supplier_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入先コード / 文字列型
                            goods_jan_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: JANコード / 文字列型
                            goods_maker_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メーカー名 / 文字列型
                            goods_maker_kana:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メーカーカナ / 文字列型
                            goods_maker_address:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メーカー住所 / 文字列型
                            goods_maker_zip_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メーカー郵便番号 / 文字列型
                            goods_model_number:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 型番 / 文字列型
                            goods_color:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 色 / 文字列型
                            goods_mall_category:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: モールカテゴリ / 文字列型
                            goods_shop_category:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗カテゴリ / 文字列型
                            goods_cost_price:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 原価 / 数値型
                            goods_display_price:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 定価 / 数値型
                            goods_selling_price:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 売価単価 / 数値型
                            goods_foreign_selling_price:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 外国売価単価 / 数値型
                            goods_tax_rate:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 消費税率（%） / 数値型
                            goods_wholesale_retail_ratio:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 掛率 / 数値型
                            goods_weight:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 重さ / 数値型
                            goods_width:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 幅 / 数値型
                            goods_length:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 奥行き / 数値型
                            goods_height:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 高さ / 数値型
                            goods_release_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発売日 / 日時型
                            goods_first_time_sold_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 初販売日 / 日時型
                            goods_last_time_sold_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終販売日 / 日時型
                            goods_first_time_supplied_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 初仕入れ日 / 日時型
                            goods_last_time_supplied_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終仕入れ日 / 日時型
                            goods_stock_constant:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 在庫定数 / 数値型
                            goods_order_point:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注点 / 数値型
                            goods_lot:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ロット / 数値型
                            goods_publication_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 掲載日 / 日時型
                            goods_stock_management_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 在庫管理フラグ / 文字列型
                            goods_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 備考 / 文字列型
                            goods_visible_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 表示フラグ / 文字列型
                            goods_tag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品分類タグ / 文字列型 / 値は名称値(goods_tag_name)が設定されている。複数設定可能。
                            goods_location:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ロケーション / 文字列型
                            goods_delivery_mail_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メール便可否フラグ / 数値型
                            goods_delivery_mail_maximum_quality:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メール便最大数量 / 文字列型
                            goods_gift_ok_flg:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ギフト可フラグ / 数値型
                            goods_size:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: サイズ / 文字列型
                            goods_maker_model_number:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メーカー型番 / 文字列型
                            goods_stock_alert_mail_threshold:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 在庫アラートメール閾値 / 数値型
                            goods_wholesale_mortgage_threshold:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 卸引当用敷居値 / 数値型
                            goods_shipping_base_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送元コード / 文字列型
                            goods_mail_tag_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メールタグ / 文字列型
                            goods_1_item:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目１ / 文字列型
                            goods_2_item:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目２ / 文字列型
                            goods_3_item:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目３ / 文字列型
                            goods_4_item:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目４ / 文字列型
                            goods_5_item:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目５ / 文字列型
                            goods_6_item:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目６ / 文字列型
                            goods_7_item:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目７ / 文字列型
                            goods_8_item:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目８ / 文字列型
                            goods_9_item:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目９ / 文字列型
                            goods_10_item:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目１０ / 文字列型
                            goods_11_item:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目１１ / 文字列型
                            goods_12_item:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目１２ / 文字列型
                            goods_13_item:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目１３ / 文字列型
                            goods_14_item:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目１４ / 文字列型
                            goods_15_item:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目１５ / 文字列型
                            goods_16_item:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目１６ / 文字列型
                            goods_17_item:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目１７ / 文字列型
                            goods_18_item:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目１８ / 文字列型
                            goods_19_item:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目１９ / 文字列型
                            goods_20_item:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目２０ / 文字列型
                            goods_1_select_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 選択肢ID１ / 数値型
                            goods_1_select_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 選択肢名１ / 文字列型
                            goods_2_select_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 選択肢ID２ / 数値型
                            goods_2_select_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 選択肢名２ / 文字列型
                            goods_3_select_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 選択肢ID３ / 数値型
                            goods_3_select_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 選択肢名３ / 文字列型
                            goods_4_select_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 選択肢ID４ / 数値型
                            goods_4_select_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 選択肢名４ / 文字列型
                            goods_5_select_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 選択肢ID５ / 数値型
                            goods_5_select_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 選択肢名５ / 文字列型
                            goods_6_select_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 選択肢ID６ / 数値型
                            goods_6_select_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 選択肢名６ / 文字列型
                            goods_7_select_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 選択肢ID７ / 数値型
                            goods_7_select_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 選択肢名７ / 文字列型
                            goods_8_select_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 選択肢ID８ / 数値型
                            goods_8_select_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 選択肢名８ / 文字列型
                            goods_9_select_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 選択肢ID９ / 数値型
                            goods_9_select_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 選択肢名９ / 文字列型
                            goods_10_select_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 選択肢ID１０ / 数値型
                            goods_10_select_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 選択肢名１０ / 文字列型
                            goods_publication_pic_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 掲載担当者ID / 数値型
                            goods_publication_pic_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 掲載担当者名 / 文字列型
                            goods_stock_wholesale_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 卸在庫数 / 数値型
                            goods_description_text:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品説明（テキスト） / 文字列型
                            goods_description_html:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品説明（HTML） / 文字列型
                            goods_spec_text:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: スペック（テキスト） / 文字列型
                            goods_spec_html:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: スペック（HTML） / 文字列型
                            goods_caution_text:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 注意事項（テキスト） / 文字列型
                            goods_caution_html:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 注意事項（HTML） / 文字列型
                            goods_condition_description:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品状態説明 / 文字列型
                            goods_condition_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品状態ID / 文字列型 / 01:新品 10:中古 99:その他
                            goods_hit_syohin_alert_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ヒット商品お知らせ個数 / 数値型
                            goods_delivery_date_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 納期ID / 文字列型
                            goods_designated_delivery_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 納期指定日 / 文字列型 / 納期IDが'date'の場合のみ有効
                            goods_package_height:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: パッケージ込みの高さ(cm) / 数値型
                            goods_package_width:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: パッケージ込みの幅(cm) / 数値型
                            goods_package_length:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: パッケージ込みの奥行き(cm) / 数値型
                            goods_package_weight:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: パッケージ込みの重さ(g) / 数値型
                            goods_first_available_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 販売開始日 / 日時型
                            goods_last_available_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 販売終了日 / 日時型
                            goods_tax_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 消費税 / 数値型 / 0:税別 1:税込 2:非課税
                            goods_brand_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ブランド名 / 文字列型
                            goods_origin_place:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 原産地 / 文字列型
                            goods_raw_materials:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 原材料 / 文字列型
                            goods_preservation_method:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 保存方法 / 文字列型
                            goods_warranty:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 保証書の有無 / 数値型 / 0:なし 1:あり
                            goods_option_noshi_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: のし対応 / 数値型 / 0:対応しない 1:対応する
                            goods_same_day_delivery_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 当日・翌日配送 / 数値型 / 1:当日 2:翌日
                            goods_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            goods_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            goods_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            goods_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            goods_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            goods_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            goods_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            goods_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            goods_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '1'
                data:
                  - goods_id: TestP001
                    goods_name: 登録時必須
                    stock_quantity: '27'
                    supplier_name: 設定なし
                access_token: xxxxx
                access_token_end_date: '2017-04-15 13:03:47'
                refresh_token: xxxxx
                refresh_token_end_date: '2017-04-17 13:03:47'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1&fields=goods_id,goods_name,stock_quantity,supplier_name&goods_id-eq=TestP001&offset=0&limit=100'' https://api.next-engine.org/api_v1_master_goods/search'
        - lang: typescript
          source: |-
            // POST /api_v1_master_goods/search - 商品マスタ検索
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
              offset: '0',
              limit: '50',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_goods/search', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_goods/search - 商品マスタ検索
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
                'offset': '0',
                'limit': '50',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_goods/search',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_goods/upload:
    post:
      summary: 商品マスタアップロード
      operationId: api_v1_master_goods_upload
      tags:
        - 商品マスタ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - type: object
                  properties:
                    data_type:
                      type: string
                      description: dataのファイル種類 / csv:商品マスタCSV,gz:商品マスタCSVをGZIPで圧縮
                    data:
                      type: string
                      description: '商品マスタCSVのファイル内容 / メイン機能仕様と同じ（推奨: Shift_JISまたはUTF-8）'
                  required:
                    - data_type
                    - data
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
              example:
                result: success
                que_id: '189'
                access_token: xxxxx
                access_token_end_date: '2017-04-15 13:03:47'
                refresh_token: xxxxx
                refresh_token_end_date: '2017-04-17 13:03:47'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: |-
            curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d 'access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1&data_type=csv&data=syohin_code,sire_code,jan_code,maker_name,maker_kana,maker_jyusyo,maker_yubin_bangou,kataban,iro,syohin_name,gaikoku_syohin_name,syohin_kbn,toriatukai_kbn,genka_tnk,hyoji_tnk,baika_tnk,gaikoku_baika_tnk,kake_ritu,omosa,haba,okuyuki,takasa,yusou_kbn,syohin_status_kbn,hatubai_bi,zaiko_teisu,hachu_ten,lot,keisai_tantou,keisai_bi,bikou,daihyo_syohin_code,visible_flg,mail_tag,tag,location,mail_send_flg,mail_send_num,gift_ok_flg,size,org_select1,org_select2,org_select3,org_select4,org_select5,org_select6,org_select7,org_select8,org_select9,org_select10,org1,org2,org3,org4,org5,org6,org7,org8,org9,org10,org11,org12,org13,org14,org15,org16,org17,org18,org19,org20,maker_kataban,zaiko_threshold,orosi_threshold,hasou_houhou_kbn,hasoumoto_code,zaiko_su,yoyaku_zaiko_su,nyusyukko_riyu,hit_syohin_alert_quantity,nouki_kbn,nouki_sitei_bi,syohin_setumei_html,syohin_setumei_text,spec_html,spec_text,chui_jiko_html,chui_jiko_text,syohin_jyotai_kbn,syohin_jyotai_setumei,category_code_yauc,category_text,image_url_http,image_alt
            TestP001,9999,,,,,,,,登録時必須,,0,0,120000,,150000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
            ' https://api.next-engine.org/api_v1_master_goods/upload
        - lang: typescript
          source: |-
            // POST /api_v1_master_goods/upload - 商品マスタアップロード
            const params = new URLSearchParams({
              access_token: '<access_token>',
              data_type: '<data_type>',
              data: '<data>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_goods/upload', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_goods/upload - 商品マスタアップロード
            import requests

            params = {
                'access_token': '<access_token>',
                'data_type': '<data_type>',
                'data': '<data>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_goods/upload',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_goods_page/count:
    post:
      summary: 商品ページ件数取得
      operationId: api_v1_master_goods_page_count
      tags:
        - 商品ページ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            goods_page_goods_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ページコード（商品コードまたは代表商品コード） / 文字列型 / 代表商品コードがある商品は、代表商品コードが設定されています。代表商品コードがない商品は、商品コードが設定されています。
                            goods_page_goods_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 掲載商品名 / 文字列型
                            goods_page_display_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 公開・非公開 / 数値型 / 0:非公開, 1:公開
                            goods_page_catch_phrase1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: キャッチコピー1 / 文字列型
                            goods_page_catch_phrase2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: キャッチコピー2 / 文字列型
                            goods_page_keyword:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: キーワード / 文字列型
                            goods_page_v_horizontal_category:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目選択肢 横軸名 / 文字列型
                            goods_page_v_vertical_category:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目選択肢 縦軸名 / 文字列型
                            goods_page_sale_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: セール価格 / 数値型
                            goods_page_sale_start_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: セール開始日 / 日付型
                            goods_page_sale_start_time:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: セール開始時間 / 時間型
                            goods_page_sale_end_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: セール終了日 / 日付型
                            goods_page_sale_end_time:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: セール終了時間 / 時間型
                            goods_page_related_goods:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 関連商品 / 文字列型
                            goods_page_postage_type:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送料区分 / 数値型 / 0:送料別（個別）, 1:送料別（通常）, 2:送料込（無料）, 3:その他
                            goods_page_postage_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 個別送料 / 数値型
                            goods_page_cash_on_delivery_type:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 代引料（代引区分） / 数値型 / 0:代引料別（個別）, 1:代引料込（無料）
                            goods_page_cash_on_delivery_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 代引料（個別代引料） / 数値型
                            goods_page_order_type:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 注文受付区分 / 数値型 / 0:指定しない（自由入力）, 1:指定欄なし（1個限定）, 2:個数選択（プルダウン）
                            goods_page_order_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 注文受付数 / 数値型 / 注文受付区分:2 の場合のみ有効
                            goods_page_stock_display_type:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 在庫表示 / 数値型 / 0:残り在庫数表示しない, 1:残り在庫数表示する, 2:在庫僅少表示
                            goods_page_stock_display_threshold:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 在庫僅少表示閾値 / 数値型 / 在庫僅少表示閾値:2 の場合のみ有効
                            goods_page_point:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ポイント / 数値型
                            goods_page_display_order:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 表示順位 / 数値型
                            goods_page_secret_password:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シークレットパスワード / 文字列型
                            goods_page_mall_category_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: モール基本カテゴリID / 文字列型
                            goods_page_description1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 説明文1（PC） / META型
                            goods_page_description2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 説明文2（スマホ） / META型
                            goods_page_description3:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 説明文3（モバイル） / META型
                            goods_page_description4:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 説明文4 / META型
                            goods_page_description5:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 説明文5 / META型
                            goods_page_description6:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 説明文6 / META型
                            goods_page_description7:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 説明文7 / META型
                            goods_page_description8:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 説明文8 / META型
                            goods_page_description9:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 説明文9 / META型
                            goods_page_description10:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 説明文10 / META型
                            goods_page_img1_src:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL1 / META型
                            goods_page_img2_src:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL2 / META型
                            goods_page_img3_src:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL3 / META型
                            goods_page_img4_src:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL4 / META型
                            goods_page_img5_src:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL5 / META型
                            goods_page_img6_src:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL6 / META型
                            goods_page_img7_src:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL7 / META型
                            goods_page_img8_src:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL8 / META型
                            goods_page_img9_src:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL9 / META型
                            goods_page_img10_src:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL10 / META型
                            goods_page_img11_src:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL11 / META型
                            goods_page_img12_src:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL12 / META型
                            goods_page_img13_src:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL13 / META型
                            goods_page_img14_src:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL14 / META型
                            goods_page_img15_src:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL15 / META型
                            goods_page_img16_src:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL16 / META型
                            goods_page_img17_src:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL17 / META型
                            goods_page_img18_src:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL18 / META型
                            goods_page_img19_src:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL19 / META型
                            goods_page_img20_src:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL20 / META型
                            goods_page_img1_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL1 ALT / META型
                            goods_page_img2_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL2 ALT / META型
                            goods_page_img3_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL3 ALT / META型
                            goods_page_img4_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL4 ALT / META型
                            goods_page_img5_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL5 ALT / META型
                            goods_page_img6_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL6 ALT / META型
                            goods_page_img7_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL7 ALT / META型
                            goods_page_img8_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL8 ALT / META型
                            goods_page_img9_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL9 ALT / META型
                            goods_page_img10_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL10 ALT / META型
                            goods_page_img11_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL11 ALT / META型
                            goods_page_img12_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL12 ALT / META型
                            goods_page_img13_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL13 ALT / META型
                            goods_page_img14_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL14 ALT / META型
                            goods_page_img15_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL15 ALT / META型
                            goods_page_img16_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL16 ALT / META型
                            goods_page_img17_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL17 ALT / META型
                            goods_page_img18_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL18 ALT / META型
                            goods_page_img19_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL19 ALT / META型
                            goods_page_img20_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL20 ALT / META型
                            goods_page_spec1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: スペック1 / META型
                            goods_page_spec2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: スペック2 / META型
                            goods_page_spec3:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: スペック3 / META型
                            goods_page_spec4:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: スペック4 / META型
                            goods_page_spec5:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: スペック5 / META型
                            goods_page_free1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: フリーエリア1 / META型
                            goods_page_free2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: フリーエリア2 / META型
                            goods_page_free3:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: フリーエリア3 / META型
                            goods_page_free4:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: フリーエリア4 / META型
                            goods_page_free5:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: フリーエリア5 / META型
                            goods_page_free6:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: フリーエリア6 / META型
                            goods_page_free7:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: フリーエリア7 / META型
                            goods_page_free8:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: フリーエリア8 / META型
                            goods_page_free9:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: フリーエリア9 / META型
                            goods_page_free10:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: フリーエリア10 / META型
                            goods_page_publication_status_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 掲載ステータス / 数値型 / 1：新規登録, 2：編集中, 3：アップロード予定, 4：掲載済み
                            goods_page_publication_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 掲載日 / 日時型
                            goods_page_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            goods_page_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                          additionalProperties: true
              example:
                result: success
                count: xxx
                access_token: xxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST https://api.next-engine.org/api_v1_master_goods_page/count -H ''cache-control: no-cache'' -F access_token=xxxxxxxxxx -F refresh_token=xxxxxxxxxx -F wait_flag=1 -F goods_page_goods_code-like=%syohin'
        - lang: typescript
          source: |-
            // POST /api_v1_master_goods_page/count - 商品ページ件数取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_goods_page/count', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_goods_page/count - 商品ページ件数取得
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_goods_page/count',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_goods_page/search:
    post:
      summary: 商品ページ検索
      operationId: api_v1_master_goods_page_search
      tags:
        - 商品ページ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
                  properties:
                    extension_execution_id:
                      type: string
                      description: 拡張機能実行ID / 検索結果画面で実行対象として選択したデータをひとかたまりとして取得することができます。 フィールド名-比較演算子(WHERE句のカラムと比較演算子相当)と同時に指定した場合はAND検索となります。
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            goods_page_goods_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ページコード（商品コードまたは代表商品コード） / 文字列型 / 代表商品コードがある商品は、代表商品コードが設定されています。代表商品コードがない商品は、商品コードが設定されています。
                            goods_page_goods_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 掲載商品名 / 文字列型
                            goods_page_display_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 公開・非公開 / 数値型 / 0:非公開, 1:公開
                            goods_page_catch_phrase1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: キャッチコピー1 / 文字列型
                            goods_page_catch_phrase2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: キャッチコピー2 / 文字列型
                            goods_page_keyword:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: キーワード / 文字列型
                            goods_page_v_horizontal_category:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目選択肢 横軸名 / 文字列型
                            goods_page_v_vertical_category:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目選択肢 縦軸名 / 文字列型
                            goods_page_sale_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: セール価格 / 数値型
                            goods_page_sale_start_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: セール開始日 / 日付型
                            goods_page_sale_start_time:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: セール開始時間 / 時間型
                            goods_page_sale_end_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: セール終了日 / 日付型
                            goods_page_sale_end_time:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: セール終了時間 / 時間型
                            goods_page_related_goods:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 関連商品 / 文字列型
                            goods_page_postage_type:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送料区分 / 数値型 / 0:送料別（個別）, 1:送料別（通常）, 2:送料込（無料）, 3:その他
                            goods_page_postage_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 個別送料 / 数値型
                            goods_page_cash_on_delivery_type:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 代引料（代引区分） / 数値型 / 0:代引料別（個別）, 1:代引料込（無料）
                            goods_page_cash_on_delivery_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 代引料（個別代引料） / 数値型
                            goods_page_order_type:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 注文受付区分 / 数値型 / 0:指定しない（自由入力）, 1:指定欄なし（1個限定）, 2:個数選択（プルダウン）
                            goods_page_order_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 注文受付数 / 数値型 / 注文受付区分:2 の場合のみ有効
                            goods_page_stock_display_type:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 在庫表示 / 数値型 / 0:残り在庫数表示しない, 1:残り在庫数表示する, 2:在庫僅少表示
                            goods_page_stock_display_threshold:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 在庫僅少表示閾値 / 数値型 / 在庫僅少表示閾値:2 の場合のみ有効
                            goods_page_point:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ポイント / 数値型
                            goods_page_display_order:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 表示順位 / 数値型
                            goods_page_secret_password:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シークレットパスワード / 文字列型
                            goods_page_mall_category_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: モール基本カテゴリID / 文字列型
                            goods_page_description1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 説明文1（PC） / META型
                            goods_page_description2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 説明文2（スマホ） / META型
                            goods_page_description3:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 説明文3（モバイル） / META型
                            goods_page_description4:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 説明文4 / META型
                            goods_page_description5:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 説明文5 / META型
                            goods_page_description6:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 説明文6 / META型
                            goods_page_description7:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 説明文7 / META型
                            goods_page_description8:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 説明文8 / META型
                            goods_page_description9:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 説明文9 / META型
                            goods_page_description10:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 説明文10 / META型
                            goods_page_img1_src:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL1 / META型
                            goods_page_img2_src:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL2 / META型
                            goods_page_img3_src:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL3 / META型
                            goods_page_img4_src:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL4 / META型
                            goods_page_img5_src:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL5 / META型
                            goods_page_img6_src:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL6 / META型
                            goods_page_img7_src:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL7 / META型
                            goods_page_img8_src:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL8 / META型
                            goods_page_img9_src:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL9 / META型
                            goods_page_img10_src:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL10 / META型
                            goods_page_img11_src:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL11 / META型
                            goods_page_img12_src:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL12 / META型
                            goods_page_img13_src:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL13 / META型
                            goods_page_img14_src:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL14 / META型
                            goods_page_img15_src:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL15 / META型
                            goods_page_img16_src:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL16 / META型
                            goods_page_img17_src:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL17 / META型
                            goods_page_img18_src:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL18 / META型
                            goods_page_img19_src:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL19 / META型
                            goods_page_img20_src:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL20 / META型
                            goods_page_img1_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL1 ALT / META型
                            goods_page_img2_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL2 ALT / META型
                            goods_page_img3_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL3 ALT / META型
                            goods_page_img4_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL4 ALT / META型
                            goods_page_img5_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL5 ALT / META型
                            goods_page_img6_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL6 ALT / META型
                            goods_page_img7_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL7 ALT / META型
                            goods_page_img8_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL8 ALT / META型
                            goods_page_img9_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL9 ALT / META型
                            goods_page_img10_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL10 ALT / META型
                            goods_page_img11_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL11 ALT / META型
                            goods_page_img12_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL12 ALT / META型
                            goods_page_img13_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL13 ALT / META型
                            goods_page_img14_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL14 ALT / META型
                            goods_page_img15_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL15 ALT / META型
                            goods_page_img16_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL16 ALT / META型
                            goods_page_img17_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL17 ALT / META型
                            goods_page_img18_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL18 ALT / META型
                            goods_page_img19_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL19 ALT / META型
                            goods_page_img20_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL20 ALT / META型
                            goods_page_spec1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: スペック1 / META型
                            goods_page_spec2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: スペック2 / META型
                            goods_page_spec3:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: スペック3 / META型
                            goods_page_spec4:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: スペック4 / META型
                            goods_page_spec5:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: スペック5 / META型
                            goods_page_free1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: フリーエリア1 / META型
                            goods_page_free2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: フリーエリア2 / META型
                            goods_page_free3:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: フリーエリア3 / META型
                            goods_page_free4:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: フリーエリア4 / META型
                            goods_page_free5:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: フリーエリア5 / META型
                            goods_page_free6:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: フリーエリア6 / META型
                            goods_page_free7:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: フリーエリア7 / META型
                            goods_page_free8:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: フリーエリア8 / META型
                            goods_page_free9:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: フリーエリア9 / META型
                            goods_page_free10:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: フリーエリア10 / META型
                            goods_page_publication_status_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 掲載ステータス / 数値型 / 1：新規登録, 2：編集中, 3：アップロード予定, 4：掲載済み
                            goods_page_publication_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 掲載日 / 日時型
                            goods_page_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            goods_page_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                          additionalProperties: true
              example:
                result: success
                data:
                  - goods_page_goods_code: test-01
                    goods_page_goods_name: test-01-name
                    goods_page_display_flag: '1'
                    goods_page_catch_phrase1: ''
                    goods_page_catch_phrase2: ''
                    goods_page_keyword: ''
                    goods_page_v_horizontal_category: ''
                    goods_page_v_vertical_category: ''
                    goods_page_sale_amount: ''
                    goods_page_sale_start_date: '0000-00-00'
                    goods_page_sale_start_time: '00:00:00'
                    goods_page_sale_end_date: '0000-00-00'
                    goods_page_sale_end_time: '00:00:00'
                    goods_page_related_goods: ''
                    goods_page_postage_type: ''
                    goods_page_postage_amount: ''
                    goods_page_cash_on_delivery_type: ''
                    goods_page_cash_on_delivery_amount: ''
                    goods_page_order_type: ''
                    goods_page_order_amount: ''
                    goods_page_stock_display_type: ''
                    goods_page_stock_display_threshold: ''
                    goods_page_point: ''
                    goods_page_display_order: ''
                    goods_page_secret_password: ''
                    goods_page_mall_category_id: ''
                    goods_page_description1: ''
                    goods_page_description2: ''
                    goods_page_description3: ''
                    goods_page_description4: ''
                    goods_page_description5: ''
                    goods_page_description6: ''
                    goods_page_description7: ''
                    goods_page_description8: ''
                    goods_page_description9: ''
                    goods_page_description10: ''
                    goods_page_img1_src: ''
                    goods_page_img2_src: ''
                    goods_page_img3_src: ''
                    goods_page_img4_src: ''
                    goods_page_img5_src: ''
                    goods_page_img6_src: ''
                    goods_page_img7_src: ''
                    goods_page_img8_src: ''
                    goods_page_img9_src: ''
                    goods_page_img10_src: ''
                    goods_page_img11_src: ''
                    goods_page_img12_src: ''
                    goods_page_img13_src: ''
                    goods_page_img14_src: ''
                    goods_page_img15_src: ''
                    goods_page_img16_src: ''
                    goods_page_img17_src: ''
                    goods_page_img18_src: ''
                    goods_page_img19_src: ''
                    goods_page_img20_src: ''
                    goods_page_img1_alt: ''
                    goods_page_img2_alt: ''
                    goods_page_img3_alt: ''
                    goods_page_img4_alt: ''
                    goods_page_img5_alt: ''
                    goods_page_img6_alt: ''
                    goods_page_img7_alt: ''
                    goods_page_img8_alt: ''
                    goods_page_img9_alt: ''
                    goods_page_img10_alt: ''
                    goods_page_img11_alt: ''
                    goods_page_img12_alt: ''
                    goods_page_img13_alt: ''
                    goods_page_img14_alt: ''
                    goods_page_img15_alt: ''
                    goods_page_img16_alt: ''
                    goods_page_img17_alt: ''
                    goods_page_img18_alt: ''
                    goods_page_img19_alt: ''
                    goods_page_img20_alt: ''
                    goods_page_spec1: ''
                    goods_page_spec2: ''
                    goods_page_spec3: ''
                    goods_page_spec4: ''
                    goods_page_spec5: ''
                    goods_page_free1: ''
                    goods_page_free2: ''
                    goods_page_free3: ''
                    goods_page_free4: ''
                    goods_page_free5: ''
                    goods_page_free6: ''
                    goods_page_free7: ''
                    goods_page_free8: ''
                    goods_page_free9: ''
                    goods_page_free10: ''
                    goods_page_publication_status_id: 1
                    goods_page_publication_date: ''
                    goods_page_creation_date: '2019-02-28 14:57:12'
                    goods_page_last_modified_date: '2019-02-28 14:57:12'
                count: 1
                access_token: xxxxxxxxxx
                access_token_end_date: '2021-06-26 08:13:52'
                refresh_token: xxxxxxxxxx
                refresh_token_end_date: '2021-06-28 08:13:52'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST https://api.next-engine.org/api_v1_master_goods_page/search -H ''cache-control: no-cache'' -F access_token=xxxxxxxx -F refresh_token=xxxxxxx -F wait_flag=1 -F ''fields=goods_page_goods_code,goods_page_goods_name,goods_page_display_flag,goods_page_catch_phrase1,goods_page_catch_phrase2,goods_page_keyword,goods_page_v_horizontal_category,goods_page_v_vertical_category,goods_page_sale_amount,goods_page_sale_start_date,goods_page_sale_start_time,goods_page_sale_end_date,goods_page_sale_end_time,goods_page_related_goods,goods_page_postage_type,goods_page_postage_amount,goods_page_cash_on_delivery_type,goods_page_cash_on_delivery_amount,goods_page_order_type,goods_page_order_amount,goods_page_stock_display_type,goods_page_stock_display_threshold,goods_page_point,goods_page_display_order,goods_page_secret_password,goods_page_mall_category_id,goods_page_description1,goods_page_description2,goods_page_description3,goods_page_description4,goods_page_description5,goods_page_description6,goods_page_description7,goods_page_description8,goods_page_description9,goods_page_description10,goods_page_img1_src,goods_page_img2_src,goods_page_img3_src,goods_page_img4_src,goods_page_img5_src,goods_page_img6_src,goods_page_img7_src,goods_page_img8_src,goods_page_img9_src,goods_page_img10_src,goods_page_img11_src,goods_page_img12_src,goods_page_img13_src,goods_page_img14_src,goods_page_img15_src,goods_page_img16_src,goods_page_img17_src,goods_page_img18_src,goods_page_img19_src,goods_page_img20_src,goods_page_img1_alt,goods_page_img2_alt,goods_page_img3_alt,goods_page_img4_alt,goods_page_img5_alt,goods_page_img6_alt,goods_page_img7_alt,goods_page_img8_alt,goods_page_img9_alt,goods_page_img10_alt,goods_page_img11_alt,goods_page_img12_alt,goods_page_img13_alt,goods_page_img14_alt,goods_page_img15_alt,goods_page_img16_alt,goods_page_img17_alt,goods_page_img18_alt,goods_page_img19_alt,goods_page_img20_alt,goods_page_spec1,goods_page_spec2,goods_page_spec3,goods_page_spec4,goods_page_spec5,goods_page_free1,goods_page_free2,goods_page_free3,goods_page_free4,goods_page_free5,goods_page_free6,goods_page_free7,goods_page_free8,goods_page_free9,goods_page_free10,goods_page_publication_status_id,goods_page_publication_date,goods_page_creation_date,goods_page_last_modified_date'' -F offset=0 -F limit=1 -F goods_page_goods_code-like=%test-0%'
        - lang: typescript
          source: |-
            // POST /api_v1_master_goods_page/search - 商品ページ検索
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
              offset: '0',
              limit: '50',
              // extension_execution_id: '...', // optional
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_goods_page/search', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_goods_page/search - 商品ページ検索
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
                'offset': '0',
                'limit': '50',
                # 'extension_execution_id': '...',  # optional
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_goods_page/search',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_goods_page_option/count:
    post:
      summary: 商品ページ(オプション)件数取得
      operationId: api_v1_master_goods_page_option_count
      tags:
        - 商品ページ(オプション)
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            goods_page_goods_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ページコード（商品コードまたは代表商品コード） / 文字列型
                            goods_page_o_option_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: オプション 項目名 / 文字列型
                            goods_page_o_option_value:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: オプション 選択肢 / 文字列型
                            goods_page_o_type:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: タイプ / 文字列型 / s：セレクトボックス, c：チェックボックス, f：フリーテキスト
                            goods_page_o_display_order:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 表示順 / 数値型
                            goods_page_o_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            goods_page_o_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            goods_page_o_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            goods_page_o_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            goods_page_o_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            goods_page_o_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                          additionalProperties: true
              example:
                result: success
                count: xxx
                access_token: xxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxx&refresh_token=xxx&wait_flag=1&goods_page_goods_code-eq=syohin'' https://api.next-engine.org/api_v1_master_goods_page_option/count'
        - lang: typescript
          source: |-
            // POST /api_v1_master_goods_page_option/count - 商品ページ(オプション)件数取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_goods_page_option/count', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_goods_page_option/count - 商品ページ(オプション)件数取得
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_goods_page_option/count',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_goods_page_option/search:
    post:
      summary: 商品ページ(オプション)検索
      operationId: api_v1_master_goods_page_option_search
      tags:
        - 商品ページ(オプション)
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            goods_page_goods_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ページコード（商品コードまたは代表商品コード） / 文字列型
                            goods_page_o_option_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: オプション 項目名 / 文字列型
                            goods_page_o_option_value:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: オプション 選択肢 / 文字列型
                            goods_page_o_type:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: タイプ / 文字列型 / s：セレクトボックス, c：チェックボックス, f：フリーテキスト
                            goods_page_o_display_order:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 表示順 / 数値型
                            goods_page_o_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            goods_page_o_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            goods_page_o_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            goods_page_o_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            goods_page_o_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            goods_page_o_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                          additionalProperties: true
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxx&refresh_token=yyy&wait_flag=1&fields=goods_page_goods_code,goods_page_o_option_name,goods_page_o_option_value,goods_page_o_type,goods_page_o_display_order,goods_page_o_creation_date,goods_page_o_creator_id,goods_page_o_creator_name,goods_page_o_last_modified_date,goods_page_o_last_modified_by_id,goods_page_o_last_modified_by_name&goods_page_goods_code-eq=syohin'' https://api.next-engine.org/api_v1_master_goods_page_option/search'
        - lang: typescript
          source: |-
            // POST /api_v1_master_goods_page_option/search - 商品ページ(オプション)検索
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
              offset: '0',
              limit: '50',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_goods_page_option/search', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_goods_page_option/search - 商品ページ(オプション)検索
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
                'offset': '0',
                'limit': '50',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_goods_page_option/search',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_goods_page_shopcategory/count:
    post:
      summary: 商品ページ(カテゴリ)件数取得
      operationId: api_v1_master_goods_page_shopcategory_count
      tags:
        - 商品ページ(カテゴリ)
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            goods_page_goods_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ページコード（商品コードまたは代表商品コード） / 文字列型
                            goods_page_shop_c_shop_category_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗内カテゴリ名 / 文字列型
                            goods_page_shop_c_display_order:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 表示順 / 数値型
                            goods_page_shop_c_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            goods_page_shop_c_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            goods_page_shop_c_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            goods_page_shop_c_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            goods_page_shop_c_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            goods_page_shop_c_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                          additionalProperties: true
              example:
                result: success
                count: xxx
                access_token: xxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxx&refresh_token=xxx&wait_flag=1&goods_page_goods_code-eq=syohin'' https://api.next-engine.org/api_v1_master_goods_page_shopcategory/count'
        - lang: typescript
          source: |-
            // POST /api_v1_master_goods_page_shopcategory/count - 商品ページ(カテゴリ)件数取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_goods_page_shopcategory/count', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_goods_page_shopcategory/count - 商品ページ(カテゴリ)件数取得
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_goods_page_shopcategory/count',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_goods_page_shopcategory/search:
    post:
      summary: 商品ページ(カテゴリ)検索
      operationId: api_v1_master_goods_page_shopcategory_search
      tags:
        - 商品ページ(カテゴリ)
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            goods_page_goods_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ページコード（商品コードまたは代表商品コード） / 文字列型
                            goods_page_shop_c_shop_category_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗内カテゴリ名 / 文字列型
                            goods_page_shop_c_display_order:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 表示順 / 数値型
                            goods_page_shop_c_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            goods_page_shop_c_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            goods_page_shop_c_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            goods_page_shop_c_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            goods_page_shop_c_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            goods_page_shop_c_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                          additionalProperties: true
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxx&refresh_token=yyy&wait_flag=1&fields=goods_page_goods_code,goods_page_shop_c_shop_category_name,goods_page_shop_c_display_order,goods_page_shop_c_creation_date,goods_page_shop_c_creator_id,goods_page_shop_c_creator_name,goods_page_shop_c_last_modified_date,goods_page_shop_c_last_modified_by_id,goods_page_shop_c_last_modified_by_name&goods_page_goods_code-eq=syohin'' https://api.next-engine.org/api_v1_master_goods_page_shopcategory/search'
        - lang: typescript
          source: |-
            // POST /api_v1_master_goods_page_shopcategory/search - 商品ページ(カテゴリ)検索
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
              offset: '0',
              limit: '50',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_goods_page_shopcategory/search', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_goods_page_shopcategory/search - 商品ページ(カテゴリ)検索
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
                'offset': '0',
                'limit': '50',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_goods_page_shopcategory/search',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_goods_page_variation/count:
    post:
      summary: 商品ページ(バリエーション)件数取得
      operationId: api_v1_master_goods_page_variation_count
      tags:
        - 商品ページ(バリエーション)
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            goods_page_goods_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ページコード（商品コードまたは代表商品コード） / 文字列型
                            goods_page_v_horizontal_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目選択肢 横軸選択肢 / 文字列型
                            goods_page_v_horizontal_value:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目選択肢 横軸選択肢番号 / 文字列型
                            goods_page_v_vertical_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目選択肢 縦軸選択肢 / 文字列型
                            goods_page_v_vertical_value:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目選択肢 縦軸選択肢番号 / 文字列型
                            goods_page_v_display_order:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 表示順 / 数値型
                            goods_page_v_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            goods_page_v_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            goods_page_v_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            goods_page_v_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            goods_page_v_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            goods_page_v_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                          additionalProperties: true
              example:
                result: success
                count: xxx
                access_token: xxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxx&refresh_token=xxx&wait_flag=1&goods_page_goods_code-eq=syohin'' https://api.next-engine.org/api_v1_master_goods_page_variation/count'
        - lang: typescript
          source: |-
            // POST /api_v1_master_goods_page_variation/count - 商品ページ(バリエーション)件数取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_goods_page_variation/count', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_goods_page_variation/count - 商品ページ(バリエーション)件数取得
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_goods_page_variation/count',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_goods_page_variation/search:
    post:
      summary: 商品ページ(バリエーション)検索
      operationId: api_v1_master_goods_page_variation_search
      tags:
        - 商品ページ(バリエーション)
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            goods_page_goods_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ページコード（商品コードまたは代表商品コード） / 文字列型
                            goods_page_v_horizontal_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目選択肢 横軸選択肢 / 文字列型
                            goods_page_v_horizontal_value:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目選択肢 横軸選択肢番号 / 文字列型
                            goods_page_v_vertical_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目選択肢 縦軸選択肢 / 文字列型
                            goods_page_v_vertical_value:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目選択肢 縦軸選択肢番号 / 文字列型
                            goods_page_v_display_order:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 表示順 / 数値型
                            goods_page_v_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            goods_page_v_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            goods_page_v_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            goods_page_v_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            goods_page_v_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            goods_page_v_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                          additionalProperties: true
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxx&refresh_token=yyy&wait_flag=1&ffields=goods_page_goods_code,goods_page_v_horizontal_name, goods_page_v_horizontal_value, goods_page_v_vertical_name, goods_page_v_vertical_value, goods_page_v_display_order, goods_page_v_creation_date, goods_page_v_creator_id, goods_page_v_creator_name, goods_page_v_last_modified_date, goods_page_v_last_modified_by_id , goods_page_v_last_modified_by_name&goods_page_goods_code-eq=syohin'' https://api.next-engine.org/api_v1_master_goods_page_variation/search'
        - lang: typescript
          source: |-
            // POST /api_v1_master_goods_page_variation/search - 商品ページ(バリエーション)検索
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
              offset: '0',
              limit: '50',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_goods_page_variation/search', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_goods_page_variation/search - 商品ページ(バリエーション)検索
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
                'offset': '0',
                'limit': '50',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_goods_page_variation/search',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_goodscategory/count:
    post:
      summary: 商品カテゴリ件数取得
      operationId: api_v1_master_goodscategory_count
      tags:
        - 商品カテゴリ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            goods_category_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品カテゴリID / 数値型
                            goods_category_goods_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品コード / 文字列型
                            goods_category_mall_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: モールコード / 数値型
                            goods_category_mall_category_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: カテゴリ(ID) / 数値型 / モールの場合、本カラムにモールカテゴリIDが設定される
                            goods_category_text:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: カテゴリ(テキスト) / 文字列型 / カートの場合、本カラムに店舗カテゴリのテキストが設定される
                            goods_category_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型
                            goods_category_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            goods_category_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            goods_category_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            goods_category_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            goods_category_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            goods_category_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            goods_category_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            goods_category_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            goods_category_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '1'
                access_token: xxxxx
                access_token_end_date: '2017-04-18 11:19:26'
                refresh_token: xxxxx
                refresh_token_end_date: '2017-04-20 11:19:26'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxxxx&refresh_token=xxxxx'' https://api.next-engine.org//api_v1_master_goodscategory/count'
        - lang: typescript
          source: |-
            // POST /api_v1_master_goodscategory/count - 商品カテゴリ件数取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_goodscategory/count', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_goodscategory/count - 商品カテゴリ件数取得
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_goodscategory/count',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_goodscategory/search:
    post:
      summary: 商品カテゴリ検索
      operationId: api_v1_master_goodscategory_search
      tags:
        - 商品カテゴリ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            goods_category_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品カテゴリID / 数値型
                            goods_category_goods_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品コード / 文字列型
                            goods_category_mall_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: モールコード / 数値型
                            goods_category_mall_category_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: カテゴリ(ID) / 数値型 / モールの場合、本カラムにモールカテゴリIDが設定される
                            goods_category_text:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: カテゴリ(テキスト) / 文字列型 / カートの場合、本カラムに店舗カテゴリのテキストが設定される
                            goods_category_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型
                            goods_category_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            goods_category_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            goods_category_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            goods_category_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            goods_category_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            goods_category_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            goods_category_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            goods_category_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            goods_category_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '2'
                data:
                  - goods_category_id: '1'
                    goods_category_goods_id: TestP001
                    goods_category_mall_id: '90'
                    goods_category_text: test product category
                    goods_category_deleted_flag: '1'
                    goods_category_creation_date: '2017-02-09 13:45:13'
                    goods_category_last_modified_date: '2017-02-10 16:37:16'
                    goods_category_last_modified_null_safe_date: '2017-02-10 16:37:16'
                    goods_category_creator_id: '10003'
                    goods_category_creator_name: xxxxx
                    goods_category_last_modified_by_id: '10003'
                    goods_category_last_modified_by_null_safe_id: '10003'
                    goods_category_last_modified_by_name: xxxxx
                    goods_category_last_modified_by_null_safe_name: xxxxx
                    mall_category_id: null
                    mall_category_mall_id: null
                    mall_category_code: null
                    mall_category_parent_mall_category_id: null
                    mall_category_name: null
                    mall_category_full_name: null
                    mall_category_deleted_flag: null
                    mall_category_creation_date: null
                    mall_category_last_modified_date: null
                    mall_category_last_modified_null_safe_date: null
                    mall_category_creator_id: null
                    mall_category_creator_name: null
                    mall_category_last_modified_by_id: null
                    mall_category_last_modified_by_null_safe_id: null
                    mall_category_last_modified_by_name: null
                    mall_category_last_modified_by_null_safe_name: null
                  - goods_category_id: '2'
                    goods_category_goods_id: TestP001
                    goods_category_mall_id: '15'
                    goods_category_text: ''
                    goods_category_deleted_flag: '0'
                    goods_category_creation_date: '2017-02-09 13:51:39'
                    goods_category_last_modified_date: '2017-02-09 13:51:39'
                    goods_category_last_modified_null_safe_date: '2017-02-09 13:51:39'
                    goods_category_creator_id: '10003'
                    goods_category_creator_name: xxxxx
                    goods_category_last_modified_by_id: '10003'
                    goods_category_last_modified_by_null_safe_id: '10003'
                    goods_category_last_modified_by_name: xxxxx
                    goods_category_last_modified_by_null_safe_name: xxxxx
                    mall_category_id: '31402'
                    mall_category_mall_id: '15'
                    mall_category_code: '2084240603'
                    mall_category_parent_mall_category_id: '31400'
                    mall_category_name: 子ども用
                    mall_category_full_name: オークション > ファッション > ハンドメイド > 子ども用
                    mall_category_deleted_flag: '0'
                    mall_category_creation_date: '2014-11-05 15:16:43'
                    mall_category_last_modified_date: '2015-01-19 11:45:24'
                    mall_category_last_modified_null_safe_date: '2015-01-19 11:45:24'
                    mall_category_creator_id: '9999'
                    mall_category_creator_name: 管理者
                    mall_category_last_modified_by_id: '9999'
                    mall_category_last_modified_by_null_safe_id: '9999'
                    mall_category_last_modified_by_name: 管理者
                    mall_category_last_modified_by_null_safe_name: 管理者
                access_token: xxxxx
                access_token_end_date: '2017-04-18 11:19:26'
                refresh_token: xxxxx
                refresh_token_end_date: '2017-04-20 11:19:26'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxxxxxxxx&refresh_token=xxxxxxxxx&fields=xxxxxxxx,xxxxxxx&goods_category_id-like=xxxxx&offset=0&limit=2'' https://api.next-engine.org/api_v1_master_goodscategory/search'
        - lang: typescript
          source: |-
            // POST /api_v1_master_goodscategory/search - 商品カテゴリ検索
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
              offset: '0',
              limit: '50',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_goodscategory/search', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_goodscategory/search - 商品カテゴリ検索
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
                'offset': '0',
                'limit': '50',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_goodscategory/search',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_goodsimage/count:
    post:
      summary: 商品画像件数取得
      operationId: api_v1_master_goodsimage_count
      tags:
        - 商品画像
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            goods_image_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品画像ID / 数値型
                            goods_image_goods_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品コード / 文字列型
                            goods_image_file_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ファイル名 / 文字列型
                            goods_image_url_http:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL(HTTP) / 文字列型
                            goods_image_url_https:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL(HTTPS) / 文字列型
                            goods_image_size:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: サイズ / 数値型 / 単位はバイト。500KB(1024計算)以下
                            goods_image_width:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 幅 / 数値型 / 単位：ピクセル。2100px以下
                            goods_image_height:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 高さ / 数値型 / 単位：ピクセル。2100px以下
                            goods_image_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像説明 / 文字列型 / HTMLのimg要素のalt属性
                            goods_image_convert_flg:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 自動変換フラグ / 数値型 / 自動作成したJPEG画像がある場合、1。このフラグが1の場合、URLはjpg以外が設定されており、拡張子をjpgにしてアクセスすることでjpgファイルにもアクセス出来ます
                            goods_image_display_order:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 並び順 / 文字列型
                            goods_image_status:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ファイル状態 / 数値型 / 0:未ダウンロード 1:ダウンロード中 2:ダウンロード済み 3:アップロード済み 4:アップロード中 9:削除済み ※ファイル選択でアップロードされた場合は、1になります
                            goods_image_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型
                            goods_image_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            goods_image_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            goods_image_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            goods_image_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            goods_image_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            goods_image_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            goods_image_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            goods_image_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            goods_image_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '1'
                access_token: xxxxx
                access_token_end_date: '2017-04-18 11:19:26'
                refresh_token: xxxxx
                refresh_token_end_date: '2017-04-20 11:19:26'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxxxx&refresh_token=xxxxx'' https://api.next-engine.org/api_v1_master_goodsimage/count'
        - lang: typescript
          source: |-
            // POST /api_v1_master_goodsimage/count - 商品画像件数取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_goodsimage/count', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_goodsimage/count - 商品画像件数取得
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_goodsimage/count',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_goodsimage/search:
    post:
      summary: 商品画像検索
      operationId: api_v1_master_goodsimage_search
      tags:
        - 商品画像
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            goods_image_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品画像ID / 数値型
                            goods_image_goods_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品コード / 文字列型
                            goods_image_file_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ファイル名 / 文字列型
                            goods_image_url_http:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL(HTTP) / 文字列型
                            goods_image_url_https:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像URL(HTTPS) / 文字列型
                            goods_image_size:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: サイズ / 数値型 / 単位はバイト。500KB(1024計算)以下
                            goods_image_width:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 幅 / 数値型 / 単位：ピクセル。2100px以下
                            goods_image_height:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 高さ / 数値型 / 単位：ピクセル。2100px以下
                            goods_image_alt:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像説明 / 文字列型 / HTMLのimg要素のalt属性
                            goods_image_convert_flg:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 自動変換フラグ / 数値型 / 自動作成したJPEG画像がある場合、1。このフラグが1の場合、URLはjpg以外が設定されており、拡張子をjpgにしてアクセスすることでjpgファイルにもアクセス出来ます
                            goods_image_display_order:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 並び順 / 文字列型
                            goods_image_status:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ファイル状態 / 数値型 / 0:未ダウンロード 1:ダウンロード中 2:ダウンロード済み 3:アップロード済み 4:アップロード中 9:削除済み ※ファイル選択でアップロードされた場合は、1になります
                            goods_image_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型
                            goods_image_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            goods_image_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            goods_image_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            goods_image_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            goods_image_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            goods_image_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            goods_image_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            goods_image_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            goods_image_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '2'
                data:
                  - goods_image_id: '1'
                    goods_image_goods_id: T101
                    goods_image_file_name: 2af4aec82a6f7f67fa09b2ae5e84c87e_201701181.jpg
                    goods_image_url_http: xxxxx
                    goods_image_url_https: xxxxx
                    goods_image_size: '219519'
                    goods_image_width: '2048'
                    goods_image_height: '1152'
                    goods_image_alt: ''
                    goods_image_convert_flg: '0'
                    goods_image_display_order: '1'
                    goods_image_status: '3'
                    goods_image_deleted_flag: '0'
                    goods_image_creation_date: '2017-01-18 15:44:50'
                    goods_image_last_modified_date: '2017-01-18 16:01:50'
                    goods_image_last_modified_null_safe_date: '2017-01-18 16:01:50'
                    goods_image_creator_id: '10004'
                    goods_image_creator_name: xxxxx
                    goods_image_last_modified_by_id: '10004'
                    goods_image_last_modified_by_null_safe_id: '10004'
                    goods_image_last_modified_by_name: xxxxx
                    goods_image_last_modified_by_null_safe_name: xxxxx
                    goods_image_tag_id: '1'
                    goods_image_tag_goods_image_id: '1'
                    goods_image_tag_image_tag_id: '1'
                    goods_image_tag_deleted_flag: '0'
                    goods_image_tag_creation_date: '2017-01-18 15:44:50'
                    goods_image_tag_last_modified_date: '2017-01-18 15:44:50'
                    goods_image_tag_last_modified_null_safe_date: '2017-01-18 15:44:50'
                    goods_image_tag_creator_id: '0'
                    goods_image_tag_creator_name: System
                    goods_image_tag_last_modified_by_id: '0'
                    goods_image_tag_last_modified_by_null_safe_id: '0'
                    goods_image_tag_last_modified_by_name: System
                    goods_image_tag_last_modified_by_null_safe_name: System
                    image_tag_id: '1'
                    image_tag_mall_id: '0'
                    image_tag_mall_sub_id: '0'
                    image_tag_text: 基本-画像1
                    image_tag_auto_register_no: '1'
                    image_tag_display_order: '1'
                    image_tag_deleted_flag: '0'
                    image_tag_creation_date: '2014-10-17 17:08:45'
                    image_tag_last_modified_date: '2014-10-17 17:08:45'
                    image_tag_last_modified_null_safe_date: '2014-10-17 17:08:45'
                    image_tag_creator_id: '0'
                    image_tag_creator_name: System
                    image_tag_last_modified_by_id: '0'
                    image_tag_last_modified_by_null_safe_id: '0'
                    image_tag_last_modified_by_name: System
                    image_tag_last_modified_by_null_safe_name: System
                  - goods_image_id: '2'
                    goods_image_goods_id: T101
                    goods_image_file_name: e4213e243da9497baffb3e0db8a3f167_201702102.jpg
                    goods_image_url_http: xxxxx
                    goods_image_url_https: xxxxx
                    goods_image_size: '130186'
                    goods_image_width: '800'
                    goods_image_height: '489'
                    goods_image_alt: ''
                    goods_image_convert_flg: '0'
                    goods_image_display_order: '2'
                    goods_image_status: '3'
                    goods_image_deleted_flag: '0'
                    goods_image_creation_date: '2017-02-10 16:08:41'
                    goods_image_last_modified_date: '2017-02-10 16:28:11'
                    goods_image_last_modified_null_safe_date: '2017-02-10 16:28:11'
                    goods_image_creator_id: '10002'
                    goods_image_creator_name: xxxxx
                    goods_image_last_modified_by_id: '10002'
                    goods_image_last_modified_by_null_safe_id: '10002'
                    goods_image_last_modified_by_name: xxxxx
                    goods_image_last_modified_by_null_safe_name: xxxxx
                    goods_image_tag_id: '2'
                    goods_image_tag_goods_image_id: '2'
                    goods_image_tag_image_tag_id: '2'
                    goods_image_tag_deleted_flag: '0'
                    goods_image_tag_creation_date: '2017-02-10 16:08:41'
                    goods_image_tag_last_modified_date: '2017-02-10 16:08:41'
                    goods_image_tag_last_modified_null_safe_date: '2017-02-10 16:08:41'
                    goods_image_tag_creator_id: '10002'
                    goods_image_tag_creator_name: xxxxx
                    goods_image_tag_last_modified_by_id: '10002'
                    goods_image_tag_last_modified_by_null_safe_id: '10002'
                    goods_image_tag_last_modified_by_name: xxxxx
                    goods_image_tag_last_modified_by_null_safe_name: xxxxx
                    image_tag_id: '2'
                    image_tag_mall_id: '0'
                    image_tag_mall_sub_id: '0'
                    image_tag_text: 基本-画像2
                    image_tag_auto_register_no: '2'
                    image_tag_display_order: '2'
                    image_tag_deleted_flag: '0'
                    image_tag_creation_date: '2014-10-17 17:08:45'
                    image_tag_last_modified_date: '2014-10-17 17:08:45'
                    image_tag_last_modified_null_safe_date: '2014-10-17 17:08:45'
                    image_tag_creator_id: '0'
                    image_tag_creator_name: System
                    image_tag_last_modified_by_id: '0'
                    image_tag_last_modified_by_null_safe_id: '0'
                    image_tag_last_modified_by_name: System
                    image_tag_last_modified_by_null_safe_name: System
                access_token: xxxxx
                access_token_end_date: '2017-04-18 11:19:26'
                refresh_token: xxxxx
                refresh_token_end_date: '2017-04-20 11:19:26'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxxxxxxxx&refresh_token=xxxxxxxxx&fields=xxxxxxxx,xxxxxxx&goods_image_creator_name-like=xxxxx&offset=0&limit=2'' https://api.next-engine.org/api_v1_master_goodsimage/search'
        - lang: typescript
          source: |-
            // POST /api_v1_master_goodsimage/search - 商品画像検索
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
              offset: '0',
              limit: '50',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_goodsimage/search', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_goodsimage/search - 商品画像検索
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
                'offset': '0',
                'limit': '50',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_goodsimage/search',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_goodsimagetag/count:
    post:
      summary: 商品画像分類タグ件数取得
      operationId: api_v1_master_goodsimagetag_count
      tags:
        - 商品画像分類タグ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            goods_image_tag_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品画像分類タグID / 数値型
                            goods_image_tag_goods_image_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品画像ID / 数値型
                            goods_image_tag_image_tag_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像分類タグID / 文字列型
                            goods_image_tag_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型
                            goods_image_tag_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            goods_image_tag_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            goods_image_tag_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            goods_image_tag_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            goods_image_tag_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            goods_image_tag_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            goods_image_tag_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            goods_image_tag_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            goods_image_tag_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '1'
                access_token: xxxxx
                access_token_end_date: '2017-04-18 11:19:26'
                refresh_token: xxxxx
                refresh_token_end_date: '2017-04-20 11:19:26'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxxxx&refresh_token=xxxxx'' https://api.next-engine.org/api_v1_master_goodsimagetag/count'
        - lang: typescript
          source: |-
            // POST /api_v1_master_goodsimagetag/count - 商品画像分類タグ件数取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_goodsimagetag/count', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_goodsimagetag/count - 商品画像分類タグ件数取得
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_goodsimagetag/count',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_goodsimagetag/search:
    post:
      summary: 商品画像分類タグ検索
      operationId: api_v1_master_goodsimagetag_search
      tags:
        - 商品画像分類タグ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            goods_image_tag_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品画像分類タグID / 数値型
                            goods_image_tag_goods_image_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品画像ID / 数値型
                            goods_image_tag_image_tag_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像分類タグID / 文字列型
                            goods_image_tag_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型
                            goods_image_tag_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            goods_image_tag_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            goods_image_tag_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            goods_image_tag_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            goods_image_tag_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            goods_image_tag_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            goods_image_tag_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            goods_image_tag_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            goods_image_tag_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxxxxxxxx&refresh_token=xxxxxxxxx&fields=xxxxxxxx,xxxxxxx&goods_image_tag_creator_name-like=xxxxx&offset=0&limit=2'' https://api.next-engine.org/api_v1_master_goodsimagetag/search'
        - lang: typescript
          source: |-
            // POST /api_v1_master_goodsimagetag/search - 商品画像分類タグ検索
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
              offset: '0',
              limit: '50',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_goodsimagetag/search', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_goodsimagetag/search - 商品画像分類タグ検索
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
                'offset': '0',
                'limit': '50',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_goodsimagetag/search',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_goodsmapping/count:
    post:
      summary: 商品コード紐づけ件数取得
      operationId: api_v1_master_goodsmapping_count
      tags:
        - 商品コード紐づけ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            goods_mapping_shop_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗コード / 数値型
                            goods_mapping_goods_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品コード / 文字列型
                            goods_mapping_shop_goods_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗商品コード / 文字列型
                            goods_mapping_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型
                            goods_mapping_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            goods_mapping_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            goods_mapping_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            goods_mapping_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            goods_mapping_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            goods_mapping_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            goods_mapping_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            goods_mapping_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            goods_mapping_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '3'
                access_token: XXX
                access_token_end_date: '2025-08-14 16:12:31'
                refresh_token: XXX
                refresh_token_end_date: '2025-08-16 16:12:31'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-doc-path: /api/api_v1_master_goodsmapping/count/
      x-codeSamples:
        - lang: shell
          source: |-
            curl -X POST 'https://api.next-engine.org/api_v1_master_goodsmapping/count' \
            -d 'access_token=XXX&goods_mapping_deleted_flag-eq=0'
        - lang: typescript
          source: |-
            // POST /api_v1_master_goodsmapping/count - 商品コード紐づけ件数取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_goodsmapping/count', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_goodsmapping/count - 商品コード紐づけ件数取得
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_goodsmapping/count',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_goodsmapping/search:
    post:
      summary: 商品コード紐づけ検索
      operationId: api_v1_master_goodsmapping_search
      tags:
        - 商品コード紐づけ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            goods_mapping_shop_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗コード / 数値型
                            goods_mapping_goods_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品コード / 文字列型
                            goods_mapping_shop_goods_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗商品コード / 文字列型
                            goods_mapping_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型
                            goods_mapping_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            goods_mapping_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            goods_mapping_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            goods_mapping_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            goods_mapping_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            goods_mapping_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            goods_mapping_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            goods_mapping_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            goods_mapping_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '1'
                data:
                  - goods_mapping_shop_id: '1'
                    goods_mapping_goods_id: s01
                    goods_mapping_shop_goods_id: s0101
                    goods_mapping_deleted_flag: '0'
                    goods_mapping_creation_date: '2025-08-08 08:48:14'
                    goods_mapping_last_modified_date: '2025-08-08 08:48:14'
                    goods_mapping_last_modified_null_safe_date: '2025-08-08 08:48:14'
                    goods_mapping_creator_id: '2'
                    goods_mapping_creator_name: 当社担当者
                    goods_mapping_last_modified_by_id: '2'
                    goods_mapping_last_modified_by_null_safe_id: '2'
                    goods_mapping_last_modified_by_name: 当社担当者
                    goods_mapping_last_modified_by_null_safe_name: 当社担当者
                access_token: XXX
                access_token_end_date: '2025-08-14 16:12:31'
                refresh_token: XXX
                refresh_token_end_date: '2025-08-16 16:12:31'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-doc-path: /api/api_v1_master_goodsmapping/search/
      x-codeSamples:
        - lang: shell
          source: |-
            curl -X POST 'https://api.next-engine.org/api_v1_master_goodsmapping/search' \
             -d 'access_token=XXX&goods_mapping_shop_id-eq=1&fields=goods_mapping_shop_id,goods_mapping_goods_id,goods_mapping_shop_goods_id,goods_mapping_deleted_flag,goods_mapping_creation_date,goods_mapping_last_modified_date,goods_mapping_last_modified_null_safe_date,goods_mapping_creator_id,goods_mapping_creator_name,goods_mapping_last_modified_by_id,goods_mapping_last_modified_by_null_safe_id,goods_mapping_last_modified_by_name,goods_mapping_last_modified_by_null_safe_name'
        - lang: typescript
          source: |-
            // POST /api_v1_master_goodsmapping/search - 商品コード紐づけ検索
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
              offset: '0',
              limit: '50',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_goodsmapping/search', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_goodsmapping/search - 商品コード紐づけ検索
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
                'offset': '0',
                'limit': '50',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_goodsmapping/search',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_goodstag/count:
    post:
      summary: 商品タグ件数取得
      operationId: api_v1_master_goodstag_count
      tags:
        - 商品タグ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            goods_tag_goods_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品コード / 文字列型
                            goods_tag_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品タグ名 / 文字列型
                            goods_tag_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型
                            goods_tag_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            goods_tag_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            goods_tag_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            goods_tag_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            goods_tag_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            goods_tag_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            goods_tag_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            goods_tag_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            goods_tag_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '15'
                access_token: xxxxx
                access_token_end_date: '2017-04-15 13:03:47'
                refresh_token: xxxxx
                refresh_token_end_date: '2017-04-17 13:03:47'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1&goods_tag_deleted_flag-eq=0'' https://api.next-engine.org/api_v1_master_goodstag/count'
        - lang: typescript
          source: |-
            // POST /api_v1_master_goodstag/count - 商品タグ件数取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_goodstag/count', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_goodstag/count - 商品タグ件数取得
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_goodstag/count',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_goodstag/search:
    post:
      summary: 商品タグ検索
      operationId: api_v1_master_goodstag_search
      tags:
        - 商品タグ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            goods_tag_goods_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品コード / 文字列型
                            goods_tag_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品タグ名 / 文字列型
                            goods_tag_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型
                            goods_tag_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            goods_tag_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            goods_tag_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            goods_tag_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            goods_tag_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            goods_tag_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            goods_tag_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            goods_tag_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            goods_tag_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '15'
                data:
                  - goods_tag_goods_id: T102
                    goods_tag_name: t-shirt
                  - goods_tag_goods_id: T102
                    goods_tag_name: '2017'
                  - goods_tag_goods_id: T102
                    goods_tag_name: cheap
                  - goods_tag_goods_id: TestP001
                    goods_tag_name: t-shirt
                  - goods_tag_goods_id: TestP001
                    goods_tag_name: '2017'
                  - goods_tag_goods_id: TestP001
                    goods_tag_name: cheap
                  - goods_tag_goods_id: T101-Red
                    goods_tag_name: t-shirt
                  - goods_tag_goods_id: T101-Red
                    goods_tag_name: '2017'
                  - goods_tag_goods_id: T101-Red
                    goods_tag_name: cheap
                  - goods_tag_goods_id: T101-Red
                    goods_tag_name: nice
                  - goods_tag_goods_id: T101
                    goods_tag_name: t-shirt
                  - goods_tag_goods_id: T101
                    goods_tag_name: '2017'
                  - goods_tag_goods_id: T101
                    goods_tag_name: cheap
                  - goods_tag_goods_id: T101
                    goods_tag_name: nice
                  - goods_tag_goods_id: T101
                    goods_tag_name: nice
                access_token: xxxxx
                access_token_end_date: '2017-04-15 13:03:47'
                refresh_token: xxxxx
                refresh_token_end_date: '2017-04-17 13:03:47'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1&fields=goods_tag_goods_id, goods_tag_name&goods_tag_deleted_flag-eq=0&offset=0&limit=100'' https://api.next-engine.org/api_v1_master_goodstag/search'
        - lang: typescript
          source: |-
            // POST /api_v1_master_goodstag/search - 商品タグ検索
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
              offset: '0',
              limit: '50',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_goodstag/search', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_goodstag/search - 商品タグ検索
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
                'offset': '0',
                'limit': '50',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_goodstag/search',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_goodswholesale/count:
    post:
      summary: 商品別卸先マスタ件数取得
      operationId: api_v1_master_goodswholesale_count
      tags:
        - 商品別卸先マスタ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            goods_wholesale_goods_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品コード / 文字列型
                            goods_wholesale_wholesale_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 卸先コード / 文字列型
                            goods_wholesale_wholesale_retail_ratio:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品別卸先掛率 / 数値型
                            goods_wholesale_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            goods_wholesale_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            goods_wholesale_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            goods_wholesale_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            goods_wholesale_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            goods_wholesale_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            goods_wholesale_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            goods_wholesale_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            goods_wholesale_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '1'
                access_token: xxxxx
                access_token_end_date: '2017-04-18 11:19:26'
                refresh_token: xxxxx
                refresh_token_end_date: '2017-04-20 11:19:26'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxxxx&refresh_token=xxxxx'' https://api.next-engine.org/api_v1_master_goodswholesale/count'
        - lang: typescript
          source: |-
            // POST /api_v1_master_goodswholesale/count - 商品別卸先マスタ件数取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_goodswholesale/count', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_goodswholesale/count - 商品別卸先マスタ件数取得
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_goodswholesale/count',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_goodswholesale/search:
    post:
      summary: 商品別卸先マスタ検索
      operationId: api_v1_master_goodswholesale_search
      tags:
        - 商品別卸先マスタ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            goods_wholesale_goods_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品コード / 文字列型
                            goods_wholesale_wholesale_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 卸先コード / 文字列型
                            goods_wholesale_wholesale_retail_ratio:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品別卸先掛率 / 数値型
                            goods_wholesale_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            goods_wholesale_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            goods_wholesale_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            goods_wholesale_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            goods_wholesale_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            goods_wholesale_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            goods_wholesale_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            goods_wholesale_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            goods_wholesale_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '1'
                data:
                  - goods_wholesale_goods_id: T101-Red
                    goods_wholesale_wholesale_id: '5555'
                    goods_wholesale_wholesale_retail_ratio: '10.0'
                    goods_wholesale_creation_date: '2017-02-13 13:02:37'
                    goods_wholesale_last_modified_date: '2017-02-13 13:02:37'
                    goods_wholesale_last_modified_null_safe_date: '2017-02-13 13:02:37'
                    goods_wholesale_creator_id: '10003'
                    goods_wholesale_creator_name: xxxxx
                    goods_wholesale_last_modified_by_id: '10003'
                    goods_wholesale_last_modified_by_null_safe_id: '10003'
                    goods_wholesale_last_modified_by_name: xxxxx
                    goods_wholesale_last_modified_by_null_safe_name: xxxxx
                    wholesale_id: '5555'
                    wholesale_name: hcm - wholesaler
                    wholesale_kana: ''
                    wholesale_post_name: ''
                    wholesale_zip_code: '70000'
                    wholesale_address1: HCM
                    wholesale_address2: ''
                    wholesale_phone: ''
                    wholesale_fax: ''
                    wholesale_mail_address: ''
                    wholesale_destination_pic_name: Tokyo
                    wholesale_destination_pic_kana: ''
                    wholesale_destination_zip_code: '18000'
                    wholesale_destination_address1: Tokyo
                    wholesale_destination_address2: ''
                    wholesale_destination_phone: ''
                    wholesale_delivery_id: '10'
                    wholesale_delivery_name: 佐川急便(e飛伝PRO)
                    wholesale_payment_method_id: '0'
                    wholesale_payment_method_name: クレジットカード
                    wholesale_retail_ratio: null
                    wholesale_destination_no: '1'
                    wholesale_credit_line_price: null
                    wholesale_closing_day: null
                    wholesale_note: null
                    wholesale_deleted_flag: '0'
                    wholesale_creation_date: '2017-02-09 16:24:31'
                    wholesale_last_modified_date: '2017-02-13 12:52:58'
                    wholesale_last_modified_null_safe_date: '2017-02-13 12:52:58'
                    wholesale_creator_id: '0'
                    wholesale_creator_name: System
                    wholesale_last_modified_by_id: '0'
                    wholesale_last_modified_by_null_safe_id: '0'
                    wholesale_last_modified_by_name: System
                    wholesale_last_modified_by_null_safe_name: System
                access_token: xxxxx
                access_token_end_date: '2017-04-18 11:19:26'
                refresh_token: xxxxx
                refresh_token_end_date: '2017-04-20 11:19:26'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxxxxxxxx&refresh_token=xxxxxxxxx&fields=xxxxxxxx,xxxxxxx&goods_wholesale_goods_id-like=xxxxx&offset=0&limit=2'' https://api.next-engine.org/api_v1_master_goodswholesale/search'
        - lang: typescript
          source: |-
            // POST /api_v1_master_goodswholesale/search - 商品別卸先マスタ検索
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
              offset: '0',
              limit: '50',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_goodswholesale/search', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_goodswholesale/search - 商品別卸先マスタ検索
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
                'offset': '0',
                'limit': '50',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_goodswholesale/search',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_keepstock/count:
    post:
      summary: 区分け在庫マスタ件数取得
      operationId: api_v1_master_keepstock_count
      tags:
        - 区分け在庫マスタ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            keep_stock_goods_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品コード / 文字列型
                            keep_stock_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 区分け在庫名 / 文字列型
                            keep_stock_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 区分け在庫数 / 数値型
                            keep_stock_due_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 期限 / 日時型
                            keep_stock_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 備考 / 文字列型
                            keep_stock_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型
                            keep_stock_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            keep_stock_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            keep_stock_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            keep_stock_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            keep_stock_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            keep_stock_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            keep_stock_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            keep_stock_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            keep_stock_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '1'
                access_token: xxxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H ''cache-control: no-cache'' -F access_token=xxxxxx -F refresh_token=xxxxxx -F wait_flag=1 -F keep_stock_name-like=test https://api.next-engine.org/api_v1_master_keepstock/count'
        - lang: typescript
          source: |-
            // POST /api_v1_master_keepstock/count - 区分け在庫マスタ件数取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_keepstock/count', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_keepstock/count - 区分け在庫マスタ件数取得
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_keepstock/count',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_keepstock/search:
    post:
      summary: 区分け在庫マスタ検索
      operationId: api_v1_master_keepstock_search
      tags:
        - 区分け在庫マスタ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            keep_stock_goods_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品コード / 文字列型
                            keep_stock_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 区分け在庫名 / 文字列型
                            keep_stock_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 区分け在庫数 / 数値型
                            keep_stock_due_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 期限 / 日時型
                            keep_stock_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 備考 / 文字列型
                            keep_stock_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型
                            keep_stock_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            keep_stock_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            keep_stock_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            keep_stock_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            keep_stock_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            keep_stock_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            keep_stock_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            keep_stock_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            keep_stock_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '1'
                data:
                  - keep_stock_goods_id: T101
                    keep_stock_name: test
                    keep_stock_quantity: '1'
                    keep_stock_due_date: '2017-01-19 00:00:00'
                    keep_stock_note: ''
                    keep_stock_deleted_flag: '0'
                    keep_stock_creation_date: '2017-01-18 16:12:04'
                    keep_stock_last_modified_date: null
                    keep_stock_last_modified_null_safe_date: '2017-01-18 16:12:04'
                    keep_stock_creator_id: '10004'
                    keep_stock_creator_name: xxxxxxx
                    keep_stock_last_modified_by_id: null
                    keep_stock_last_modified_by_null_safe_id: '10004'
                    keep_stock_last_modified_by_name: null
                    keep_stock_last_modified_by_null_safe_name: xxxxxxxxx
                access_token: xxxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST https://api.next-engine.org/api_v1_master_keepstock/search -H ''cache-control: no-cache'' -F access_token=xxxxxx -F refresh_token=xxxxxx -F wait_flag=1 -F ''fields=keep_stock_goods_id,keep_stock_name,keep_stock_quantity,keep_stock_due_date,keep_stock_note,keep_stock_deleted_flag,keep_stock_creation_date,keep_stock_last_modified_date,keep_stock_last_modified_null_safe_date,keep_stock_creator_id,keep_stock_creator_name,keep_stock_last_modified_by_id,keep_stock_last_modified_by_null_safe_id,keep_stock_last_modified_by_name,keep_stock_last_modified_by_null_safe_name'' -F keep_stock_name-like=test -F offset=0 -F limit=1'
        - lang: typescript
          source: |-
            // POST /api_v1_master_keepstock/search - 区分け在庫マスタ検索
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
              offset: '0',
              limit: '50',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_keepstock/search', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_keepstock/search - 区分け在庫マスタ検索
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
                'offset': '0',
                'limit': '50',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_keepstock/search',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_mailtag/count:
    post:
      summary: メールタグ件数取得
      operationId: api_v1_master_mailtag_count
      tags:
        - メールタグ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            mail_tag_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メールタグ / 文字列型
                            mail_tag_month:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 対応月 / 数値型 / 0-12の値が設定される。0:メール送信月に対応する1-12の設定がない場合、適用される。1-12:メール送信月の１月～１２月に対応する。
                            mail_tag_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メールタグ概要 / 文字列型
                            mail_tag_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メールタグ備考 / 文字列型
                            mail_tag_message1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メッセージ1 / 文字列型 / メール送信時、メッセージ1~6の中からランダムにメッセージが選択される。
                            mail_tag_message2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メッセージ2 / 文字列型
                            mail_tag_message3:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メッセージ1 / 文字列型
                            mail_tag_message4:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メッセージ2 / 文字列型
                            mail_tag_message5:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メッセージ1 / 文字列型
                            mail_tag_message6:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メッセージ2 / 文字列型
                            mail_tag_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型
                            mail_tag_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            mail_tag_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            mail_tag_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            mail_tag_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            mail_tag_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            mail_tag_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            mail_tag_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            mail_tag_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            mail_tag_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '1'
                access_token: xxxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxxxxx &refresh_token=xxxxxxx&wait_flag=1&mail_tag_id-like=MyMailTag&mail_tag_month-eq=2'' https://api.next-engine.org/api_v1_master_mailtag/count'
        - lang: typescript
          source: |-
            // POST /api_v1_master_mailtag/count - メールタグ件数取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_mailtag/count', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_mailtag/count - メールタグ件数取得
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_mailtag/count',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_mailtag/search:
    post:
      summary: メールタグ検索
      operationId: api_v1_master_mailtag_search
      tags:
        - メールタグ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            mail_tag_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メールタグ / 文字列型
                            mail_tag_month:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 対応月 / 数値型 / 0-12の値が設定される。0:メール送信月に対応する1-12の設定がない場合、適用される。1-12:メール送信月の１月～１２月に対応する。
                            mail_tag_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メールタグ概要 / 文字列型
                            mail_tag_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メールタグ備考 / 文字列型
                            mail_tag_message1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メッセージ1 / 文字列型 / メール送信時、メッセージ1~6の中からランダムにメッセージが選択される。
                            mail_tag_message2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メッセージ2 / 文字列型
                            mail_tag_message3:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メッセージ1 / 文字列型
                            mail_tag_message4:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メッセージ2 / 文字列型
                            mail_tag_message5:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メッセージ1 / 文字列型
                            mail_tag_message6:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メッセージ2 / 文字列型
                            mail_tag_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型
                            mail_tag_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            mail_tag_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            mail_tag_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            mail_tag_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            mail_tag_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            mail_tag_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            mail_tag_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            mail_tag_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            mail_tag_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '1'
                data:
                  - mail_tag_id: MyMailTag
                    mail_tag_month: '2'
                    mail_tag_name: ok
                    mail_tag_note: ok
                    mail_tag_message1: ammamamamamamam
                    mail_tag_message2: ''
                    mail_tag_message3: ''
                    mail_tag_message4: ''
                    mail_tag_message5: ''
                    mail_tag_message6: ''
                    mail_tag_deleted_flag: '0'
                    mail_tag_creation_date: '2017-02-09 16:09:01'
                    mail_tag_last_modified_date: null
                    mail_tag_last_modified_null_safe_date: '2017-02-09 16:09:01'
                    mail_tag_creator_id: '10003'
                    mail_tag_creator_name: xxxxxxxx
                    mail_tag_last_modified_by_id: null
                    mail_tag_last_modified_by_null_safe_id: '10003'
                    mail_tag_last_modified_by_name: null
                    mail_tag_last_modified_by_null_safe_name: xxxxxxx
                access_token: xxxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxxxxx&refresh_token=xxxxxx&wait_flag=1&''fields=mail_tag_id,mail_tag_month,mail_tag_name,mail_tag_note,mail_tag_message1,mail_tag_message2,mail_tag_message3,mail_tag_message4,mail_tag_message5,mail_tag_message6,mail_tag_deleted_flag,mail_tag_creation_date,mail_tag_last_modified_date,mail_tag_last_modified_null_safe_date,mail_tag_creator_id,mail_tag_creator_name,mail_tag_last_modified_by_id,mail_tag_last_modified_by_null_safe_id,mail_tag_last_modified_by_name,mail_tag_last_modified_by_null_safe_name''&mail_tag_id-like=''MyMailTag''&mail_tag_month-eq=2&offset=0&limit=2'' https://api.next-engine.org/api_v1_master_mailtag/search'
        - lang: typescript
          source: |-
            // POST /api_v1_master_mailtag/search - メールタグ検索
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
              offset: '0',
              limit: '50',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_mailtag/search', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_mailtag/search - メールタグ検索
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
                'offset': '0',
                'limit': '50',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_mailtag/search',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_setgoods/count:
    post:
      summary: セット商品マスタ件数取得
      operationId: api_v1_master_setgoods_count
      tags:
        - セット商品マスタ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            set_goods_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: セット商品コード / 文字列型
                            set_goods_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: セット商品名 / 文字列型
                            set_goods_selling_price:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: セット商品単価（セット販売価格） / 数値型
                            set_goods_detail_goods_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品コード（内訳） / 文字列型
                            set_goods_detail_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 数量（内訳） / 数値型
                            set_goods_representation_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 代表商品コード / 文字列型
                            set_goods_tax_rate:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 消費税率 / 数値型
                            set_goods_jan_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: JANコード / 文字列型
                            set_goods_foreign_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 英語表記名 / 文字列型
                            set_goods_display_price:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 定価 / 数値型
                            set_goods_tax_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 消費税 / 数値型 / 0:税別 1:税込 2:非課税
                            set_goods_model_number:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 型番 / 文字列型
                            set_goods_location:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ロケーションコード / 文字列型
                            set_goods_gift_ok_flg:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ギフト可否 / 数値型 / 0:不可 1:可
                            set_goods_size:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: サイズ / 文字列型
                            set_goods_maker_model_number:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メーカー型番 / 文字列型
                            set_goods_condition_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品状態 / 文字列型 / 01:新品 02:中古 03:その他 04:未使用に近い 05:目立った傷や汚れなし 06:やや傷や汚れあり 07:傷や汚れあり 08:全体的に状態が悪い
                            set_goods_condition_description:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品状態説明 / 文字列型
                            set_goods_width:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: パッケージ込みの幅 / 数値型
                            set_goods_length:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: パッケージ込みの奥行き / 数値型
                            set_goods_height:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: パッケージ込みの高さ / 数値型
                            set_goods_weight:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: パッケージ込みの重さ / 数値型
                            set_goods_same_day_delivery_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 当日・翌日発送 / 数値型 / 1:当日 2:翌日
                            set_goods_option_noshi_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: のし対応 / 数値型 / 0:対応しない 1:対応する
                            set_goods_color:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 色 / 文字列型
                            set_goods_brand_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ブランド名 / 文字列型
                            set_goods_maker_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メーカー名 / 文字列型
                            set_goods_first_time_sold_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 販売開始日 / 日時型
                            set_goods_last_time_sold_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 販売終了日 / 日時型
                            set_goods_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            set_goods_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            set_goods_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            set_goods_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            set_goods_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新担当者ID / 数値型
                            set_goods_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新担当者名 / 文字列型
                          additionalProperties: true
              example:
                result: success
                count: '10'
                access_token: xxx
                access_token_end_date: '2022-09-02 12:10:10'
                refresh_token: xxx
                refresh_token_end_date: '2022-09-04 12:10:10'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: curl -X POST "Content-Type:application/x-www-form-urlencoded" -d "access_token=xxx&refresh_token=xxx&wait_flag=1&set_goods_detail_goods_id-like=test-syohin0001%" https://api.next-engine.org/api_v1_master_setgoods/count
        - lang: typescript
          source: |-
            // POST /api_v1_master_setgoods/count - セット商品マスタ件数取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_setgoods/count', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_setgoods/count - セット商品マスタ件数取得
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_setgoods/count',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_setgoods/search:
    post:
      summary: セット商品マスタ検索
      operationId: api_v1_master_setgoods_search
      tags:
        - セット商品マスタ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            set_goods_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: セット商品コード / 文字列型
                            set_goods_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: セット商品名 / 文字列型
                            set_goods_selling_price:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: セット商品単価（セット販売価格） / 数値型
                            set_goods_detail_goods_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品コード（内訳） / 文字列型
                            set_goods_detail_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 数量（内訳） / 数値型
                            set_goods_representation_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 代表商品コード / 文字列型
                            set_goods_tax_rate:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 消費税率 / 数値型
                            set_goods_jan_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: JANコード / 文字列型
                            set_goods_foreign_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 英語表記名 / 文字列型
                            set_goods_display_price:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 定価 / 数値型
                            set_goods_tax_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 消費税 / 数値型 / 0:税別 1:税込 2:非課税
                            set_goods_model_number:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 型番 / 文字列型
                            set_goods_location:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ロケーションコード / 文字列型
                            set_goods_gift_ok_flg:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ギフト可否 / 数値型 / 0:不可 1:可
                            set_goods_size:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: サイズ / 文字列型
                            set_goods_maker_model_number:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メーカー型番 / 文字列型
                            set_goods_condition_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品状態 / 文字列型 / 01:新品 02:中古 03:その他 04:未使用に近い 05:目立った傷や汚れなし 06:やや傷や汚れあり 07:傷や汚れあり 08:全体的に状態が悪い
                            set_goods_condition_description:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品状態説明 / 文字列型
                            set_goods_width:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: パッケージ込みの幅 / 数値型
                            set_goods_length:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: パッケージ込みの奥行き / 数値型
                            set_goods_height:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: パッケージ込みの高さ / 数値型
                            set_goods_weight:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: パッケージ込みの重さ / 数値型
                            set_goods_same_day_delivery_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 当日・翌日発送 / 数値型 / 1:当日 2:翌日
                            set_goods_option_noshi_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: のし対応 / 数値型 / 0:対応しない 1:対応する
                            set_goods_color:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 色 / 文字列型
                            set_goods_brand_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ブランド名 / 文字列型
                            set_goods_maker_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メーカー名 / 文字列型
                            set_goods_first_time_sold_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 販売開始日 / 日時型
                            set_goods_last_time_sold_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 販売終了日 / 日時型
                            set_goods_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            set_goods_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            set_goods_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            set_goods_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            set_goods_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新担当者ID / 数値型
                            set_goods_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新担当者名 / 文字列型
                          additionalProperties: true
              example:
                result: success
                count: '2'
                data:
                  - set_goods_id: set-test-syohin00001
                    set_goods_name: セットテスト商品00001
                    set_goods_detail_goods_id: test-syohin00001
                    set_goods_detail_quantity: '4'
                  - set_goods_id: set-test-syohin10001
                    set_goods_name: セットテスト商品10001
                    set_goods_detail_goods_id: test-syohin00001
                    set_goods_detail_quantity: '4'
                access_token: xxx
                access_token_end_date: '2022-09-27 18:45:17'
                refresh_token: xxx
                refresh_token_end_date: '2022-09-29 18:45:17'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: curl -X POST "Content-Type:application/x-www-form-urlencoded" -d "access_token=xxx&refresh_token=xxx&wait_flag=1&fields=set_goods_id,set_goods_name,set_goods_detail_goods_id,set_goods_detail_quantity&set_goods_detail_goods_id-like=test-syohin00001%&offset=0&limit=100" https://api.next-engine.org/api_v1_master_setgoods/search
        - lang: typescript
          source: |-
            // POST /api_v1_master_setgoods/search - セット商品マスタ検索
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
              offset: '0',
              limit: '50',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_setgoods/search', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_setgoods/search - セット商品マスタ検索
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
                'offset': '0',
                'limit': '50',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_setgoods/search',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_setgoods/upload:
    post:
      summary: セット商品マスタアップロード
      operationId: api_v1_master_setgoods_upload
      tags:
        - セット商品マスタ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - type: object
                  properties:
                    data_type:
                      type: string
                      description: dataのファイル種類 / csv:セット商品マスタCSV,gz:セット商品マスタCSVをGZIPで圧縮
                    data:
                      type: string
                      description: 'セット商品マスタCSVのファイル内容 / メイン機能仕様と同じ（推奨: Shift_JISまたはUTF-8）'
                  required:
                    - data_type
                    - data
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
              example:
                result: success
                que_id: '13'
                access_token: xxx
                access_token_end_date: '2022-09-01 14:19:22'
                refresh_token: xxx
                refresh_token_end_date: '2022-09-03 14:19:22'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: |-
            curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d 'access_token=xxx&refresh_token=xxx&wait_flag=1&data_type=csv&data=set_syohin_code,syohin_code,suryo,set_baika_tnk,set_syohin_name
            test-set1,test-0001,3,100,TEST-0001 3個セット
            test-set1,test-0002,4,100,TEST-0002 3個セット' https://api.next-engine.org/api_v1_master_setgoods/upload
        - lang: typescript
          source: |-
            // POST /api_v1_master_setgoods/upload - セット商品マスタアップロード
            const params = new URLSearchParams({
              access_token: '<access_token>',
              data_type: '<data_type>',
              data: '<data>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_setgoods/upload', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_setgoods/upload - セット商品マスタアップロード
            import requests

            params = {
                'access_token': '<access_token>',
                'data_type': '<data_type>',
                'data': '<data>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_setgoods/upload',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_setstock/count:
    post:
      summary: セット在庫マスタ件数取得
      operationId: api_v1_master_setstock_count
      tags:
        - セット在庫マスタ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            set_stock_set_goods_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: セット商品コード / 文字列型
                            set_stock_free_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: フリー在庫数 / 数値型
                            set_stock_advance_order_free_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 予約フリー在庫数 / 数値型
                            set_stock_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品区分 / 文字列型 / セット商品に含まれる商品の商品区分の中で最大の数字 0:通常, 10:予約, 20:受注発注
                            set_stock_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / 以下のうちで最も直近の日時 1. セット商品に含まれる商品の組み合わせか数量が変更された日時 2. セット商品に含まれる商品の在庫数が変更された日時 3. セット商品に含まれる商品が更新された日時
                          additionalProperties: true
              example:
                result: success
                count: '1'
                access_token: xxx
                access_token_end_date: '2022-09-02 18:18:12'
                refresh_token: xxx
                refresh_token_end_date: '2022-09-04 18:18:12'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: curl -X POST "Content-Type:application/x-www-form-urlencoded" -d "access_token=xxx&refresh_token=xxx&wait_flag=1&set_stock_set_goods_id-eq=set-test-syohin00001" https://api.next-engine.org/api_v1_master_setstock/count
        - lang: typescript
          source: |-
            // POST /api_v1_master_setstock/count - セット在庫マスタ件数取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_setstock/count', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_setstock/count - セット在庫マスタ件数取得
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_setstock/count',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_setstock/search:
    post:
      summary: セット在庫マスタ検索
      operationId: api_v1_master_setstock_search
      tags:
        - セット在庫マスタ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            set_stock_set_goods_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: セット商品コード / 文字列型
                            set_stock_free_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: フリー在庫数 / 数値型
                            set_stock_advance_order_free_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 予約フリー在庫数 / 数値型
                            set_stock_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品区分 / 文字列型 / セット商品に含まれる商品の商品区分の中で最大の数字 0:通常, 10:予約, 20:受注発注
                            set_stock_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / 以下のうちで最も直近の日時 1. セット商品に含まれる商品の組み合わせか数量が変更された日時 2. セット商品に含まれる商品の在庫数が変更された日時 3. セット商品に含まれる商品が更新された日時
                          additionalProperties: true
              example:
                result: success
                count: '1'
                data:
                  - set_stock_set_goods_id: set-test-syohin00001
                    set_stock_free_quantity: '0'
                    set_stock_advance_order_free_quantity: '0'
                    set_stock_type_id: '0'
                    set_stock_last_modified_date: '2022-08-25 18:52:46'
                access_token: xxx
                access_token_end_date: '2022-09-02 12:10:10'
                refresh_token: xxx
                refresh_token_end_date: '2022-09-04 12:10:10'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: curl -X POST "Content-Type:application/x-www-form-urlencoded" -d "access_token=xxx&refresh_token=xxx&wait_flag=1&offset=0&limit=10000&fields=set_stock_set_goods_id,set_stock_free_quantity,set_stock_advance_order_free_quantity,set_stock_type_id,set_stock_last_modified_date&set_stock_set_goods_id-eq=set-test-syohin00001" https://api.next-engine.org/api_v1_master_setstock/search
        - lang: typescript
          source: |-
            // POST /api_v1_master_setstock/search - セット在庫マスタ検索
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
              offset: '0',
              limit: '50',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_setstock/search', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_setstock/search - セット在庫マスタ検索
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
                'offset': '0',
                'limit': '50',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_setstock/search',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_shop/checkconnect:
    post:
      summary: 店舗マスタ店舗接続確認
      operationId: api_v1_master_shop_checkconnect
      tags:
        - 店舗マスタ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - type: object
                  properties:
                    shop_id:
                      type: string
                      description: 店舗ID / 接続確認対象の店舗のshop_id
                  required:
                    - shop_id
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            shop_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗ID / 数値型
                            shop_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗名 / 文字列型
                            shop_kana:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗名カナ / 文字列型
                            shop_abbreviated_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗略名 / 文字列型
                            shop_handling_goods_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 取扱商品名 / 文字列型
                            shop_close_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 閉店日 / 日時型
                            shop_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 備考 / 文字列型
                            shop_mall_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: モールID / 数値型
                            shop_authorization_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: オーソリ区分ID / 文字列型
                            shop_authorization_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: オーソリ区分名 / 文字列型
                            shop_tax_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 税区分ID / 文字列型
                            shop_tax_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 税区分名 / 文字列型
                            shop_currency_unit_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 通貨単位区分ID / 文字列型
                            shop_currency_unit_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 通貨単位区分名 / 文字列型
                            shop_tax_calculation_sequence_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 税計算順序 / 文字列型 / 0:商品計で税計算,1:単価から税計算
                            shop_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 後払い.com サイトID / 文字列型
                            shop_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型
                            shop_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            shop_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            shop_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            shop_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            shop_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            shop_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            shop_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            shop_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            shop_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: error
                code: '012005'
                message: FTPユーザ名またはパスワードが違います
                request_id: ''
                access_token: xxx
                access_token_end_date: '2017-04-19 11:21:13'
                refresh_token: xxx
                refresh_token_end_date: '2017-04-21 11:21:13'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: |-
            curl -X POST -H 'content-type: application/x-www-form-urlencoded' \
             -d 'access_token=xxx&refresh_token=xxx&wait_flag=1&shop_id=xxx' \
             https://api.next-engine.org/api_v1_master_shop/checkconnect
        - lang: typescript
          source: |-
            // POST /api_v1_master_shop/checkconnect - 店舗マスタ店舗接続確認
            const params = new URLSearchParams({
              access_token: '<access_token>',
              shop_id: '<shop_id>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_shop/checkconnect', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_shop/checkconnect - 店舗マスタ店舗接続確認
            import requests

            params = {
                'access_token': '<access_token>',
                'shop_id': '<shop_id>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_shop/checkconnect',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_shop/count:
    post:
      summary: 店舗マスタ件数取得
      operationId: api_v1_master_shop_count
      tags:
        - 店舗マスタ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            shop_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗ID / 数値型
                            shop_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗名 / 文字列型
                            shop_kana:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗名カナ / 文字列型
                            shop_abbreviated_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗略名 / 文字列型
                            shop_handling_goods_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 取扱商品名 / 文字列型
                            shop_close_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 閉店日 / 日時型
                            shop_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 備考 / 文字列型
                            shop_mall_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: モールID / 数値型
                            shop_authorization_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: オーソリ区分ID / 文字列型
                            shop_authorization_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: オーソリ区分名 / 文字列型
                            shop_tax_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 税区分ID / 文字列型
                            shop_tax_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 税区分名 / 文字列型
                            shop_currency_unit_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 通貨単位区分ID / 文字列型
                            shop_currency_unit_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 通貨単位区分名 / 文字列型
                            shop_tax_calculation_sequence_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 税計算順序 / 文字列型 / 0:商品計で税計算,1:単価から税計算
                            shop_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 後払い.com サイトID / 文字列型
                            shop_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型
                            shop_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            shop_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            shop_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            shop_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            shop_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            shop_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            shop_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            shop_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            shop_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: xxx
                access_token: xxx
                access_token_end_date: '2017-04-18 11:19:26'
                refresh_token: xxx
                refresh_token_end_date: '2017-04-20 11:19:26'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: |-
            curl -X POST -H 'content-type: application/x-www-form-urlencoded' \
             -d 'access_token=xxx&refresh_token=xxx&wait_flag=1&shop_id-eq=xxx' \
             https://api.next-engine.org/api_v1_master_shop/count
        - lang: typescript
          source: |-
            // POST /api_v1_master_shop/count - 店舗マスタ件数取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_shop/count', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_shop/count - 店舗マスタ件数取得
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_shop/count',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_shop/create:
    post:
      summary: 店舗マスタ店舗作成
      operationId: api_v1_master_shop_create
      tags:
        - 店舗マスタ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - type: object
                  properties:
                    test_flag:
                      type: string
                      description: 1:テスト, 1以外:通常 / テストの場合、入力チェックのみ実施し店舗を登録しません。作成したshop_idは固定で1を返却します
                    data:
                      type: string
                      description: 作成する店舗情報のXML / 詳細はこちらを参照
                  required:
                    - data
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            shop_mall_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: モール/カートID / 数値型 / 必須
                            shop_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗名 / 文字列型 / 必須
                            shop_abbreviated_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗略名 / 文字列型 / 必須
                            shop_kana:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗カナ / 文字列型
                            shop_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 備考 / 文字列型
                            shop_handling_goods_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 取扱商品名 / 文字列型
                            shop_tax_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 税区分ID / 文字列型 / 必須
                            shop_tax_calculation_sequence_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 税計算順序 / 文字列型 / 必須
                            shop_currency_unit_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 通貨単位ID / 文字列型 / 必須
                            shop_authorization_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: オーソリ区分ID / 文字列型
                            mall_login_id1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ログインID_1 / 文字列型
                            mall_login_id2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ログインID_2 / 文字列型
                            mall_login_id3:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ログインID_3 / 文字列型
                            mall_password1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: パスワード_1 / 文字列型
                            mall_password2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: パスワード_2 / 文字列型
                            mall_password3:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: パスワード_3 / 文字列型
                            shop_enabled_invoice:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: インボイス形式を適用 / 文字列型
                            default_delivery_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 規定の発送方法ID / 文字列型
                            shop_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 後払い.com サイトID / 文字列型
                          additionalProperties: true
              example:
                result: success
                shop_id: xxx
                access_token: xxx
                access_token_end_date: '2017-04-19 11:21:13'
                refresh_token: xxx
                refresh_token_end_date: '2017-04-21 11:21:13'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H ''content-type: application/x-www-form-urlencoded'' \ -d ''access_token=xxx&refresh_token=xxx&wait_flag=1&test_flag=1&data=xxx'' \ https://api.next-engine.org/api_v1_master_shop/create'
        - lang: typescript
          source: |-
            // POST /api_v1_master_shop/create - 店舗マスタ店舗作成
            const params = new URLSearchParams({
              access_token: '<access_token>',
              data: '<data>',
              // test_flag: '...', // optional
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_shop/create', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_shop/create - 店舗マスタ店舗作成
            import requests

            params = {
                'access_token': '<access_token>',
                'data': '<data>',
                # 'test_flag': '...',  # optional
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_shop/create',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
        - lang: xml
          source: |-
            <?xml version="1.0" encoding="utf-8"?>
            <root>
              <shop>
                <shop_mall_id>1</shop_mall_id>
                <shop_name>楽天店</shop_name>
                <shop_abbreviated_name>raku</shop_abbreviated_name>
                <shop_kana></shop_kana>
                <shop_note></shop_note>
                <shop_handling_goods_name>スマホグッズ</shop_handling_goods_name>
                <shop_tax_id>1</shop_tax_id>
                <shop_tax_calculation_sequence_id>1</shop_tax_calculation_sequence_id>
                <shop_currency_unit_id>1</shop_currency_unit_id>
                <shop_authorization_type_id></shop_authorization_type_id>
                <mall_login_id1>login_id</mall_login_id1>
                <mall_login_id2></mall_login_id2>
                <mall_login_id3></mall_login_id3>
                <mall_password1>password</mall_password1>
                <mall_password2></mall_password2>
                <mall_password3></mall_password3>
                <shop_type_id></shop_type_id>
                <default_delivery_id>13</default_delivery_id>
              </shop>
            </root>
  /api_v1_master_shop/mailaddress:
    post:
      summary: 店舗マスタ受注情報取り込み用メールアドレス取得
      operationId: api_v1_master_shop_mailaddress
      tags:
        - 店舗マスタ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - type: object
                  properties:
                    shop_id:
                      type: string
                      description: 店舗ID
                  required:
                    - shop_id
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            shop_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗ID / 数値型
                            shop_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗名 / 文字列型
                            shop_kana:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗名カナ / 文字列型
                            shop_abbreviated_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗略名 / 文字列型
                            shop_handling_goods_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 取扱商品名 / 文字列型
                            shop_close_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 閉店日 / 日時型
                            shop_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 備考 / 文字列型
                            shop_mall_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: モールID / 数値型
                            shop_authorization_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: オーソリ区分ID / 文字列型
                            shop_authorization_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: オーソリ区分名 / 文字列型
                            shop_tax_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 税区分ID / 文字列型
                            shop_tax_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 税区分名 / 文字列型
                            shop_currency_unit_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 通貨単位区分ID / 文字列型
                            shop_currency_unit_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 通貨単位区分名 / 文字列型
                            shop_tax_calculation_sequence_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 税計算順序 / 文字列型 / 0:商品計で税計算,1:単価から税計算
                            shop_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 後払い.com サイトID / 文字列型
                            shop_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型
                            shop_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            shop_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            shop_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            shop_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            shop_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            shop_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            shop_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            shop_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            shop_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                data:
                  shop_id: '1'
                  receiveorder_mail_address: xxxxxxx@xxxxxxx.xxxxx.xxx
                access_token: xxxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxx&refresh_token=xxx&shop_id=xxx'' https://api.next-engine.org/api_v1_master_shop/mailaddress'
        - lang: typescript
          source: |-
            // POST /api_v1_master_shop/mailaddress - 店舗マスタ受注情報取り込み用メールアドレス取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
              shop_id: '<shop_id>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_shop/mailaddress', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_shop/mailaddress - 店舗マスタ受注情報取り込み用メールアドレス取得
            import requests

            params = {
                'access_token': '<access_token>',
                'shop_id': '<shop_id>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_shop/mailaddress',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_shop/search:
    post:
      summary: 店舗マスタ検索
      operationId: api_v1_master_shop_search
      tags:
        - 店舗マスタ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            shop_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗ID / 数値型
                            shop_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗名 / 文字列型
                            shop_kana:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗名カナ / 文字列型
                            shop_abbreviated_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗略名 / 文字列型
                            shop_handling_goods_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 取扱商品名 / 文字列型
                            shop_close_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 閉店日 / 日時型
                            shop_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 備考 / 文字列型
                            shop_mall_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: モールID / 数値型
                            shop_authorization_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: オーソリ区分ID / 文字列型
                            shop_authorization_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: オーソリ区分名 / 文字列型
                            shop_tax_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 税区分ID / 文字列型
                            shop_tax_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 税区分名 / 文字列型
                            shop_currency_unit_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 通貨単位区分ID / 文字列型
                            shop_currency_unit_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 通貨単位区分名 / 文字列型
                            shop_tax_calculation_sequence_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 税計算順序 / 文字列型 / 0:商品計で税計算,1:単価から税計算
                            shop_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 後払い.com サイトID / 文字列型
                            shop_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型
                            shop_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            shop_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            shop_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            shop_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            shop_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            shop_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            shop_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            shop_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            shop_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '1'
                data:
                  - shop_id: '1'
                    shop_name: Test01
                    shop_kana: ''
                    shop_abbreviated_name: tst1
                    shop_handling_goods_name: null
                    shop_close_date: null
                    shop_note: ''
                    shop_mall_id: '1'
                    shop_authorization_type_id: '0'
                    shop_authorization_type_name: null
                    shop_tax_id: '0'
                    shop_tax_name: 税込
                    shop_currency_unit_id: '1'
                    shop_currency_unit_name: 円
                    shop_tax_calculation_sequence_id: '1'
                    shop_type_id: null
                    shop_deleted_flag: '0'
                    shop_creation_date: '2016-12-19 18:04:03'
                    shop_last_modified_date: '2016-12-19 18:04:03'
                    shop_last_modified_null_safe_date: '2016-12-19 18:04:03'
                    shop_creator_id: '2'
                    shop_creator_name: xxx
                    shop_last_modified_by_id: '2'
                    shop_last_modified_by_null_safe_id: '2'
                    shop_last_modified_by_name: xxx
                    shop_last_modified_by_null_safe_name: xxx
                access_token: xxx
                access_token_end_date: '2017-04-19 11:21:13'
                refresh_token: xxx
                refresh_token_end_date: '2017-04-21 11:21:13'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: |-
            curl -X POST -H 'content-type: application/x-www-form-urlencoded' \
             -d 'access_token=xxx&refresh_token=xxx&wait_flag=1&fields=xxx&shop_id-eq=xxx' \
             https://api.next-engine.org/api_v1_master_shop/search
        - lang: typescript
          source: |-
            // POST /api_v1_master_shop/search - 店舗マスタ検索
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
              offset: '0',
              limit: '50',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_shop/search', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_shop/search - 店舗マスタ検索
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
                'offset': '0',
                'limit': '50',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_shop/search',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_shop/update:
    post:
      summary: 店舗マスタ店舗更新
      operationId: api_v1_master_shop_update
      tags:
        - 店舗マスタ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - type: object
                  properties:
                    shop_id:
                      type: string
                      description: 店舗ID / 更新する店舗のshop_id
                    shop_last_modified_date:
                      type: string
                      description: 最終更新日 / 更新する店舗のshop_last_modified_date API実行時にメイン機能またはアプリで、店舗が更新されていないかを確認するために利用します メイン機能またはアプリで店舗が更新されている場合はエラーになります エラーになったら再度、店舗を検索してAPIを実行して下さい
                    data:
                      type: string
                      description: 作成する店舗情報のXML / 詳細はこちらを参照
                  required:
                    - shop_id
                    - shop_last_modified_date
                    - data
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            shop_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗名 / 文字列型 / ○
                            shop_abbreviated_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗略名 / 文字列型 / ○
                            shop_kana:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗カナ / 文字列型
                            shop_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 備考 / 文字列型
                            shop_handling_goods_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 取扱商品名 / 文字列型
                            shop_tax_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 税区分ID / 文字列型 / ○
                            shop_tax_calculation_sequence_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 税計算順序 / 文字列型 / ○
                            shop_currency_unit_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 通貨単位ID / 文字列型 / ○
                            shop_authorization_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: オーソリ区分ID / 文字列型
                            mall_login_id1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ログインID_1 / 文字列型
                            mall_login_id2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ログインID_2 / 文字列型
                            mall_login_id3:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ログインID_3 / 文字列型
                            mall_password1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: パスワード_1 / 文字列型
                            mall_password2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: パスワード_2 / 文字列型
                            mall_password3:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: パスワード_3 / 文字列型
                            shop_enabled_invoice:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: インボイス形式を適用 / 文字列型
                            claim_id_yamato:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ヤマト請求先顧客コード / 文字列型
                            claim_id_seinou:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 西濃荷送人コード / 文字列型
                            claim_id_fukuyama:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 福山荷送人コード / 文字列型
                            shop_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 後払い.com サイトID / 文字列型
                          additionalProperties: true
              example:
                result: success
                access_token: xxx
                access_token_end_date: '2017-04-19 11:21:13'
                refresh_token: xxx
                refresh_token_end_date: '2017-04-21 11:21:13'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H ''content-type: application/x-www-form-urlencoded'' \ -d ''access_token=xxx&refresh_token=xxx&wait_flag=1&shop_id=1&shop_last_modified_date=xxx&data=xxx'' \ https://api.next-engine.org/api_v1_master_shop/update'
        - lang: typescript
          source: |-
            // POST /api_v1_master_shop/update - 店舗マスタ店舗更新
            const params = new URLSearchParams({
              access_token: '<access_token>',
              shop_id: '<shop_id>',
              shop_last_modified_date: '<shop_last_modified_date>',
              data: '<data>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_shop/update', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_shop/update - 店舗マスタ店舗更新
            import requests

            params = {
                'access_token': '<access_token>',
                'shop_id': '<shop_id>',
                'shop_last_modified_date': '<shop_last_modified_date>',
                'data': '<data>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_shop/update',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
        - lang: xml
          source: |-
            <?xml version="1.0" encoding="utf-8"?>
            <root>
              <shop>
                <shop_kana>ラクテン</shop_kana>
              </shop>
            </root>
  /api_v1_master_stock/count:
    post:
      summary: 在庫マスタ件数取得
      operationId: api_v1_master_stock_count
      tags:
        - 在庫マスタ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            stock_goods_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品コード / 文字列型
                            stock_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 在庫数 / 数値型
                            stock_allocation_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 引当数 / 数値型
                            stock_defective_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 不良在庫数 / 数値型
                            stock_remaining_order_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注残数 / 数値型
                            stock_out_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 欠品数 / 数値型
                            stock_free_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: フリー在庫数 / 数値型
                            stock_advance_order_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 予約在庫数 / 数値型
                            stock_advance_order_allocation_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 予約引当数 / 数値型
                            stock_advance_order_free_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 予約フリー在庫数 / 数値型
                            stock_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型
                            stock_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            stock_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            stock_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            stock_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            stock_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            stock_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            stock_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            stock_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            stock_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '1'
                access_token: xxxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H ''cache-control: no-cache'' -F access_token=xxxxxx -F refresh_token=xxxxxx -F wait_flag=1 -F stock_goods_id-like=abcd -F stock_quantity-eq=170 https://api.next-engine.org/api_v1_master_stock/count'
        - lang: typescript
          source: |-
            // POST /api_v1_master_stock/count - 在庫マスタ件数取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_stock/count', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_stock/count - 在庫マスタ件数取得
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_stock/count',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_stock/search:
    post:
      summary: 在庫マスタ検索
      operationId: api_v1_master_stock_search
      tags:
        - 在庫マスタ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            stock_goods_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品コード / 文字列型
                            stock_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 在庫数 / 数値型
                            stock_allocation_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 引当数 / 数値型
                            stock_defective_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 不良在庫数 / 数値型
                            stock_remaining_order_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注残数 / 数値型
                            stock_out_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 欠品数 / 数値型
                            stock_free_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: フリー在庫数 / 数値型
                            stock_advance_order_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 予約在庫数 / 数値型
                            stock_advance_order_allocation_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 予約引当数 / 数値型
                            stock_advance_order_free_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 予約フリー在庫数 / 数値型
                            stock_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型
                            stock_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            stock_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            stock_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            stock_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            stock_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            stock_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            stock_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            stock_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            stock_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '1'
                data:
                  - stock_goods_id: abcd
                    stock_quantity: '170'
                    stock_allocation_quantity: '0'
                    stock_defective_quantity: '0'
                    stock_remaining_order_quantity: '0'
                    stock_out_quantity: '0'
                    stock_free_quantity: '170'
                    stock_advance_order_quantity: '102'
                    stock_advance_order_allocation_quantity: '0'
                    stock_advance_order_free_quantity: '102'
                    stock_deleted_flag: '0'
                    stock_creation_date: '2017-02-09 17:04:44'
                    stock_last_modified_date: '2017-02-23 15:06:55'
                    stock_last_modified_null_safe_date: '2017-02-23 15:06:55'
                    stock_creator_id: '10003'
                    stock_creator_name: xxxxxxxx
                    stock_last_modified_by_id: '10003'
                    stock_last_modified_by_null_safe_id: '10003'
                    stock_last_modified_by_name: xxxxxxxx
                    stock_last_modified_by_null_safe_name: xxxxxxxxx
                access_token: xxxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST https://api.next-engine.org/api_v1_master_stock/search -H ''cache-control: no-cache'' -F access_token=xxxxxx -F refresh_token=xxxxxx -F wait_flag=1 -F ''fields=stock_goods_id,stock_quantity,stock_allocation_quantity,stock_defective_quantity,stock_remaining_order_quantity,stock_out_quantity,stock_free_quantity,stock_advance_order_quantity,stock_advance_order_allocation_quantity,stock_advance_order_free_quantity,stock_deleted_flag,stock_creation_date,stock_last_modified_date,stock_last_modified_null_safe_date,stock_creator_id,stock_creator_name,stock_last_modified_by_id,stock_last_modified_by_null_safe_id,stock_last_modified_by_name,stock_last_modified_by_null_safe_name'' -F stock_goods_id-eq="abcd" -F offset=0 -F limit=1'
        - lang: typescript
          source: |-
            // POST /api_v1_master_stock/search - 在庫マスタ検索
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
              offset: '0',
              limit: '50',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_stock/search', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_stock/search - 在庫マスタ検索
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
                'offset': '0',
                'limit': '50',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_stock/search',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_stockiohistory/count:
    post:
      summary: 在庫入出庫履歴件数取得
      operationId: api_v1_master_stockiohistory_count
      tags:
        - 在庫入出庫履歴
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            stock_io_history_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 在庫入出庫履歴ID / 数値型
                            stock_io_history_shop_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗コード / 数値型
                            stock_io_history_goods_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品コード / 文字列型
                            stock_io_history_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入出庫日 / 日時型
                            stock_io_history_before_stock_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 更新前在庫数 / 数値型
                            stock_io_history_after_stock_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 更新後在庫数 / 数値型
                            stock_io_history_before_bad_stock_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 更新前不良在庫数 / 数値型
                            stock_io_history_after_bad_stock_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 更新後不良在庫数 / 数値型
                            stock_io_history_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入出庫数 / 数値型
                            stock_io_history_cut_form_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 伝票番号 / 数値型 / 入出庫した処理別の伝票番号が設定される。例えば受注伝票により出庫された場合は受注伝票の伝票番号が設定される。
                            stock_io_history_io_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入出庫フラグ / 文字列型 / 0:入庫、1:出庫
                            stock_io_history_io_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入出庫区分 / 文字列型
                            stock_io_history_io_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入出庫名 / 文字列型
                            stock_io_history_reason:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 事由 / 文字列型
                            stock_io_history_pic_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 担当者ID / 数値型
                            stock_io_history_pic_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 担当者名 / 文字列型
                            stock_io_history_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型
                            stock_io_history_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            stock_io_history_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            stock_io_history_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            stock_io_history_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            stock_io_history_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            stock_io_history_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            stock_io_history_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            stock_io_history_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            stock_io_history_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '66'
                access_token: xxxxx
                access_token_end_date: '2017-04-15 13:03:47'
                refresh_token: xxxxx
                refresh_token_end_date: '2017-04-17 13:03:47'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1&stock_io_history_deleted_flag-eq=0'' https://api.next-engine.org/api_v1_master_stockiohistory/count'
        - lang: typescript
          source: |-
            // POST /api_v1_master_stockiohistory/count - 在庫入出庫履歴件数取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_stockiohistory/count', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_stockiohistory/count - 在庫入出庫履歴件数取得
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_stockiohistory/count',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_stockiohistory/search:
    post:
      summary: 在庫入出庫履歴検索
      operationId: api_v1_master_stockiohistory_search
      tags:
        - 在庫入出庫履歴
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            stock_io_history_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 在庫入出庫履歴ID / 数値型
                            stock_io_history_shop_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗コード / 数値型
                            stock_io_history_goods_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品コード / 文字列型
                            stock_io_history_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入出庫日 / 日時型
                            stock_io_history_before_stock_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 更新前在庫数 / 数値型
                            stock_io_history_after_stock_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 更新後在庫数 / 数値型
                            stock_io_history_before_bad_stock_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 更新前不良在庫数 / 数値型
                            stock_io_history_after_bad_stock_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 更新後不良在庫数 / 数値型
                            stock_io_history_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入出庫数 / 数値型
                            stock_io_history_cut_form_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 伝票番号 / 数値型 / 入出庫した処理別の伝票番号が設定される。例えば受注伝票により出庫された場合は受注伝票の伝票番号が設定される。
                            stock_io_history_io_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入出庫フラグ / 文字列型 / 0:入庫、1:出庫
                            stock_io_history_io_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入出庫区分 / 文字列型
                            stock_io_history_io_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入出庫名 / 文字列型
                            stock_io_history_reason:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 事由 / 文字列型
                            stock_io_history_pic_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 担当者ID / 数値型
                            stock_io_history_pic_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 担当者名 / 文字列型
                            stock_io_history_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型
                            stock_io_history_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            stock_io_history_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            stock_io_history_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            stock_io_history_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            stock_io_history_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            stock_io_history_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            stock_io_history_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            stock_io_history_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            stock_io_history_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '5'
                data:
                  - stock_io_history_id: '1'
                    stock_io_history_goods_id: T101
                    stock_io_history_date: '2017-01-18 15:40:06'
                  - stock_io_history_id: '2'
                    stock_io_history_goods_id: T101
                    stock_io_history_date: '2017-01-18 15:50:26'
                  - stock_io_history_id: '3'
                    stock_io_history_goods_id: T101
                    stock_io_history_date: '2017-01-18 16:12:04'
                  - stock_io_history_id: '4'
                    stock_io_history_goods_id: T101
                    stock_io_history_date: '2017-02-10 14:55:59'
                  - stock_io_history_id: '5'
                    stock_io_history_goods_id: T101
                    stock_io_history_date: '2017-02-10 14:58:10'
                access_token: xxxxx
                access_token_end_date: '2017-04-15 13:03:47'
                refresh_token: xxxxx
                refresh_token_end_date: '2017-04-17 13:03:47'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1&stock_io_history_deleted_flag-eq=0&fields=stock_io_history_id, stock_io_history_goods_id, stock_io_history_date&offset=0&limit=5'' https://api.next-engine.org/api_v1_master_stockiohistory/search'
        - lang: typescript
          source: |-
            // POST /api_v1_master_stockiohistory/search - 在庫入出庫履歴検索
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
              offset: '0',
              limit: '50',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_stockiohistory/search', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_stockiohistory/search - 在庫入出庫履歴検索
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
                'offset': '0',
                'limit': '50',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_stockiohistory/search',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_supplier/count:
    post:
      summary: 仕入先マスタ件数取得
      operationId: api_v1_master_supplier_count
      tags:
        - 仕入先マスタ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            supplier_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入先コード / 文字列型
                            supplier_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入先名 / 文字列型
                            supplier_kana:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入先カナ / 文字列型
                            supplier_zip_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 郵便番号 / 文字列型
                            supplier_address1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 住所１ / 文字列型
                            supplier_address2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 住所２ / 文字列型
                            supplier_tel:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 電話番号 / 文字列型
                            supplier_fax:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: FAX番号 / 文字列型
                            supplier_mail_address:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メールアドレス / 文字列型
                            supplier_post:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 部署名 / 文字列型
                            supplier_pic_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 担当者名 / 文字列型
                            supplier_pic_kana:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 担当者カナ / 文字列型
                            supplier_post_zip_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 部署郵便番号 / 文字列型
                            supplier_post_address1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 部署住所１ / 文字列型
                            supplier_post_address2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 部署住所２ / 文字列型
                            supplier_post_tel:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 部署電話番号 / 文字列型
                            supplier_post_fax:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 部署FAX / 文字列型
                            supplier_post_mail_address:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 部署メールアドレス / 文字列型
                            supplier_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注区分 / 文字列型
                            supplier_order_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注名 / 文字列型
                            supplier_condition_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 数量条件 / 数値型
                            supplier_condition_money:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 金額条件 / 数値型
                            supplier_order_condition_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注条件区分 / 文字列型
                            supplier_order_condition_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注条件名 / 文字列型
                            supplier_order_pending_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注保留日 / 文字列型
                            supplier_pay_out_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 支払方法区分 / 文字列型
                            supplier_pay_out_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 支払方法名 / 文字列型
                            supplier_closing_day:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 締日 / 文字列型
                            supplier_usance_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 支払サイト日 / 文字列型
                            supplier_order_invalid_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注無効フラグ / 文字列型
                            supplier_order_forbid_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注禁止日 / 日時型
                            supplier_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 備考 / 文字列型
                            supplier_wholesale_retail_ratio:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 掛率 / 数値型
                            supplier_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型
                            supplier_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            supplier_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            supplier_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            supplier_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            supplier_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            supplier_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            supplier_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            supplier_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            supplier_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '1'
                access_token: xxxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST https://api.next-engine.org/api_v1_master_supplier/count -H ''cache-control: no-cache'' -F access_token=xxxxxx -F refresh_token=xxxxxx -F wait_flag=1 -F supplier_name-like=%VENDOR -F supplier_id-eq=8888'
        - lang: typescript
          source: |-
            // POST /api_v1_master_supplier/count - 仕入先マスタ件数取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_supplier/count', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_supplier/count - 仕入先マスタ件数取得
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_supplier/count',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_supplier/search:
    post:
      summary: 仕入先マスタ検索
      operationId: api_v1_master_supplier_search
      tags:
        - 仕入先マスタ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            supplier_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入先コード / 文字列型
                            supplier_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入先名 / 文字列型
                            supplier_kana:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入先カナ / 文字列型
                            supplier_zip_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 郵便番号 / 文字列型
                            supplier_address1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 住所１ / 文字列型
                            supplier_address2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 住所２ / 文字列型
                            supplier_tel:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 電話番号 / 文字列型
                            supplier_fax:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: FAX番号 / 文字列型
                            supplier_mail_address:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メールアドレス / 文字列型
                            supplier_post:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 部署名 / 文字列型
                            supplier_pic_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 担当者名 / 文字列型
                            supplier_pic_kana:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 担当者カナ / 文字列型
                            supplier_post_zip_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 部署郵便番号 / 文字列型
                            supplier_post_address1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 部署住所１ / 文字列型
                            supplier_post_address2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 部署住所２ / 文字列型
                            supplier_post_tel:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 部署電話番号 / 文字列型
                            supplier_post_fax:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 部署FAX / 文字列型
                            supplier_post_mail_address:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 部署メールアドレス / 文字列型
                            supplier_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注区分 / 文字列型
                            supplier_order_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注名 / 文字列型
                            supplier_condition_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 数量条件 / 数値型
                            supplier_condition_money:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 金額条件 / 数値型
                            supplier_order_condition_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注条件区分 / 文字列型
                            supplier_order_condition_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注条件名 / 文字列型
                            supplier_order_pending_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注保留日 / 文字列型
                            supplier_pay_out_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 支払方法区分 / 文字列型
                            supplier_pay_out_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 支払方法名 / 文字列型
                            supplier_closing_day:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 締日 / 文字列型
                            supplier_usance_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 支払サイト日 / 文字列型
                            supplier_order_invalid_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注無効フラグ / 文字列型
                            supplier_order_forbid_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注禁止日 / 日時型
                            supplier_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 備考 / 文字列型
                            supplier_wholesale_retail_ratio:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 掛率 / 数値型
                            supplier_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型
                            supplier_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            supplier_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            supplier_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            supplier_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            supplier_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            supplier_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            supplier_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            supplier_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            supplier_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '1'
                data:
                  - supplier_id: '8888'
                    supplier_name: TEST VENDOR
                    supplier_kana: ''
                    supplier_zip_code: ''
                    supplier_address1: ''
                    supplier_address2: ''
                    supplier_tel: ''
                    supplier_fax: ''
                    supplier_mail_address: ''
                    supplier_post: ''
                    supplier_pic_name: ''
                    supplier_pic_kana: ''
                    supplier_post_zip_code: ''
                    supplier_post_address1: ''
                    supplier_post_address2: ''
                    supplier_post_tel: ''
                    supplier_post_fax: ''
                    supplier_post_mail_address: ''
                    supplier_order_id: '20'
                    supplier_order_name: PDFとXLS
                    supplier_condition_quantity: '0'
                    supplier_condition_money: '0.00'
                    supplier_order_condition_id: '0'
                    supplier_order_condition_name: 無し
                    supplier_order_pending_date: null
                    supplier_pay_out_id: null
                    supplier_pay_out_name: null
                    supplier_closing_day: null
                    supplier_usance_date: null
                    supplier_order_invalid_flag: '0'
                    supplier_order_forbid_date: null
                    supplier_note: ''
                    supplier_wholesale_retail_ratio: '0.0'
                    supplier_deleted_flag: '0'
                    supplier_creation_date: '2017-02-09 16:19:57'
                    supplier_last_modified_date: null
                    supplier_last_modified_null_safe_date: '2017-02-09 16:19:57'
                    supplier_creator_id: '10003'
                    supplier_creator_name: xxxxxxxx
                    supplier_last_modified_by_id: null
                    supplier_last_modified_by_null_safe_id: '10003'
                    supplier_last_modified_by_name: null
                    supplier_last_modified_by_null_safe_name: xxxxxxxxx
                access_token: xxxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST https://api.next-engine.org/api_v1_master_supplier/search -H ''cache-control: no-cache'' -F access_token=xxxxxx -F refresh_token=xxxxxxx -F wait_flag=1 -F ''fields=supplier_id,supplier_name,supplier_kana,supplier_zip_code,supplier_address1,supplier_address2,supplier_tel,supplier_fax,supplier_mail_address,supplier_post,supplier_pic_name,supplier_pic_kana,supplier_post_zip_code,supplier_post_address1,supplier_post_address2,supplier_post_tel,supplier_post_fax,supplier_post_mail_address,supplier_order_id,supplier_order_name,supplier_condition_quantity,supplier_condition_money,supplier_order_condition_id,supplier_order_condition_name,supplier_order_pending_date,supplier_pay_out_id,supplier_pay_out_name,supplier_closing_day,supplier_usance_date,supplier_order_invalid_flag,supplier_order_forbid_date,supplier_note,supplier_wholesale_retail_ratio,supplier_deleted_flag,supplier_creation_date,supplier_last_modified_date,supplier_last_modified_null_safe_date,supplier_creator_id,supplier_creator_name,supplier_last_modified_by_id,supplier_last_modified_by_null_safe_id,supplier_last_modified_by_name,supplier_last_modified_by_null_safe_name'' -F offset=0 -F limit=1 -F supplier_name-like=%VENDOR -F supplier_id-eq=8888'
        - lang: typescript
          source: |-
            // POST /api_v1_master_supplier/search - 仕入先マスタ検索
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
              offset: '0',
              limit: '50',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_supplier/search', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_supplier/search - 仕入先マスタ検索
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
                'offset': '0',
                'limit': '50',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_supplier/search',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_wholesale/count:
    post:
      summary: 卸先マスタ件数取得
      operationId: api_v1_master_wholesale_count
      tags:
        - 卸先マスタ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            wholesale_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 卸先コード / 文字列型
                            wholesale_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 卸先名 / 文字列型
                            wholesale_kana:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 卸先カナ / 文字列型
                            wholesale_post_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 部署名 / 文字列型
                            wholesale_zip_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 郵便番号 / 文字列型
                            wholesale_address1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 住所1 / 文字列型
                            wholesale_address2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 住所2 / 文字列型
                            wholesale_phone:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 電話番号 / 文字列型
                            wholesale_fax:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: FAX番号 / 文字列型
                            wholesale_mail_address:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メールアドレス / 文字列型
                            wholesale_destination_pic_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送付先名 / 文字列型
                            wholesale_destination_pic_kana:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送付先カナ / 文字列型
                            wholesale_destination_zip_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送付先郵便番号 / 文字列型
                            wholesale_destination_address1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送付先住所1 / 文字列型
                            wholesale_destination_address2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送付先住所2 / 文字列型
                            wholesale_destination_phone:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送付先電話番号 / 文字列型
                            wholesale_delivery_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送方法区分 / 文字列型
                            wholesale_delivery_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送方法名 / 文字列型
                            wholesale_payment_method_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 支払区分 / 文字列型
                            wholesale_payment_method_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 支払名 / 文字列型
                            wholesale_retail_ratio:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 掛率 / 数値型
                            wholesale_destination_no:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 卸先番号 / 数値型
                            wholesale_credit_line_price:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 与信枠（円） / 数値型
                            wholesale_closing_day:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 締日 / 数値型
                            wholesale_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 備考 / 文字列型
                            wholesale_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型
                            wholesale_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            wholesale_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            wholesale_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            wholesale_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            wholesale_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            wholesale_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            wholesale_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            wholesale_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            wholesale_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '1'
                access_token: xxxxx
                access_token_end_date: '2017-04-15 13:03:47'
                refresh_token: xxxxx
                refresh_token_end_date: '2017-04-17 13:03:47'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1&wholesale_deleted_flag-eq=0'' https://api.next-engine.org/api_v1_master_wholesale/count'
        - lang: typescript
          source: |-
            // POST /api_v1_master_wholesale/count - 卸先マスタ件数取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_wholesale/count', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_wholesale/count - 卸先マスタ件数取得
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_wholesale/count',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_master_wholesale/search:
    post:
      summary: 卸先マスタ検索
      operationId: api_v1_master_wholesale_search
      tags:
        - 卸先マスタ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            wholesale_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 卸先コード / 文字列型
                            wholesale_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 卸先名 / 文字列型
                            wholesale_kana:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 卸先カナ / 文字列型
                            wholesale_post_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 部署名 / 文字列型
                            wholesale_zip_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 郵便番号 / 文字列型
                            wholesale_address1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 住所1 / 文字列型
                            wholesale_address2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 住所2 / 文字列型
                            wholesale_phone:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 電話番号 / 文字列型
                            wholesale_fax:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: FAX番号 / 文字列型
                            wholesale_mail_address:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メールアドレス / 文字列型
                            wholesale_destination_pic_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送付先名 / 文字列型
                            wholesale_destination_pic_kana:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送付先カナ / 文字列型
                            wholesale_destination_zip_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送付先郵便番号 / 文字列型
                            wholesale_destination_address1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送付先住所1 / 文字列型
                            wholesale_destination_address2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送付先住所2 / 文字列型
                            wholesale_destination_phone:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送付先電話番号 / 文字列型
                            wholesale_delivery_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送方法区分 / 文字列型
                            wholesale_delivery_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送方法名 / 文字列型
                            wholesale_payment_method_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 支払区分 / 文字列型
                            wholesale_payment_method_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 支払名 / 文字列型
                            wholesale_retail_ratio:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 掛率 / 数値型
                            wholesale_destination_no:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 卸先番号 / 数値型
                            wholesale_credit_line_price:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 与信枠（円） / 数値型
                            wholesale_closing_day:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 締日 / 数値型
                            wholesale_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 備考 / 文字列型
                            wholesale_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型
                            wholesale_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            wholesale_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            wholesale_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            wholesale_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            wholesale_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            wholesale_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            wholesale_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            wholesale_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            wholesale_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '1'
                data:
                  - wholesale_id: '5555'
                    wholesale_name: hcm - wholesaler
                    wholesale_kana: ''
                    wholesale_deleted_flag: '0'
                access_token: xxxxx
                access_token_end_date: '2017-04-15 13:03:47'
                refresh_token: xxxxx
                refresh_token_end_date: '2017-04-17 13:03:47'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1&fields=wholesale_id, wholesale_name,wholesale_kana,wholesale_deleted_flag&wholesale_deleted_flag-eq=0&offset=0&limit=100'' https://api.next-engine.org/api_v1_master_wholesale/search'
        - lang: typescript
          source: |-
            // POST /api_v1_master_wholesale/search - 卸先マスタ検索
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
              offset: '0',
              limit: '50',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_master_wholesale/search', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_master_wholesale/search - 卸先マスタ検索
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
                'offset': '0',
                'limit': '50',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_master_wholesale/search',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_notice_execution/add:
    post:
      summary: 実行結果お知らせの追加
      operationId: api_v1_notice_execution_add
      tags:
        - 実行結果お知らせ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - type: object
                  properties:
                    execution_notice_success:
                      type: string
                      description: 成功/失敗フラグ / 1:成功通知 0:失敗通知
                    execution_notice_title:
                      type: string
                      description: お知らせの件名
                    execution_notice_content:
                      type: string
                      description: お知らせの内容
                  required:
                    - execution_notice_title
                    - execution_notice_content
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            execution_notice_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: お知らせ通知ID / 数値型 / 実行結果お知らせ通知に一意に付与される番号
                            execution_notice_success:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 成功/失敗フラグ / 数値型 / 0=失敗、1=成功
                            execution_notice_title:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 件名 / 文字列型 / お知らせ通知件名
                            execution_notice_content:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 内容 / 文字列型 / お知らせ通知内容
                            execution_notice_read:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 既読/未読フラグ / 数値型 / 0=未読、1=既読
                            execution_notice_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型 / 実行結果通知が作成された日時
                            execution_notice_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / 実行結果通知が最後に修正された日時
                          additionalProperties: true
              example:
                execution_notice_id: '29'
                result: success
                access_token: xxx
                access_token_end_date: '2018-08-02 10:41:04'
                refresh_token: xxx
                refresh_token_end_date: '2018-08-04 10:41:04'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxx&refresh_token=xxx&execution_notice_success=1&execution_notice_title=xxx&execution_notice_content=xxx'' http://api.next-engine.org/api_v1_notice_execution/add'
        - lang: typescript
          source: |-
            // POST /api_v1_notice_execution/add - 実行結果お知らせの追加
            const params = new URLSearchParams({
              access_token: '<access_token>',
              execution_notice_title: '<execution_notice_title>',
              execution_notice_content: '<execution_notice_content>',
              // execution_notice_success: '...', // optional
            })
            const res = await fetch('https://api.next-engine.org/api_v1_notice_execution/add', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_notice_execution/add - 実行結果お知らせの追加
            import requests

            params = {
                'access_token': '<access_token>',
                'execution_notice_title': '<execution_notice_title>',
                'execution_notice_content': '<execution_notice_content>',
                # 'execution_notice_success': '...',  # optional
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_notice_execution/add',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_notice_execution/count:
    post:
      summary: 実行結果お知らせ件数取得
      operationId: api_v1_notice_execution_count
      tags:
        - 実行結果お知らせ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            execution_notice_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: お知らせ通知ID / 数値型 / 実行結果お知らせ通知に一意に付与される番号
                            execution_notice_success:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 成功/失敗フラグ / 数値型 / 0=失敗、1=成功
                            execution_notice_title:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 件名 / 文字列型 / お知らせ通知件名
                            execution_notice_content:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 内容 / 文字列型 / お知らせ通知内容
                            execution_notice_read:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 既読/未読フラグ / 数値型 / 0=未読、1=既読
                            execution_notice_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型 / 実行結果通知が作成された日時
                            execution_notice_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / 実行結果通知が最後に修正された日時
                          additionalProperties: true
              example:
                result: success
                count: '20'
                access_token: xxx
                access_token_end_date: '2018-08-02 10:41:04'
                refresh_token: xxx
                refresh_token_end_date: '2018-08-04 10:41:04'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxx&refresh_token=xxx'' http://api.next-engine.org/api_v1_notice_execution/count'
        - lang: typescript
          source: |-
            // POST /api_v1_notice_execution/count - 実行結果お知らせ件数取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_notice_execution/count', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_notice_execution/count - 実行結果お知らせ件数取得
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_notice_execution/count',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_notice_execution/search:
    post:
      summary: 実行結果お知らせ検索
      operationId: api_v1_notice_execution_search
      tags:
        - 実行結果お知らせ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            execution_notice_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: お知らせ通知ID / 数値型 / 実行結果お知らせ通知に一意に付与される番号
                            execution_notice_success:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 成功/失敗フラグ / 数値型 / 0=失敗、1=成功
                            execution_notice_title:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 件名 / 文字列型 / お知らせ通知件名
                            execution_notice_content:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 内容 / 文字列型 / お知らせ通知内容
                            execution_notice_read:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 既読/未読フラグ / 数値型 / 0=未読、1=既読
                            execution_notice_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型 / 実行結果通知が作成された日時
                            execution_notice_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / 実行結果通知が最後に修正された日時
                          additionalProperties: true
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxx&refresh_token=xxx&fields=execution_notice_id, execution_notice_title'' http://api.next-engine.org/api_v1_notice_execution/search'
        - lang: typescript
          source: |-
            // POST /api_v1_notice_execution/search - 実行結果お知らせ検索
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
              offset: '0',
              limit: '50',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_notice_execution/search', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_notice_execution/search - 実行結果お知らせ検索
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
                'offset': '0',
                'limit': '50',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_notice_execution/search',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_placeorder_base/count:
    post:
      summary: 発注伝票件数取得
      operationId: api_v1_placeorder_base_count
      tags:
        - 発注伝票
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            place_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注伝票番号 / 数値型
                            place_order_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注日 / 日時型
                            place_order_supplier_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入コード / 文字列型
                            place_order_total_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注合計金 / 数値型
                            place_order_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 備考 / 文字列型
                            place_order_status_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注伝票区分 / 文字列型
                            place_order_status_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注伝票区分名 / 文字列型
                            place_order_condition_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 数量条件 / 数値型
                            place_order_condition_money:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 金額条件 / 数値型
                            place_order_condition_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注条件区分 / 文字列型
                            place_order_condition_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注条件区分名 / 文字列型
                            place_order_cancel_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: キャンセルフラグ / 文字列型 / 1:キャンセル 1以外:キャンセルでない
                            place_order_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            place_order_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            place_order_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            place_order_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            place_order_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            place_order_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            place_order_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            place_order_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            place_order_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxxxx&refresh_token=xxxxx&wait_flag=1&place_order_last_modified_null_safe_date-gt=2020-07-01 00:00:00'' https://api.next-engine.org/api_v1_placeorder_base/count'
        - lang: typescript
          source: |-
            // POST /api_v1_placeorder_base/count - 発注伝票件数取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_placeorder_base/count', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_placeorder_base/count - 発注伝票件数取得
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_placeorder_base/count',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_placeorder_base/search:
    post:
      summary: 発注伝票検索
      operationId: api_v1_placeorder_base_search
      tags:
        - 発注伝票
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            place_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注伝票番号 / 数値型
                            place_order_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注日 / 日時型
                            place_order_supplier_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入コード / 文字列型
                            place_order_total_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注合計金 / 数値型
                            place_order_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 備考 / 文字列型
                            place_order_status_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注伝票区分 / 文字列型
                            place_order_status_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注伝票区分名 / 文字列型
                            place_order_condition_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 数量条件 / 数値型
                            place_order_condition_money:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 金額条件 / 数値型
                            place_order_condition_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注条件区分 / 文字列型
                            place_order_condition_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注条件区分名 / 文字列型
                            place_order_cancel_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: キャンセルフラグ / 文字列型 / 1:キャンセル 1以外:キャンセルでない
                            place_order_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            place_order_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            place_order_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            place_order_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            place_order_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            place_order_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            place_order_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            place_order_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            place_order_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '1'
                data:
                  - place_order_id: '1'
                    place_order_date: '2019-09-25 11:31:06'
                    place_order_supplier_id: '9999'
                    place_order_total_amount: '2.00'
                    place_order_note: ''
                    place_order_status_id: '50'
                    place_order_status_name: 仕入完了
                    place_order_condition_quantity: '0'
                    place_order_condition_money: '0.00'
                    place_order_condition_id: '0'
                    place_order_condition_name: 無し
                    place_order_cancel_flag: '0'
                    place_order_creation_date: '2019-09-24 14:50:01'
                    place_order_creator_id: '2'
                    place_order_creator_name: 2019-03-26のユーザー
                    place_order_last_modified_date: '2019-09-25 12:23:53'
                    place_order_last_modified_by_id: '2'
                    place_order_last_modified_by_name: 2019-03-26のユーザー
                access_token: xxxx
                access_token_end_date: '2022-10-01 14:55:24'
                refresh_token: xxxx
                refresh_token_end_date: '2022-10-03 14:55:24'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxxxx&refresh_token=xxxxx&wait_flag=1&fields=place_order_id,place_order_date,place_order_supplier_id,place_order_total_amount,place_order_note,place_order_status_id,place_order_status_name,place_order_condition_quantity,place_order_condition_money,place_order_condition_id,place_order_condition_name,place_order_cancel_flag,place_order_creation_date,place_order_creator_id,place_order_creator_name,place_order_last_modified_date,place_order_last_modified_by_id,place_order_last_modified_by_name&offset=0&limit=10&place_order_last_modified_null_safe_date-gt=2020-07-01 00:00:00'' https://api.next-engine.org/api_v1_placeorder_base/search'
        - lang: typescript
          source: |-
            // POST /api_v1_placeorder_base/search - 発注伝票検索
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
              offset: '0',
              limit: '50',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_placeorder_base/search', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_placeorder_base/search - 発注伝票検索
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
                'offset': '0',
                'limit': '50',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_placeorder_base/search',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_placeorder_row/count:
    post:
      summary: 発注明細件数取得
      operationId: api_v1_placeorder_row_count
      tags:
        - 発注明細
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            place_order_row_place_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注伝票番号 / 数値型
                            place_order_row_no:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注明細行 / 数値型
                            place_order_row_goods_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品コード / 文字列型
                            place_order_row_goods_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品区分 / 文字列型
                            place_order_row_goods_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品区分名 / 文字列型
                            place_order_row_goods_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品名 / 文字列型
                            place_order_row_goods_option:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品オプション / 文字列型
                            place_order_row_unit_price:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注単価 / 数値型
                            place_order_row_place_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注数 / 数値型
                            place_order_row_sub_total_price:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 小計金 / 数値型
                            place_order_row_receive_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注伝票番号 / 数値型
                            place_order_row_receive_order_row_no:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注明細行 / 数値型
                            place_order_row_supply_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入数 / 数値型
                            place_order_row_cancel_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: キャンセルフラグ / 文字列型 / 1:キャンセル 1以外:キャンセルでない
                            place_order_row_completed_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 完了フラグ / 文字列型 / 1:完了 1以外:完了でない
                            place_order_row_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注種別区分 / 文字列型
                            place_order_row_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注種別区分名 / 文字列型
                            place_order_row_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 備考 / 文字列型
                            place_order_row_delivery_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 予定納期 / 日時型
                            place_order_row_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            place_order_row_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            place_order_row_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            place_order_row_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            place_order_row_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            place_order_row_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            place_order_row_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            place_order_row_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            place_order_row_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxxxx&refresh_token=xxxxx&wait_flag=1'' https://api.next-engine.org/api_v1_placeorder_row/count'
        - lang: typescript
          source: |-
            // POST /api_v1_placeorder_row/count - 発注明細件数取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_placeorder_row/count', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_placeorder_row/count - 発注明細件数取得
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_placeorder_row/count',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_placeorder_row/search:
    post:
      summary: 発注明細検索
      operationId: api_v1_placeorder_row_search
      tags:
        - 発注明細
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            place_order_row_place_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注伝票番号 / 数値型
                            place_order_row_no:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注明細行 / 数値型
                            place_order_row_goods_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品コード / 文字列型
                            place_order_row_goods_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品区分 / 文字列型
                            place_order_row_goods_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品区分名 / 文字列型
                            place_order_row_goods_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品名 / 文字列型
                            place_order_row_goods_option:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品オプション / 文字列型
                            place_order_row_unit_price:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注単価 / 数値型
                            place_order_row_place_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注数 / 数値型
                            place_order_row_sub_total_price:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 小計金 / 数値型
                            place_order_row_receive_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注伝票番号 / 数値型
                            place_order_row_receive_order_row_no:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注明細行 / 数値型
                            place_order_row_supply_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入数 / 数値型
                            place_order_row_cancel_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: キャンセルフラグ / 文字列型 / 1:キャンセル 1以外:キャンセルでない
                            place_order_row_completed_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 完了フラグ / 文字列型 / 1:完了 1以外:完了でない
                            place_order_row_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注種別区分 / 文字列型
                            place_order_row_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注種別区分名 / 文字列型
                            place_order_row_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 備考 / 文字列型
                            place_order_row_delivery_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 予定納期 / 日時型
                            place_order_row_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            place_order_row_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            place_order_row_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            place_order_row_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            place_order_row_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            place_order_row_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            place_order_row_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            place_order_row_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            place_order_row_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '1'
                data:
                  - place_order_row_place_order_id: '1'
                    place_order_row_no: '1'
                    place_order_row_goods_id: test
                    place_order_row_goods_type_id: '0'
                    place_order_row_goods_type_name: 通常
                    place_order_row_goods_name: test
                    place_order_row_goods_option: ' '
                    place_order_row_unit_price: '1.00'
                    place_order_row_place_quantity: '2'
                    place_order_row_sub_total_price: '2.00'
                    place_order_row_receive_order_id: '0'
                    place_order_row_receive_order_row_no: '0'
                    place_order_row_supply_quantity: '0'
                    place_order_row_cancel_flag: '0'
                    place_order_row_completed_flag: '0'
                    place_order_row_confirmed_flag: '1'
                    place_order_row_type_id: '2'
                    place_order_row_type_name: 手入力
                    place_order_row_note: ''
                    place_order_row_delivery_date: '2019-09-24 00:00:00'
                    place_order_row_creation_date: '2019-09-24 14:50:01'
                    place_order_row_creator_id: '2'
                    place_order_row_creator_name: 2019-03-26のユーザー
                    place_order_row_last_modified_date: '2019-09-24 14:50:01'
                    place_order_row_last_modified_by_id: '2'
                    place_order_row_last_modified_by_name: 2019-03-26のユーザー
                access_token: xxxx
                access_token_end_date: '2022-10-01 14:55:24'
                refresh_token: xxxx
                refresh_token_end_date: '2022-10-03 14:55:24'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxxxx&refresh_token=xxxxx&wait_flag=1&fields=place_order_row_place_order_id,place_order_row_no,place_order_row_goods_id,place_order_row_goods_type_id,place_order_row_goods_type_name,place_order_row_goods_name,place_order_row_goods_option,place_order_row_unit_price,place_order_row_place_quantity,place_order_row_sub_total_price,place_order_row_receive_order_id,place_order_row_receive_order_row_no,place_order_row_supply_quantity,place_order_row_cancel_flag,place_order_row_completed_flag,place_order_row_confirmed_flag,place_order_row_type_id,place_order_row_type_name,place_order_row_note,place_order_row_delivery_date,place_order_row_creation_date,place_order_row_creator_id,place_order_row_creator_name,place_order_row_last_modified_date,place_order_row_last_modified_by_id,place_order_row_last_modified_by_name&offset=0&limit=10'' https://api.next-engine.org/api_v1_placeorder_row/search'
        - lang: typescript
          source: |-
            // POST /api_v1_placeorder_row/search - 発注明細検索
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
              offset: '0',
              limit: '50',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_placeorder_row/search', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_placeorder_row/search - 発注明細検索
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
                'offset': '0',
                'limit': '50',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_placeorder_row/search',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_receiveorder_base/bulkupdate:
    post:
      summary: 受注伝票一括更新
      operationId: api_v1_receiveorder_base_bulkupdate
      tags:
        - 受注伝票
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - type: object
                  properties:
                    data_type:
                      type: string
                      description: dataのファイル種類 / xml:更新データXML, gz:更新データをgzipで圧縮
                    data:
                      type: string
                      description: 更新するデータ / XML形式もしくはXMLファイルをgzipで圧縮したgz形式で指定します / 詳細なXMLフォーマットは各APIのMarkdownドキュメントの「XML形式」セクションを参照
                    receive_order_shipped_update_flag:
                      type: string
                      description: 1:受注状態が「出荷確定済（完了）」でも更新可 1以外:受注状態が「出荷確定済（完了）」は更新不可
                    receive_order_row_cancel_update_flag:
                      type: string
                      description: 1:受注伝票の受注キャンセル区分を0（有効）に変更したときに明細行のキャンセルフラグを有効にする 1以外:受注キャンセル区分を0（有効）に変更しても明細行のキャンセルフラグに影響なし / このフラグが有効になるのは受注伝票がキャンセルから有効に変更されるときのみとなります。
                    receive_order_recalculate_flag:
                      type: string
                      description: 1:受注伝票の金額系項目の再計算を有効にする 1以外:再計算を行わない / 受注明細項目である小計金額は再計算の対象にならないためご注意ください 金額系項目とは、受注伝票項目である商品計、税金、総合計の3項目（インボイス対応店舗の受注の場合は、手数料、他費用、ポイント数、請求金額（0%）、請求金額（8%）、請求金額（10%）、請求額に対する税額（8%）、請求額に対する税額（10%）を加えた11項目）を指します
                  required:
                    - data_type
                    - data
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            receive_order_shop_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗コード / 数値型 / 店舗マスタの店舗コード
                            receive_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 伝票番号 / 数値型 / ネクストエンジン内で一意に付与される番号
                            receive_order_shop_cut_form_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注番号 / 文字列型 / 原則、店舗内で一意に付与される番号（重複する可能性あり。）
                            receive_order_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注日 / 日時型 / 店舗側で受注した日
                            receive_order_import_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 取込日 / 日時型 / ネクストエンジンに取り込まれた日
                            receive_order_important_check_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 重要チェック区分 / 文字列型 / 1:重要
                            receive_order_important_check_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 重要チェック名 / 文字列型 / 重要チェックを付けた担当者名
                            receive_order_confirm_check_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 確認チェック区分 / 文字列型 / 0:確認不要1:確認必要2:確認済み
                            receive_order_confirm_check_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 確認チェック名 / 文字列型 / 確認チェックを付けた担当者名
                            receive_order_confirm_ids:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: '受注確認内容ID / 文字列型 / 受注確認内容IDが":"区切りで設定されます。明細行に対する確認は"#"の後に明細行番号が設定されます。Ex: "AO:AA#1:AA#2"の場合送り先の郵便番号と住所があってません。商品コードが商品マスタに存在しません。：1行目商品コードが商品マスタに存在しません。：2行目'
                            receive_order_mail_status:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メール送信状態値 / 文字列型 / 次の値によりどの種類のメール送信が終了したかを表します。区切り文字はありません。例えばJHとあれば受注メールと発送完了メールが送信済みです。 J:受注確認メール B:印刷日待ち連絡メール C:印刷待ち以降連絡メール H:発送メール N:入金確認メール F:フォローメール
                            receive_order_gruoping_tag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注分類タグ / 文字列型 / []区切りでタグの名称が設定されている。受注分類タグ自体の検索には未対応。例:[連絡待ち][ゴールド会員]
                            receive_order_import_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 取込種類区分 / 文字列型 / 0:メール1:CSV2:手入力
                            receive_order_import_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 取込種類名 / 文字列型
                            receive_order_cancel_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注キャンセル区分 / 文字列型 / 受注キャンセル区分
                            receive_order_cancel_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注キャンセル名 / 文字列型
                            receive_order_cancel_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注キャンセル日 / 日時型
                            receive_order_order_status_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注状態区分 / 文字列型 / 受注状態区分
                            receive_order_order_status_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注状態名 / 文字列型
                            receive_order_delivery_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送方法区分 / 文字列型 / 発送方法区分
                            receive_order_delivery_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送方法名 / 文字列型
                            receive_order_payment_method_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 支払区分 / 文字列型 / 支払区分受注伝票の支払方法の値
                            receive_order_payment_method_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 支払名 / 文字列型
                            receive_order_total_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 総合計 / 数値型 / 商品計+税金+手数料+発送代+他費用-ポイント数
                            receive_order_tax_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 税金 / 数値型
                            receive_order_charge_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 手数料 / 数値型
                            receive_order_delivery_fee_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送代 / 数値型
                            receive_order_other_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 他費用 / 数値型
                            receive_order_point_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ポイント数 / 数値型
                            receive_order_goods_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品計 / 数値型
                            receive_order_deposit_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入金額 / 文字列型
                            receive_order_deposit_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入金状況区分 / 文字列型 / 入金区分
                            receive_order_deposit_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入金状況名 / 文字列型
                            receive_order_deposit_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入金日 / 日時型
                            receive_order_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 備考 / 文字列型
                            receive_order_include_possible_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 同梱候補伝票番号 / 数値型 / ネクストエンジンが自動判定した同梱候補の伝票番号
                            receive_order_include_to_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 同梱先伝票番号 / 数値型 / 同梱した場合の同梱先の伝票番号
                            receive_order_multi_delivery_parent_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 複数配送親伝票番号 / 数値型 / 複数配送の親の伝票番号
                            receive_order_divide_from_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 分割元伝票番号 / 数値型 / 分割元の伝票番号
                            receive_order_copy_from_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 複写元伝票番号 / 数値型 / 複写元の伝票番号
                            receive_order_multi_delivery_parent_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 複数配送親フラグ / 文字列型 / 複数配送の親か否か
                            receive_order_statement_delivery_instruct_printing_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 納品書印刷指示日 / 日時型
                            receive_order_statement_delivery_printing_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 納品書発行日 / 日時型 / 納品書をダウンロードした日
                            receive_order_statement_delivery_text:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 納品書特記事項 / 文字列型
                            receive_order_send_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 出荷確定日 / 日時型 / 受注状態が出荷確定済みになった日
                            receive_order_send_plan_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 出荷予定日 / 日時型
                            receive_order_send_sequence:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 出荷順序 / 文字列型 / ラベル発行フラグがたった順序
                            receive_order_worker_text:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作業用欄 / 文字列型
                            receive_order_picking_instruct:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ピッキング指示内容 / 文字列型
                            receive_order_label_print_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ラベル発行日 / 日時型
                            receive_order_label_print_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ラベル発行フラグ / 文字列型 / 配送伝票の印刷対象か否か0:対象外1:対象2:発行済み
                            receive_order_hope_delivery_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 配達希望日 / 日時型
                            receive_order_hope_delivery_time_slot_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 配達希望時間帯区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_hope_delivery_time_slot_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 配達希望時間帯名 / 文字列型
                            receive_order_delivery_method_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 便種区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_delivery_method_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 便種名 / 文字列型
                            receive_order_seal1_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール1区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_seal1_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール1名 / 文字列型
                            receive_order_seal2_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール2区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_seal2_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール2名 / 文字列型
                            receive_order_seal3_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール3区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_seal3_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール3名 / 文字列型
                            receive_order_seal4_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール4区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_seal4_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール4名 / 文字列型
                            receive_order_business_office_stop_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 営業止め区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_business_office_stop_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 営業止め名 / 文字列型
                            receive_order_invoice_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り状区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_invoice_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り状名 / 文字列型
                            receive_order_temperature_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 温度区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_temperature_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 温度名 / 文字列型
                            receive_order_business_office_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 営業所名 / 文字列型
                            receive_order_gift_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ギフトフラグ / 文字列型 / 0:ギフトではない1:ギフト
                            receive_order_delivery_cut_form_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送伝票番号 / 文字列型 / 各発送方法の問い合わせ番号が設定されます。
                            receive_order_delivery_cut_form_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送伝票備考欄 / 文字列型
                            receive_order_credit_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット区分 / 文字列型 / クレジット種類区分
                            receive_order_credit_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット名 / 文字列型
                            receive_order_credit_approval_no:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認番号 / 文字列型
                            receive_order_credit_approval_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認額 / 文字列型
                            receive_order_credit_approval_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認区分 / 文字列型 / クレジット承認区分
                            receive_order_credit_approval_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認名 / 文字列型
                            receive_order_credit_approval_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認日 / 日時型
                            receive_order_credit_approval_rate:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認時レート / 数値型
                            receive_order_credit_number_payments:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット支払い回数 / 文字列型 / 受注伝票の支払区分の値
                            receive_order_credit_authorization_center_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認センター区分 / 文字列型
                            receive_order_credit_authorization_center_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認センター名 / 文字列型
                            receive_order_credit_approval_fax_printing_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認FAX印刷日 / 日時型
                            receive_order_customer_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 顧客区分 / 文字列型 / 顧客区分
                            receive_order_customer_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 顧客名 / 文字列型
                            receive_order_customer_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 顧客コード / 文字列型 / 顧客区分が9:卸 だった場合に卸先コードが設定されます。
                            receive_order_purchaser_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者名 / 文字列型
                            receive_order_purchaser_kana:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者カナ / 文字列型
                            receive_order_purchaser_zip_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者郵便番号 / 文字列型
                            receive_order_purchaser_address1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者住所1 / 文字列型
                            receive_order_purchaser_address2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者住所2 / 文字列型
                            receive_order_purchaser_tel:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者電話番号 / 文字列型
                            receive_order_purchaser_fax:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者FAX / 文字列型
                            receive_order_purchaser_mail_address:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者メールアドレス / 文字列型
                            receive_order_consignee_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先名 / 文字列型
                            receive_order_consignee_kana:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先カナ / 文字列型
                            receive_order_consignee_zip_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先郵便番号 / 文字列型
                            receive_order_consignee_address1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先住所1 / 文字列型
                            receive_order_consignee_address2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先住所2 / 文字列型
                            receive_order_consignee_tel:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先電話番号 / 文字列型
                            receive_order_consignee_fax:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先FAX / 文字列型
                            receive_order_important_check_pic_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 重要チェック担当者ID / 数値型
                            receive_order_important_check_pic_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 重要チェック担当者名 / 文字列型
                            receive_order_pic_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注担当者ID / 数値型
                            receive_order_pic_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注担当者名 / 文字列型
                            receive_order_send_pic_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 出荷担当者ID / 数値型
                            receive_order_send_pic_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 出荷担当者名 / 文字列型
                            receive_order_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            receive_order_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            receive_order_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            receive_order_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            receive_order_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            receive_order_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            receive_order_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            receive_order_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            receive_order_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: curl -X POST -d 'access_token=xxx&refresh_token=xxx&data_type=xxx&data=xxx&receive_order_shipped_update_flag=1' "https://api.next-engine.org/api_v1_receiveorder_base/bulkupdate"
        - lang: typescript
          source: |-
            // POST /api_v1_receiveorder_base/bulkupdate - 受注伝票一括更新
            const params = new URLSearchParams({
              access_token: '<access_token>',
              data_type: '<data_type>',
              data: '<data>',
              // receive_order_shipped_update_flag: '...', // optional
            })
            const res = await fetch('https://api.next-engine.org/api_v1_receiveorder_base/bulkupdate', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_receiveorder_base/bulkupdate - 受注伝票一括更新
            import requests

            params = {
                'access_token': '<access_token>',
                'data_type': '<data_type>',
                'data': '<data>',
                # 'receive_order_shipped_update_flag': '...',  # optional
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_receiveorder_base/bulkupdate',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
        - lang: xml
          source: "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n\t<receiveorder receive_order_id=\"1\" receive_order_last_modified_date=\"2018-04-13 10:38:28\">\n\t\t<receiveorder_base>\n\t\t\t<receive_order_shop_cut_form_id>12345-6789</receive_order_shop_cut_form_id>\n\t\t\t<receive_order_date>2014-05-01 00:00:00</receive_order_date>\n\t\t</receiveorder_base>\n\t</receiveorder>\n</root>"
        - lang: xml
          source: "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n\t<receiveorder receive_order_id=\"1\" receive_order_last_modified_date=\"2018-04-13 10:38:28\">\n\t\t<receiveorder_base>\n\t\t\t<receive_order_shop_cut_form_id>12345-6789</receive_order_shop_cut_form_id>\n\t\t\t<receive_order_date>2014-05-01 00:00:00</receive_order_date>\n\t\t</receiveorder_base>\n\t</receiveorder>\n\t<receiveorder receive_order_id=\"2\" receive_order_last_modified_date=\"2018-04-13 10:38:28\">\n\t\t<receiveorder_base>\n\t\t\t<receive_order_shop_cut_form_id>12346-8879</receive_order_shop_cut_form_id>\n\t\t\t<receive_order_date>2014-06-02 00:00:00</receive_order_date>\n\t\t</receiveorder_base>\n\t</receiveorder>\n</root>"
        - lang: xml
          source: "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n\t<receiveorder receive_order_id=\"1\" receive_order_last_modified_date=\"2018-04-13 10:38:28\">\n\t\t<receiveorder_base>\n\t\t\t<receive_order_shop_cut_form_id>12345-6789</receive_order_shop_cut_form_id>\n\t\t\t<receive_order_date>2014-05-01 00:00:00</receive_order_date>\n\t\t</receiveorder_base>\n\t\t<receiveorder_option>\n\t\t\t<receive_order_option_single_word_memo>xxx</receive_order_option_single_word_memo>\n\t\t</receiveorder_option>\n\t</receiveorder>\n</root>"
        - lang: xml
          source: "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n\t<receiveorder receive_order_id=\"1\" receive_order_last_modified_date=\"2018-04-13 10:38:28\">\n\t\t<receiveorder_base>\n\t\t\t<receive_order_shop_cut_form_id>12345-6789</receive_order_shop_cut_form_id>\n\t\t\t<receive_order_date>2014-05-01 00:00:00</receive_order_date>\n\t\t</receiveorder_base>\n\t\t<receiveorder_row>\n\t\t\t<receive_order_row_no value=\"1\">\n\t\t\t\t<receive_order_row_goods_name>テスト商品1</receive_order_row_goods_name>\n\t\t\t\t<receive_order_row_cancel_flag>1</receive_order_row_cancel_flag>\n\t\t\t</receive_order_row_no>\n\t\t\t<receive_order_row_no value=\"2\">\n\t\t\t\t<receive_order_row_goods_name>テスト商品2</receive_order_row_goods_name>\n\t\t\t</receive_order_row_no>\n\t\t\t<receive_order_row_no value=\"3\">\n\t\t\t\t<receive_order_row_quantity>3</receive_order_row_quantity>\n\t\t\t</receive_order_row_no>\n\t\t</receiveorder_row>\n\t</receiveorder>\n\t<receiveorder receive_order_id=\"2\" receive_order_last_modified_date=\"2018-04-13 10:38:28\">\n\t\t<receiveorder_base>\n\t\t\t<receive_order_shop_cut_form_id>12346-8879</receive_order_shop_cut_form_id>\n\t\t\t<receive_order_date>2014-06-02 00:00:00</receive_order_date>\n\t\t</receiveorder_base>\n\t</receiveorder>\n</root>"
  /api_v1_receiveorder_base/bulkupdatereceipted:
    post:
      summary: 納品書印刷済み一括更新
      operationId: api_v1_receiveorder_base_bulkupdatereceipted
      tags:
        - 受注伝票
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - type: object
                  properties:
                    data_type:
                      type: string
                      description: dataのファイル種類 / xml:更新データXML, gz:更新データをgzipで圧縮
                    data:
                      type: string
                      description: 更新するデータ / XML形式もしくはXMLファイルをgzipで圧縮したgz形式で指定します / 詳細なXMLフォーマットは各APIのMarkdownドキュメントの「XML形式」セクションを参照
                  required:
                    - data_type
                    - data
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            receive_order_shop_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗コード / 数値型 / 店舗マスタの店舗コード
                            receive_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 伝票番号 / 数値型 / ネクストエンジン内で一意に付与される番号
                            receive_order_shop_cut_form_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注番号 / 文字列型 / 原則、店舗内で一意に付与される番号（重複する可能性あり。）
                            receive_order_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注日 / 日時型 / 店舗側で受注した日
                            receive_order_import_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 取込日 / 日時型 / ネクストエンジンに取り込まれた日
                            receive_order_important_check_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 重要チェック区分 / 文字列型 / 1:重要
                            receive_order_important_check_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 重要チェック名 / 文字列型 / 重要チェックを付けた担当者名
                            receive_order_confirm_check_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 確認チェック区分 / 文字列型 / 0:確認不要1:確認必要2:確認済み
                            receive_order_confirm_check_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 確認チェック名 / 文字列型 / 確認チェックを付けた担当者名
                            receive_order_confirm_ids:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: '受注確認内容ID / 文字列型 / 受注確認内容IDが":"区切りで設定されます。明細行に対する確認は"#"の後に明細行番号が設定されます。Ex: "AO:AA#1:AA#2"の場合送り先の郵便番号と住所があってません。商品コードが商品マスタに存在しません。：1行目商品コードが商品マスタに存在しません。：2行目'
                            receive_order_mail_status:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メール送信状態値 / 文字列型 / 次の値によりどの種類のメール送信が終了したかを表します。区切り文字はありません。例えばJHとあれば受注メールと発送完了メールが送信済みです。 J:受注確認メール B:印刷日待ち連絡メール C:印刷待ち以降連絡メール H:発送メール N:入金確認メール F:フォローメール
                            receive_order_gruoping_tag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注分類タグ / 文字列型 / []区切りでタグの名称が設定されている。受注分類タグ自体の検索には未対応。例:[連絡待ち][ゴールド会員]
                            receive_order_import_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 取込種類区分 / 文字列型 / 0:メール1:CSV2:手入力
                            receive_order_import_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 取込種類名 / 文字列型
                            receive_order_cancel_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注キャンセル区分 / 文字列型 / 受注キャンセル区分
                            receive_order_cancel_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注キャンセル名 / 文字列型
                            receive_order_cancel_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注キャンセル日 / 日時型
                            receive_order_order_status_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注状態区分 / 文字列型 / 受注状態区分
                            receive_order_order_status_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注状態名 / 文字列型
                            receive_order_delivery_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送方法区分 / 文字列型 / 発送方法区分
                            receive_order_delivery_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送方法名 / 文字列型
                            receive_order_payment_method_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 支払区分 / 文字列型 / 支払区分受注伝票の支払方法の値
                            receive_order_payment_method_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 支払名 / 文字列型
                            receive_order_total_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 総合計 / 数値型 / 商品計+税金+手数料+発送代+他費用-ポイント数
                            receive_order_tax_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 税金 / 数値型
                            receive_order_charge_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 手数料 / 数値型
                            receive_order_delivery_fee_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送代 / 数値型
                            receive_order_other_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 他費用 / 数値型
                            receive_order_point_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ポイント数 / 数値型
                            receive_order_goods_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品計 / 数値型
                            receive_order_deposit_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入金額 / 文字列型
                            receive_order_deposit_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入金状況区分 / 文字列型 / 入金区分
                            receive_order_deposit_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入金状況名 / 文字列型
                            receive_order_deposit_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入金日 / 日時型
                            receive_order_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 備考 / 文字列型
                            receive_order_include_possible_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 同梱候補伝票番号 / 数値型 / ネクストエンジンが自動判定した同梱候補の伝票番号
                            receive_order_include_to_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 同梱先伝票番号 / 数値型 / 同梱した場合の同梱先の伝票番号
                            receive_order_multi_delivery_parent_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 複数配送親伝票番号 / 数値型 / 複数配送の親の伝票番号
                            receive_order_divide_from_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 分割元伝票番号 / 数値型 / 分割元の伝票番号
                            receive_order_copy_from_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 複写元伝票番号 / 数値型 / 複写元の伝票番号
                            receive_order_multi_delivery_parent_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 複数配送親フラグ / 文字列型 / 複数配送の親か否か
                            receive_order_statement_delivery_instruct_printing_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 納品書印刷指示日 / 日時型
                            receive_order_statement_delivery_printing_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 納品書発行日 / 日時型 / 納品書をダウンロードした日
                            receive_order_statement_delivery_text:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 納品書特記事項 / 文字列型
                            receive_order_send_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 出荷確定日 / 日時型 / 受注状態が出荷確定済みになった日
                            receive_order_send_plan_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 出荷予定日 / 日時型
                            receive_order_send_sequence:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 出荷順序 / 文字列型 / ラベル発行フラグがたった順序
                            receive_order_worker_text:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作業用欄 / 文字列型
                            receive_order_picking_instruct:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ピッキング指示内容 / 文字列型
                            receive_order_label_print_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ラベル発行日 / 日時型
                            receive_order_label_print_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ラベル発行フラグ / 文字列型 / 配送伝票の印刷対象か否か0:対象外1:対象2:発行済み
                            receive_order_hope_delivery_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 配達希望日 / 日時型
                            receive_order_hope_delivery_time_slot_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 配達希望時間帯区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_hope_delivery_time_slot_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 配達希望時間帯名 / 文字列型
                            receive_order_delivery_method_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 便種区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_delivery_method_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 便種名 / 文字列型
                            receive_order_seal1_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール1区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_seal1_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール1名 / 文字列型
                            receive_order_seal2_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール2区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_seal2_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール2名 / 文字列型
                            receive_order_seal3_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール3区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_seal3_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール3名 / 文字列型
                            receive_order_seal4_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール4区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_seal4_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール4名 / 文字列型
                            receive_order_business_office_stop_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 営業止め区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_business_office_stop_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 営業止め名 / 文字列型
                            receive_order_invoice_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り状区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_invoice_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り状名 / 文字列型
                            receive_order_temperature_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 温度区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_temperature_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 温度名 / 文字列型
                            receive_order_business_office_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 営業所名 / 文字列型
                            receive_order_gift_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ギフトフラグ / 文字列型 / 0:ギフトではない1:ギフト
                            receive_order_delivery_cut_form_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送伝票番号 / 文字列型 / 各発送方法の問い合わせ番号が設定されます。
                            receive_order_delivery_cut_form_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送伝票備考欄 / 文字列型
                            receive_order_credit_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット区分 / 文字列型 / クレジット種類区分
                            receive_order_credit_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット名 / 文字列型
                            receive_order_credit_approval_no:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認番号 / 文字列型
                            receive_order_credit_approval_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認額 / 文字列型
                            receive_order_credit_approval_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認区分 / 文字列型 / クレジット承認区分
                            receive_order_credit_approval_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認名 / 文字列型
                            receive_order_credit_approval_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認日 / 日時型
                            receive_order_credit_approval_rate:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認時レート / 数値型
                            receive_order_credit_number_payments:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット支払い回数 / 文字列型 / 受注伝票の支払区分の値
                            receive_order_credit_authorization_center_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認センター区分 / 文字列型
                            receive_order_credit_authorization_center_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認センター名 / 文字列型
                            receive_order_credit_approval_fax_printing_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認FAX印刷日 / 日時型
                            receive_order_customer_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 顧客区分 / 文字列型 / 顧客区分
                            receive_order_customer_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 顧客名 / 文字列型
                            receive_order_customer_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 顧客コード / 文字列型 / 顧客区分が9:卸 だった場合に卸先コードが設定されます。
                            receive_order_purchaser_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者名 / 文字列型
                            receive_order_purchaser_kana:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者カナ / 文字列型
                            receive_order_purchaser_zip_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者郵便番号 / 文字列型
                            receive_order_purchaser_address1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者住所1 / 文字列型
                            receive_order_purchaser_address2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者住所2 / 文字列型
                            receive_order_purchaser_tel:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者電話番号 / 文字列型
                            receive_order_purchaser_fax:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者FAX / 文字列型
                            receive_order_purchaser_mail_address:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者メールアドレス / 文字列型
                            receive_order_consignee_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先名 / 文字列型
                            receive_order_consignee_kana:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先カナ / 文字列型
                            receive_order_consignee_zip_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先郵便番号 / 文字列型
                            receive_order_consignee_address1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先住所1 / 文字列型
                            receive_order_consignee_address2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先住所2 / 文字列型
                            receive_order_consignee_tel:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先電話番号 / 文字列型
                            receive_order_consignee_fax:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先FAX / 文字列型
                            receive_order_important_check_pic_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 重要チェック担当者ID / 数値型
                            receive_order_important_check_pic_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 重要チェック担当者名 / 文字列型
                            receive_order_pic_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注担当者ID / 数値型
                            receive_order_pic_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注担当者名 / 文字列型
                            receive_order_send_pic_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 出荷担当者ID / 数値型
                            receive_order_send_pic_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 出荷担当者名 / 文字列型
                            receive_order_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            receive_order_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            receive_order_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            receive_order_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            receive_order_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            receive_order_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            receive_order_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            receive_order_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            receive_order_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: error
                code: '021500'
                message:
                  - receive_order_id: '2'
                    code: '021005'
                    message: 受注伝票[2]は納品書印刷待ちではありません。
                  - receive_order_id: '3'
                    code: '021004'
                    message: 受注伝票[3]は存在しません。
                access_token: xxxxxxxxxx
                access_token_end_date: '2019-09-28 14:55:24'
                refresh_token: xxxxxxxxxx
                refresh_token_end_date: '2019-09-30 14:55:24'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: curl -X POST -d 'access_token=xxx&refresh_token=xxx&data_type=xxx&data=xxx' "https://api.next-engine.org/api_v1_receiveorder_base/bulkupdatereceipted"
        - lang: typescript
          source: |-
            // POST /api_v1_receiveorder_base/bulkupdatereceipted - 納品書印刷済み一括更新
            const params = new URLSearchParams({
              access_token: '<access_token>',
              data_type: '<data_type>',
              data: '<data>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_receiveorder_base/bulkupdatereceipted', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_receiveorder_base/bulkupdatereceipted - 納品書印刷済み一括更新
            import requests

            params = {
                'access_token': '<access_token>',
                'data_type': '<data_type>',
                'data': '<data>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_receiveorder_base/bulkupdatereceipted',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
        - lang: xml
          source: "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n\t<receiveorder receive_order_id=\"1\" receive_order_last_modified_date=\"2018-04-13 10:38:28\">\n                <receive_order_label_print_flag>1</receive_order_label_print_flag>\n\t</receiveorder>\n\t<receiveorder receive_order_id=\"2\" receive_order_last_modified_date=\"2018-04-13 10:38:28\">\n                <receive_order_label_print_flag>0</receive_order_label_print_flag>\n\t</receiveorder>\n</root>"
  /api_v1_receiveorder_base/bundle:
    post:
      summary: 受注伝票一括同梱
      operationId: api_v1_receiveorder_base_bundle
      tags:
        - 受注伝票
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/CommonRequestParams'
      responses:
        '200':
          description: 処理結果
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
  /api_v1_receiveorder_base/bundle_candidate_groups:
    post:
      summary: 受注伝票 同梱候補グループ取得
      operationId: api_v1_receiveorder_base_bundle_candidate_groups
      tags:
        - 受注伝票
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/CommonRequestParams'
      responses:
        '200':
          description: 処理結果
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
  /api_v1_receiveorder_base/count:
    post:
      summary: 受注伝票件数取得
      operationId: api_v1_receiveorder_base_count
      tags:
        - 受注伝票
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
                  properties:
                    extension_execution_id:
                      type: string
                      description: 拡張機能実行ID / 検索結果画面で実行対象として選択したデータをひとかたまりとして取得することができます。 フィールド名-比較演算子(WHERE句のカラムと比較演算子相当)と同時に指定した場合はAND検索となります。
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            receive_order_shop_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗コード / 数値型 / 店舗マスタの店舗コード
                            receive_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 伝票番号 / 数値型 / ネクストエンジン内で一意に付与される番号
                            receive_order_shop_cut_form_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注番号 / 文字列型 / 原則、店舗内で一意に付与される番号（重複する可能性あり。）
                            receive_order_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注日 / 日時型 / 店舗側で受注した日
                            receive_order_import_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 取込日 / 日時型 / ネクストエンジンに取り込まれた日
                            receive_order_important_check_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 重要チェック区分 / 文字列型 / 1:重要
                            receive_order_important_check_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 重要チェック名 / 文字列型 / 重要チェックを付けた担当者名
                            receive_order_confirm_check_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 確認チェック区分 / 文字列型 / 0:確認不要1:確認必要2:確認済み
                            receive_order_confirm_check_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 確認チェック名 / 文字列型 / 確認チェックを付けた担当者名
                            receive_order_confirm_ids:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: '受注確認内容ID / 文字列型 / 受注確認内容IDが":"区切りで設定されます。明細行に対する確認は"#"の後に明細行番号が設定されます。Ex: "AO:AA#1:AA#2"の場合送り先の郵便番号と住所があってません。商品コードが商品マスタに存在しません。：1行目商品コードが商品マスタに存在しません。：2行目'
                            receive_order_mail_status:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メール送信状態値 / 文字列型 / 次の値によりどの種類のメール送信が終了したかを表します。区切り文字はありません。例えばJHとあれば受注メールと発送完了メールが送信済みです。 J:受注確認メール B:印刷日待ち連絡メール C:印刷待ち以降連絡メール H:発送メール N:入金確認メール F:フォローメール
                            receive_order_gruoping_tag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注分類タグ / 文字列型 / []区切りでタグの名称が設定されている。受注分類タグ自体の検索には未対応。例:[連絡待ち][ゴールド会員]
                            receive_order_import_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 取込種類区分 / 文字列型 / 0:メール1:CSV2:手入力
                            receive_order_import_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 取込種類名 / 文字列型
                            receive_order_cancel_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注キャンセル区分 / 文字列型 / 受注キャンセル区分
                            receive_order_cancel_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注キャンセル名 / 文字列型
                            receive_order_cancel_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注キャンセル日 / 日時型
                            receive_order_order_status_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注状態区分 / 文字列型 / 受注状態区分
                            receive_order_order_status_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注状態名 / 文字列型
                            receive_order_delivery_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送方法区分 / 文字列型 / 発送方法区分
                            receive_order_delivery_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送方法名 / 文字列型
                            receive_order_payment_method_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 支払区分 / 文字列型 / 支払区分受注伝票の支払方法の値
                            receive_order_payment_method_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 支払名 / 文字列型
                            receive_order_total_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 総合計 / 数値型 / 商品計+税金+手数料+発送代+他費用-ポイント数
                            receive_order_tax_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 税金 / 数値型
                            receive_order_charge_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 手数料 / 数値型
                            receive_order_delivery_fee_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送代 / 数値型
                            receive_order_other_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 他費用 / 数値型
                            receive_order_point_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ポイント数 / 数値型
                            receive_order_goods_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品計 / 数値型
                            receive_order_deposit_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入金額 / 文字列型
                            receive_order_deposit_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入金状況区分 / 文字列型 / 入金区分
                            receive_order_deposit_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入金状況名 / 文字列型
                            receive_order_deposit_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入金日 / 日時型
                            receive_order_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 備考 / 文字列型
                            receive_order_include_possible_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 同梱候補伝票番号 / 数値型 / ネクストエンジンが自動判定した同梱候補の伝票番号
                            receive_order_include_to_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 同梱先伝票番号 / 数値型 / 同梱した場合の同梱先の伝票番号
                            receive_order_multi_delivery_parent_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 複数配送親伝票番号 / 数値型 / 複数配送の親の伝票番号
                            receive_order_divide_from_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 分割元伝票番号 / 数値型 / 分割元の伝票番号
                            receive_order_copy_from_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 複写元伝票番号 / 数値型 / 複写元の伝票番号
                            receive_order_multi_delivery_parent_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 複数配送親フラグ / 文字列型 / 複数配送の親か否か
                            receive_order_statement_delivery_instruct_printing_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 納品書印刷指示日 / 日時型
                            receive_order_statement_delivery_printing_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 納品書発行日 / 日時型 / 納品書をダウンロードした日
                            receive_order_statement_delivery_text:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 納品書特記事項 / 文字列型
                            receive_order_send_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 出荷確定日 / 日時型 / 受注状態が出荷確定済みになった日
                            receive_order_send_plan_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 出荷予定日 / 日時型
                            receive_order_send_sequence:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 出荷順序 / 文字列型 / ラベル発行フラグがたった順序
                            receive_order_worker_text:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作業用欄 / 文字列型
                            receive_order_picking_instruct:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ピッキング指示内容 / 文字列型
                            receive_order_label_print_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ラベル発行日 / 日時型
                            receive_order_label_print_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ラベル発行フラグ / 文字列型 / 配送伝票の印刷対象か否か0:対象外1:対象2:発行済み
                            receive_order_hope_delivery_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 配達希望日 / 日時型
                            receive_order_hope_delivery_time_slot_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 配達希望時間帯区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_hope_delivery_time_slot_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 配達希望時間帯名 / 文字列型
                            receive_order_delivery_method_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 便種区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_delivery_method_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 便種名 / 文字列型
                            receive_order_seal1_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール1区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_seal1_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール1名 / 文字列型
                            receive_order_seal2_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール2区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_seal2_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール2名 / 文字列型
                            receive_order_seal3_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール3区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_seal3_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール3名 / 文字列型
                            receive_order_seal4_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール4区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_seal4_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール4名 / 文字列型
                            receive_order_business_office_stop_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 営業止め区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_business_office_stop_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 営業止め名 / 文字列型
                            receive_order_invoice_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り状区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_invoice_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り状名 / 文字列型
                            receive_order_temperature_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 温度区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_temperature_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 温度名 / 文字列型
                            receive_order_business_office_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 営業所名 / 文字列型
                            receive_order_gift_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ギフトフラグ / 文字列型 / 0:ギフトではない1:ギフト
                            receive_order_delivery_cut_form_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送伝票番号 / 文字列型 / 各発送方法の問い合わせ番号が設定されます。
                            receive_order_delivery_cut_form_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送伝票備考欄 / 文字列型
                            receive_order_credit_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット区分 / 文字列型 / クレジット種類区分
                            receive_order_credit_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット名 / 文字列型
                            receive_order_credit_approval_no:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認番号 / 文字列型
                            receive_order_credit_approval_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認額 / 文字列型
                            receive_order_credit_approval_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認区分 / 文字列型 / クレジット承認区分
                            receive_order_credit_approval_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認名 / 文字列型
                            receive_order_credit_approval_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認日 / 日時型
                            receive_order_credit_approval_rate:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認時レート / 数値型
                            receive_order_credit_number_payments:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット支払い回数 / 文字列型 / 受注伝票の支払区分の値
                            receive_order_credit_authorization_center_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認センター区分 / 文字列型
                            receive_order_credit_authorization_center_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認センター名 / 文字列型
                            receive_order_credit_approval_fax_printing_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認FAX印刷日 / 日時型
                            receive_order_customer_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 顧客区分 / 文字列型 / 顧客区分
                            receive_order_customer_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 顧客名 / 文字列型
                            receive_order_customer_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 顧客コード / 文字列型 / 顧客区分が9:卸 だった場合に卸先コードが設定されます。
                            receive_order_purchaser_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者名 / 文字列型
                            receive_order_purchaser_kana:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者カナ / 文字列型
                            receive_order_purchaser_zip_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者郵便番号 / 文字列型
                            receive_order_purchaser_address1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者住所1 / 文字列型
                            receive_order_purchaser_address2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者住所2 / 文字列型
                            receive_order_purchaser_tel:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者電話番号 / 文字列型
                            receive_order_purchaser_fax:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者FAX / 文字列型
                            receive_order_purchaser_mail_address:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者メールアドレス / 文字列型
                            receive_order_consignee_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先名 / 文字列型
                            receive_order_consignee_kana:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先カナ / 文字列型
                            receive_order_consignee_zip_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先郵便番号 / 文字列型
                            receive_order_consignee_address1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先住所1 / 文字列型
                            receive_order_consignee_address2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先住所2 / 文字列型
                            receive_order_consignee_tel:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先電話番号 / 文字列型
                            receive_order_consignee_fax:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先FAX / 文字列型
                            receive_order_important_check_pic_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 重要チェック担当者ID / 数値型
                            receive_order_important_check_pic_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 重要チェック担当者名 / 文字列型
                            receive_order_pic_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注担当者ID / 数値型
                            receive_order_pic_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注担当者名 / 文字列型
                            receive_order_send_pic_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 出荷担当者ID / 数値型
                            receive_order_send_pic_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 出荷担当者名 / 文字列型
                            receive_order_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            receive_order_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            receive_order_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            receive_order_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            receive_order_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            receive_order_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            receive_order_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            receive_order_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            receive_order_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: xxx
                access_token: xxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxx&refresh_token=xxx&wait_flag=1&receive_order_shop_id-eq=xxx'' https://api.next-engine.org/api_v1_receiveorder_base/count'
        - lang: typescript
          source: |-
            // POST /api_v1_receiveorder_base/count - 受注伝票件数取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
              // extension_execution_id: '...', // optional
            })
            const res = await fetch('https://api.next-engine.org/api_v1_receiveorder_base/count', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_receiveorder_base/count - 受注伝票件数取得
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
                # 'extension_execution_id': '...',  # optional
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_receiveorder_base/count',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_receiveorder_base/divide:
    post:
      summary: 受注伝票分割
      operationId: api_v1_receiveorder_base_divide
      tags:
        - 受注伝票
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - type: object
                  properties:
                    receive_order_id:
                      type: string
                      description: 伝票番号 / 分割する受注の伝票番号
                    receive_order_last_modified_date:
                      type: string
                      description: 最終更新日 / 分割する受注の最終更新日 API実行時にメイン機能またはアプリで、受注伝票が更新されていないかを確認するために利用します メイン機能またはアプリで受注伝票が更新されている場合はエラーになります エラーになったら再度、受注伝票を検索してAPIを実行して下さい
                    data:
                      type: string
                      description: 更新するデータ / XML形式で指定します / 詳細なXMLフォーマットは各APIのMarkdownドキュメントの「XML形式」セクションを参照
                    credit_unauthorized_flag:
                      type: string
                      description: 1:条件を満たす場合（備考欄参照）、分割先・分割元ともに、受注伝票の請求情報を「未承認の状態(※1)」にする。1以外:分割元伝票の請求情報はそのまま、分割先伝票も分割元から請求情報を引き継ぐ。 / 1で、次の条件を全て満たす場合、「未承認の状態(※1)」にする。 オーソリ区分ID(shop_authorization_type_id)=0 支払区分(receive_order_payment_method_id)=[0:クレジット] クレジット承認区分(receive_order_credit_approval_type_id) が [20:承認中]以上。
                  required:
                    - receive_order_id
                    - receive_order_last_modified_date
                    - data
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            receive_order_shop_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗コード / 数値型 / 店舗マスタの店舗コード
                            receive_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 伝票番号 / 数値型 / ネクストエンジン内で一意に付与される番号
                            receive_order_shop_cut_form_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注番号 / 文字列型 / 原則、店舗内で一意に付与される番号（重複する可能性あり。）
                            receive_order_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注日 / 日時型 / 店舗側で受注した日
                            receive_order_import_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 取込日 / 日時型 / ネクストエンジンに取り込まれた日
                            receive_order_important_check_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 重要チェック区分 / 文字列型 / 1:重要
                            receive_order_important_check_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 重要チェック名 / 文字列型 / 重要チェックを付けた担当者名
                            receive_order_confirm_check_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 確認チェック区分 / 文字列型 / 0:確認不要1:確認必要2:確認済み
                            receive_order_confirm_check_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 確認チェック名 / 文字列型 / 確認チェックを付けた担当者名
                            receive_order_confirm_ids:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: '受注確認内容ID / 文字列型 / 受注確認内容IDが":"区切りで設定されます。明細行に対する確認は"#"の後に明細行番号が設定されます。Ex: "AO:AA#1:AA#2"の場合送り先の郵便番号と住所があってません。商品コードが商品マスタに存在しません。：1行目商品コードが商品マスタに存在しません。：2行目'
                            receive_order_mail_status:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メール送信状態値 / 文字列型 / 次の値によりどの種類のメール送信が終了したかを表します。区切り文字はありません。例えばJHとあれば受注メールと発送完了メールが送信済みです。 J:受注確認メール B:印刷日待ち連絡メール C:印刷待ち以降連絡メール H:発送メール N:入金確認メール F:フォローメール
                            receive_order_gruoping_tag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注分類タグ / 文字列型 / []区切りでタグの名称が設定されている。受注分類タグ自体の検索には未対応。例:[連絡待ち][ゴールド会員]
                            receive_order_import_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 取込種類区分 / 文字列型 / 0:メール1:CSV2:手入力
                            receive_order_import_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 取込種類名 / 文字列型
                            receive_order_cancel_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注キャンセル区分 / 文字列型 / 受注キャンセル区分
                            receive_order_cancel_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注キャンセル名 / 文字列型
                            receive_order_cancel_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注キャンセル日 / 日時型
                            receive_order_order_status_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注状態区分 / 文字列型 / 受注状態区分
                            receive_order_order_status_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注状態名 / 文字列型
                            receive_order_delivery_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送方法区分 / 文字列型 / 発送方法区分
                            receive_order_delivery_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送方法名 / 文字列型
                            receive_order_payment_method_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 支払区分 / 文字列型 / 支払区分受注伝票の支払方法の値
                            receive_order_payment_method_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 支払名 / 文字列型
                            receive_order_total_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 総合計 / 数値型 / 商品計+税金+手数料+発送代+他費用-ポイント数
                            receive_order_tax_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 税金 / 数値型
                            receive_order_charge_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 手数料 / 数値型
                            receive_order_delivery_fee_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送代 / 数値型
                            receive_order_other_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 他費用 / 数値型
                            receive_order_point_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ポイント数 / 数値型
                            receive_order_goods_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品計 / 数値型
                            receive_order_deposit_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入金額 / 文字列型
                            receive_order_deposit_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入金状況区分 / 文字列型 / 入金区分
                            receive_order_deposit_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入金状況名 / 文字列型
                            receive_order_deposit_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入金日 / 日時型
                            receive_order_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 備考 / 文字列型
                            receive_order_include_possible_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 同梱候補伝票番号 / 数値型 / ネクストエンジンが自動判定した同梱候補の伝票番号
                            receive_order_include_to_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 同梱先伝票番号 / 数値型 / 同梱した場合の同梱先の伝票番号
                            receive_order_multi_delivery_parent_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 複数配送親伝票番号 / 数値型 / 複数配送の親の伝票番号
                            receive_order_divide_from_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 分割元伝票番号 / 数値型 / 分割元の伝票番号
                            receive_order_copy_from_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 複写元伝票番号 / 数値型 / 複写元の伝票番号
                            receive_order_multi_delivery_parent_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 複数配送親フラグ / 文字列型 / 複数配送の親か否か
                            receive_order_statement_delivery_instruct_printing_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 納品書印刷指示日 / 日時型
                            receive_order_statement_delivery_printing_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 納品書発行日 / 日時型 / 納品書をダウンロードした日
                            receive_order_statement_delivery_text:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 納品書特記事項 / 文字列型
                            receive_order_send_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 出荷確定日 / 日時型 / 受注状態が出荷確定済みになった日
                            receive_order_send_plan_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 出荷予定日 / 日時型
                            receive_order_send_sequence:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 出荷順序 / 文字列型 / ラベル発行フラグがたった順序
                            receive_order_worker_text:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作業用欄 / 文字列型
                            receive_order_picking_instruct:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ピッキング指示内容 / 文字列型
                            receive_order_label_print_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ラベル発行日 / 日時型
                            receive_order_label_print_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ラベル発行フラグ / 文字列型 / 配送伝票の印刷対象か否か0:対象外1:対象2:発行済み
                            receive_order_hope_delivery_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 配達希望日 / 日時型
                            receive_order_hope_delivery_time_slot_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 配達希望時間帯区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_hope_delivery_time_slot_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 配達希望時間帯名 / 文字列型
                            receive_order_delivery_method_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 便種区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_delivery_method_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 便種名 / 文字列型
                            receive_order_seal1_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール1区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_seal1_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール1名 / 文字列型
                            receive_order_seal2_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール2区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_seal2_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール2名 / 文字列型
                            receive_order_seal3_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール3区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_seal3_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール3名 / 文字列型
                            receive_order_seal4_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール4区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_seal4_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール4名 / 文字列型
                            receive_order_business_office_stop_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 営業止め区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_business_office_stop_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 営業止め名 / 文字列型
                            receive_order_invoice_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り状区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_invoice_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り状名 / 文字列型
                            receive_order_temperature_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 温度区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_temperature_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 温度名 / 文字列型
                            receive_order_business_office_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 営業所名 / 文字列型
                            receive_order_gift_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ギフトフラグ / 文字列型 / 0:ギフトではない1:ギフト
                            receive_order_delivery_cut_form_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送伝票番号 / 文字列型 / 各発送方法の問い合わせ番号が設定されます。
                            receive_order_delivery_cut_form_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送伝票備考欄 / 文字列型
                            receive_order_credit_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット区分 / 文字列型 / クレジット種類区分
                            receive_order_credit_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット名 / 文字列型
                            receive_order_credit_approval_no:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認番号 / 文字列型
                            receive_order_credit_approval_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認額 / 文字列型
                            receive_order_credit_approval_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認区分 / 文字列型 / クレジット承認区分
                            receive_order_credit_approval_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認名 / 文字列型
                            receive_order_credit_approval_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認日 / 日時型
                            receive_order_credit_approval_rate:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認時レート / 数値型
                            receive_order_credit_number_payments:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット支払い回数 / 文字列型 / 受注伝票の支払区分の値
                            receive_order_credit_authorization_center_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認センター区分 / 文字列型
                            receive_order_credit_authorization_center_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認センター名 / 文字列型
                            receive_order_credit_approval_fax_printing_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認FAX印刷日 / 日時型
                            receive_order_customer_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 顧客区分 / 文字列型 / 顧客区分
                            receive_order_customer_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 顧客名 / 文字列型
                            receive_order_customer_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 顧客コード / 文字列型 / 顧客区分が9:卸 だった場合に卸先コードが設定されます。
                            receive_order_purchaser_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者名 / 文字列型
                            receive_order_purchaser_kana:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者カナ / 文字列型
                            receive_order_purchaser_zip_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者郵便番号 / 文字列型
                            receive_order_purchaser_address1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者住所1 / 文字列型
                            receive_order_purchaser_address2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者住所2 / 文字列型
                            receive_order_purchaser_tel:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者電話番号 / 文字列型
                            receive_order_purchaser_fax:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者FAX / 文字列型
                            receive_order_purchaser_mail_address:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者メールアドレス / 文字列型
                            receive_order_consignee_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先名 / 文字列型
                            receive_order_consignee_kana:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先カナ / 文字列型
                            receive_order_consignee_zip_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先郵便番号 / 文字列型
                            receive_order_consignee_address1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先住所1 / 文字列型
                            receive_order_consignee_address2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先住所2 / 文字列型
                            receive_order_consignee_tel:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先電話番号 / 文字列型
                            receive_order_consignee_fax:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先FAX / 文字列型
                            receive_order_important_check_pic_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 重要チェック担当者ID / 数値型
                            receive_order_important_check_pic_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 重要チェック担当者名 / 文字列型
                            receive_order_pic_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注担当者ID / 数値型
                            receive_order_pic_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注担当者名 / 文字列型
                            receive_order_send_pic_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 出荷担当者ID / 数値型
                            receive_order_send_pic_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 出荷担当者名 / 文字列型
                            receive_order_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            receive_order_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            receive_order_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            receive_order_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            receive_order_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            receive_order_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            receive_order_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            receive_order_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            receive_order_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                receive_order_id: xxx
                result: success
                access_token: xxx
                access_token_end_date: '2017-04-19 11:21:13'
                refresh_token: xxx
                refresh_token_end_date: '2017-04-21 11:21:13'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H ''content-type: application/x-www-form-urlencoded'' \ -d ''access_token=xxx&refresh_token=xxx&wait_flag=1&receive_order_id=xxx&receive_order_last_modified_date=xxx&data=xxx&credit_unauthorized_flag=1'' \ https://api.next-engine.org/api_v1_receiveorder_base/divide'
        - lang: typescript
          source: |-
            // POST /api_v1_receiveorder_base/divide - 受注伝票分割
            const params = new URLSearchParams({
              access_token: '<access_token>',
              receive_order_id: '<receive_order_id>',
              receive_order_last_modified_date: '<receive_order_last_modified_date>',
              data: '<data>',
              // credit_unauthorized_flag: '...', // optional
            })
            const res = await fetch('https://api.next-engine.org/api_v1_receiveorder_base/divide', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_receiveorder_base/divide - 受注伝票分割
            import requests

            params = {
                'access_token': '<access_token>',
                'receive_order_id': '<receive_order_id>',
                'receive_order_last_modified_date': '<receive_order_last_modified_date>',
                'data': '<data>',
                # 'credit_unauthorized_flag': '...',  # optional
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_receiveorder_base/divide',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
        - lang: xml
          source: |-
            <?xml version="1.0" encoding="utf-8"?>
            <root>
                <receiveorder_row>
                    <receive_order_row_no value="2">
                        <receive_order_row_quantity>1</receive_order_row_quantity>
                    </receive_order_row_no>
                    <receive_order_row_no value="4">
                        <receive_order_row_quantity>0</receive_order_row_quantity>
                    </receive_order_row_no>
                    <receive_order_row_no value="5">
                        <receive_order_row_quantity>0</receive_order_row_quantity>
                    </receive_order_row_no>
                </receiveorder_row>
            </root>
  /api_v1_receiveorder_base/labelprinted:
    post:
      summary: 受注伝票配送情報出力済み
      operationId: api_v1_receiveorder_base_labelprinted
      tags:
        - 受注伝票
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - type: object
                  properties:
                    receive_order_id:
                      type: string
                      description: 伝票番号 / 配送情報出力済みにする受注の伝票番号
                    receive_order_last_modified_date:
                      type: string
                      description: 最終更新日 / 配送情報出力済みにする受注の最終更新日。 API実行時にメイン機能またはアプリで、受注伝票が更新されていないかを確認するために利用します。 メイン機能またはアプリで受注伝票が更新されている場合はエラーになります。 エラーになったら再度、受注伝票を検索してAPIを実行して下さい。
                    receive_order_label_print_flag:
                      type: string
                      description: ラベル発行フラグ / 1：配送情報出力対象にする2：配送情報出力済みにするパラメータが無い場合は「2：配送情報出力済みにする」として処理します。
                  required:
                    - receive_order_id
                    - receive_order_last_modified_date
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            receive_order_shop_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗コード / 数値型 / 店舗マスタの店舗コード
                            receive_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 伝票番号 / 数値型 / ネクストエンジン内で一意に付与される番号
                            receive_order_shop_cut_form_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注番号 / 文字列型 / 原則、店舗内で一意に付与される番号（重複する可能性あり。）
                            receive_order_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注日 / 日時型 / 店舗側で受注した日
                            receive_order_import_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 取込日 / 日時型 / ネクストエンジンに取り込まれた日
                            receive_order_important_check_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 重要チェック区分 / 文字列型 / 1:重要
                            receive_order_important_check_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 重要チェック名 / 文字列型 / 重要チェックを付けた担当者名
                            receive_order_confirm_check_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 確認チェック区分 / 文字列型 / 0:確認不要1:確認必要2:確認済み
                            receive_order_confirm_check_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 確認チェック名 / 文字列型 / 確認チェックを付けた担当者名
                            receive_order_confirm_ids:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: '受注確認内容ID / 文字列型 / 受注確認内容IDが":"区切りで設定されます。明細行に対する確認は"#"の後に明細行番号が設定されます。Ex: "AO:AA#1:AA#2"の場合送り先の郵便番号と住所があってません。商品コードが商品マスタに存在しません。：1行目商品コードが商品マスタに存在しません。：2行目'
                            receive_order_mail_status:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メール送信状態値 / 文字列型 / 次の値によりどの種類のメール送信が終了したかを表します。区切り文字はありません。例えばJHとあれば受注メールと発送完了メールが送信済みです。 J:受注確認メール B:印刷日待ち連絡メール C:印刷待ち以降連絡メール H:発送メール N:入金確認メール F:フォローメール
                            receive_order_gruoping_tag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注分類タグ / 文字列型 / []区切りでタグの名称が設定されている。受注分類タグ自体の検索には未対応。例:[連絡待ち][ゴールド会員]
                            receive_order_import_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 取込種類区分 / 文字列型 / 0:メール1:CSV2:手入力
                            receive_order_import_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 取込種類名 / 文字列型
                            receive_order_cancel_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注キャンセル区分 / 文字列型 / 受注キャンセル区分
                            receive_order_cancel_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注キャンセル名 / 文字列型
                            receive_order_cancel_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注キャンセル日 / 日時型
                            receive_order_order_status_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注状態区分 / 文字列型 / 受注状態区分
                            receive_order_order_status_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注状態名 / 文字列型
                            receive_order_delivery_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送方法区分 / 文字列型 / 発送方法区分
                            receive_order_delivery_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送方法名 / 文字列型
                            receive_order_payment_method_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 支払区分 / 文字列型 / 支払区分受注伝票の支払方法の値
                            receive_order_payment_method_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 支払名 / 文字列型
                            receive_order_total_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 総合計 / 数値型 / 商品計+税金+手数料+発送代+他費用-ポイント数
                            receive_order_tax_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 税金 / 数値型
                            receive_order_charge_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 手数料 / 数値型
                            receive_order_delivery_fee_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送代 / 数値型
                            receive_order_other_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 他費用 / 数値型
                            receive_order_point_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ポイント数 / 数値型
                            receive_order_goods_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品計 / 数値型
                            receive_order_deposit_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入金額 / 文字列型
                            receive_order_deposit_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入金状況区分 / 文字列型 / 入金区分
                            receive_order_deposit_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入金状況名 / 文字列型
                            receive_order_deposit_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入金日 / 日時型
                            receive_order_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 備考 / 文字列型
                            receive_order_include_possible_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 同梱候補伝票番号 / 数値型 / ネクストエンジンが自動判定した同梱候補の伝票番号
                            receive_order_include_to_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 同梱先伝票番号 / 数値型 / 同梱した場合の同梱先の伝票番号
                            receive_order_multi_delivery_parent_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 複数配送親伝票番号 / 数値型 / 複数配送の親の伝票番号
                            receive_order_divide_from_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 分割元伝票番号 / 数値型 / 分割元の伝票番号
                            receive_order_copy_from_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 複写元伝票番号 / 数値型 / 複写元の伝票番号
                            receive_order_multi_delivery_parent_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 複数配送親フラグ / 文字列型 / 複数配送の親か否か
                            receive_order_statement_delivery_instruct_printing_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 納品書印刷指示日 / 日時型
                            receive_order_statement_delivery_printing_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 納品書発行日 / 日時型 / 納品書をダウンロードした日
                            receive_order_statement_delivery_text:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 納品書特記事項 / 文字列型
                            receive_order_send_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 出荷確定日 / 日時型 / 受注状態が出荷確定済みになった日
                            receive_order_send_plan_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 出荷予定日 / 日時型
                            receive_order_send_sequence:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 出荷順序 / 文字列型 / ラベル発行フラグがたった順序
                            receive_order_worker_text:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作業用欄 / 文字列型
                            receive_order_picking_instruct:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ピッキング指示内容 / 文字列型
                            receive_order_label_print_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ラベル発行日 / 日時型
                            receive_order_label_print_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ラベル発行フラグ / 文字列型 / 配送伝票の印刷対象か否か0:対象外1:対象2:発行済み
                            receive_order_hope_delivery_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 配達希望日 / 日時型
                            receive_order_hope_delivery_time_slot_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 配達希望時間帯区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_hope_delivery_time_slot_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 配達希望時間帯名 / 文字列型
                            receive_order_delivery_method_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 便種区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_delivery_method_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 便種名 / 文字列型
                            receive_order_seal1_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール1区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_seal1_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール1名 / 文字列型
                            receive_order_seal2_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール2区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_seal2_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール2名 / 文字列型
                            receive_order_seal3_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール3区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_seal3_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール3名 / 文字列型
                            receive_order_seal4_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール4区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_seal4_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール4名 / 文字列型
                            receive_order_business_office_stop_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 営業止め区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_business_office_stop_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 営業止め名 / 文字列型
                            receive_order_invoice_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り状区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_invoice_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り状名 / 文字列型
                            receive_order_temperature_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 温度区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_temperature_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 温度名 / 文字列型
                            receive_order_business_office_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 営業所名 / 文字列型
                            receive_order_gift_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ギフトフラグ / 文字列型 / 0:ギフトではない1:ギフト
                            receive_order_delivery_cut_form_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送伝票番号 / 文字列型 / 各発送方法の問い合わせ番号が設定されます。
                            receive_order_delivery_cut_form_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送伝票備考欄 / 文字列型
                            receive_order_credit_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット区分 / 文字列型 / クレジット種類区分
                            receive_order_credit_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット名 / 文字列型
                            receive_order_credit_approval_no:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認番号 / 文字列型
                            receive_order_credit_approval_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認額 / 文字列型
                            receive_order_credit_approval_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認区分 / 文字列型 / クレジット承認区分
                            receive_order_credit_approval_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認名 / 文字列型
                            receive_order_credit_approval_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認日 / 日時型
                            receive_order_credit_approval_rate:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認時レート / 数値型
                            receive_order_credit_number_payments:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット支払い回数 / 文字列型 / 受注伝票の支払区分の値
                            receive_order_credit_authorization_center_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認センター区分 / 文字列型
                            receive_order_credit_authorization_center_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認センター名 / 文字列型
                            receive_order_credit_approval_fax_printing_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認FAX印刷日 / 日時型
                            receive_order_customer_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 顧客区分 / 文字列型 / 顧客区分
                            receive_order_customer_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 顧客名 / 文字列型
                            receive_order_customer_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 顧客コード / 文字列型 / 顧客区分が9:卸 だった場合に卸先コードが設定されます。
                            receive_order_purchaser_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者名 / 文字列型
                            receive_order_purchaser_kana:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者カナ / 文字列型
                            receive_order_purchaser_zip_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者郵便番号 / 文字列型
                            receive_order_purchaser_address1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者住所1 / 文字列型
                            receive_order_purchaser_address2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者住所2 / 文字列型
                            receive_order_purchaser_tel:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者電話番号 / 文字列型
                            receive_order_purchaser_fax:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者FAX / 文字列型
                            receive_order_purchaser_mail_address:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者メールアドレス / 文字列型
                            receive_order_consignee_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先名 / 文字列型
                            receive_order_consignee_kana:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先カナ / 文字列型
                            receive_order_consignee_zip_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先郵便番号 / 文字列型
                            receive_order_consignee_address1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先住所1 / 文字列型
                            receive_order_consignee_address2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先住所2 / 文字列型
                            receive_order_consignee_tel:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先電話番号 / 文字列型
                            receive_order_consignee_fax:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先FAX / 文字列型
                            receive_order_important_check_pic_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 重要チェック担当者ID / 数値型
                            receive_order_important_check_pic_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 重要チェック担当者名 / 文字列型
                            receive_order_pic_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注担当者ID / 数値型
                            receive_order_pic_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注担当者名 / 文字列型
                            receive_order_send_pic_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 出荷担当者ID / 数値型
                            receive_order_send_pic_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 出荷担当者名 / 文字列型
                            receive_order_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            receive_order_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            receive_order_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            receive_order_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            receive_order_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            receive_order_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            receive_order_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            receive_order_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            receive_order_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                access_token: xxx
                access_token_end_date: '2017-04-18 11:19:26'
                refresh_token: xxx
                refresh_token_end_date: '2017-04-20 11:19:26'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H ''content-type: application/x-www-form-urlencoded'' \ -d ''access_token=xxx&refresh_token=xx&wait_flag=1&receive_order_id=xxx&receive_order_last_modified_date=xxx&receive_order_label_print_flag=1'' \ https://api.next-engine.org/api_v1_receiveorder_base/labelprinted'
        - lang: typescript
          source: |-
            // POST /api_v1_receiveorder_base/labelprinted - 受注伝票配送情報出力済み
            const params = new URLSearchParams({
              access_token: '<access_token>',
              receive_order_id: '<receive_order_id>',
              receive_order_last_modified_date: '<receive_order_last_modified_date>',
              // receive_order_label_print_flag: '...', // optional
            })
            const res = await fetch('https://api.next-engine.org/api_v1_receiveorder_base/labelprinted', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_receiveorder_base/labelprinted - 受注伝票配送情報出力済み
            import requests

            params = {
                'access_token': '<access_token>',
                'receive_order_id': '<receive_order_id>',
                'receive_order_last_modified_date': '<receive_order_last_modified_date>',
                # 'receive_order_label_print_flag': '...',  # optional
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_receiveorder_base/labelprinted',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_receiveorder_base/receipted:
    post:
      summary: 受注伝票納品書印刷済み
      operationId: api_v1_receiveorder_base_receipted
      tags:
        - 受注伝票
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - type: object
                  properties:
                    receive_order_id:
                      type: string
                      description: 伝票番号 / 納品書印刷済みにする受注の伝票番号
                    receive_order_last_modified_date:
                      type: string
                      description: 最終更新日 / 納品書印刷済みにする受注の最終更新日。 API実行時にメイン機能またはアプリで、受注伝票が更新されていないかを確認するために利用します。 メイン機能またはアプリで受注伝票が更新されている場合はエラーになります。 エラーになったら再度、受注伝票を検索してAPIを実行して下さい。
                    receive_order_label_print_flag:
                      type: string
                      description: ラベル発行フラグ / 1：配送情報出力対象にする上記以外の値は何も処理しません。
                  required:
                    - receive_order_id
                    - receive_order_last_modified_date
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            receive_order_shop_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗コード / 数値型 / 店舗マスタの店舗コード
                            receive_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 伝票番号 / 数値型 / ネクストエンジン内で一意に付与される番号
                            receive_order_shop_cut_form_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注番号 / 文字列型 / 原則、店舗内で一意に付与される番号（重複する可能性あり。）
                            receive_order_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注日 / 日時型 / 店舗側で受注した日
                            receive_order_import_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 取込日 / 日時型 / ネクストエンジンに取り込まれた日
                            receive_order_important_check_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 重要チェック区分 / 文字列型 / 1:重要
                            receive_order_important_check_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 重要チェック名 / 文字列型 / 重要チェックを付けた担当者名
                            receive_order_confirm_check_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 確認チェック区分 / 文字列型 / 0:確認不要1:確認必要2:確認済み
                            receive_order_confirm_check_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 確認チェック名 / 文字列型 / 確認チェックを付けた担当者名
                            receive_order_confirm_ids:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: '受注確認内容ID / 文字列型 / 受注確認内容IDが":"区切りで設定されます。明細行に対する確認は"#"の後に明細行番号が設定されます。Ex: "AO:AA#1:AA#2"の場合送り先の郵便番号と住所があってません。商品コードが商品マスタに存在しません。：1行目商品コードが商品マスタに存在しません。：2行目'
                            receive_order_mail_status:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メール送信状態値 / 文字列型 / 次の値によりどの種類のメール送信が終了したかを表します。区切り文字はありません。例えばJHとあれば受注メールと発送完了メールが送信済みです。 J:受注確認メール B:印刷日待ち連絡メール C:印刷待ち以降連絡メール H:発送メール N:入金確認メール F:フォローメール
                            receive_order_gruoping_tag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注分類タグ / 文字列型 / []区切りでタグの名称が設定されている。受注分類タグ自体の検索には未対応。例:[連絡待ち][ゴールド会員]
                            receive_order_import_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 取込種類区分 / 文字列型 / 0:メール1:CSV2:手入力
                            receive_order_import_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 取込種類名 / 文字列型
                            receive_order_cancel_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注キャンセル区分 / 文字列型 / 受注キャンセル区分
                            receive_order_cancel_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注キャンセル名 / 文字列型
                            receive_order_cancel_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注キャンセル日 / 日時型
                            receive_order_order_status_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注状態区分 / 文字列型 / 受注状態区分
                            receive_order_order_status_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注状態名 / 文字列型
                            receive_order_delivery_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送方法区分 / 文字列型 / 発送方法区分
                            receive_order_delivery_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送方法名 / 文字列型
                            receive_order_payment_method_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 支払区分 / 文字列型 / 支払区分受注伝票の支払方法の値
                            receive_order_payment_method_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 支払名 / 文字列型
                            receive_order_total_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 総合計 / 数値型 / 商品計+税金+手数料+発送代+他費用-ポイント数
                            receive_order_tax_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 税金 / 数値型
                            receive_order_charge_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 手数料 / 数値型
                            receive_order_delivery_fee_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送代 / 数値型
                            receive_order_other_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 他費用 / 数値型
                            receive_order_point_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ポイント数 / 数値型
                            receive_order_goods_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品計 / 数値型
                            receive_order_deposit_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入金額 / 文字列型
                            receive_order_deposit_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入金状況区分 / 文字列型 / 入金区分
                            receive_order_deposit_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入金状況名 / 文字列型
                            receive_order_deposit_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入金日 / 日時型
                            receive_order_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 備考 / 文字列型
                            receive_order_include_possible_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 同梱候補伝票番号 / 数値型 / ネクストエンジンが自動判定した同梱候補の伝票番号
                            receive_order_include_to_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 同梱先伝票番号 / 数値型 / 同梱した場合の同梱先の伝票番号
                            receive_order_multi_delivery_parent_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 複数配送親伝票番号 / 数値型 / 複数配送の親の伝票番号
                            receive_order_divide_from_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 分割元伝票番号 / 数値型 / 分割元の伝票番号
                            receive_order_copy_from_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 複写元伝票番号 / 数値型 / 複写元の伝票番号
                            receive_order_multi_delivery_parent_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 複数配送親フラグ / 文字列型 / 複数配送の親か否か
                            receive_order_statement_delivery_instruct_printing_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 納品書印刷指示日 / 日時型
                            receive_order_statement_delivery_printing_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 納品書発行日 / 日時型 / 納品書をダウンロードした日
                            receive_order_statement_delivery_text:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 納品書特記事項 / 文字列型
                            receive_order_send_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 出荷確定日 / 日時型 / 受注状態が出荷確定済みになった日
                            receive_order_send_plan_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 出荷予定日 / 日時型
                            receive_order_send_sequence:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 出荷順序 / 文字列型 / ラベル発行フラグがたった順序
                            receive_order_worker_text:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作業用欄 / 文字列型
                            receive_order_picking_instruct:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ピッキング指示内容 / 文字列型
                            receive_order_label_print_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ラベル発行日 / 日時型
                            receive_order_label_print_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ラベル発行フラグ / 文字列型 / 配送伝票の印刷対象か否か0:対象外1:対象2:発行済み
                            receive_order_hope_delivery_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 配達希望日 / 日時型
                            receive_order_hope_delivery_time_slot_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 配達希望時間帯区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_hope_delivery_time_slot_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 配達希望時間帯名 / 文字列型
                            receive_order_delivery_method_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 便種区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_delivery_method_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 便種名 / 文字列型
                            receive_order_seal1_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール1区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_seal1_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール1名 / 文字列型
                            receive_order_seal2_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール2区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_seal2_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール2名 / 文字列型
                            receive_order_seal3_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール3区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_seal3_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール3名 / 文字列型
                            receive_order_seal4_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール4区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_seal4_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール4名 / 文字列型
                            receive_order_business_office_stop_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 営業止め区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_business_office_stop_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 営業止め名 / 文字列型
                            receive_order_invoice_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り状区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_invoice_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り状名 / 文字列型
                            receive_order_temperature_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 温度区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_temperature_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 温度名 / 文字列型
                            receive_order_business_office_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 営業所名 / 文字列型
                            receive_order_gift_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ギフトフラグ / 文字列型 / 0:ギフトではない1:ギフト
                            receive_order_delivery_cut_form_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送伝票番号 / 文字列型 / 各発送方法の問い合わせ番号が設定されます。
                            receive_order_delivery_cut_form_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送伝票備考欄 / 文字列型
                            receive_order_credit_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット区分 / 文字列型 / クレジット種類区分
                            receive_order_credit_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット名 / 文字列型
                            receive_order_credit_approval_no:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認番号 / 文字列型
                            receive_order_credit_approval_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認額 / 文字列型
                            receive_order_credit_approval_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認区分 / 文字列型 / クレジット承認区分
                            receive_order_credit_approval_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認名 / 文字列型
                            receive_order_credit_approval_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認日 / 日時型
                            receive_order_credit_approval_rate:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認時レート / 数値型
                            receive_order_credit_number_payments:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット支払い回数 / 文字列型 / 受注伝票の支払区分の値
                            receive_order_credit_authorization_center_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認センター区分 / 文字列型
                            receive_order_credit_authorization_center_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認センター名 / 文字列型
                            receive_order_credit_approval_fax_printing_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認FAX印刷日 / 日時型
                            receive_order_customer_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 顧客区分 / 文字列型 / 顧客区分
                            receive_order_customer_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 顧客名 / 文字列型
                            receive_order_customer_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 顧客コード / 文字列型 / 顧客区分が9:卸 だった場合に卸先コードが設定されます。
                            receive_order_purchaser_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者名 / 文字列型
                            receive_order_purchaser_kana:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者カナ / 文字列型
                            receive_order_purchaser_zip_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者郵便番号 / 文字列型
                            receive_order_purchaser_address1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者住所1 / 文字列型
                            receive_order_purchaser_address2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者住所2 / 文字列型
                            receive_order_purchaser_tel:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者電話番号 / 文字列型
                            receive_order_purchaser_fax:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者FAX / 文字列型
                            receive_order_purchaser_mail_address:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者メールアドレス / 文字列型
                            receive_order_consignee_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先名 / 文字列型
                            receive_order_consignee_kana:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先カナ / 文字列型
                            receive_order_consignee_zip_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先郵便番号 / 文字列型
                            receive_order_consignee_address1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先住所1 / 文字列型
                            receive_order_consignee_address2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先住所2 / 文字列型
                            receive_order_consignee_tel:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先電話番号 / 文字列型
                            receive_order_consignee_fax:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先FAX / 文字列型
                            receive_order_important_check_pic_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 重要チェック担当者ID / 数値型
                            receive_order_important_check_pic_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 重要チェック担当者名 / 文字列型
                            receive_order_pic_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注担当者ID / 数値型
                            receive_order_pic_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注担当者名 / 文字列型
                            receive_order_send_pic_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 出荷担当者ID / 数値型
                            receive_order_send_pic_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 出荷担当者名 / 文字列型
                            receive_order_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            receive_order_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            receive_order_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            receive_order_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            receive_order_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            receive_order_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            receive_order_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            receive_order_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            receive_order_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                access_token: xxx
                access_token_end_date: '2017-04-18 11:19:26'
                refresh_token: xxx
                refresh_token_end_date: '2017-04-20 11:19:26'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: curl -X POST \ -d 'access_token=xxx&refresh_token=xxx&wait_flag=1&receive_order_id=xxx&receive_order_last_modified_date=xxx&receive_order_label_print_flag=1' \ https://api.next-engine.org/api_v1_receiveorder_base/receipted
        - lang: typescript
          source: |-
            // POST /api_v1_receiveorder_base/receipted - 受注伝票納品書印刷済み
            const params = new URLSearchParams({
              access_token: '<access_token>',
              receive_order_id: '<receive_order_id>',
              receive_order_last_modified_date: '<receive_order_last_modified_date>',
              // receive_order_label_print_flag: '...', // optional
            })
            const res = await fetch('https://api.next-engine.org/api_v1_receiveorder_base/receipted', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_receiveorder_base/receipted - 受注伝票納品書印刷済み
            import requests

            params = {
                'access_token': '<access_token>',
                'receive_order_id': '<receive_order_id>',
                'receive_order_last_modified_date': '<receive_order_last_modified_date>',
                # 'receive_order_label_print_flag': '...',  # optional
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_receiveorder_base/receipted',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_receiveorder_base/search:
    post:
      summary: 受注伝票検索
      operationId: api_v1_receiveorder_base_search
      tags:
        - 受注伝票
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
                  properties:
                    extension_execution_id:
                      type: string
                      description: 拡張機能実行ID / 検索結果画面で実行対象として選択したデータをひとかたまりとして取得することができます。 フィールド名-比較演算子(WHERE句のカラムと比較演算子相当)と同時に指定した場合はAND検索となります。
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            receive_order_shop_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗コード / 数値型 / 店舗マスタの店舗コード
                            receive_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 伝票番号 / 数値型 / ネクストエンジン内で一意に付与される番号
                            receive_order_shop_cut_form_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注番号 / 文字列型 / 原則、店舗内で一意に付与される番号（重複する可能性あり。）
                            receive_order_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注日 / 日時型 / 店舗側で受注した日
                            receive_order_import_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 取込日 / 日時型 / ネクストエンジンに取り込まれた日
                            receive_order_important_check_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 重要チェック区分 / 文字列型 / 1:重要
                            receive_order_important_check_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 重要チェック名 / 文字列型 / 重要チェックを付けた担当者名
                            receive_order_confirm_check_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 確認チェック区分 / 文字列型 / 0:確認不要1:確認必要2:確認済み
                            receive_order_confirm_check_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 確認チェック名 / 文字列型 / 確認チェックを付けた担当者名
                            receive_order_confirm_ids:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: '受注確認内容ID / 文字列型 / 受注確認内容IDが":"区切りで設定されます。明細行に対する確認は"#"の後に明細行番号が設定されます。Ex: "AO:AA#1:AA#2"の場合送り先の郵便番号と住所があってません。商品コードが商品マスタに存在しません。：1行目商品コードが商品マスタに存在しません。：2行目'
                            receive_order_mail_status:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メール送信状態値 / 文字列型 / 次の値によりどの種類のメール送信が終了したかを表します。区切り文字はありません。例えばJHとあれば受注メールと発送完了メールが送信済みです。 J:受注確認メール B:印刷日待ち連絡メール C:印刷待ち以降連絡メール H:発送メール N:入金確認メール F:フォローメール
                            receive_order_gruoping_tag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注分類タグ / 文字列型 / []区切りでタグの名称が設定されている。受注分類タグ自体の検索には未対応。例:[連絡待ち][ゴールド会員]
                            receive_order_import_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 取込種類区分 / 文字列型 / 0:メール1:CSV2:手入力
                            receive_order_import_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 取込種類名 / 文字列型
                            receive_order_cancel_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注キャンセル区分 / 文字列型 / 受注キャンセル区分
                            receive_order_cancel_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注キャンセル名 / 文字列型
                            receive_order_cancel_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注キャンセル日 / 日時型
                            receive_order_order_status_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注状態区分 / 文字列型 / 受注状態区分
                            receive_order_order_status_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注状態名 / 文字列型
                            receive_order_delivery_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送方法区分 / 文字列型 / 発送方法区分
                            receive_order_delivery_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送方法名 / 文字列型
                            receive_order_payment_method_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 支払区分 / 文字列型 / 支払区分受注伝票の支払方法の値
                            receive_order_payment_method_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 支払名 / 文字列型
                            receive_order_total_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 総合計 / 数値型 / 商品計+税金+手数料+発送代+他費用-ポイント数
                            receive_order_tax_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 税金 / 数値型
                            receive_order_charge_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 手数料 / 数値型
                            receive_order_delivery_fee_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送代 / 数値型
                            receive_order_other_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 他費用 / 数値型
                            receive_order_point_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ポイント数 / 数値型
                            receive_order_goods_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品計 / 数値型
                            receive_order_deposit_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入金額 / 文字列型
                            receive_order_deposit_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入金状況区分 / 文字列型 / 入金区分
                            receive_order_deposit_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入金状況名 / 文字列型
                            receive_order_deposit_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入金日 / 日時型
                            receive_order_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 備考 / 文字列型
                            receive_order_include_possible_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 同梱候補伝票番号 / 数値型 / ネクストエンジンが自動判定した同梱候補の伝票番号
                            receive_order_include_to_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 同梱先伝票番号 / 数値型 / 同梱した場合の同梱先の伝票番号
                            receive_order_multi_delivery_parent_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 複数配送親伝票番号 / 数値型 / 複数配送の親の伝票番号
                            receive_order_divide_from_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 分割元伝票番号 / 数値型 / 分割元の伝票番号
                            receive_order_copy_from_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 複写元伝票番号 / 数値型 / 複写元の伝票番号
                            receive_order_multi_delivery_parent_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 複数配送親フラグ / 文字列型 / 複数配送の親か否か
                            receive_order_statement_delivery_instruct_printing_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 納品書印刷指示日 / 日時型
                            receive_order_statement_delivery_printing_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 納品書発行日 / 日時型 / 納品書をダウンロードした日
                            receive_order_statement_delivery_text:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 納品書特記事項 / 文字列型
                            receive_order_send_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 出荷確定日 / 日時型 / 受注状態が出荷確定済みになった日
                            receive_order_send_plan_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 出荷予定日 / 日時型
                            receive_order_send_sequence:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 出荷順序 / 文字列型 / ラベル発行フラグがたった順序
                            receive_order_worker_text:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作業用欄 / 文字列型
                            receive_order_picking_instruct:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ピッキング指示内容 / 文字列型
                            receive_order_label_print_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ラベル発行日 / 日時型
                            receive_order_label_print_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ラベル発行フラグ / 文字列型 / 配送伝票の印刷対象か否か0:対象外1:対象2:発行済み
                            receive_order_hope_delivery_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 配達希望日 / 日時型
                            receive_order_hope_delivery_time_slot_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 配達希望時間帯区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_hope_delivery_time_slot_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 配達希望時間帯名 / 文字列型
                            receive_order_delivery_method_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 便種区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_delivery_method_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 便種名 / 文字列型
                            receive_order_seal1_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール1区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_seal1_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール1名 / 文字列型
                            receive_order_seal2_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール2区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_seal2_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール2名 / 文字列型
                            receive_order_seal3_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール3区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_seal3_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール3名 / 文字列型
                            receive_order_seal4_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール4区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_seal4_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール4名 / 文字列型
                            receive_order_business_office_stop_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 営業止め区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_business_office_stop_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 営業止め名 / 文字列型
                            receive_order_invoice_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り状区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_invoice_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り状名 / 文字列型
                            receive_order_temperature_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 温度区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_temperature_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 温度名 / 文字列型
                            receive_order_business_office_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 営業所名 / 文字列型
                            receive_order_gift_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ギフトフラグ / 文字列型 / 0:ギフトではない1:ギフト
                            receive_order_unattended_delivery_flg:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 置き配フラグ / 文字列型 / 0:置き配指定なし 1:置き配指定あり
                            receive_order_unattended_delivery_location_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 置き配場所名称 / 文字列型 / 例：宅配ボックス、玄関前、メータボックス
                            receive_order_delivery_cut_form_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送伝票番号 / 文字列型 / 各発送方法の問い合わせ番号が設定されます。
                            receive_order_delivery_cut_form_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送伝票備考欄 / 文字列型
                            receive_order_credit_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット区分 / 文字列型 / クレジット種類区分
                            receive_order_credit_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット名 / 文字列型
                            receive_order_credit_approval_no:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認番号 / 文字列型
                            receive_order_credit_approval_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認額 / 文字列型
                            receive_order_credit_approval_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認区分 / 文字列型 / クレジット承認区分
                            receive_order_credit_approval_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認名 / 文字列型
                            receive_order_credit_approval_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認日 / 日時型
                            receive_order_credit_approval_rate:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認時レート / 数値型
                            receive_order_credit_number_payments:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット支払い回数 / 文字列型 / 受注伝票の支払区分の値
                            receive_order_credit_authorization_center_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認センター区分 / 文字列型
                            receive_order_credit_authorization_center_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認センター名 / 文字列型
                            receive_order_credit_approval_fax_printing_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認FAX印刷日 / 日時型
                            receive_order_customer_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 顧客区分 / 文字列型 / 顧客区分
                            receive_order_customer_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 顧客名 / 文字列型
                            receive_order_customer_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 顧客コード / 文字列型 / 顧客区分が9:卸 だった場合に卸先コードが設定されます。
                            receive_order_purchaser_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者名 / 文字列型
                            receive_order_purchaser_kana:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者カナ / 文字列型
                            receive_order_purchaser_zip_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者郵便番号 / 文字列型
                            receive_order_purchaser_address1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者住所1 / 文字列型
                            receive_order_purchaser_address2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者住所2 / 文字列型
                            receive_order_purchaser_tel:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者電話番号 / 文字列型
                            receive_order_purchaser_fax:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者FAX / 文字列型
                            receive_order_purchaser_mail_address:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者メールアドレス / 文字列型
                            receive_order_consignee_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先名 / 文字列型
                            receive_order_consignee_kana:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先カナ / 文字列型
                            receive_order_consignee_zip_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先郵便番号 / 文字列型
                            receive_order_consignee_address1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先住所1 / 文字列型
                            receive_order_consignee_address2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先住所2 / 文字列型
                            receive_order_consignee_tel:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先電話番号 / 文字列型
                            receive_order_consignee_fax:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先FAX / 文字列型
                            receive_order_important_check_pic_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 重要チェック担当者ID / 数値型
                            receive_order_important_check_pic_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 重要チェック担当者名 / 文字列型
                            receive_order_pic_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注担当者ID / 数値型
                            receive_order_pic_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注担当者名 / 文字列型
                            receive_order_send_pic_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 出荷担当者ID / 数値型
                            receive_order_send_pic_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 出荷担当者名 / 文字列型
                            receive_order_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            receive_order_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            receive_order_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            receive_order_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            receive_order_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            receive_order_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            receive_order_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            receive_order_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            receive_order_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '14'
                data:
                  - receive_order_shop_id: '1'
                    receive_order_id: '1'
                    receive_order_shop_cut_form_id: 12345-6789
                    receive_order_date: '2014-05-01 00:00:00'
                    receive_order_import_date: '2017-01-19 12:55:37'
                    receive_order_important_check_id: '0'
                    receive_order_important_check_name: ''
                    receive_order_confirm_check_id: '1'
                    receive_order_confirm_check_name: 確認必要（表示）
                    receive_order_confirm_ids: AA:AA#232:AA
                    receive_order_gruoping_tag: null
                    receive_order_import_type_id: '1'
                    receive_order_import_type_name: ＣＳＶ
                    receive_order_cancel_type_id: '1'
                    receive_order_cancel_type_name: 顧客依頼によりキャンセル
                    receive_order_cancel_date: '0000-00-00 00:00:00'
                    receive_order_order_status_id: '2'
                    receive_order_order_status_name: 起票済(CSV/手入力)
                    receive_order_delivery_id: '10'
                    receive_order_delivery_name: 佐川急便(e飛伝PRO)
                    receive_order_payment_method_id: '15'
                    receive_order_payment_method_name: 銀行振込前払い
                    receive_order_total_amount: '2300.00'
                    receive_order_tax_amount: '0.00'
                    receive_order_charge_amount: '0.00'
                    receive_order_delivery_fee_amount: '300.00'
                    receive_order_other_amount: '0.00'
                    receive_order_point_amount: '0.00'
                    receive_order_goods_amount: '2000.00'
                    receive_order_deposit_amount: '0.00'
                    receive_order_deposit_type_id: '0'
                    receive_order_deposit_type_name: 未入金
                    receive_order_deposit_date: null
                    receive_order_note: |-
                      ok
                      ▼伝票2より▼
                      先に頼んだものと一緒に発送お願いします。
                    receive_order_include_possible_order_id: '0'
                    receive_order_include_to_order_id: '3'
                    receive_order_multi_delivery_parent_order_id: null
                    receive_order_divide_from_order_id: null
                    receive_order_copy_from_order_id: null
                    receive_order_multi_delivery_parent_flag: '0'
                    receive_order_statement_delivery_instruct_printing_date: '0000-00-00 00:00:00'
                    receive_order_statement_delivery_printing_date: null
                    receive_order_statement_delivery_text: null
                    receive_order_send_date: null
                    receive_order_send_plan_date: null
                    receive_order_send_sequence: null
                    receive_order_worker_text: null
                    receive_order_picking_instruct: null
                    receive_order_label_print_date: null
                    receive_order_label_print_flag: '0'
                    receive_order_hope_delivery_date: null
                    receive_order_hope_delivery_time_slot_id: null
                    receive_order_hope_delivery_time_slot_name: null
                    receive_order_delivery_method_id: '000'
                    receive_order_delivery_method_name: null
                    receive_order_seal1_id: null
                    receive_order_seal1_name: null
                    receive_order_seal2_id: null
                    receive_order_seal2_name: null
                    receive_order_seal3_id: null
                    receive_order_seal3_name: null
                    receive_order_seal4_id: null
                    receive_order_seal4_name: null
                    receive_order_business_office_stop_id: null
                    receive_order_business_office_stop_name: null
                    receive_order_invoice_id: null
                    receive_order_invoice_name: null
                    receive_order_temperature_id: null
                    receive_order_temperature_name: null
                    receive_order_business_office_name: null
                    receive_order_gift_flag: '0'
                    receive_order_delivery_cut_form_id: null
                    receive_order_delivery_cut_form_note: null
                    receive_order_credit_type_id: '0'
                    receive_order_credit_type_name: なし
                    receive_order_credit_approval_no: null
                    receive_order_credit_approval_amount: '0.00'
                    receive_order_credit_approval_type_id: '0'
                    receive_order_credit_approval_type_name: 必要なし
                    receive_order_credit_approval_date: null
                    receive_order_credit_approval_rate: '0.00'
                    receive_order_credit_number_payments: null
                    receive_order_credit_authorization_center_id: null
                    receive_order_credit_authorization_center_name: null
                    receive_order_credit_approval_fax_printing_date: null
                    receive_order_customer_type_id: '0'
                    receive_order_customer_type_name: 一般顧客
                    receive_order_customer_id: null
                    receive_order_purchaser_name: テスト 太郎
                    receive_order_purchaser_kana: テスト タロウ
                    receive_order_purchaser_zip_code: '2500111'
                    receive_order_purchaser_address1: 神奈川県 小田原市
                    receive_order_purchaser_address2: 栄町2-9-39 小田原EPO
                    receive_order_purchaser_tel: '0311112222'
                    receive_order_purchaser_fax: null
                    receive_order_purchaser_mail_address: test@example.com
                    receive_order_consignee_name: テスト 太郎
                    receive_order_consignee_kana: テスト タロウ
                    receive_order_consignee_zip_code: '0111111'
                    receive_order_consignee_address1: 神奈川県 小田原市
                    receive_order_consignee_address2: 栄町2-9-39 小田原EPO
                    receive_order_consignee_tel: '0311112222'
                    receive_order_consignee_fax: null
                    receive_order_reminder_start_date: null
                    receive_order_reminder_last_date: null
                    receive_order_reminder_count: '0'
                    receive_order_important_check_pic_id: null
                    receive_order_important_check_pic_name: null
                    receive_order_pic_id: '10002'
                    receive_order_pic_name: xxxxxxxx
                    receive_order_send_pic_id: null
                    receive_order_send_pic_name: null
                    receive_order_deleted_flag: '0'
                    receive_order_creation_date: '2017-01-19 12:55:37'
                    receive_order_last_modified_date: '2017-03-22 16:19:16'
                    receive_order_last_modified_null_safe_date: '2017-03-22 16:19:16'
                    receive_order_creator_id: '10002'
                    receive_order_creator_name: xxxxxxx
                    receive_order_last_modified_by_id: '9999'
                    receive_order_last_modified_by_null_safe_id: '9999'
                    receive_order_last_modified_by_name: 管理者
                    receive_order_last_modified_by_null_safe_name: 管理者
                  - receive_order_shop_id: '1'
                    receive_order_id: '2'
                    receive_order_shop_cut_form_id: RAKUTEN-123TEST
                    receive_order_date: '2014-02-06 03:09:00'
                    receive_order_import_date: '2017-01-19 12:55:38'
                    receive_order_important_check_id: '0'
                    receive_order_important_check_name: ''
                    receive_order_confirm_check_id: '1'
                    receive_order_confirm_check_name: 確認必要（表示）
                    receive_order_confirm_ids: AG:AO:CT:AA#1:AA#2
                    receive_order_gruoping_tag: null
                    receive_order_import_type_id: '1'
                    receive_order_import_type_name: ＣＳＶ
                    receive_order_cancel_type_id: '3'
                    receive_order_cancel_type_name: 他の伝票への統合の為キャンセル
                    receive_order_cancel_date: '2017-02-09 18:26:03'
                    receive_order_order_status_id: '2'
                    receive_order_order_status_name: 起票済(CSV/手入力)
                    receive_order_delivery_id: '10'
                    receive_order_delivery_name: 佐川急便(e飛伝PRO)
                    receive_order_payment_method_id: '15'
                    receive_order_payment_method_name: 銀行振込前払い
                    receive_order_total_amount: '3180.00'
                    receive_order_tax_amount: '0.00'
                    receive_order_charge_amount: '0.00'
                    receive_order_delivery_fee_amount: '0.00'
                    receive_order_other_amount: '0.00'
                    receive_order_point_amount: '0.00'
                    receive_order_goods_amount: '3180.00'
                    receive_order_deposit_amount: '0.00'
                    receive_order_deposit_type_id: '0'
                    receive_order_deposit_type_name: 未入金
                    receive_order_deposit_date: null
                    receive_order_note: 先に頼んだものと一緒に発送お願いします。
                    receive_order_include_possible_order_id: '1'
                    receive_order_include_to_order_id: '1'
                    receive_order_multi_delivery_parent_order_id: null
                    receive_order_divide_from_order_id: null
                    receive_order_copy_from_order_id: null
                    receive_order_multi_delivery_parent_flag: '0'
                    receive_order_statement_delivery_instruct_printing_date: '0000-00-00 00:00:00'
                    receive_order_statement_delivery_printing_date: null
                    receive_order_statement_delivery_text: null
                    receive_order_send_date: null
                    receive_order_send_plan_date: null
                    receive_order_send_sequence: null
                    receive_order_worker_text: null
                    receive_order_picking_instruct: null
                    receive_order_label_print_date: null
                    receive_order_label_print_flag: '0'
                    receive_order_hope_delivery_date: null
                    receive_order_hope_delivery_time_slot_id: null
                    receive_order_hope_delivery_time_slot_name: null
                    receive_order_delivery_method_id: '000'
                    receive_order_delivery_method_name: null
                    receive_order_seal1_id: null
                    receive_order_seal1_name: null
                    receive_order_seal2_id: null
                    receive_order_seal2_name: null
                    receive_order_seal3_id: null
                    receive_order_seal3_name: null
                    receive_order_seal4_id: null
                    receive_order_seal4_name: null
                    receive_order_business_office_stop_id: null
                    receive_order_business_office_stop_name: null
                    receive_order_invoice_id: null
                    receive_order_invoice_name: null
                    receive_order_temperature_id: ' '
                    receive_order_temperature_name: null
                    receive_order_business_office_name: null
                    receive_order_gift_flag: '0'
                    receive_order_delivery_cut_form_id: null
                    receive_order_delivery_cut_form_note: null
                    receive_order_credit_type_id: '0'
                    receive_order_credit_type_name: なし
                    receive_order_credit_approval_no: null
                    receive_order_credit_approval_amount: '0.00'
                    receive_order_credit_approval_type_id: '0'
                    receive_order_credit_approval_type_name: 必要なし
                    receive_order_credit_approval_date: null
                    receive_order_credit_approval_rate: '0.00'
                    receive_order_credit_number_payments: null
                    receive_order_credit_authorization_center_id: null
                    receive_order_credit_authorization_center_name: null
                    receive_order_credit_approval_fax_printing_date: null
                    receive_order_customer_type_id: '0'
                    receive_order_customer_type_name: 一般顧客
                    receive_order_customer_id: null
                    receive_order_purchaser_name: テスト 太郎
                    receive_order_purchaser_kana: テスト タロウ
                    receive_order_purchaser_zip_code: '2500111'
                    receive_order_purchaser_address1: 神奈川県 小田原市
                    receive_order_purchaser_address2: 栄町2-9-39 小田原EPO
                    receive_order_purchaser_tel: '0311112222'
                    receive_order_purchaser_fax: null
                    receive_order_purchaser_mail_address: test@example.com
                    receive_order_consignee_name: テスト 太郎
                    receive_order_consignee_kana: テスト タロウ
                    receive_order_consignee_zip_code: '0111111'
                    receive_order_consignee_address1: 神奈川県 小田原市
                    receive_order_consignee_address2: 栄町2-9-39 小田原EPO
                    receive_order_consignee_tel: '0311112222'
                    receive_order_consignee_fax: null
                    receive_order_reminder_start_date: null
                    receive_order_reminder_last_date: null
                    receive_order_reminder_count: '0'
                    receive_order_important_check_pic_id: null
                    receive_order_important_check_pic_name: null
                    receive_order_pic_id: '10002'
                    receive_order_pic_name: xxxxxxx
                    receive_order_send_pic_id: null
                    receive_order_send_pic_name: null
                    receive_order_deleted_flag: '0'
                    receive_order_creation_date: '2017-01-19 12:55:38'
                    receive_order_last_modified_date: '2017-02-09 18:26:03'
                    receive_order_last_modified_null_safe_date: '2017-02-09 18:26:03'
                    receive_order_creator_id: '10002'
                    receive_order_creator_name: xxxxxxx
                    receive_order_last_modified_by_id: '10003'
                    receive_order_last_modified_by_null_safe_id: '10003'
                    receive_order_last_modified_by_name: xxxxxxxx
                    receive_order_last_modified_by_null_safe_name: xxxxxxx
                access_token: xxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxx&refresh_token=xxx&wait_flag=1&fields=receive_order_shop_id, receive_order_id, receive_order_cancel_date&receive_order_shop_id-eq=xxx'' https://api.next-engine.org/api_v1_receiveorder_base/search'
        - lang: typescript
          source: |-
            // POST /api_v1_receiveorder_base/search - 受注伝票検索
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
              offset: '0',
              limit: '50',
              // extension_execution_id: '...', // optional
            })
            const res = await fetch('https://api.next-engine.org/api_v1_receiveorder_base/search', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_receiveorder_base/search - 受注伝票検索
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
                'offset': '0',
                'limit': '50',
                # 'extension_execution_id': '...',  # optional
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_receiveorder_base/search',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_receiveorder_base/shipped:
    post:
      summary: 受注伝票出荷確定処理
      operationId: api_v1_receiveorder_base_shipped
      tags:
        - 受注伝票
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - type: object
                  properties:
                    receive_order_id:
                      type: string
                      description: 伝票番号 / 出荷確定処理をする受注の伝票番号
                    receive_order_last_modified_date:
                      type: string
                      description: 最終更新日 / 出荷確定処理をする受注の最終更新日。 API実行時にメイン機能またはアプリで、受注伝票が更新されていないかを確認するために利用します。 メイン機能またはアプリで受注伝票が更新されている場合はエラーになります。 エラーになったら再度、受注伝票を検索してAPIを実行して下さい。
                  required:
                    - receive_order_id
                    - receive_order_last_modified_date
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            receive_order_shop_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗コード / 数値型 / 店舗マスタの店舗コード
                            receive_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 伝票番号 / 数値型 / ネクストエンジン内で一意に付与される番号
                            receive_order_shop_cut_form_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注番号 / 文字列型 / 原則、店舗内で一意に付与される番号（重複する可能性あり。）
                            receive_order_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注日 / 日時型 / 店舗側で受注した日
                            receive_order_import_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 取込日 / 日時型 / ネクストエンジンに取り込まれた日
                            receive_order_important_check_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 重要チェック区分 / 文字列型 / 1:重要
                            receive_order_important_check_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 重要チェック名 / 文字列型 / 重要チェックを付けた担当者名
                            receive_order_confirm_check_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 確認チェック区分 / 文字列型 / 0:確認不要1:確認必要2:確認済み
                            receive_order_confirm_check_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 確認チェック名 / 文字列型 / 確認チェックを付けた担当者名
                            receive_order_confirm_ids:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: '受注確認内容ID / 文字列型 / 受注確認内容IDが":"区切りで設定されます。明細行に対する確認は"#"の後に明細行番号が設定されます。Ex: "AO:AA#1:AA#2"の場合送り先の郵便番号と住所があってません。商品コードが商品マスタに存在しません。：1行目商品コードが商品マスタに存在しません。：2行目'
                            receive_order_mail_status:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メール送信状態値 / 文字列型 / 次の値によりどの種類のメール送信が終了したかを表します。区切り文字はありません。例えばJHとあれば受注メールと発送完了メールが送信済みです。 J:受注確認メール B:印刷日待ち連絡メール C:印刷待ち以降連絡メール H:発送メール N:入金確認メール F:フォローメール
                            receive_order_gruoping_tag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注分類タグ / 文字列型 / []区切りでタグの名称が設定されている。受注分類タグ自体の検索には未対応。例:[連絡待ち][ゴールド会員]
                            receive_order_import_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 取込種類区分 / 文字列型 / 0:メール1:CSV2:手入力
                            receive_order_import_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 取込種類名 / 文字列型
                            receive_order_cancel_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注キャンセル区分 / 文字列型 / 受注キャンセル区分
                            receive_order_cancel_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注キャンセル名 / 文字列型
                            receive_order_cancel_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注キャンセル日 / 日時型
                            receive_order_order_status_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注状態区分 / 文字列型 / 受注状態区分
                            receive_order_order_status_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注状態名 / 文字列型
                            receive_order_delivery_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送方法区分 / 文字列型 / 発送方法区分
                            receive_order_delivery_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送方法名 / 文字列型
                            receive_order_payment_method_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 支払区分 / 文字列型 / 支払区分受注伝票の支払方法の値
                            receive_order_payment_method_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 支払名 / 文字列型
                            receive_order_total_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 総合計 / 数値型 / 商品計+税金+手数料+発送代+他費用-ポイント数
                            receive_order_tax_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 税金 / 数値型
                            receive_order_charge_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 手数料 / 数値型
                            receive_order_delivery_fee_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送代 / 数値型
                            receive_order_other_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 他費用 / 数値型
                            receive_order_point_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ポイント数 / 数値型
                            receive_order_goods_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品計 / 数値型
                            receive_order_deposit_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入金額 / 文字列型
                            receive_order_deposit_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入金状況区分 / 文字列型 / 入金区分
                            receive_order_deposit_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入金状況名 / 文字列型
                            receive_order_deposit_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入金日 / 日時型
                            receive_order_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 備考 / 文字列型
                            receive_order_include_possible_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 同梱候補伝票番号 / 数値型 / ネクストエンジンが自動判定した同梱候補の伝票番号
                            receive_order_include_to_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 同梱先伝票番号 / 数値型 / 同梱した場合の同梱先の伝票番号
                            receive_order_multi_delivery_parent_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 複数配送親伝票番号 / 数値型 / 複数配送の親の伝票番号
                            receive_order_divide_from_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 分割元伝票番号 / 数値型 / 分割元の伝票番号
                            receive_order_copy_from_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 複写元伝票番号 / 数値型 / 複写元の伝票番号
                            receive_order_multi_delivery_parent_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 複数配送親フラグ / 文字列型 / 複数配送の親か否か
                            receive_order_statement_delivery_instruct_printing_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 納品書印刷指示日 / 日時型
                            receive_order_statement_delivery_printing_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 納品書発行日 / 日時型 / 納品書をダウンロードした日
                            receive_order_statement_delivery_text:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 納品書特記事項 / 文字列型
                            receive_order_send_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 出荷確定日 / 日時型 / 受注状態が出荷確定済みになった日
                            receive_order_send_plan_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 出荷予定日 / 日時型
                            receive_order_send_sequence:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 出荷順序 / 文字列型 / ラベル発行フラグがたった順序
                            receive_order_worker_text:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作業用欄 / 文字列型
                            receive_order_picking_instruct:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ピッキング指示内容 / 文字列型
                            receive_order_label_print_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ラベル発行日 / 日時型
                            receive_order_label_print_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ラベル発行フラグ / 文字列型 / 配送伝票の印刷対象か否か0:対象外1:対象2:発行済み
                            receive_order_hope_delivery_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 配達希望日 / 日時型
                            receive_order_hope_delivery_time_slot_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 配達希望時間帯区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_hope_delivery_time_slot_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 配達希望時間帯名 / 文字列型
                            receive_order_delivery_method_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 便種区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_delivery_method_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 便種名 / 文字列型
                            receive_order_seal1_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール1区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_seal1_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール1名 / 文字列型
                            receive_order_seal2_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール2区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_seal2_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール2名 / 文字列型
                            receive_order_seal3_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール3区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_seal3_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール3名 / 文字列型
                            receive_order_seal4_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール4区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_seal4_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール4名 / 文字列型
                            receive_order_business_office_stop_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 営業止め区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_business_office_stop_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 営業止め名 / 文字列型
                            receive_order_invoice_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り状区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_invoice_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り状名 / 文字列型
                            receive_order_temperature_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 温度区分 / 文字列型 / 指定の発送方法の伝票印字ソフト用の値が設定されます。
                            receive_order_temperature_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 温度名 / 文字列型
                            receive_order_business_office_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 営業所名 / 文字列型
                            receive_order_gift_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ギフトフラグ / 文字列型 / 0:ギフトではない1:ギフト
                            receive_order_delivery_cut_form_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送伝票番号 / 文字列型 / 各発送方法の問い合わせ番号が設定されます。
                            receive_order_delivery_cut_form_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送伝票備考欄 / 文字列型
                            receive_order_credit_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット区分 / 文字列型 / クレジット種類区分
                            receive_order_credit_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット名 / 文字列型
                            receive_order_credit_approval_no:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認番号 / 文字列型
                            receive_order_credit_approval_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認額 / 文字列型
                            receive_order_credit_approval_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認区分 / 文字列型 / クレジット承認区分
                            receive_order_credit_approval_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認名 / 文字列型
                            receive_order_credit_approval_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認日 / 日時型
                            receive_order_credit_approval_rate:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認時レート / 数値型
                            receive_order_credit_number_payments:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット支払い回数 / 文字列型 / 受注伝票の支払区分の値
                            receive_order_credit_authorization_center_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認センター区分 / 文字列型
                            receive_order_credit_authorization_center_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認センター名 / 文字列型
                            receive_order_credit_approval_fax_printing_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認FAX印刷日 / 日時型
                            receive_order_customer_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 顧客区分 / 文字列型 / 顧客区分
                            receive_order_customer_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 顧客名 / 文字列型
                            receive_order_customer_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 顧客コード / 文字列型 / 顧客区分が9:卸 だった場合に卸先コードが設定されます。
                            receive_order_purchaser_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者名 / 文字列型
                            receive_order_purchaser_kana:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者カナ / 文字列型
                            receive_order_purchaser_zip_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者郵便番号 / 文字列型
                            receive_order_purchaser_address1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者住所1 / 文字列型
                            receive_order_purchaser_address2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者住所2 / 文字列型
                            receive_order_purchaser_tel:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者電話番号 / 文字列型
                            receive_order_purchaser_fax:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者FAX / 文字列型
                            receive_order_purchaser_mail_address:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者メールアドレス / 文字列型
                            receive_order_consignee_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先名 / 文字列型
                            receive_order_consignee_kana:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先カナ / 文字列型
                            receive_order_consignee_zip_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先郵便番号 / 文字列型
                            receive_order_consignee_address1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先住所1 / 文字列型
                            receive_order_consignee_address2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先住所2 / 文字列型
                            receive_order_consignee_tel:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先電話番号 / 文字列型
                            receive_order_consignee_fax:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先FAX / 文字列型
                            receive_order_important_check_pic_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 重要チェック担当者ID / 数値型
                            receive_order_important_check_pic_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 重要チェック担当者名 / 文字列型
                            receive_order_pic_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注担当者ID / 数値型
                            receive_order_pic_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注担当者名 / 文字列型
                            receive_order_send_pic_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 出荷担当者ID / 数値型
                            receive_order_send_pic_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 出荷担当者名 / 文字列型
                            receive_order_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            receive_order_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            receive_order_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            receive_order_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            receive_order_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            receive_order_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            receive_order_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            receive_order_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            receive_order_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                access_token: xxx
                access_token_end_date: '2017-04-18 11:19:26'
                refresh_token: xxx
                refresh_token_end_date: '2017-04-20 11:19:26'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H ''content-type: application/x-www-form-urlencoded'' \ -d ''access_token=xxx&refresh_token=xxx&wait_flag=1&receive_order_id=7&receive_order_last_modified_date=xxx'' \ https://api.next-engine.org/api_v1_receiveorder_base/shipped'
        - lang: typescript
          source: |-
            // POST /api_v1_receiveorder_base/shipped - 受注伝票出荷確定処理
            const params = new URLSearchParams({
              access_token: '<access_token>',
              receive_order_id: '<receive_order_id>',
              receive_order_last_modified_date: '<receive_order_last_modified_date>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_receiveorder_base/shipped', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_receiveorder_base/shipped - 受注伝票出荷確定処理
            import requests

            params = {
                'access_token': '<access_token>',
                'receive_order_id': '<receive_order_id>',
                'receive_order_last_modified_date': '<receive_order_last_modified_date>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_receiveorder_base/shipped',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_receiveorder_base/update:
    post:
      summary: 受注伝票更新
      operationId: api_v1_receiveorder_base_update
      tags:
        - 受注伝票
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - type: object
                  properties:
                    receive_order_id:
                      type: string
                      description: 伝票番号 / 更新する受注の伝票番号
                    receive_order_last_modified_date:
                      type: string
                      description: 最終更新日 / 更新する受注の最終更新日 API実行時にメイン機能またはアプリで、受注伝票が更新されていないかを確認するために利用します メイン機能またはアプリで受注伝票が更新されている場合はエラーになります エラーになったら再度、受注伝票を検索してAPIを実行して下さい
                    data:
                      type: string
                      description: 更新するデータ / XML形式で指定します / 詳細なXMLフォーマットは各APIのMarkdownドキュメントの「XML形式」セクションを参照
                    receive_order_shipped_update_flag:
                      type: string
                      description: 1:受注状態が「出荷確定済（完了）」でも更新可 1以外:受注状態が「出荷確定済（完了）」は更新不可
                    receive_order_row_cancel_update_flag:
                      type: string
                      description: 1:受注伝票の受注キャンセル区分を0（有効）に変更したときに明細行のキャンセルフラグを有効にする 1以外:受注キャンセル区分を0（有効）に変更しても明細行のキャンセルフラグに影響なし / このフラグが有効になるのは受注伝票がキャンセルから有効に変更されるときのみとなります。
                    receive_order_recalculate_flag:
                      type: string
                      description: 1:受注伝票の金額系項目の再計算を有効にする 1以外:再計算を行わない / 受注明細項目である小計金額は再計算の対象にならないためご注意ください 金額系項目とは、受注伝票項目である商品計、税金、総合計の3項目（インボイス対応店舗の受注の場合は、手数料、他費用、ポイント数、請求金額（0%）、請求金額（8%）、請求金額（10%）、請求額に対する税額（8%）、請求額に対する税額（10%）を加えた11項目）を指します
                  required:
                    - receive_order_id
                    - receive_order_last_modified_date
                    - data
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            receive_order_shop_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗コード / 数値型
                            receive_order_shop_cut_form_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注番号 / 文字列型 / メイン機能内でユニークかのチェックはしない
                            receive_order_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注日 / 日時型 / YYYY-MM-DD hh:mm:ss
                            receive_order_confirm_ids:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: '受注確認内容 / 文字列型 / 受注確認内容IDを":"区切りで設定します。明細行に対する確認は"#"の後に明細行番号が設定されます。 Ex: "AO:AA#1:AA#2"の場合 送り先の郵便番号と住所があってません。 商品コードが商品マスタに存在しません。：1行目 商品コードが商品マスタに存在しません。：2行目'
                            receive_order_confirm_check_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 確認チェック区分 / 文字列型 / 0：チェックを外す 1：チェックをつける チェックを外した時、受注状態が納品書印刷待ちの場合は起票済みに戻る 納品書印刷済み以降はエラーが返る
                            receive_order_gruoping_tag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注分類タグ / 文字列型 / タグを[ ]で括る 例：[テストタグ][倉庫A] メイン機能に存在しないタグが指定された場合は、そのタグは自動で受注分類タグに登録される
                            receive_order_cancel_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注キャンセル区分 / 文字列型 / 0：有効 1：顧客依頼によりキャンセル 受注キャンセルコードを指定
                            receive_order_delivery_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送方法区分 / 文字列型 / 配達希望時間帯、便種、営業止め、送り状、温度、シールとの整合性チェックはしない 整合性が必要な場合は、 発送方法別項目タイプの値を指定
                            receive_order_payment_method_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 支払区分 / 文字列型 / 出荷可能設定の整合性チェックはしない 整合性が必要な場合は、アプリ側で考慮して設定して下さい。
                            receive_order_goods_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品計 / 数値型
                            receive_order_tax_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 税金 / 数値型
                            receive_order_charge_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 手数料 / 数値型
                            receive_order_delivery_fee_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送代 / 数値型
                            receive_order_other_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 他費用 / 数値型
                            receive_order_point_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ポイント数 / 数値型
                            receive_order_total_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 総合計 / 数値型
                            receive_order_deposit_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入金額 / 文字列型
                            receive_order_deposit_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入金状況区分 / 文字列型
                            receive_order_deposit_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入金日 / 日時型 / YYYY-MM-DD hh:mm:ss
                            receive_order_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 備考 / 文字列型
                            receive_order_statement_delivery_instruct_printing_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 納品書印刷指示日 / 日時型 / YYYY-MM-DD hh:mm:ss
                            receive_order_statement_delivery_text:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 納品書特記事項 / 文字列型
                            receive_order_worker_text:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作業用欄 / 文字列型
                            receive_order_picking_instruct:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ピッキング指示内容 / 文字列型
                            receive_order_hope_delivery_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 配達希望日 / 日時型 / YYYY-MM-DD hh:mm:ss
                            receive_order_hope_delivery_time_slot_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 配達希望時間帯区分 / 文字列型 / 更新する 発送方法別項目タイプの値を指定
                            receive_order_delivery_method_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 便種区分 / 文字列型 / 更新する 発送方法別項目タイプの値を指定
                            receive_order_business_office_stop_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 営業止め区分 / 文字列型 / 更新する 発送方法別項目タイプの値を指定
                            receive_order_invoice_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り状区分 / 文字列型 / 更新する 発送方法別項目タイプの値を指定
                            receive_order_temperature_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 温度区分 / 文字列型 / 更新する 発送方法別項目タイプの値を指定
                            receive_order_seal1_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール1区分 / 文字列型 / 更新する 発送方法別項目タイプの値を指定
                            receive_order_seal2_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール2区分 / 文字列型 / 更新する 発送方法別項目タイプの値を指定
                            receive_order_seal3_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール3区分 / 文字列型 / 更新する 発送方法別項目タイプの値を指定
                            receive_order_seal4_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: シール4区分 / 文字列型 / 更新する 発送方法別項目タイプの値を指定
                            receive_order_gift_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ギフトフラグ / 文字列型 / 0：無し 1：有り
                            receive_order_delivery_cut_form_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送伝票番号 / 文字列型
                            receive_order_delivery_cut_form_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送伝票備考欄 / 文字列型
                            receive_order_credit_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット区分 / 文字列型
                            receive_order_credit_approval_no:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認番号 / 文字列型
                            receive_order_credit_approval_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認額 / 文字列型
                            receive_order_credit_approval_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認区分 / 文字列型
                            receive_order_credit_approval_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認名 / 文字列型
                            receive_order_credit_approval_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認日 / 日時型 / YYYY-MM-DD hh:mm:ss
                            receive_order_customer_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 顧客区分 / 文字列型
                            receive_order_customer_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 顧客コード / 文字列型
                            receive_order_purchaser_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者名 / 文字列型
                            receive_order_purchaser_kana:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者カナ / 文字列型
                            receive_order_purchaser_zip_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者郵便番号 / 文字列型 / ハイフンは不要
                            receive_order_purchaser_address1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者住所1 / 文字列型
                            receive_order_purchaser_address2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者住所2 / 文字列型
                            receive_order_purchaser_tel:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者電話番号 / 文字列型 / ハイフンは不要
                            receive_order_purchaser_mail_address:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 購入者メールアドレス / 文字列型 / メールアドレス形式で指定
                            receive_order_consignee_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先名 / 文字列型
                            receive_order_consignee_kana:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先カナ / 文字列型
                            receive_order_consignee_zip_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先郵便番号 / 文字列型 / ハイフンは不要
                            receive_order_consignee_address1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先住所1 / 文字列型
                            receive_order_consignee_address2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先住所2 / 文字列型
                            receive_order_consignee_tel:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 送り先電話番号 / 文字列型 / ハイフンは不要
                            receive_order_important_check_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 重要チェック区分 / 文字列型 / 0：チェックしない 1：チェックする
                            receive_order_statement_delivery_printing_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 納品書発行日 / 日時型 / YYYY-MM-DD hh:mm:ss
                            receive_order_credit_number_payments:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット支払い回数 / 数値型
                            receive_order_send_plan_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 出荷予定日 / 日時型 / YYYY-MM-DD hh:mm:ss
                            receive_order_request_amount_tax0:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 請求金額（0%） / 数値型 / 税率毎の（商品計+送料+手数料) - (クーポン+ポイント)
                            receive_order_request_amount_tax8:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 請求金額（8%） / 数値型 / 税率毎の（商品計+送料+手数料) - (クーポン+ポイント)
                            receive_order_request_amount_tax10:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 請求金額（10%） / 数値型 / 税率毎の（商品計+送料+手数料) - (クーポン+ポイント)
                            receive_order_request_amount_tax_tax8:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 請求額に対する税額（8%） / 数値型 / 税率ごとの請求金額から割り戻した消費税額
                            receive_order_request_amount_tax_tax10:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 請求額に対する税額（10%） / 数値型 / 税率ごとの請求金額から割り戻した消費税額
                            receive_order_charge_amount_tax0:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 手数料（0%） / 数値型
                            receive_order_charge_amount_tax8:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 手数料（8%） / 数値型
                            receive_order_charge_amount_tax10:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 手数料（10%） / 数値型
                            receive_order_other_amount_tax0:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 他費用（0%） / 数値型 / 受注伝票の「他費用」のうち、加算する金額（税率毎）
                            receive_order_other_amount_tax8:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 他費用（8%） / 数値型 / 受注伝票の「他費用」のうち、加算する金額（税率毎）
                            receive_order_other_amount_tax10:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 他費用（10%） / 数値型 / 受注伝票の「他費用」のうち、加算する金額（税率毎）
                            receive_order_coupon_amount_tax0:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クーポン割引額（0%） / 数値型
                            receive_order_coupon_amount_tax8:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クーポン割引額（8%） / 数値型
                            receive_order_coupon_amount_tax10:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クーポン割引額（10%） / 数値型
                            receive_order_coupon_amount_distribute:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クーポン割引額（按分） / 数値型
                            receive_order_point_amount_tax0:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ポイント（0%） / 数値型 / ポイントのうち、値引（=請求金額の算出に含めるもの）となるもの（税率毎）
                            receive_order_point_amount_tax8:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ポイント（8%） / 数値型 / ポイントのうち、値引（=請求金額の算出に含めるもの）となるもの（税率毎）
                            receive_order_point_amount_tax10:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ポイント（10%） / 数値型 / ポイントのうち、値引（=請求金額の算出に含めるもの）となるもの（税率毎）
                            receive_order_point_amount_distribute:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ポイント（按分） / 数値型 / ポイントのうち、値引（=請求金額の算出に含めるもの）となるもの（按分されるポイント）
                            receive_order_point_amount_payment:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ポイント（支払い） / 数値型
                          additionalProperties: true
              example:
                message: 変更された項目はありませんでした。
                result: success
                access_token: xxx
                access_token_end_date: '2017-04-18 11:19:26'
                refresh_token: xxx
                refresh_token_end_date: '2017-04-20 11:19:26'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: curl -X POST \ https://api.next-engine.org/api_v1_receiveorder_base/update \ -d 'access_token=xxx&refresh_token=xxx&receive_order_id=1&receive_order_last_modified_date=xxx&data=xxx&receive_order_shipped_update_flag=1'
        - lang: typescript
          source: |-
            // POST /api_v1_receiveorder_base/update - 受注伝票更新
            const params = new URLSearchParams({
              access_token: '<access_token>',
              receive_order_id: '<receive_order_id>',
              receive_order_last_modified_date: '<receive_order_last_modified_date>',
              data: '<data>',
              // receive_order_shipped_update_flag: '...', // optional
            })
            const res = await fetch('https://api.next-engine.org/api_v1_receiveorder_base/update', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_receiveorder_base/update - 受注伝票更新
            import requests

            params = {
                'access_token': '<access_token>',
                'receive_order_id': '<receive_order_id>',
                'receive_order_last_modified_date': '<receive_order_last_modified_date>',
                'data': '<data>',
                # 'receive_order_shipped_update_flag': '...',  # optional
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_receiveorder_base/update',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
        - lang: xml
          source: "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n\t<receiveorder_base>\n\t\t<receive_order_shop_cut_form_id>12345-6789</receive_order_shop_cut_form_id>\n\t\t<receive_order_date>2014-05-01 00:00:00</receive_order_date>\n\t</receiveorder_base>\n\t<receiveorder_row>\n\t\t<receive_order_row_no value=\"1\">\n\t\t\t<receive_order_row_goods_name>テスト商品</receive_order_row_goods_name>\n\t\t\t<receive_order_row_cancel_flag>1</receive_order_row_cancel_flag>\n\t\t</receive_order_row_no>\n\t\t<receive_order_row_no value=\"2\">\n\t\t\t<receive_order_row_goods_name>テスト商品2</receive_order_row_goods_name>\n\t\t</receive_order_row_no>\n\t\t<receive_order_row_no value=\"3\">\n\t\t\t<receive_order_row_quantity>3</receive_order_row_quantity>\n\t\t</receive_order_row_no>\n\t</receiveorder_row>\n</root>"
        - lang: xml
          source: "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n\t<receiveorder_base>\n\t\t<receive_order_shop_cut_form_id>12345-6789</receive_order_shop_cut_form_id>\n\t\t<receive_order_date>2014-05-01 00:00:00</receive_order_date>\n\t</receiveorder_base>\n\t<receiveorder_row>\n\t\t<receive_order_row_no value=\"1\">\n\t\t\t<receive_order_row_goods_name>テスト商品</receive_order_row_goods_name>\n\t\t\t<receive_order_row_cancel_flag>1</receive_order_row_cancel_flag>\n\t\t</receive_order_row_no>\n\t\t<receive_order_row_no value=\"2\">\n\t\t\t<receive_order_row_goods_name>テスト商品2</receive_order_row_goods_name>\n\t\t</receive_order_row_no>\n\t\t<receive_order_row_no value=\"3\">\n\t\t\t<receive_order_row_quantity>3</receive_order_row_quantity>\n\t\t</receive_order_row_no>\n\t</receiveorder_row>\n</root>"
        - lang: xml
          source: "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n\t<receiveorder_base>\n\t\t<receive_order_shop_cut_form_id>12345-6789</receive_order_shop_cut_form_id>\n\t\t<receive_order_date>2014-05-01 00:00:00</receive_order_date>\n\t</receiveorder_base>\n</root>"
  /api_v1_receiveorder_base/upload:
    post:
      summary: 受注伝票アップロード
      operationId: api_v1_receiveorder_base_upload
      tags:
        - 受注伝票
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - type: object
                  properties:
                    receive_order_upload_pattern_id:
                      type: string
                      description: 登録対象の受注一括登録パターンID
                    data_type_1:
                      type: string
                      description: data_1のファイル種類 / csv:受注CSV,gz:受注CSVをGZIPで圧縮
                    data_type_2:
                      type: string
                      description: data_2のファイル種類 / csv:受注CSV,gz:受注CSVをGZIPで圧縮
                    data_1:
                      type: string
                      description: 受注CSVのファイル内容 / メイン機能の受注一括登録で使用する受注CSVと同じ（注意：受注一括登録パターンによって内容が異なります）。
                    data_2:
                      type: string
                      description: 受注CSVのファイル内容 / メイン機能の受注一括登録で使用する受注CSVと同じ（注意：受注一括登録パターンによって内容が異なります）。
                  required:
                    - receive_order_upload_pattern_id
                    - data_type_1
                    - data_type_2
                    - data_1
                    - data_2
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
              example:
                result: success
                que_id: '45'
                access_token: xxxxx
                access_token_end_date: '2022-09-27 18:45:17'
                refresh_token: xxxxx
                refresh_token_end_date: '2022-09-29 18:45:17'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: |-
            curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d
            'access_token=xxx&refresh_token=xxx&wait_flag=1&receive_order_upload_pattern_id=2&data_type_1=csv&data_1=店舗伝票番号,受注日,受注郵便番号,受注住所１,受注住所２,受注名,受注名カナ,受注電話番号,受注メールアドレス,発送郵便番号,発送先住所１,発送先住所２,発送先名,発送先カナ,発送電話番号,支払方法,発送方法,商品計,税金,発送料,手数料,ポイント,その他費用,合計金額,ギフトフラグ,時間帯指定,日付指定,作業者欄,備考,商品名,商品コード,商品価格,受注数量,商品オプション,出荷済フラグ,顧客区分,顧客コード,消費税率（%）,のし,ラッピング,メッセージ
            test1,2019/03/02 10:00:00,2500011,神奈川県小田原市栄町,xxx番地,山田太郎,ヤマダタロウ,09011112222,xxx@xxx.xxx,9900845,山形県山形市飯塚町,xxx番地,山田花子,ヤマダハナコ,09011112222,代金引換,宅急便,2400,240,350,200,0,0,3190,0,時間帯指定[午前中],2019/03/15,,よろしくお願いします！,メンズTシャツ：(Lサイズ)ブラック,test-xxx,2400,1,,,,,,,,
            test2,2019/03/10 10:00:00,2500003,神奈川県小田原市東町,xxx番地,山田太郎,ヤマダタロウ,09011112222,xxx@xxx.xxx,2500003,神奈川県小田原市東町,xxx番地,山田太郎,ヤマダタロウ,09011112222,コンビニ,メール便,3000,300,350,0,0,0,3650,0,時間帯指定[13時-14時],,,ポスト投函でお願いします。,レディースTシャツ：（Mサイズ）レッド,test-099,1000,1,,,,,,,,
            test2,2019/03/10 10:00:00,2500003,神奈川県小田原市東町,xxx番地,山田太郎,ヤマダタロウ,09011112222,xxx@xxx.xxx,2500003,神奈川県小田原市東町,xxx番地,山田太郎,ヤマダタロウ,09011112222,コンビニ,メール便,3000,300,350,0,0,0,3650,0,時間帯指定[13時-14時],,,ポスト投函でお願いします。,レディースTシャツ：（Mサイズ）ピンク,test-101,500,2,,,,,,,,' https://api.next-engine.org/api_v1_receiveorder_base/upload
        - lang: typescript
          source: |-
            // POST /api_v1_receiveorder_base/upload - 受注伝票アップロード
            const params = new URLSearchParams({
              access_token: '<access_token>',
              receive_order_upload_pattern_id: '<receive_order_upload_pattern_id>',
              data_type_1: '<data_type_1>',
              data_type_2: '<data_type_2>',
              data_1: '<data_1>',
              data_2: '<data_2>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_receiveorder_base/upload', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_receiveorder_base/upload - 受注伝票アップロード
            import requests

            params = {
                'access_token': '<access_token>',
                'receive_order_upload_pattern_id': '<receive_order_upload_pattern_id>',
                'data_type_1': '<data_type_1>',
                'data_type_2': '<data_type_2>',
                'data_1': '<data_1>',
                'data_2': '<data_2>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_receiveorder_base/upload',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_receiveorder_confirm/count:
    post:
      summary: 受注確認内容件数取得
      operationId: api_v1_receiveorder_confirm_count
      tags:
        - 受注確認内容
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            confirm_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注確認内容ID / 文字列型
                            confirm_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注確認内容 / 文字列型 / 詳細はこちら
                            confirm_display_order:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 表示順序 / 数値型
                            confirm_html:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 説明文(HTML) / 文字列型 / 改行や強調表示のHTMLが含まれています
                            confirm_value:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 設定値 / 文字列型 / 受注確認内容設定画面で設定した値（設定可能な項目のみ）
                            confirm_valid_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 有効フラグ / 数値型 / 1:有効 1以外:無効
                            confirm_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型 / 1:有効 1以外:無効
                            confirm_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            confirm_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            confirm_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            confirm_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            confirm_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            confirm_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            confirm_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            confirm_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            confirm_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '75'
                access_token: xxx
                access_token_end_date: '2017-04-18 11:19:26'
                refresh_token: xxx
                refresh_token_end_date: '2017-04-20 11:19:26'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H ''content-type: application/x-www-form-urlencoded'' \ -d ''access_token=xxx&refresh_token=xxx&wait_flag=1'' \ https://api.next-engine.org/api_v1_receiveorder_confirm/count'
        - lang: typescript
          source: |-
            // POST /api_v1_receiveorder_confirm/count - 受注確認内容件数取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_receiveorder_confirm/count', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_receiveorder_confirm/count - 受注確認内容件数取得
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_receiveorder_confirm/count',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_receiveorder_confirm/search:
    post:
      summary: 受注確認内容検索
      operationId: api_v1_receiveorder_confirm_search
      tags:
        - 受注確認内容
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            confirm_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注確認内容ID / 文字列型
                            confirm_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注確認内容 / 文字列型 / 詳細はこちら
                            confirm_display_order:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 表示順序 / 数値型
                            confirm_html:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 説明文(HTML) / 文字列型 / 改行や強調表示のHTMLが含まれています
                            confirm_value:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 設定値 / 文字列型 / 受注確認内容設定画面で設定した値（設定可能な項目のみ）
                            confirm_valid_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 有効フラグ / 数値型 / 1:有効 1以外:無効
                            confirm_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型 / 1:有効 1以外:無効
                            confirm_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            confirm_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            confirm_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            confirm_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            confirm_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            confirm_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            confirm_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            confirm_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            confirm_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '1'
                data:
                  - confirm_id: AA
                    confirm_name: 商品コードが商品マスタに存在しません。
                    confirm_display_order: '1'
                    confirm_html: 商品コードが商品マスタに存在しない場合、確認内容に表示します。
                    confirm_value: null
                    confirm_valid_flag: '0'
                    confirm_deleted_flag: '0'
                    confirm_creation_date: '2007-02-28 00:00:00'
                    confirm_last_modified_date: '0000-00-00 00:00:00'
                    confirm_last_modified_null_safe_date: '0000-00-00 00:00:00'
                    confirm_creator_id: '9978'
                    confirm_creator_name: null
                    confirm_last_modified_by_id: '0'
                    confirm_last_modified_by_null_safe_id: '0'
                    confirm_last_modified_by_name: System
                    confirm_last_modified_by_null_safe_name: System
                access_token: xxx
                access_token_end_date: '2017-04-18 11:19:26'
                refresh_token: xxx
                refresh_token_end_date: '2017-04-20 11:19:26'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H ''content-type: application/x-www-form-urlencoded'' \ -d ''access_token=xxx&refresh_token=xxx&wait_flag=1&fields=xxx'' \ https://api.next-engine.org/api_v1_receiveorder_confirm/search'
        - lang: typescript
          source: |-
            // POST /api_v1_receiveorder_confirm/search - 受注確認内容検索
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
              offset: '0',
              limit: '50',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_receiveorder_confirm/search', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_receiveorder_confirm/search - 受注確認内容検索
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
                'offset': '0',
                'limit': '50',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_receiveorder_confirm/search',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_receiveorder_confirm/update:
    post:
      summary: 受注確認内容更新
      operationId: api_v1_receiveorder_confirm_update
      tags:
        - 受注確認内容
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - type: object
                  properties:
                    confirm_id:
                      type: string
                      description: 受注確認内容ID / 更新する受注確認内容のconfirm_id。設定値が有効(confirm_valid_flagが'1')の受注確認内容のみ指定可能です
                    confirm_value:
                      type: string
                      description: 設定値 / 更新する受注確認内容のconfirm_value。値を空に更新することは出来ません
                    confirm_last_modified_date:
                      type: string
                      description: 最終更新日 / 更新する店舗のconfirm_last_modified_date API実行時にメイン機能またはアプリで、受注確認内容が更新されていないかを確認するために利用します メイン機能またはアプリで受注確認内容が更新されている場合はエラーになります エラーになったら再度、受注確認内容を検索してAPIを実行して下さい
                  required:
                    - confirm_id
                    - confirm_value
                    - confirm_last_modified_date
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            confirm_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注確認内容ID / 文字列型
                            confirm_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注確認内容 / 文字列型 / 詳細はこちら
                            confirm_display_order:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 表示順序 / 数値型
                            confirm_html:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 説明文(HTML) / 文字列型 / 改行や強調表示のHTMLが含まれています
                            confirm_value:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 設定値 / 文字列型 / 受注確認内容設定画面で設定した値（設定可能な項目のみ）
                            confirm_valid_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 有効フラグ / 数値型 / 1:有効 1以外:無効
                            confirm_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型 / 1:有効 1以外:無効
                            confirm_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            confirm_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            confirm_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            confirm_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            confirm_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            confirm_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            confirm_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            confirm_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            confirm_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                access_token: xxx
                access_token_end_date: '2017-04-18 11:19:26'
                refresh_token: xxx
                refresh_token_end_date: '2017-04-20 11:19:26'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H ''content-type: application/x-www-form-urlencoded'' \ -d ''access_token=xxx&refresh_token=xxx&wait_flag=1&confirm_id=xxx&confirm_value=xxx&confirm_last_modified_date=xxx'' \ https://api.next-engine.org/api_v1_receiveorder_confirm/update'
        - lang: typescript
          source: |-
            // POST /api_v1_receiveorder_confirm/update - 受注確認内容更新
            const params = new URLSearchParams({
              access_token: '<access_token>',
              confirm_id: '<confirm_id>',
              confirm_value: '<confirm_value>',
              confirm_last_modified_date: '<confirm_last_modified_date>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_receiveorder_confirm/update', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_receiveorder_confirm/update - 受注確認内容更新
            import requests

            params = {
                'access_token': '<access_token>',
                'confirm_id': '<confirm_id>',
                'confirm_value': '<confirm_value>',
                'confirm_last_modified_date': '<confirm_last_modified_date>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_receiveorder_confirm/update',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_receiveorder_forwardingagent/count:
    post:
      summary: 発送方法別区分件数取得
      operationId: api_v1_receiveorder_forwardingagent_count
      tags:
        - 発送方法別区分
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            forwarding_agent_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送方法区分 / 文字列型 / 発送方法区分のdelivery_idと紐付きます
                            forwarding_agent_type:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送方法別項目タイプ / 文字列型 / 値は次の通り。binsyu_kbn:便種、eigyosyo_dome_kbn:営業所止め、jikantaisitei_kbn:時間帯、okurijyo_kbn:送り状、ondo_kbn:温度帯、seal1_kbn:シール1、seal2_kbn:シール2、seal3_kbn:シール3、seal4_kbn:シール4
                            forwarding_agent_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送方法別項目区分 / 文字列型 / 各項目の区分値
                            forwarding_agent_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送方法別項目名 / 文字列型 / 各項目の名称
                            forwarding_agent_display_order:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 表示順序 / 数値型
                            forwarding_agent_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型 / 1:有効 1以外:無効
                          additionalProperties: true
              example:
                result: success
                count: '396'
                access_token: xxx
                access_token_end_date: '2017-04-18 11:19:26'
                refresh_token: xxx
                refresh_token_end_date: '2017-04-20 11:19:26'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H ''content-type: application/x-www-form-urlencoded'' \ -d ''access_token=xxx&refresh_token=xxx&wait_flag=1'' \ https://api.next-engine.org/api_v1_receiveorder_forwardingagent/count'
        - lang: typescript
          source: |-
            // POST /api_v1_receiveorder_forwardingagent/count - 発送方法別区分件数取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_receiveorder_forwardingagent/count', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_receiveorder_forwardingagent/count - 発送方法別区分件数取得
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_receiveorder_forwardingagent/count',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_receiveorder_forwardingagent/search:
    post:
      summary: 発送方法別区分検索
      operationId: api_v1_receiveorder_forwardingagent_search
      tags:
        - 発送方法別区分
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            forwarding_agent_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送方法区分 / 文字列型 / 発送方法区分のdelivery_idと紐付きます
                            forwarding_agent_type:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送方法別項目タイプ / 文字列型 / 値は次の通り。binsyu_kbn:便種、eigyosyo_dome_kbn:営業所止め、jikantaisitei_kbn:時間帯、okurijyo_kbn:送り状、ondo_kbn:温度帯、seal1_kbn:シール1、seal2_kbn:シール2、seal3_kbn:シール3、seal4_kbn:シール4
                            forwarding_agent_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送方法別項目区分 / 文字列型 / 各項目の区分値
                            forwarding_agent_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送方法別項目名 / 文字列型 / 各項目の名称
                            forwarding_agent_display_order:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 表示順序 / 数値型
                            forwarding_agent_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型 / 1:有効 1以外:無効
                          additionalProperties: true
              example:
                result: success
                count: '107'
                data:
                  - forwarding_agent_id: '10'
                    forwarding_agent_type: binsyu_kbn
                    forwarding_agent_type_id: '001'
                    forwarding_agent_type_name: 飛脚宅配便
                    forwarding_agent_display_order: '0'
                    forwarding_agent_deleted_flag: '0'
                  - forwarding_agent_id: '10'
                    forwarding_agent_type: binsyu_kbn
                    forwarding_agent_type_id: 001_o
                    forwarding_agent_type_name: 陸便
                    forwarding_agent_display_order: '0'
                    forwarding_agent_deleted_flag: '1'
                access_token: xxx
                access_token_end_date: '2017-04-18 11:19:26'
                refresh_token: xxx
                refresh_token_end_date: '2017-04-20 11:19:26'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H ''content-type: application/x-www-form-urlencoded'' \ -d ''access_token=xxx&refresh_token=xxx&wait_flag=1&fields=xxx&forwarding_agent_id-eq=xxx'' \ https://api.next-engine.org/api_v1_receiveorder_forwardingagent/search'
        - lang: typescript
          source: |-
            // POST /api_v1_receiveorder_forwardingagent/search - 発送方法別区分検索
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
              offset: '0',
              limit: '50',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_receiveorder_forwardingagent/search', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_receiveorder_forwardingagent/search - 発送方法別区分検索
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
                'offset': '0',
                'limit': '50',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_receiveorder_forwardingagent/search',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_receiveorder_groupingtag/search:
    post:
      summary: 受注分類タグ検索
      operationId: api_v1_receiveorder_groupingtag_search
      tags:
        - 受注分類タグ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            grouping_tag_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注分類タグID / 数値型
                            grouping_tag_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注分類タグ名 / 文字列型
                            grouping_tag_color:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注分類タグの背景色 / 文字列型
                            grouping_tag_str_color:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注分類タグの文字色 / 文字列型
                            grouping_tag_memo:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注分類タグのメモ欄 / 文字列型
                            grouping_tag_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日付型
                            grouping_tag_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日付型
                            grouping_tag_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日付型 / NULLの場合作成日
                            grouping_tag_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            grouping_tag_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            grouping_tag_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            grouping_tag_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            grouping_tag_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            grouping_tag_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '1'
                data:
                  - grouping_tag_id: '1'
                    grouping_tag_name: '1'
                    grouping_tag_color: gray
                access_token: xxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxx&refresh_token=xxx&wait_flag=1&fields=grouping_tag_id, grouping_tag_name, grouping_tag_color&grouping_tag_id-eq=xxx'' https://api.next-engine.org/api_v1_receiveorder_groupingtag/search'
        - lang: typescript
          source: |-
            // POST /api_v1_receiveorder_groupingtag/search - 受注分類タグ検索
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
              offset: '0',
              limit: '50',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_receiveorder_groupingtag/search', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_receiveorder_groupingtag/search - 受注分類タグ検索
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
                'offset': '0',
                'limit': '50',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_receiveorder_groupingtag/search',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_receiveorder_option/count:
    post:
      summary: 受注伝票オプション件数取得
      operationId: api_v1_receiveorder_option_count
      tags:
        - 受注伝票オプション
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            receive_order_option_receive_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 伝票番号 / 数値型 / ネクストエンジン内で一意に付与される番号
                            receive_order_option_single_word_memo:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 一言メモ / 文字列型
                            receive_order_option_message:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メッセージ / 文字列型
                            receive_order_option_noshi:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: のし / 文字列型
                            receive_order_option_rapping:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ラッピング / 文字列型
                            receive_order_option_1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: オプション1 / 文字列型
                            receive_order_option_2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: オプション2 / 文字列型
                            receive_order_option_3:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: オプション3 / 文字列型
                            receive_order_option_4:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: オプション4 / 文字列型
                            receive_order_option_5:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: オプション5 / 文字列型
                            receive_order_option_6:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: オプション6 / 文字列型
                            receive_order_option_7:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: オプション7 / 文字列型
                            receive_order_option_8:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: オプション8 / 文字列型
                            receive_order_option_9:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: オプション9 / 文字列型
                            receive_order_option_10:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: オプション10 / 文字列型
                            receive_order_option_received_time_shop_coupon:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注時店舗原資クーポン / 数値型 / 楽天とYahoo!に対応しています。
                            receive_order_option_received_time_mall_coupon:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注時モール原資クーポン / 数値型 / 楽天とYahoo!に対応しています。
                            receive_order_option_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            receive_order_option_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            receive_order_option_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            receive_order_option_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            receive_order_option_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            receive_order_option_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            receive_order_option_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            receive_order_option_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            receive_order_option_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '1'
                access_token: xxx
                access_token_end_date: '2017-04-18 11:19:26'
                refresh_token: xxx
                refresh_token_end_date: '2017-04-20 11:19:26'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H ''content-type: application/x-www-form-urlencoded'' \ -d ''access_token=xxx&refresh_token=xxx&wait_flag=1&receive_order_option_receive_order_id-eq=xxx'' \ https://api.next-engine.org/api_v1_receiveorder_option/count'
        - lang: typescript
          source: |-
            // POST /api_v1_receiveorder_option/count - 受注伝票オプション件数取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_receiveorder_option/count', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_receiveorder_option/count - 受注伝票オプション件数取得
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_receiveorder_option/count',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_receiveorder_option/search:
    post:
      summary: 受注伝票オプション検索
      operationId: api_v1_receiveorder_option_search
      tags:
        - 受注伝票オプション
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            receive_order_option_receive_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 伝票番号 / 数値型 / ネクストエンジン内で一意に付与される番号
                            receive_order_option_single_word_memo:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 一言メモ / 文字列型
                            receive_order_option_message:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メッセージ / 文字列型
                            receive_order_option_noshi:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: のし / 文字列型
                            receive_order_option_rapping:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ラッピング / 文字列型
                            receive_order_option_1:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: オプション1 / 文字列型
                            receive_order_option_2:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: オプション2 / 文字列型
                            receive_order_option_3:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: オプション3 / 文字列型
                            receive_order_option_4:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: オプション4 / 文字列型
                            receive_order_option_5:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: オプション5 / 文字列型
                            receive_order_option_6:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: オプション6 / 文字列型
                            receive_order_option_7:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: オプション7 / 文字列型
                            receive_order_option_8:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: オプション8 / 文字列型
                            receive_order_option_9:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: オプション9 / 文字列型
                            receive_order_option_10:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: オプション10 / 文字列型
                            receive_order_option_received_time_shop_coupon:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注時店舗原資クーポン / 数値型 / 楽天とYahoo!に対応しています。
                            receive_order_option_received_time_mall_coupon:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注時モール原資クーポン / 数値型 / 楽天とYahoo!に対応しています。
                            receive_order_option_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            receive_order_option_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            receive_order_option_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            receive_order_option_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            receive_order_option_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            receive_order_option_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            receive_order_option_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            receive_order_option_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            receive_order_option_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '1'
                data:
                  - receive_order_option_receive_order_id: '1'
                    receive_order_option_single_word_memo: ''
                    receive_order_option_message: ''
                    receive_order_option_noshi: ''
                    receive_order_option_rapping: ''
                    receive_order_option_1: ''
                    receive_order_option_2: ''
                    receive_order_option_3: ''
                    receive_order_option_4: ''
                    receive_order_option_5: ''
                    receive_order_option_6: ''
                    receive_order_option_7: ''
                    receive_order_option_8: ''
                    receive_order_option_9: ''
                    receive_order_option_10: ''
                    receive_order_option_received_time_shop_coupon: '0.00'
                    receive_order_option_received_time_mall_coupon: '0.00'
                    receive_order_option_deleted_flag: '0'
                    receive_order_option_creation_date: '2017-01-19 12:55:38'
                    receive_order_option_last_modified_date: '2017-04-14 16:24:36'
                    receive_order_option_last_modified_null_safe_date: '2017-04-14 16:24:36'
                    receive_order_option_creator_id: '10002'
                    receive_order_option_creator_name: xxx
                    receive_order_option_last_modified_by_id: '10003'
                    receive_order_option_last_modified_by_null_safe_id: '10003'
                    receive_order_option_last_modified_by_name: xxx
                    receive_order_option_last_modified_by_null_safe_name: xxx
                access_token: xxx
                access_token_end_date: '2017-04-18 11:19:26'
                refresh_token: xxx
                refresh_token_end_date: '2017-04-20 11:19:26'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H ''content-type: application/x-www-form-urlencoded'' \ -d ''access_token=xxx&refresh_token=xxx8&wait_flag=1&fields=xxx&receive_order_option_receive_order_id-eq=xxx&offset=0&limit=10'' \ https://api.next-engine.org/api_v1_receiveorder_option/search'
        - lang: typescript
          source: |-
            // POST /api_v1_receiveorder_option/search - 受注伝票オプション検索
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
              offset: '0',
              limit: '50',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_receiveorder_option/search', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_receiveorder_option/search - 受注伝票オプション検索
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
                'offset': '0',
                'limit': '50',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_receiveorder_option/search',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_receiveorder_paymentdeliveryconvert/count:
    post:
      summary: 支払発送変換件数取得
      operationId: api_v1_receiveorder_paymentdeliveryconvert_count
      tags:
        - 支払い発送変換
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            payment_delivery_convert_text:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 変換元テキスト / 文字列型 / CSV(API)などメイン機能に取り込む前の受注情報のテキスト
                            payment_delivery_convert_type:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目種類 / 文字列型 / 本項目の値と対応するオブジェクトは次の通り。 "siharai_kbn":支払区分 "hasou_kbn"：発送方法区分 "credit_kbn"：クレジット種類区分 "nyukin_kbn":入金区分 "jikantaisitei_kbn":発送方法区分の発送方法別項目タイプが"jikantaisitei_kbn"
                            payment_delivery_convert_multi_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 各種ID / 文字列型 / 項目種類で指定されたオブジェクトのID
                            payment_delivery_convert_delivery_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送方法区分 / 文字列型 / 項目種類が"jikantaisitei_kbn"の時のみ値がある
                            payment_delivery_convert_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型 / 1:有効 1以外:無効
                            payment_delivery_convert_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日付型
                            payment_delivery_convert_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日付型
                            payment_delivery_convert_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            payment_delivery_convert_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            payment_delivery_convert_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            payment_delivery_convert_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                          additionalProperties: true
              example:
                result: success
                count: xxx
                access_token: xxx
                access_token_end_date: '2017-04-18 11:19:26'
                refresh_token: xxx
                refresh_token_end_date: '2017-04-20 11:19:26'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H ''content-type: application/x-www-form-urlencoded'' \ -d ''access_token=xxx&refresh_token=xxx&wait_flag=1&payment_delivery_convert_text-eq=xxx'' \ https://api.next-engine.org/api_v1_receiveorder_paymentdeliveryconvert/count'
        - lang: typescript
          source: |-
            // POST /api_v1_receiveorder_paymentdeliveryconvert/count - 支払発送変換件数取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_receiveorder_paymentdeliveryconvert/count', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_receiveorder_paymentdeliveryconvert/count - 支払発送変換件数取得
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_receiveorder_paymentdeliveryconvert/count',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_receiveorder_paymentdeliveryconvert/search:
    post:
      summary: 支払発送変換検索
      operationId: api_v1_receiveorder_paymentdeliveryconvert_search
      tags:
        - 支払い発送変換
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            payment_delivery_convert_text:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 変換元テキスト / 文字列型 / CSV(API)などメイン機能に取り込む前の受注情報のテキスト
                            payment_delivery_convert_type:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目種類 / 文字列型 / 本項目の値と対応するオブジェクトは次の通り。 "siharai_kbn":支払区分 "hasou_kbn"：発送方法区分 "credit_kbn"：クレジット種類区分 "nyukin_kbn":入金区分 "jikantaisitei_kbn":発送方法区分の発送方法別項目タイプが"jikantaisitei_kbn"
                            payment_delivery_convert_multi_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 各種ID / 文字列型 / 項目種類で指定されたオブジェクトのID
                            payment_delivery_convert_delivery_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送方法区分 / 文字列型 / 項目種類が"jikantaisitei_kbn"の時のみ値がある
                            payment_delivery_convert_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型 / 1:有効 1以外:無効
                            payment_delivery_convert_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日付型
                            payment_delivery_convert_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日付型
                            payment_delivery_convert_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            payment_delivery_convert_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            payment_delivery_convert_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            payment_delivery_convert_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                          additionalProperties: true
              example:
                result: success
                count: '2'
                data:
                  - payment_delivery_convert_text: xxx
                    payment_delivery_convert_type: siharai_kbn
                    payment_delivery_convert_multi_id: '0'
                    payment_delivery_convert_delivery_id: null
                    payment_delivery_convert_deleted_flag: '0'
                    payment_delivery_convert_creation_date: '2006-12-25 00:00:00'
                    payment_delivery_convert_last_modified_date: '2017-02-21 14:05:38'
                    payment_delivery_convert_creator_id: '9978'
                    payment_delivery_convert_creator_name: null
                    payment_delivery_convert_last_modified_by_id: '10008'
                    payment_delivery_convert_last_modified_by_name: xxx
                  - payment_delivery_convert_text: xxx
                    payment_delivery_convert_type: credit_kbn
                    payment_delivery_convert_multi_id: '1'
                    payment_delivery_convert_delivery_id: null
                    payment_delivery_convert_deleted_flag: '0'
                    payment_delivery_convert_creation_date: '2006-12-30 00:00:00'
                    payment_delivery_convert_last_modified_date: '2017-02-21 14:05:40'
                    payment_delivery_convert_creator_id: '9978'
                    payment_delivery_convert_creator_name: null
                    payment_delivery_convert_last_modified_by_id: '10008'
                    payment_delivery_convert_last_modified_by_name: xxx
                access_token: xxx
                access_token_end_date: '2017-04-18 11:19:26'
                refresh_token: xxx
                refresh_token_end_date: '2017-04-20 11:19:26'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H ''content-type: application/x-www-form-urlencoded'' \ -d ''access_token=xxx&refresh_token=xxx&wait_flag=1&fields=payment_delivery_convert_text,payment_delivery_convert_type,payment_delivery_convert_multi_id&payment_delivery_convert_text-eq=xxx'' \ https://api.next-engine.org/api_v1_receiveorder_paymentdeliveryconvert/search'
        - lang: typescript
          source: |-
            // POST /api_v1_receiveorder_paymentdeliveryconvert/search - 支払発送変換検索
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
              offset: '0',
              limit: '50',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_receiveorder_paymentdeliveryconvert/search', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_receiveorder_paymentdeliveryconvert/search - 支払発送変換検索
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
                'offset': '0',
                'limit': '50',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_receiveorder_paymentdeliveryconvert/search',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_receiveorder_row/count:
    post:
      summary: 受注明細件数取得
      operationId: api_v1_receiveorder_row_count
      tags:
        - 受注明細
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            receive_order_row_receive_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 伝票番号 / 数値型 / ネクストエンジン内で一意に付与される番号
                            receive_order_row_shop_cut_form_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注番号 / 文字列型 / 原則、店舗内で一意に付与される番号（重複する可能性あり。）
                            receive_order_row_no:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 明細行番号 / 数値型 / ネクストエンジンで付与した明細行番号
                            receive_order_row_shop_row_no:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注明細行番号 / 文字列型 / 店舗で付与された明細行番号
                            receive_order_row_goods_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品コード / 文字列型
                            receive_order_row_goods_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品名 / 文字列型
                            receive_order_row_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注数 / 数値型
                            receive_order_row_unit_price:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 単価 / 数値型
                            receive_order_row_received_time_first_cost:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注時原価 / 数値型 / 受注時の商品マスタの原価。
                            receive_order_row_tax_rate:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 消費税率（%） / 数値型
                            receive_order_row_wholesale_retail_ratio:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 掛率 / 数値型
                            receive_order_row_sub_total_price:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 小計金額 / 数値型 / 単価*(掛率/10)*受注数
                            receive_order_row_goods_option:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品OP / 文字列型
                            receive_order_row_cancel_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: キャンセルフラグ / 文字列型
                            receive_order_include_from_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 同梱元伝票番号 / 数値型
                            receive_order_include_from_row_no:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 同梱元明細行番号 / 数値型
                            receive_order_row_multi_delivery_parent_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 複数配送親伝票番号 / 数値型
                            receive_order_row_divide_from_row_no:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 分割元明細行番号 / 数値型
                            receive_order_row_copy_from_row_no:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 複写元明細行番号 / 数値型
                            receive_order_row_stock_allocation_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 引当数 / 数値型
                            receive_order_row_advance_order_stock_allocation_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 予約引当数 / 数値型
                            receive_order_row_stock_allocation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 引当日 / 日時型
                            receive_order_row_received_time_merchandise_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注時取扱区分 / 文字列型 / 受注時の商品マスタの値が設定されます。
                            receive_order_row_received_time_merchandise_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注時取扱名 / 文字列型
                            receive_order_row_received_time_goods_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注時商品区分 / 文字列型 / 受注時の商品マスタの値が設定されます。
                            receive_order_row_received_time_goods_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注時商品名 / 文字列型
                            receive_order_row_returned_good_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 良品返品数 / 数値型
                            receive_order_row_returned_bad_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 不良品返品数 / 数値型
                            receive_order_row_returned_reason_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 返品事由区分 / 文字列型
                            receive_order_row_returned_reason_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 返品事由名 / 文字列型
                            receive_order_row_org_row_no:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 元受注明細行番号 / 数値型
                            receive_order_row_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型 / 1:有効 1以外:無効
                            receive_order_row_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            receive_order_row_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            receive_order_row_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            receive_order_row_last_modified_newest_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注伝票・受注明細の最終更新日 / 日時型 / 受注伝票と受注明細の内、より新しい方の最終更新日
                            receive_order_row_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            receive_order_row_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            receive_order_row_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            receive_order_row_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            receive_order_row_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            receive_order_row_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '3'
                access_token: xxx
                access_token_end_date: '2017-04-18 11:19:26'
                refresh_token: xxx
                refresh_token_end_date: '2017-04-20 11:19:26'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H ''content-type: application/x-www-form-urlencoded'' \ -d ''access_token=xxx&refresh_token=xxx&wait_flag=1&receive_order_row_receive_order_id-eq=1'' \ https://api.next-engine.org/api_v1_receiveorder_row/count'
        - lang: typescript
          source: |-
            // POST /api_v1_receiveorder_row/count - 受注明細件数取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_receiveorder_row/count', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_receiveorder_row/count - 受注明細件数取得
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_receiveorder_row/count',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_receiveorder_row/search:
    post:
      summary: 受注明細検索
      operationId: api_v1_receiveorder_row_search
      tags:
        - 受注明細
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            receive_order_row_receive_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 伝票番号 / 数値型 / ネクストエンジン内で一意に付与される番号
                            receive_order_row_shop_cut_form_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注番号 / 文字列型 / 原則、店舗内で一意に付与される番号（重複する可能性あり。）
                            receive_order_row_no:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 明細行番号 / 数値型 / ネクストエンジンで付与した明細行番号
                            receive_order_row_shop_row_no:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注明細行番号 / 文字列型 / 店舗で付与された明細行番号
                            receive_order_row_goods_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品コード / 文字列型
                            receive_order_row_goods_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品名 / 文字列型
                            receive_order_row_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注数 / 数値型
                            receive_order_row_unit_price:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 単価 / 数値型
                            receive_order_row_received_time_first_cost:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注時原価 / 数値型 / 受注時の商品マスタの原価。
                            receive_order_row_tax_rate:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 消費税率（%） / 数値型
                            receive_order_row_wholesale_retail_ratio:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 掛率 / 数値型
                            receive_order_row_sub_total_price:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 小計金額 / 数値型 / 単価*(掛率/10)*受注数
                            receive_order_row_goods_option:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品OP / 文字列型
                            receive_order_row_cancel_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: キャンセルフラグ / 文字列型
                            receive_order_include_from_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 同梱元伝票番号 / 数値型
                            receive_order_include_from_row_no:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 同梱元明細行番号 / 数値型
                            receive_order_row_multi_delivery_parent_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 複数配送親伝票番号 / 数値型
                            receive_order_row_divide_from_row_no:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 分割元明細行番号 / 数値型
                            receive_order_row_copy_from_row_no:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 複写元明細行番号 / 数値型
                            receive_order_row_stock_allocation_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 引当数 / 数値型
                            receive_order_row_advance_order_stock_allocation_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 予約引当数 / 数値型
                            receive_order_row_stock_allocation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 引当日 / 日時型
                            receive_order_row_received_time_merchandise_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注時取扱区分 / 文字列型 / 受注時の商品マスタの値が設定されます。
                            receive_order_row_received_time_merchandise_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注時取扱名 / 文字列型
                            receive_order_row_received_time_goods_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注時商品区分 / 文字列型 / 受注時の商品マスタの値が設定されます。
                            receive_order_row_received_time_goods_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注時商品名 / 文字列型
                            receive_order_row_returned_good_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 良品返品数 / 数値型
                            receive_order_row_returned_bad_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 不良品返品数 / 数値型
                            receive_order_row_returned_reason_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 返品事由区分 / 文字列型
                            receive_order_row_returned_reason_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 返品事由名 / 文字列型
                            receive_order_row_org_row_no:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 元受注明細行番号 / 数値型
                            receive_order_row_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型 / 1:有効 1以外:無効
                            receive_order_row_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            receive_order_row_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            receive_order_row_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            receive_order_row_last_modified_newest_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注伝票・受注明細の最終更新日 / 日時型 / 受注伝票と受注明細の内、より新しい方の最終更新日
                            receive_order_row_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            receive_order_row_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            receive_order_row_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            receive_order_row_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            receive_order_row_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            receive_order_row_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H ''content-type: application/x-www-form-urlencoded'' \ -d ''access_token=xxx&refresh_token=xxx&wait_flag=1&fields=xxx&receive_order_row_receive_order_id-eq=1'' \ https://api.next-engine.org/api_v1_receiveorder_row/search'
        - lang: typescript
          source: |-
            // POST /api_v1_receiveorder_row/search - 受注明細検索
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
              offset: '0',
              limit: '50',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_receiveorder_row/search', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_receiveorder_row/search - 受注明細検索
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
                'offset': '0',
                'limit': '50',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_receiveorder_row/search',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_receiveorder_tax_account/search:
    post:
      summary: 受注税金内訳取得
      operationId: api_v1_receiveorder_tax_account_search
      tags:
        - 受注税金内訳
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - type: object
                  properties:
                    receive_order_ids:
                      type: string
                      description: 検索対象にする受注伝票の伝票番号（カンマ区切りで複数可） / 最大1000件まで指定可能です
                  required:
                    - receive_order_ids
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            receive_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 伝票番号 / 数値型 / ネクストエンジン内で一意に付与される番号
                            receive_order_request_amount_tax0:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 請求金額（0%） / 数値型 / 税率毎の（商品計+送料+手数料) - (クーポン+ポイント)
                            receive_order_request_amount_tax8:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 請求金額（8%） / 数値型 / 税率毎の（商品計+送料+手数料) - (クーポン+ポイント)
                            receive_order_request_amount_tax10:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 請求金額（10%） / 数値型 / 税率毎の（商品計+送料+手数料) - (クーポン+ポイント)
                            receive_order_request_amount_tax_tax8:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 請求額に対する税額（8%） / 数値型 / 税率ごとの請求金額から割り戻した消費税額
                            receive_order_request_amount_tax_tax10:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 請求額に対する税額（10%） / 数値型 / 税率ごとの請求金額から割り戻した消費税額
                            receive_order_charge_amount_tax0:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 手数料（0%） / 数値型
                            receive_order_charge_amount_tax8:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 手数料（8%） / 数値型
                            receive_order_charge_amount_tax10:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 手数料（10%） / 数値型
                            receive_order_other_amount_tax0:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 他費用（0%） / 数値型 / 受注伝票の「他費用」のうち、加算する金額（税率毎）
                            receive_order_other_amount_tax8:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 他費用（8%） / 数値型 / 受注伝票の「他費用」のうち、加算する金額（税率毎）
                            receive_order_other_amount_tax10:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 他費用（10%） / 数値型 / 受注伝票の「他費用」のうち、加算する金額（税率毎）
                            receive_order_distributed_coupon_amount_tax0:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 按分済みクーポン割引額（0%） / 数値型 / （「クーポン割引額（按分）」を対象税率毎に按分済みのクーポン割引額です。請求書の出力等に利用してください） 受注伝票の「他費用」の値引金額（税率毎）
                            receive_order_distributed_coupon_amount_tax8:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 按分済みクーポン割引額（8%） / 数値型 / （「クーポン割引額（按分）」を対象税率毎に按分済みのクーポン割引額です。請求書の出力等に利用してください） 受注伝票の「他費用」の値引金額（税率毎）
                            receive_order_distributed_coupon_amount_tax10:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 按分済みクーポン割引額（10%） / 数値型 / （「クーポン割引額（按分）」を対象税率毎に按分済みのクーポン割引額です。請求書の出力等に利用してください） 受注伝票の「他費用」のうち、値引の金額（税率毎）
                            receive_order_coupon_amount_tax0:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クーポン割引額（0%） / 数値型 / 受注伝票の「他費用」のうち、値引の金額（税率毎）
                            receive_order_coupon_amount_tax8:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クーポン割引額（8%） / 数値型 / 受注伝票の「他費用」のうち、値引の金額（税率毎）
                            receive_order_coupon_amount_tax10:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クーポン割引額（10%） / 数値型 / 受注伝票の「他費用」のうち、値引の金額（税率毎）
                            receive_order_coupon_amount_distribute:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クーポン割引額（按分） / 数値型 / 受注伝票の「他費用」のうち、値引の金額（按分されるクーポン割引額）
                            receive_order_distributed_point_amount_tax0:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 按分済みポイント（0%） / 数値型 / (「ポイント（按分）」を対象税率毎に按分済みのポイントです。請求書の出力等に利用してください） ポイントのうち、値引（=請求金額の算出に含めるもの）となるもの（税率毎）
                            receive_order_distributed_point_amount_tax8:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 按分済みポイント（8%） / 数値型 / (「ポイント（按分）」を対象税率毎に按分済みのポイントです。請求書の出力等に利用してください） ポイントのうち、値引（=請求金額の算出に含めるもの）となるもの（税率毎）
                            receive_order_distributed_point_amount_tax10:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 按分済みポイント（10%） / 数値型 / (「ポイント（按分）」を対象税率毎に按分済みのポイントです。請求書の出力等に利用してください） ポイントのうち、値引（=請求金額の算出に含めるもの）となるもの（税率毎）
                            receive_order_point_amount_tax0:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ポイント（0%） / 数値型 / ポイントのうち、値引（=請求金額の算出に含めるもの）となるもの（税率毎）
                            receive_order_point_amount_tax8:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ポイント（8%） / 数値型 / ポイントのうち、値引（=請求金額の算出に含めるもの）となるもの（税率毎）
                            receive_order_point_amount_tax10:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ポイント（10%） / 数値型 / ポイントのうち、値引（=請求金額の算出に含めるもの）となるもの（税率毎）
                            receive_order_point_amount_distribute:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ポイント（按分） / 数値型 / ポイントのうち、値引（=請求金額の算出に含めるもの）となるもの（按分されるポイント）
                            receive_order_point_amount_payment:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ポイント（支払い） / 数値型
                          additionalProperties: true
              example:
                result: success
                count: 2
                data:
                  - receive_order_id: 10001
                    receive_order_request_amount_tax0: 0
                    receive_order_request_amount_tax8: 0
                    receive_order_request_amount_tax10: 11000
                    receive_order_request_amount_tax_tax8: 0
                    receive_order_request_amount_tax_tax10: 1000
                    receive_order_charge_amount_tax0: 0
                    receive_order_charge_amount_tax8: 0
                    receive_order_charge_amount_tax10: 220
                    receive_order_other_amount_tax0: 0
                    receive_order_other_amount_tax8: 0
                    receive_order_other_amount_tax10: 440
                    receive_order_distributed_coupon_amount_tax0: 0
                    receive_order_distributed_coupon_amount_tax8: 0
                    receive_order_distributed_coupon_amount_tax10: 990
                    receive_order_coupon_amount_tax0: 0
                    receive_order_coupon_amount_tax8: 0
                    receive_order_coupon_amount_tax10: 550
                    receive_order_coupon_amount_distribute: 440
                    receive_order_distributed_point_amount_tax0: 0
                    receive_order_distributed_point_amount_tax8: 0
                    receive_order_distributed_point_amount_tax10: 330
                    receive_order_point_amount_tax0: 0
                    receive_order_point_amount_tax8: 0
                    receive_order_point_amount_tax10: 220
                    receive_order_point_amount_distribute: 110
                    receive_order_point_amount_payment: 1000
                  - receive_order_id: 10002
                    receive_order_request_amount_tax0: 100000
                    receive_order_request_amount_tax8: 108000
                    receive_order_request_amount_tax10: 110000
                    receive_order_request_amount_tax_tax8: 8000
                    receive_order_request_amount_tax_tax10: 10000
                    receive_order_charge_amount_tax0: 1400
                    receive_order_charge_amount_tax8: 1300
                    receive_order_charge_amount_tax10: 1200
                    receive_order_other_amount_tax0: 1100
                    receive_order_other_amount_tax8: 1000
                    receive_order_other_amount_tax10: 900
                    receive_order_distributed_coupon_amount_tax0: 957
                    receive_order_distributed_coupon_amount_tax8: 869
                    receive_order_distributed_coupon_amount_tax10: 774
                    receive_order_coupon_amount_tax0: 800
                    receive_order_coupon_amount_tax8: 700
                    receive_order_coupon_amount_tax10: 600
                    receive_order_coupon_amount_distribute: 500
                    receive_order_distributed_point_amount_tax0: 431
                    receive_order_distributed_point_amount_tax8: 333
                    receive_order_distributed_point_amount_tax10: 236
                    receive_order_point_amount_tax0: 400
                    receive_order_point_amount_tax8: 300
                    receive_order_point_amount_tax10: 200
                    receive_order_point_amount_distribute: 100
                    receive_order_point_amount_payment: 1000
                access_token: xxx
                access_token_end_date: '2023-09-21 09:01:00'
                refresh_token: xxx
                refresh_token_end_date: '2023-09-23 09:01:00'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxx&refresh_token=xxx&wait_flag=1&receive_order_ids=10001,10002'' https://api.next-engine.org/api_v1_receiveorder_tax_account/search'
        - lang: typescript
          source: |-
            // POST /api_v1_receiveorder_tax_account/search - 受注税金内訳取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
              receive_order_ids: '<receive_order_ids>',
              fields: 'field1,field2',
              offset: '0',
              limit: '50',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_receiveorder_tax_account/search', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_receiveorder_tax_account/search - 受注税金内訳取得
            import requests

            params = {
                'access_token': '<access_token>',
                'receive_order_ids': '<receive_order_ids>',
                'fields': 'field1,field2',
                'offset': '0',
                'limit': '50',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_receiveorder_tax_account/search',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_receiveorder_uploadpattern/info:
    post:
      summary: 受注一括登録パターン情報取得
      operationId: api_v1_receiveorder_uploadpattern_info
      tags:
        - 区分情報
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/CommonRequestParams'
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            receive_order_upload_pattern_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注一括登録パターンID / 数値型
                            receive_order_upload_pattern_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注一括登録パターン名 / 文字列型
                            receive_order_upload_pattern_format_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注一括登録フォーマットパターンID / 数値型 / 参考資料：受注一括登録フォーマットパターンのIDと名称参照
                            receive_order_upload_pattern_shop_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗ID / 数値型
                            receive_order_upload_pattern_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型 / 1:有効 1以外:無効
                            receive_order_upload_pattern_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日付型
                            receive_order_upload_pattern_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日付型
                            receive_order_upload_pattern_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            receive_order_upload_pattern_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            receive_order_upload_pattern_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            receive_order_upload_pattern_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                          additionalProperties: true
              example:
                result: success
                count: '2'
                data:
                  - receive_order_upload_pattern_id: '2'
                    receive_order_upload_pattern_name: Test01(楽天全カラムDLパターン)
                    receive_order_upload_pattern_format_id: '50'
                    receive_order_upload_pattern_shop_id: '1'
                    receive_order_upload_pattern_deleted_flag: '0'
                    receive_order_upload_pattern_creation_date: '2016-12-19 18:04:03'
                    receive_order_upload_pattern_last_modified_date: '2016-12-19 18:04:03'
                    receive_order_upload_pattern_creator_id: '2'
                    receive_order_upload_pattern_creator_name: ネクスト太郎
                    receive_order_upload_pattern_last_modified_by_id: '2'
                    receive_order_upload_pattern_last_modified_by_name: ネクスト太郎
                  - receive_order_upload_pattern_id: '3'
                    receive_order_upload_pattern_name: Test01(新楽天オークション)
                    receive_order_upload_pattern_format_id: '43'
                    receive_order_upload_pattern_shop_id: '1'
                    receive_order_upload_pattern_deleted_flag: '0'
                    receive_order_upload_pattern_creation_date: '2016-12-19 18:04:03'
                    receive_order_upload_pattern_last_modified_date: '2016-12-19 18:04:03'
                    receive_order_upload_pattern_creator_id: '2'
                    receive_order_upload_pattern_creator_name: ネクスト太郎
                    receive_order_upload_pattern_last_modified_by_id: '2'
                    receive_order_upload_pattern_last_modified_by_name: ネクスト太郎
                access_token: xxx
                access_token_end_date: '2017-04-18 11:19:26'
                refresh_token: xxx
                refresh_token_end_date: '2017-04-20 11:19:26'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H ''content-type: application/x-www-form-urlencoded'' \ -d ''access_token=xxx&refresh_token=xxx&wait_flag=1'' \ https://api.next-engine.org/api_v1_receiveorder_uploadpattern/info'
        - lang: typescript
          source: |-
            // POST /api_v1_receiveorder_uploadpattern/info - 受注一括登録パターン情報取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_receiveorder_uploadpattern/info', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_receiveorder_uploadpattern/info - 受注一括登録パターン情報取得
            import requests

            params = {
                'access_token': '<access_token>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_receiveorder_uploadpattern/info',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_supplyorder_base/count:
    post:
      summary: 仕入伝票件数取得
      operationId: api_v1_supplyorder_base_count
      tags:
        - 仕入伝票
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            supply_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入伝票番号 / 数値型
                            supply_order_supplier_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入コード / 文字列型
                            supply_order_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入伝票区分 / 数値型
                            supply_order_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入伝票区分名 / 文字列型
                            supply_order_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入日 / 日時型
                            supply_order_delivery_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 納品書番号 / 文字列型
                            supply_order_correspond_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 該当発注伝票番号 / 数値型
                            supply_order_original_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入元伝票番号 / 数値型
                            supply_order_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入金 / 数値型
                            supply_order_status_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入状態区分 / 文字列型
                            supply_order_status_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入状態区分名 / 文字列型
                            supply_order_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型 / 1:有効 1以外:無効
                            supply_order_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            supply_order_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            supply_order_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            supply_order_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            supply_order_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            supply_order_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            supply_order_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            supply_order_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            supply_order_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxxxx&refresh_token=xxxxx&wait_flag=1&supply_order_last_modified_null_safe_date-gt=2018-01-23 13:53:52'' https://api.next-engine.org/api_v1_supplyorder_base/count'
        - lang: typescript
          source: |-
            // POST /api_v1_supplyorder_base/count - 仕入伝票件数取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_supplyorder_base/count', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_supplyorder_base/count - 仕入伝票件数取得
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_supplyorder_base/count',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_supplyorder_base/search:
    post:
      summary: 仕入伝票検索
      operationId: api_v1_supplyorder_base_search
      tags:
        - 仕入伝票
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            supply_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入伝票番号 / 数値型
                            supply_order_supplier_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入コード / 文字列型
                            supply_order_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入伝票区分 / 数値型
                            supply_order_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入伝票区分名 / 文字列型
                            supply_order_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入日 / 日時型
                            supply_order_delivery_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 納品書番号 / 文字列型
                            supply_order_correspond_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 該当発注伝票番号 / 数値型
                            supply_order_original_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入元伝票番号 / 数値型
                            supply_order_amount:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入金 / 数値型
                            supply_order_status_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入状態区分 / 文字列型
                            supply_order_status_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入状態区分名 / 文字列型
                            supply_order_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型 / 1:有効 1以外:無効
                            supply_order_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            supply_order_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            supply_order_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            supply_order_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            supply_order_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            supply_order_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            supply_order_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            supply_order_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            supply_order_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '2'
                data:
                  - supply_order_id: '1'
                    supply_order_supplier_id: '5555'
                    supply_order_type_id: '0'
                    supply_order_type_name: 通常仕入
                    supply_order_date: '2018-02-23 13:51:57'
                    supply_order_delivery_id: ''
                    supply_order_correspond_order_id: '0'
                    supply_order_original_order_id: null
                    supply_order_amount: '1050.00'
                    supply_order_status_id: '0'
                    supply_order_status_name: 条件未達成
                    supply_order_deleted_flag: '0'
                    supply_order_creation_date: '2018-02-23 13:51:57'
                    supply_order_last_modified_date: '2018-02-23 13:51:57'
                    supply_order_last_modified_null_safe_date: '2018-02-23 13:51:57'
                    supply_order_creator_id: '10012'
                    supply_order_creator_name: Le Hung
                    supply_order_last_modified_by_id: '10012'
                    supply_order_last_modified_by_name: Le Hung
                    supply_order_last_modified_by_null_safe_name: Le Hung
                  - supply_order_id: '2'
                    supply_order_supplier_id: '5555'
                    supply_order_type_id: '0'
                    supply_order_type_name: 通常仕入
                    supply_order_date: '2018-02-23 13:53:52'
                    supply_order_delivery_id: ''
                    supply_order_correspond_order_id: '0'
                    supply_order_original_order_id: null
                    supply_order_amount: '350000.00'
                    supply_order_status_id: '0'
                    supply_order_status_name: 条件未達成
                    supply_order_deleted_flag: '0'
                    supply_order_creation_date: '2018-02-23 13:53:52'
                    supply_order_last_modified_date: '2018-02-23 13:53:52'
                    supply_order_last_modified_null_safe_date: '2018-02-23 13:53:52'
                    supply_order_creator_id: '10012'
                    supply_order_creator_name: Le Hung
                    supply_order_last_modified_by_id: '10012'
                    supply_order_last_modified_by_name: Le Hung
                    supply_order_last_modified_by_null_safe_name: Le Hung
                access_token: xxxxxxxxxx
                access_token_end_date: '2018-02-24 12:13:16'
                refresh_token: xxxxxxxxxx
                refresh_token_end_date: '2018-02-26 12:13:16'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxxxx&refresh_token=xxxxx&wait_flag=1&fields=supply_order_id,supply_order_supplier_id,supply_order_type_id,supply_order_type_name,supply_order_date,supply_order_delivery_id,supply_order_correspond_order_id,supply_order_original_order_id,supply_order_amount,supply_order_status_id,supply_order_status_name,supply_order_deleted_flag,supply_order_creation_date,supply_order_last_modified_date,supply_order_last_modified_null_safe_date,supply_order_creator_id,supply_order_creator_name,supply_order_last_modified_by_id,supply_order_last_modified_by_null_safe_id,supply_order_last_modified_by_name,supply_order_last_modified_by_null_safe_name&offset=0&limit=10&supply_order_last_modified_null_safe_date-gt=2018-01-23 13:53:52'' https://api.next-engine.org/api_v1_supplyorder_base/search'
        - lang: typescript
          source: |-
            // POST /api_v1_supplyorder_base/search - 仕入伝票検索
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
              offset: '0',
              limit: '50',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_supplyorder_base/search', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_supplyorder_base/search - 仕入伝票検索
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
                'offset': '0',
                'limit': '50',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_supplyorder_base/search',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_supplyorder_row/count:
    post:
      summary: 仕入明細件数取得
      operationId: api_v1_supplyorder_row_count
      tags:
        - 仕入明細
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            supply_order_row_supply_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入伝票番号 / 数値型
                            supply_order_row_no:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入明細行 / 数値型
                            supply_order_row_goods_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品コード / 文字列型
                            supply_order_row_goods_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品名 / 文字列型
                            supply_order_row_goods_option:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品オプション / 文字列型
                            supply_order_row_surplus_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 余剰数 / 数値型
                            supply_order_row_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入数 / 数値型
                            supply_order_row_unit_price:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入単価 / 数値型
                            supply_order_row_sub_total_price:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 小計金 / 数値型
                            supply_order_row_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注伝票番号 / 数値型
                            supply_order_row_order_row_no:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注明細行 / 数値型
                            supply_order_row_receive_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注伝票番号 / 数値型
                            supply_order_row_receive_order_row_no:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注明細行 / 数値型
                            supply_order_row_status:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入明細行区分 / 文字列型 / 0:通常仕入, 95:不良品振替
                            supply_order_row_completed_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入完了状態 / 文字列型 / 0:未完了,1:完了
                            supply_order_row_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 備考 / 文字列型
                            supply_order_row_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型 / 1:有効 1以外:無効
                            supply_order_row_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            supply_order_row_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            supply_order_row_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            supply_order_row_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            supply_order_row_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            supply_order_row_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            supply_order_row_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            supply_order_row_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            supply_order_row_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxxxx&refresh_token=xxxxx&wait_flag=1&supply_order_id-eq=1'' https://api.next-engine.org/api_v1_supplyorder_row/count'
        - lang: typescript
          source: |-
            // POST /api_v1_supplyorder_row/count - 仕入明細件数取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_supplyorder_row/count', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_supplyorder_row/count - 仕入明細件数取得
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_supplyorder_row/count',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_supplyorder_row/search:
    post:
      summary: 仕入明細検索
      operationId: api_v1_supplyorder_row_search
      tags:
        - 仕入明細
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            supply_order_row_supply_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入伝票番号 / 数値型
                            supply_order_row_no:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入明細行 / 数値型
                            supply_order_row_goods_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品コード / 文字列型
                            supply_order_row_goods_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品名 / 文字列型
                            supply_order_row_goods_option:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品オプション / 文字列型
                            supply_order_row_surplus_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 余剰数 / 数値型
                            supply_order_row_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入数 / 数値型
                            supply_order_row_unit_price:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入単価 / 数値型
                            supply_order_row_sub_total_price:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 小計金 / 数値型
                            supply_order_row_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注伝票番号 / 数値型
                            supply_order_row_order_row_no:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注明細行 / 数値型
                            supply_order_row_receive_order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注伝票番号 / 数値型
                            supply_order_row_receive_order_row_no:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注明細行 / 数値型
                            supply_order_row_status:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入明細行区分 / 文字列型 / 0:通常仕入, 95:不良品振替
                            supply_order_row_completed_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 仕入完了状態 / 文字列型 / 0:未完了,1:完了
                            supply_order_row_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 備考 / 文字列型
                            supply_order_row_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型 / 1:有効 1以外:無効
                            supply_order_row_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            supply_order_row_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            supply_order_row_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            supply_order_row_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            supply_order_row_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            supply_order_row_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            supply_order_row_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            supply_order_row_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            supply_order_row_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '3'
                data:
                  - supply_order_id: '1'
                    supply_order_row_no: '1'
                    supply_order_row_goods_id: bn,nm
                    supply_order_row_goods_name: '2'
                    supply_order_row_goods_option: ''
                    supply_order_row_surplus_quantity: '250'
                    supply_order_row_quantity: '250'
                    supply_order_row_unit_price: '1.00'
                    supply_order_row_sub_total_price: '250.00'
                    supply_order_row_order_id: '0'
                    supply_order_row_order_row_no: '1'
                    supply_order_row_receive_order_id: '0'
                    supply_order_row_receive_order_row_no: '0'
                    supply_order_row_status: '0'
                    supply_order_row_completed_flag: '0'
                    supply_order_row_note: ''
                    supply_order_row_deleted_flag: '0'
                    supply_order_row_creation_date: '2018-02-23 13:51:57'
                    supply_order_row_last_modified_date: '2018-02-23 13:51:57'
                    supply_order_row_last_modified_null_safe_date: '2018-02-23 13:51:57'
                    supply_order_row_creator_id: '10012'
                    supply_order_row_creator_name: Le Hung
                    supply_order_row_last_modified_by_id: '10012'
                    supply_order_row_last_modified_by_null_safe_id: '10012'
                    supply_order_row_last_modified_by_name: Le Hung
                    supply_order_row_last_modified_by_null_safe_name: Le Hung
                  - supply_order_id: '1'
                    supply_order_row_no: '2'
                    supply_order_row_goods_id: ',,inverter300-12v60hz_fuse'
                    supply_order_row_goods_name: インバーター定格300W　12DCV　60Hz用予備ヒューズ
                    supply_order_row_goods_option: ''
                    supply_order_row_surplus_quantity: '350'
                    supply_order_row_quantity: '350'
                    supply_order_row_unit_price: '1.00'
                    supply_order_row_sub_total_price: '350.00'
                    supply_order_row_order_id: '0'
                    supply_order_row_order_row_no: '2'
                    supply_order_row_receive_order_id: '0'
                    supply_order_row_receive_order_row_no: '0'
                    supply_order_row_status: '0'
                    supply_order_row_completed_flag: '0'
                    supply_order_row_note: ''
                    supply_order_row_deleted_flag: '0'
                    supply_order_row_creation_date: '2018-02-23 13:51:57'
                    supply_order_row_last_modified_date: '2018-02-23 13:51:57'
                    supply_order_row_last_modified_null_safe_date: '2018-02-23 13:51:57'
                    supply_order_row_creator_id: '10012'
                    supply_order_row_creator_name: Le Hung
                    supply_order_row_last_modified_by_id: '10012'
                    supply_order_row_last_modified_by_null_safe_id: '10012'
                    supply_order_row_last_modified_by_name: Le Hung
                    supply_order_row_last_modified_by_null_safe_name: Le Hung
                  - supply_order_id: '1'
                    supply_order_row_no: '3'
                    supply_order_row_goods_id: ',,,,,bnnnm'
                    supply_order_row_goods_name: '1'
                    supply_order_row_goods_option: ''
                    supply_order_row_surplus_quantity: '450'
                    supply_order_row_quantity: '450'
                    supply_order_row_unit_price: '1.00'
                    supply_order_row_sub_total_price: '450.00'
                    supply_order_row_order_id: '0'
                    supply_order_row_order_row_no: '3'
                    supply_order_row_receive_order_id: '0'
                    supply_order_row_receive_order_row_no: '0'
                    supply_order_row_status: '0'
                    supply_order_row_completed_flag: '0'
                    supply_order_row_note: ''
                    supply_order_row_deleted_flag: '0'
                    supply_order_row_creation_date: '2018-02-23 13:51:57'
                    supply_order_row_last_modified_date: '2018-02-23 13:51:57'
                    supply_order_row_last_modified_null_safe_date: '2018-02-23 13:51:57'
                    supply_order_row_creator_id: '10012'
                    supply_order_row_creator_name: Le Hung
                    supply_order_row_last_modified_by_id: '10012'
                    supply_order_row_last_modified_by_null_safe_id: '10012'
                    supply_order_row_last_modified_by_name: Le Hung
                    supply_order_row_last_modified_by_null_safe_name: Le Hung
                access_token: xxxxx
                access_token_end_date: '2018-02-24 12:13:16'
                refresh_token: xxxxx
                refresh_token_end_date: '2018-02-26 12:13:16'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H ''content-type: application/x-www-form-urlencoded'' -d ''access_token=xxxxx&refresh_token=xxxxx&wait_flag=1&fields=supply_order_id,supply_order_row_no,supply_order_row_goods_id,supply_order_row_goods_name,supply_order_row_goods_option,supply_order_row_surplus_quantity,supply_order_row_quantity,supply_order_row_unit_price,supply_order_row_sub_total_price,supply_order_row_order_id,supply_order_row_order_row_no,supply_order_row_receive_order_id,supply_order_row_receive_order_row_no,supply_order_row_status,supply_order_row_completed_flag,supply_order_row_note,supply_order_row_deleted_flag,supply_order_row_creation_date,supply_order_row_last_modified_date,supply_order_row_last_modified_null_safe_date,supply_order_row_creator_id,supply_order_row_creator_name,supply_order_row_last_modified_by_id,supply_order_row_last_modified_by_null_safe_id,supply_order_row_last_modified_by_name,supply_order_row_last_modified_by_null_safe_name&offset=0&limit=10&supply_order_id-eq=1'' https://api.next-engine.org/api_v1_supplyorder_row/search'
        - lang: typescript
          source: |-
            // POST /api_v1_supplyorder_row/search - 仕入明細検索
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
              offset: '0',
              limit: '50',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_supplyorder_row/search', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_supplyorder_row/search - 仕入明細検索
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
                'offset': '0',
                'limit': '50',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_supplyorder_row/search',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_system_authorizationtype/info:
    post:
      summary: オーソリ区分情報取得
      operationId: api_v1_system_authorizationtype_info
      tags:
        - 区分情報
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/CommonRequestParams'
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            authorizationtype_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: オーソリ区分名 / 文字列型
                            authorizationtype_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: オーソリ名 / 文字列型
                          additionalProperties: true
              example:
                result: success
                count: '6'
                data:
                  - authorization_type_id: '0'
                    authorization_type_name: null
                  - authorization_type_id: '99'
                    authorization_type_name: その他
                  - authorization_type_id: '1'
                    authorization_type_name: 楽天市場 カード決済代行あんしんサービス
                  - authorization_type_id: '2'
                    authorization_type_name: yahooネットラストかんたんストア決済
                  - authorization_type_id: '3'
                    authorization_type_name: DeNAショッピング決済サービス
                  - authorization_type_id: '4'
                    authorization_type_name: ベリトランス
                access_token: xxxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" \ -d ''access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1'' \ "https://api.next-engine.org/api_v1_system_authorizationtype/info"'
        - lang: typescript
          source: |-
            // POST /api_v1_system_authorizationtype/info - オーソリ区分情報取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_system_authorizationtype/info', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_system_authorizationtype/info - オーソリ区分情報取得
            import requests

            params = {
                'access_token': '<access_token>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_system_authorizationtype/info',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_system_canceltype/info:
    post:
      summary: 受注キャンセル区分情報取得
      operationId: api_v1_system_canceltype_info
      tags:
        - 区分情報
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/CommonRequestParams'
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            cancel_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注キャンセル区分 / 文字列型
                            cancel_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注キャンセル名 / 文字列型
                            cancel_type_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 非表示フラグ / 数値型 / 1:非表示になっている区分 0:表示されている区分
                          additionalProperties: true
              example:
                result: success
                count: '18'
                data:
                  - cancel_type_id: '0'
                    cancel_type_name: 有効な受注です。
                  - cancel_type_id: '1'
                    cancel_type_name: 顧客依頼によりキャンセル
                  - cancel_type_id: '2'
                    cancel_type_name: 顧客依頼により明細内容をキャンセル
                  - cancel_type_id: '3'
                    cancel_type_name: 他の伝票への統合の為キャンセル
                  - cancel_type_id: '4'
                    cancel_type_name: カード否決によりキャンセル
                  - cancel_type_id: '5'
                    cancel_type_name: 都合によりキャンセル
                  - cancel_type_id: '11'
                    cancel_type_name: 保留期間満了の為キャンセル
                  - cancel_type_id: '12'
                    cancel_type_name: 伝票を確認後、有効にして下さい。
                  - cancel_type_id: '20'
                    cancel_type_name: 未入金によりキャンセル
                  - cancel_type_id: '7'
                    cancel_type_name: 既に何らか処理が完了しているはず
                  - cancel_type_id: '6'
                    cancel_type_name: 不良返品によるキャンセル
                  - cancel_type_id: '8'
                    cancel_type_name: 顧客都合返品によるキャンセル
                  - cancel_type_id: '15'
                    cancel_type_name: 受取拒否によるキャンセル
                  - cancel_type_id: '14'
                    cancel_type_name: 長期不在戻りによるキャンセル
                  - cancel_type_id: '16'
                    cancel_type_name: クレームによる戻りでキャンセル
                  - cancel_type_id: '17'
                    cancel_type_name: 誤配の戻りによるキャンセル
                  - cancel_type_id: '18'
                    cancel_type_name: 出荷遅延によるキャンセル
                  - cancel_type_id: '19'
                    cancel_type_name: 住所不明によるキャンセル
                access_token: xxxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" \ -d ''access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1'' \ "https://api.next-engine.org/api_v1_system_canceltype/info"'
        - lang: typescript
          source: |-
            // POST /api_v1_system_canceltype/info - 受注キャンセル区分情報取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_system_canceltype/info', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_system_canceltype/info - 受注キャンセル区分情報取得
            import requests

            params = {
                'access_token': '<access_token>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_system_canceltype/info',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_system_confirmcheck/info:
    post:
      summary: 確認チェック区分情報取得
      operationId: api_v1_system_confirmcheck_info
      tags:
        - 区分情報
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/CommonRequestParams'
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            confirm_check_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 確認チェック区分 / 文字列型
                            confirm_check_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 確認チェック名 / 文字列型
                          additionalProperties: true
              example:
                result: success
                count: '3'
                data:
                  - confirm_check_id: '0'
                    confirm_check_name: 確認必要なし（非表示）
                  - confirm_check_id: '1'
                    confirm_check_name: 確認必要（表示）
                  - confirm_check_id: '2'
                    confirm_check_name: 確認済（表示）
                access_token: xxxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: |-
            curl -X POST -H "Content-Type: application/x-www-form-urlencoded" \
            -d 'access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1' \
            "https://api.next-engine.org/api_v1_system_confirmcheck/info"
        - lang: typescript
          source: |-
            // POST /api_v1_system_confirmcheck/info - 確認チェック区分情報取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_system_confirmcheck/info', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_system_confirmcheck/info - 確認チェック区分情報取得
            import requests

            params = {
                'access_token': '<access_token>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_system_confirmcheck/info',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_system_creditapprovaltype/info:
    post:
      summary: クレジット承認区分情報取得
      operationId: api_v1_system_creditapprovaltype_info
      tags:
        - 区分情報
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/CommonRequestParams'
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            credit_approval_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認区分 / 文字列型
                            credit_approval_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット承認名 / 文字列型
                          additionalProperties: true
              example:
                result: success
                count: '6'
                data:
                  - credit_approval_type_id: '0'
                    credit_approval_type_name: 必要なし
                  - credit_approval_type_id: '10'
                    credit_approval_type_name: 未承認
                  - credit_approval_type_id: '20'
                    credit_approval_type_name: 承認中
                  - credit_approval_type_id: '30'
                    credit_approval_type_name: 承認済
                  - credit_approval_type_id: '70'
                    credit_approval_type_name: 請求済
                  - credit_approval_type_id: '90'
                    credit_approval_type_name: 承認NG
                access_token: 8e7faf9a4600dc8e07a3ddd87d6d9b58fc26bf374616cb245d12c2ea2cf6d9d4924250c4514fbc3258f7d8dae19e632f7b92628df1eed91cb1e17b1f0eeee253
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: f50d6510263127f1e6f622ccd59a232fc80183ba5143ae4d6a354fbbc40a5714c47236ba7ff59f7c63c88e033354b8478cddb4937f50fdcac53b8f6992844f1e
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" \ -d ''access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1'' \ "https://api.next-engine.org/api_v1_system_creditapprovaltype/info"'
        - lang: typescript
          source: |-
            // POST /api_v1_system_creditapprovaltype/info - クレジット承認区分情報取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_system_creditapprovaltype/info', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_system_creditapprovaltype/info - クレジット承認区分情報取得
            import requests

            params = {
                'access_token': '<access_token>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_system_creditapprovaltype/info',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_system_creditauthorizationcenter/info:
    post:
      summary: クレジットオーソリセンター区分情報取得
      operationId: api_v1_system_creditauthorizationcenter_info
      tags:
        - 区分情報
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/CommonRequestParams'
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            credit_authorization_center_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジットオーソリセンター区分 / 文字列型
                            credit_authorization_center_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジットオーソリセンター名 / 文字列型
                          additionalProperties: true
              example:
                result: success
                count: '3'
                data:
                  - credit_authorization_center_id: '1'
                    credit_authorization_center_name: 三菱UFJﾆｺｽｵｰｿﾘｰｾﾝﾀｰ
                  - credit_authorization_center_id: '2'
                    credit_authorization_center_name: JCBｵｰｿﾘｰｾﾝﾀｰ
                  - credit_authorization_center_id: '3'
                    credit_authorization_center_name: Dinnersｵｰｿﾘｰｾﾝﾀｰ
                access_token: xxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: |-
            curl -X POST -H "Content-Type: application/x-www-form-urlencoded" \ -d 'access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1' \
            "https://api.next-engine.org/api_v1_system_creditauthorizationcenter/info"
        - lang: typescript
          source: |-
            // POST /api_v1_system_creditauthorizationcenter/info - クレジットオーソリセンター区分情報取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_system_creditauthorizationcenter/info', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_system_creditauthorizationcenter/info - クレジットオーソリセンター区分情報取得
            import requests

            params = {
                'access_token': '<access_token>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_system_creditauthorizationcenter/info',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_system_credittype/info:
    post:
      summary: クレジット種類区分情報取得
      operationId: api_v1_system_credittype_info
      tags:
        - 区分情報
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/CommonRequestParams'
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            credit_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット種類区分 / 文字列型
                            credit_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クレジット名 / 文字列型
                          additionalProperties: true
              example:
                result: success
                count: '10'
                data:
                  - credit_type_id: '0'
                    credit_type_name: なし
                  - credit_type_id: '1'
                    credit_type_name: AMEX
                  - credit_type_id: '2'
                    credit_type_name: JCB
                  - credit_type_id: '3'
                    credit_type_name: MasterCard
                  - credit_type_id: '4'
                    credit_type_name: NICOS
                  - credit_type_id: '5'
                    credit_type_name: VISA
                  - credit_type_id: '6'
                    credit_type_name: YahooCredit
                  - credit_type_id: '7'
                    credit_type_name: Diners
                  - credit_type_id: '8'
                    credit_type_name: UFJ(MILLION)
                  - credit_type_id: '9'
                    credit_type_name: DC
                access_token: xxxxxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''uid=xxxxxxxxxxxxxx&state=xxxxxxxxxxxxxx'' "https://api.next-engine.org/api_v1_system_credittype/info"'
        - lang: typescript
          source: |-
            // POST /api_v1_system_credittype/info - クレジット種類区分情報取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_system_credittype/info', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_system_credittype/info - クレジット種類区分情報取得
            import requests

            params = {
                'access_token': '<access_token>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_system_credittype/info',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_system_currencyunit/info:
    post:
      summary: 通貨単位区分情報取得
      operationId: api_v1_system_currencyunit_info
      tags:
        - 区分情報
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/CommonRequestParams'
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            currencyunit_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 通貨単位区分名 / 文字列型
                            currencyunit_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 通貨単位名 / 文字列型
                          additionalProperties: true
              example:
                result: success
                count: '17'
                data:
                  - currency_unit_id: '1'
                    currency_unit_name: 円
                  - currency_unit_id: '16'
                    currency_unit_name: 韓国ウォン
                  - currency_unit_id: '15'
                    currency_unit_name: インドネシア・ルピア
                  - currency_unit_id: '14'
                    currency_unit_name: インド・ルピー
                  - currency_unit_id: '13'
                    currency_unit_name: タイ・バーツ
                  - currency_unit_id: '12'
                    currency_unit_name: 中国・人民元
                  - currency_unit_id: '11'
                    currency_unit_name: シンガポール・ドル
                  - currency_unit_id: '10'
                    currency_unit_name: マレーシア・リンギット
                  - currency_unit_id: '9'
                    currency_unit_name: 香港ドル
                  - currency_unit_id: '8'
                    currency_unit_name: ニュージーランド・ドル
                  - currency_unit_id: '7'
                    currency_unit_name: オーストラリア・ドル
                  - currency_unit_id: '6'
                    currency_unit_name: スイス･フラン
                  - currency_unit_id: '5'
                    currency_unit_name: 英ポンド
                  - currency_unit_id: '4'
                    currency_unit_name: カナダ・ドル
                  - currency_unit_id: '3'
                    currency_unit_name: ユーロ
                  - currency_unit_id: '2'
                    currency_unit_name: 米ドル
                  - currency_unit_id: '17'
                    currency_unit_name: フィリピン・ペソ
                access_token: xxxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" \ -d ''access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1'' \ "https://api.next-engine.org/api_v1_system_currencyunit/info"'
        - lang: typescript
          source: |-
            // POST /api_v1_system_currencyunit/info - 通貨単位区分情報取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_system_currencyunit/info', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_system_currencyunit/info - 通貨単位区分情報取得
            import requests

            params = {
                'access_token': '<access_token>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_system_currencyunit/info',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_system_customertype/info:
    post:
      summary: 顧客区分情報取得
      operationId: api_v1_system_customertype_info
      tags:
        - 区分情報
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/CommonRequestParams'
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            customer_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 顧客区分 / 文字列型
                            customer_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 顧客名 / 文字列型
                          additionalProperties: true
              example:
                result: success
                count: '3'
                data:
                  - customer_type_id: '0'
                    customer_type_name: 一般顧客
                  - customer_type_id: '9'
                    customer_type_name: 卸
                  - customer_type_id: '99'
                    customer_type_name: ブラック
                access_token: xxxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" \ -d ''access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1'' \ "https://api.next-engine.org/api_v1_system_customertype/info"'
        - lang: typescript
          source: |-
            // POST /api_v1_system_customertype/info - 顧客区分情報取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_system_customertype/info', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_system_customertype/info - 顧客区分情報取得
            import requests

            params = {
                'access_token': '<access_token>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_system_customertype/info',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_system_delivery/info:
    post:
      summary: 発送方法区分情報取得
      operationId: api_v1_system_delivery_info
      tags:
        - 区分情報
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/CommonRequestParams'
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            delivery_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送方法区分 / 文字列型
                            delivery_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発送方法名 / 文字列型
                            delivery_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 非表示フラグ / 数値型 / 1:非表示になっている区分 0:表示されている区分
                          additionalProperties: true
              example:
                result: success
                count: '41'
                data:
                  - delivery_id: '10'
                    delivery_name: 佐川急便(e飛伝PRO)
                  - delivery_id: '12'
                    delivery_name: 佐川急便(e飛伝)
                  - delivery_id: '13'
                    delivery_name: 佐川急便(e飛伝2)
                  - delivery_id: '11'
                    delivery_name: 佐川メール便(e飛伝PRO)
                  - delivery_id: '14'
                    delivery_name: 佐川メール便(e飛伝)
                  - delivery_id: '15'
                    delivery_name: 佐川メール便(e飛伝2)
                  - delivery_id: '16'
                    delivery_name: 楽天コンビニ受取(佐川急便)
                  - delivery_id: '20'
                    delivery_name: ヤマト(発払い)B2v6
                  - delivery_id: '21'
                    delivery_name: ヤマト(コレクト)B2v6
                  - delivery_id: '22'
                    delivery_name: ヤマト(DM便)B2v6
                  - delivery_id: '23'
                    delivery_name: ヤマト(メール速達)B2v6
                  - delivery_id: '24'
                    delivery_name: ヤマト(発払い)B2v5
                  - delivery_id: '25'
                    delivery_name: ヤマト(コレクト)B2v5
                  - delivery_id: '26'
                    delivery_name: ヤマト(DM便)B2v5
                  - delivery_id: '27'
                    delivery_name: ヤマト(メール速達)B2v5
                  - delivery_id: '28'
                    delivery_name: ヤマト(ネコポス)
                  - delivery_id: '30'
                    delivery_name: ゆうパック
                  - delivery_id: '31'
                    delivery_name: レターパック500
                  - delivery_id: '32'
                    delivery_name: レターパック350
                  - delivery_id: '33'
                    delivery_name: ゆうメール
                  - delivery_id: '34'
                    delivery_name: ポスパケット
                  - delivery_id: '35'
                    delivery_name: ゆうパケット
                  - delivery_id: '36'
                    delivery_name: 楽天コンビニ受取(ゆうパック)
                  - delivery_id: '40'
                    delivery_name: 定形外郵便(代引)
                  - delivery_id: '41'
                    delivery_name: 定形外郵便
                  - delivery_id: '50'
                    delivery_name: 日本通運e発行
                  - delivery_id: '55'
                    delivery_name: 福山通運istar2
                  - delivery_id: '60'
                    delivery_name: 西濃運輸カンガルm2
                  - delivery_id: '70'
                    delivery_name: Air Mail
                  - delivery_id: '71'
                    delivery_name: エコ配
                  - delivery_id: '72'
                    delivery_name: 伝助
                  - delivery_id: '80'
                    delivery_name: EMS
                  - delivery_id: '90'
                    delivery_name: 個別対応用_発送区分予約行1
                  - delivery_id: '91'
                    delivery_name: 個別対応用_発送区分予約行2
                  - delivery_id: '92'
                    delivery_name: 個別対応用_発送区分予約行3
                  - delivery_id: '93'
                    delivery_name: 個別対応用_発送区分予約行4
                  - delivery_id: '94'
                    delivery_name: 個別対応用_発送区分予約行5
                  - delivery_id: '95'
                    delivery_name: 店頭渡し
                  - delivery_id: '96'
                    delivery_name: メーカー直送
                  - delivery_id: '98'
                    delivery_name: 楽天国際配送
                  - delivery_id: '99'
                    delivery_name: 海外発送
                access_token: xxxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: |-
            curl -X POST -H "Content-Type: application/x-www-form-urlencoded" \
            -d 'access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1' \ "https://api.next-engine.org/api_v1_system_delivery/info"
        - lang: typescript
          source: |-
            // POST /api_v1_system_delivery/info - 発送方法区分情報取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_system_delivery/info', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_system_delivery/info - 発送方法区分情報取得
            import requests

            params = {
                'access_token': '<access_token>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_system_delivery/info',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_system_deliverydate/info:
    post:
      summary: 納期情報取得
      operationId: api_v1_system_deliverydate_info
      tags:
        - 区分情報
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/CommonRequestParams'
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            delivery_date_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 納期ID / 文字列型
                            delivery_date_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 納期名 / 文字列型
                            delivery_date_days:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 納期日数 / 文字列型
                            delivery_date_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 備考 / 文字列型
                          additionalProperties: true
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxx&refresh_token=xxx'' https://api.next-engine.org/api_v1_system_deliverydate/info'
        - lang: typescript
          source: |-
            // POST /api_v1_system_deliverydate/info - 納期情報取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_system_deliverydate/info', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_system_deliverydate/info - 納期情報取得
            import requests

            params = {
                'access_token': '<access_token>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_system_deliverydate/info',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_system_deposittype/info:
    post:
      summary: 入金区分情報取得
      operationId: api_v1_system_deposittype_info
      tags:
        - 区分情報
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/CommonRequestParams'
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            deposit_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入金区分 / 文字列型
                            deposit_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入金名 / 文字列型
                          additionalProperties: true
              example:
                result: success
                count: '3'
                data:
                  - deposit_type_id: '0'
                    deposit_type_name: 未入金
                  - deposit_type_id: '1'
                    deposit_type_name: 一部入金
                  - deposit_type_id: '2'
                    deposit_type_name: 入金済み
                access_token: xxxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" \ -d ''access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1'' \ "https://api.next-engine.org/api_v1_system_deposittype/info"'
        - lang: typescript
          source: |-
            // POST /api_v1_system_deposittype/info - 入金区分情報取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_system_deposittype/info', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_system_deposittype/info - 入金区分情報取得
            import requests

            params = {
                'access_token': '<access_token>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_system_deposittype/info',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_system_forwardingmethod/info:
    post:
      summary: 輸送区分情報取得
      operationId: api_v1_system_forwardingmethod_info
      tags:
        - 区分情報
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/CommonRequestParams'
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            forwarding_method_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 輸送区分 / 文字列型
                            forwarding_method_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 輸送名 / 文字列型
                          additionalProperties: true
              example:
                result: success
                count: '3'
                data:
                  - forwarding_method_id: '0'
                    forwarding_method_name: 常温
                  - forwarding_method_id: '1'
                    forwarding_method_name: 冷蔵
                  - forwarding_method_id: '2'
                    forwarding_method_name: 冷凍
                access_token: xxxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" \ -d ''access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1'' \ "https://api.next-engine.org/api_v1_system_forwardingmethod/info"'
        - lang: typescript
          source: |-
            // POST /api_v1_system_forwardingmethod/info - 輸送区分情報取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_system_forwardingmethod/info', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_system_forwardingmethod/info - 輸送区分情報取得
            import requests

            params = {
                'access_token': '<access_token>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_system_forwardingmethod/info',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_system_fraction/info:
    post:
      summary: 端数処理区分情報取得
      operationId: api_v1_system_fraction_info
      tags:
        - 区分情報
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/CommonRequestParams'
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            fraction_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 端数処理区分 / 文字列型
                            fraction_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 端数処理名 / 文字列型
                          additionalProperties: true
              example:
                result: success
                count: '3'
                data:
                  - fraction_id: '0'
                    fraction_name: 切り捨て
                  - fraction_id: '1'
                    fraction_name: 四捨五入
                  - fraction_id: '2'
                    fraction_name: 切り上げ
                access_token: xxxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" \ -d ''access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1'' \ "https://api.next-engine.org/api_v1_system_fraction/info"'
        - lang: typescript
          source: |-
            // POST /api_v1_system_fraction/info - 端数処理区分情報取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_system_fraction/info', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_system_fraction/info - 端数処理区分情報取得
            import requests

            params = {
                'access_token': '<access_token>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_system_fraction/info',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_system_goodsstatus/info:
    post:
      summary: 商品ステータス区分情報取得
      operationId: api_v1_system_goodsstatus_info
      tags:
        - 区分情報
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/CommonRequestParams'
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            goods_status_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品ステータス区分 / 文字列型
                            goods_status_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品ステータス名 / 文字列型
                          additionalProperties: true
              example:
                result: success
                count: '3'
                data:
                  - goods_status_id: '0'
                    goods_status_name: 新商品
                  - goods_status_id: '10'
                    goods_status_name: 現物有り
                  - goods_status_id: '20'
                    goods_status_name: 掲載済み
                access_token: xxxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" \ -d ''access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1'' \ "https://api.next-engine.org/api_v1_system_goodsstatus/info"'
        - lang: typescript
          source: |-
            // POST /api_v1_system_goodsstatus/info - 商品ステータス区分情報取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_system_goodsstatus/info', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_system_goodsstatus/info - 商品ステータス区分情報取得
            import requests

            params = {
                'access_token': '<access_token>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_system_goodsstatus/info',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_system_goodstype/info:
    post:
      summary: 商品区分情報取得
      operationId: api_v1_system_goodstype_info
      tags:
        - 区分情報
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/CommonRequestParams'
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            goods_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品区分 / 文字列型
                            goods_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品名 / 文字列型
                          additionalProperties: true
              example:
                result: success
                count: '3'
                data:
                  - goods_type_id: '10'
                    goods_type_name: 予約
                  - goods_type_id: '20'
                    goods_type_name: 受注発注
                  - goods_type_id: '0'
                    goods_type_name: 通常
                access_token: xxxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" \ -d ''access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1'' \ "https://api.next-engine.org/api_v1_system_goodstype/info"'
        - lang: typescript
          source: |-
            // POST /api_v1_system_goodstype/info - 商品区分情報取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_system_goodstype/info', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_system_goodstype/info - 商品区分情報取得
            import requests

            params = {
                'access_token': '<access_token>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_system_goodstype/info',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_system_imagetag/count:
    post:
      summary: 画像分類タグ件数取得
      operationId: api_v1_system_imagetag_count
      tags:
        - 画像分類タグ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            image_tag_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像分類タグID / 数値型
                            image_tag_mall_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: モール/カートID / 数値型
                            image_tag_mall_sub_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: モール/カートID(サブ) / 数値型
                            image_tag_text:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像分類タグ / 文字列型 / Ex:汎用-画像1,汎用-画像2,・・・
                            image_tag_auto_register_no:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 自動登録用タグ番号 / 数値型 / 通常は並び順と同じ。モール/カートID(サブ)がある場合のみ異なる値が設定される。汎用-画像1,2,BASE-画像1,2の場合BASE-画像1の並び順は1で自動登録用タグ番号は3。
                            image_tag_display_order:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 並び順 / 数値型
                            image_tag_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型
                            image_tag_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            image_tag_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            image_tag_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            image_tag_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            image_tag_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            image_tag_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            image_tag_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            image_tag_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            image_tag_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '40'
                access_token: xxxxx
                access_token_end_date: '2017-04-15 13:03:47'
                refresh_token: xxxxx
                refresh_token_end_date: '2017-04-17 13:03:47'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxxxx&refresh_token=xxxxx'' https://api.next-engine.org/api_v1_system_imagetag/count'
        - lang: typescript
          source: |-
            // POST /api_v1_system_imagetag/count - 画像分類タグ件数取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_system_imagetag/count', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_system_imagetag/count - 画像分類タグ件数取得
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_system_imagetag/count',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_system_imagetag/search:
    post:
      summary: 画像分類タグ検索
      operationId: api_v1_system_imagetag_search
      tags:
        - 画像分類タグ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            image_tag_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像分類タグID / 数値型
                            image_tag_mall_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: モール/カートID / 数値型
                            image_tag_mall_sub_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: モール/カートID(サブ) / 数値型
                            image_tag_text:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 画像分類タグ / 文字列型 / Ex:汎用-画像1,汎用-画像2,・・・
                            image_tag_auto_register_no:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 自動登録用タグ番号 / 数値型 / 通常は並び順と同じ。モール/カートID(サブ)がある場合のみ異なる値が設定される。汎用-画像1,2,BASE-画像1,2の場合BASE-画像1の並び順は1で自動登録用タグ番号は3。
                            image_tag_display_order:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 並び順 / 数値型
                            image_tag_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型
                            image_tag_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            image_tag_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            image_tag_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            image_tag_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            image_tag_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            image_tag_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            image_tag_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            image_tag_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            image_tag_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '2'
                data:
                  - image_tag_id: '1'
                    image_tag_mall_id: '0'
                    image_tag_mall_sub_id: '0'
                    image_tag_text: 基本-画像1
                    image_tag_auto_register_no: '1'
                    image_tag_display_order: '1'
                    image_tag_deleted_flag: '0'
                    image_tag_creation_date: '2014-10-17 17:08:45'
                    image_tag_last_modified_date: '2014-10-17 17:08:45'
                    image_tag_last_modified_null_safe_date: '2014-10-17 17:08:45'
                    image_tag_creator_id: '0'
                    image_tag_creator_name: System
                    image_tag_last_modified_by_id: '0'
                    image_tag_last_modified_by_null_safe_id: '0'
                    image_tag_last_modified_by_name: System
                    image_tag_last_modified_by_null_safe_name: System
                  - image_tag_id: '21'
                    image_tag_mall_id: '15'
                    image_tag_mall_sub_id: '0'
                    image_tag_text: 画像1
                    image_tag_auto_register_no: '1'
                    image_tag_display_order: '1'
                    image_tag_deleted_flag: '0'
                    image_tag_creation_date: '2014-10-17 17:08:45'
                    image_tag_last_modified_date: '2014-10-17 17:08:45'
                    image_tag_last_modified_null_safe_date: '2014-10-17 17:08:45'
                    image_tag_creator_id: '0'
                    image_tag_creator_name: System
                    image_tag_last_modified_by_id: '0'
                    image_tag_last_modified_by_null_safe_id: '0'
                    image_tag_last_modified_by_name: System
                    image_tag_last_modified_by_null_safe_name: System
                access_token: xxxxx
                access_token_end_date: '2017-04-15 13:03:47'
                refresh_token: xxxxx
                refresh_token_end_date: '2017-04-17 13:03:47'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxxxxxxxx&refresh_token=xxxxxxxxx&fields=image_tag_id%2Cimage_tag_mall_id%2Cimage_tag_mall_sub_id%2Cimage_tag_text%2Cimage_tag_auto_register_no%2Cimage_tag_display_order%2Cimage_tag_deleted_flag%2Cimage_tag_creation_date%2Cimage_tag_last_modified_date%2Cimage_tag_last_modified_null_safe_date%2Cimage_tag_creator_id%2Cimage_tag_creator_name%2Cimage_tag_last_modified_by_id%2Cimage_tag_last_modified_by_null_safe_id%2Cimage_tag_last_modified_by_name%2Cimage_tag_last_modified_by_null_safe_name&image_tag_text-like=%25%E7%94%BB%E5%83%8F1&offset=0&limit=2'' https://api.next-engine.org/api_v1_system_imagetag/search'
        - lang: typescript
          source: |-
            // POST /api_v1_system_imagetag/search - 画像分類タグ検索
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
              offset: '0',
              limit: '50',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_system_imagetag/search', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_system_imagetag/search - 画像分類タグ検索
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
                'offset': '0',
                'limit': '50',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_system_imagetag/search',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_system_importantcheck/info:
    post:
      summary: 重要チェック区分情報取得
      operationId: api_v1_system_importantcheck_info
      tags:
        - 区分情報
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/CommonRequestParams'
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            important_check_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 重要チェック区分 / 文字列型
                            important_check_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 重要チェック名 / 文字列型
                          additionalProperties: true
              example:
                result: success
                count: '2'
                data:
                  - important_check_id: '0'
                    important_check_name: ''
                  - important_check_id: '1'
                    important_check_name: 重要
                access_token: xxxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: typescript
          source: |-
            // POST /api_v1_system_importantcheck/info - 重要チェック区分情報取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_system_importantcheck/info', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_system_importantcheck/info - 重要チェック区分情報取得
            import requests

            params = {
                'access_token': '<access_token>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_system_importantcheck/info',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
        - lang: text
          source: '''access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1'' \ "https://api.next-engine.org/api_v1_system_importantcheck/info"'
  /api_v1_system_importtype/info:
    post:
      summary: 取込種類区分情報取得
      operationId: api_v1_system_importtype_info
      tags:
        - 区分情報
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/CommonRequestParams'
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            import_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 取込種類区分 / 文字列型
                            import_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 取込種類名 / 文字列型
                          additionalProperties: true
              example:
                result: success
                count: '3'
                data:
                  - import_type_id: '0'
                    import_type_name: メール
                  - import_type_id: '1'
                    import_type_name: ＣＳＶ
                  - import_type_id: '2'
                    import_type_name: 手入力
                access_token: xxxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" \ -d ''access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1'' \ "https://api.next-engine.org/api_v1_system_importtype/info"'
        - lang: typescript
          source: |-
            // POST /api_v1_system_importtype/info - 取込種類区分情報取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_system_importtype/info', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_system_importtype/info - 取込種類区分情報取得
            import requests

            params = {
                'access_token': '<access_token>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_system_importtype/info',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_system_iotype/info:
    post:
      summary: 入出荷区分情報取得
      operationId: api_v1_system_iotype_info
      tags:
        - 区分情報
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/CommonRequestParams'
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            io_type_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入出荷区分 / 文字列型
                            io_type_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 入出荷名 / 文字列型
                          additionalProperties: true
              example:
                result: success
                count: '16'
                data:
                  - io_type_id: '0'
                    io_type_name: 出荷
                  - io_type_id: '74'
                    io_type_name: 予約在庫出庫
                  - io_type_id: '73'
                    io_type_name: 予約在庫入庫
                  - io_type_id: '72'
                    io_type_name: 不良品出庫
                  - io_type_id: '71'
                    io_type_name: 不良品入庫
                  - io_type_id: '70'
                    io_type_name: 不良品への振替
                  - io_type_id: '60'
                    io_type_name: 欠品
                  - io_type_id: '50'
                    io_type_name: 他勘定入庫
                  - io_type_id: '40'
                    io_type_name: 他勘定出庫
                  - io_type_id: '30'
                    io_type_name: 仕入返品
                  - io_type_id: '22'
                    io_type_name: 仕入修正
                  - io_type_id: '20'
                    io_type_name: 仕入
                  - io_type_id: '12'
                    io_type_name: 出荷確定戻し
                  - io_type_id: '11'
                    io_type_name: 売上返品戻し
                  - io_type_id: '10'
                    io_type_name: 売上返品
                  - io_type_id: '99'
                    io_type_name: 棚卸
                access_token: xxxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: |-
            curl -X POST -H "Content-Type: application/x-www-form-urlencoded" \ -d 'access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1' \
            "https://api.next-engine.org/api_v1_system_iotype/info"
        - lang: typescript
          source: |-
            // POST /api_v1_system_iotype/info - 入出荷区分情報取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_system_iotype/info', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_system_iotype/info - 入出荷区分情報取得
            import requests

            params = {
                'access_token': '<access_token>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_system_iotype/info',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_system_itemname/info:
    post:
      summary: 項目名情報取得
      operationId: api_v1_system_itemname_info
      tags:
        - 区分情報
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/CommonRequestParams'
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            item_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目ID / 文字列型
                            item_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 項目名 / 文字列型
                          additionalProperties: true
              example:
                result: success
                count: '30'
                data:
                  - item_id: org1
                    item_name: 項目１
                  - item_id: org10
                    item_name: 項目１０
                  - item_id: org11
                    item_name: 項目１１
                  - item_id: org12
                    item_name: 項目１２
                  - item_id: org13
                    item_name: 項目１３
                  - item_id: org14
                    item_name: 項目１４
                  - item_id: org15
                    item_name: 項目１５
                  - item_id: org16
                    item_name: 項目１６
                  - item_id: org17
                    item_name: 項目１７
                  - item_id: org18
                    item_name: 項目１８
                  - item_id: org19
                    item_name: 項目１９
                  - item_id: org2
                    item_name: 項目２
                  - item_id: org20
                    item_name: 項目２０
                  - item_id: org3
                    item_name: 項目３
                  - item_id: org4
                    item_name: 項目４
                  - item_id: org5
                    item_name: 項目５
                  - item_id: org6
                    item_name: 項目６
                  - item_id: org7
                    item_name: 項目７
                  - item_id: org8
                    item_name: 項目８
                  - item_id: org9
                    item_name: 項目９
                  - item_id: org_select1
                    item_name: 選択肢１
                  - item_id: org_select10
                    item_name: 選択肢１０
                  - item_id: org_select2
                    item_name: 選択肢２
                  - item_id: org_select3
                    item_name: 選択肢３
                  - item_id: org_select4
                    item_name: 選択肢４
                  - item_id: org_select5
                    item_name: 選択肢５
                  - item_id: org_select6
                    item_name: 選択肢６
                  - item_id: org_select7
                    item_name: 選択肢７
                  - item_id: org_select8
                    item_name: 選択肢８
                  - item_id: org_select9
                    item_name: 選択肢９
                access_token: xxxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" \ -d ''access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1'' \ "https://api.next-engine.org/api_v1_system_itemname/info"'
        - lang: typescript
          source: |-
            // POST /api_v1_system_itemname/info - 項目名情報取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_system_itemname/info', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_system_itemname/info - 項目名情報取得
            import requests

            params = {
                'access_token': '<access_token>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_system_itemname/info',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_system_mall/count:
    post:
      summary: モール件数取得
      operationId: api_v1_system_mall_count
      tags:
        - モール
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            mall_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: モール/カートID / 数値型
                            mall_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: モール/カート名 / 文字列型
                            mall_kana:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: モール/カートカナ / 文字列型
                            mall_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 備考 / 文字列型
                            mall_country_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 国ID / 文字列型
                            mall_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型
                          additionalProperties: true
              example:
                result: success
                count: '1'
                access_token: xxxxxx
                access_token_end_date: '2017-04-15 13:03:47'
                refresh_token: xxxxxx
                refresh_token_end_date: '2017-04-17 13:03:47'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxxxx&refresh_token=xxxxx&mall_name-like=xxxxxx'' https://api.next-engine.org/api_v1_system_mall/count'
        - lang: typescript
          source: |-
            // POST /api_v1_system_mall/count - モール件数取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_system_mall/count', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_system_mall/count - モール件数取得
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_system_mall/count',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_system_mall/search:
    post:
      summary: モール検索
      operationId: api_v1_system_mall_search
      tags:
        - モール
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            mall_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: モール/カートID / 数値型
                            mall_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: モール/カート名 / 文字列型
                            mall_kana:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: モール/カートカナ / 文字列型
                            mall_note:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 備考 / 文字列型
                            mall_country_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 国ID / 文字列型
                            mall_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型
                          additionalProperties: true
              example:
                result: success
                count: '1'
                data:
                  - mall_id: '2'
                    mall_name: Yahoo!ショッピング
                    mall_kana: ヤフーショッピング
                    mall_note: null
                    mall_country_id: '1'
                    mall_deleted_flag: '0'
                access_token: xxxxxxxxxx
                access_token_end_date: '2017-04-15 13:03:47'
                refresh_token: xxxxxxxxxx
                refresh_token_end_date: '2017-04-17 13:03:47'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: |-
            curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d
            'access_token=xxxxxxxxx&refresh_token=xxxxxxxxx&fields=mall_id%2Cmall_name%2Cmall_kana%2Cmall_note%2Cmall_country_id%2Cmall_deleted_flag&mall_name-like=Yahoo!%E3%82%B7%E3%83%A7%E3%83%83%E3%83%94%E3%83%B3%E3%82%B0&offset=0&limit=2' https://api.next-engine.org/api_v1_system_mall/search
        - lang: typescript
          source: |-
            // POST /api_v1_system_mall/search - モール検索
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
              offset: '0',
              limit: '50',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_system_mall/search', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_system_mall/search - モール検索
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
                'offset': '0',
                'limit': '50',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_system_mall/search',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_system_mallcategory/count:
    post:
      summary: モールカテゴリ件数取得
      operationId: api_v1_system_mallcategory_count
      tags:
        - モールカテゴリ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            mall_category_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: モールカテゴリID / 数値型
                            mall_category_mall_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: モール/カートID / 数値型
                            mall_category_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: モールカテゴリコード / 文字列型
                            mall_category_parent_mall_category_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 親モールカテゴリID / 数値型
                            mall_category_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: カテゴリ名 / 文字列型 / Ex:パソコン
                            mall_category_full_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 'カテゴリ名(フル) / 文字列型 / Ex: オークション > コンピュータ > パソコン'
                            mall_category_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型
                            mall_category_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            mall_category_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            mall_category_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            mall_category_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            mall_category_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            mall_category_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            mall_category_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            mall_category_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            mall_category_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '157975'
                access_token: xxxxx
                access_token_end_date: '2017-04-18 11:19:26'
                refresh_token: xxxxx
                refresh_token_end_date: '2017-04-20 11:19:26'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxxxx&refresh_token=xxxxx'' https://api.next-engine.org/api_v1_system_mallcategory/count'
        - lang: typescript
          source: |-
            // POST /api_v1_system_mallcategory/count - モールカテゴリ件数取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_system_mallcategory/count', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_system_mallcategory/count - モールカテゴリ件数取得
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_system_mallcategory/count',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_system_mallcategory/search:
    post:
      summary: モールカテゴリ検索
      operationId: api_v1_system_mallcategory_search
      tags:
        - モールカテゴリ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            mall_category_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: モールカテゴリID / 数値型
                            mall_category_mall_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: モール/カートID / 数値型
                            mall_category_code:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: モールカテゴリコード / 文字列型
                            mall_category_parent_mall_category_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 親モールカテゴリID / 数値型
                            mall_category_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: カテゴリ名 / 文字列型 / Ex:パソコン
                            mall_category_full_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 'カテゴリ名(フル) / 文字列型 / Ex: オークション > コンピュータ > パソコン'
                            mall_category_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型
                            mall_category_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            mall_category_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            mall_category_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            mall_category_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            mall_category_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            mall_category_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            mall_category_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            mall_category_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            mall_category_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '2'
                data:
                  - mall_category_id: '1'
                    mall_category_mall_id: '15'
                    mall_category_code: null
                    mall_category_parent_mall_category_id: null
                    mall_category_name: オークション
                    mall_category_full_name: オークション
                    mall_category_deleted_flag: '0'
                    mall_category_creation_date: '2014-11-05 14:27:55'
                    mall_category_last_modified_date: '2015-01-19 11:43:52'
                    mall_category_last_modified_null_safe_date: '2015-01-19 11:43:52'
                    mall_category_creator_id: '9999'
                    mall_category_creator_name: 管理者
                    mall_category_last_modified_by_id: '9999'
                    mall_category_last_modified_by_null_safe_id: '9999'
                    mall_category_last_modified_by_name: 管理者
                    mall_category_last_modified_by_null_safe_name: 管理者
                  - mall_category_id: '2'
                    mall_category_mall_id: '15'
                    mall_category_code: null
                    mall_category_parent_mall_category_id: '1'
                    mall_category_name: コンピュータ
                    mall_category_full_name: オークション > コンピュータ
                    mall_category_deleted_flag: '0'
                    mall_category_creation_date: '2014-11-05 14:27:55'
                    mall_category_last_modified_date: '2015-01-19 11:43:52'
                    mall_category_last_modified_null_safe_date: '2015-01-19 11:43:52'
                    mall_category_creator_id: '9999'
                    mall_category_creator_name: 管理者
                    mall_category_last_modified_by_id: '9999'
                    mall_category_last_modified_by_null_safe_id: '9999'
                    mall_category_last_modified_by_name: 管理者
                    mall_category_last_modified_by_null_safe_name: 管理者
                access_token: xxxxx
                access_token_end_date: '2017-04-18 11:19:26'
                refresh_token: xxxxx
                refresh_token_end_date: '2017-04-20 11:19:26'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxxxxxxxx&refresh_token=xxxxxxxxx&fields=xxxxxxxx,xxxxxxx&mall_category_id-like=xxxxx&offset=0&limit=2'' https://api.next-engine.org/api_v1_system_imagetag/search'
        - lang: typescript
          source: |-
            // POST /api_v1_system_mallcategory/search - モールカテゴリ検索
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
              offset: '0',
              limit: '50',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_system_mallcategory/search', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_system_mallcategory/search - モールカテゴリ検索
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
                'offset': '0',
                'limit': '50',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_system_mallcategory/search',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_system_merchandise/info:
    post:
      summary: 取扱区分情報取得
      operationId: api_v1_system_merchandise_info
      tags:
        - 区分情報
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/CommonRequestParams'
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            merchandise_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 取扱区分 / 文字列型
                            merchandise_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 取扱名 / 文字列型
                          additionalProperties: true
              example:
                result: success
                count: '3'
                data:
                  - merchandise_id: '0'
                    merchandise_name: 取扱中
                  - merchandise_id: '1'
                    merchandise_name: 取扱中止
                  - merchandise_id: '2'
                    merchandise_name: ﾒｰｶｰ取扱中止
                access_token: xxxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" \ -d ''access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1'' \ "https://api.next-engine.org/api_v1_system_merchandise/info"'
        - lang: typescript
          source: |-
            // POST /api_v1_system_merchandise/info - 取扱区分情報取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_system_merchandise/info', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_system_merchandise/info - 取扱区分情報取得
            import requests

            params = {
                'access_token': '<access_token>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_system_merchandise/info',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_system_order/info:
    post:
      summary: 発注区分情報取得
      operationId: api_v1_system_order_info
      tags:
        - 区分情報
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/CommonRequestParams'
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            order_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注区分 / 文字列型
                            order_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注名 / 文字列型
                          additionalProperties: true
              example:
                result: success
                count: '3'
                data:
                  - order_id: '0'
                    order_name: PDF
                  - order_id: '10'
                    order_name: XLS
                  - order_id: '20'
                    order_name: PDFとXLS
                access_token: xxxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" \ -d ''access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1'' \ "https://api.next-engine.org/api_v1_system_order/info"'
        - lang: typescript
          source: |-
            // POST /api_v1_system_order/info - 発注区分情報取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_system_order/info', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_system_order/info - 発注区分情報取得
            import requests

            params = {
                'access_token': '<access_token>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_system_order/info',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_system_ordercondition/info:
    post:
      summary: 発注条件区分情報取得
      operationId: api_v1_system_ordercondition_info
      tags:
        - 区分情報
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/CommonRequestParams'
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            order_condition_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注条件区分 / 文字列型
                            order_condition_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 発注条件名 / 文字列型
                          additionalProperties: true
              example:
                result: success
                count: '4'
                data:
                  - order_condition_id: '0'
                    order_condition_name: 無し
                  - order_condition_id: '1'
                    order_condition_name: 数量条件のみ
                  - order_condition_id: '2'
                    order_condition_name: 金額条件のみ
                  - order_condition_id: '5'
                    order_condition_name: 両方の条件が必要
                access_token: xxxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" \ -d ''access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1'' \ "https://api.next-engine.org/api_v1_system_ordercondition/info"'
        - lang: typescript
          source: |-
            // POST /api_v1_system_ordercondition/info - 発注条件区分情報取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_system_ordercondition/info', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_system_ordercondition/info - 発注条件区分情報取得
            import requests

            params = {
                'access_token': '<access_token>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_system_ordercondition/info',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_system_orderstatus/info:
    post:
      summary: 受注状態区分情報取得
      operationId: api_v1_system_orderstatus_info
      tags:
        - 区分情報
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/CommonRequestParams'
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            order_status_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注状態区分 / 文字列型
                            order_status_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 受注状態名 / 文字列型
                          additionalProperties: true
              example:
                result: success
                count: '7'
                data:
                  - order_status_id: '0'
                    order_status_name: 取込情報不足
                  - order_status_id: '1'
                    order_status_name: 受注メール取込済
                  - order_status_id: '2'
                    order_status_name: 起票済(CSV/手入力)
                  - order_status_id: '20'
                    order_status_name: 納品書印刷待ち
                  - order_status_id: '30'
                    order_status_name: 納品書印刷中
                  - order_status_id: '40'
                    order_status_name: 納品書印刷済
                  - order_status_id: '50'
                    order_status_name: 出荷確定済（完了）
                access_token: xxxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: |-
            curl -X POST -H "Content-Type: application/x-www-form-urlencoded" \
            -d 'access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1' \
            "https://api.next-engine.org/api_v1_system_orderstatus/info"
        - lang: typescript
          source: |-
            // POST /api_v1_system_orderstatus/info - 受注状態区分情報取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_system_orderstatus/info', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_system_orderstatus/info - 受注状態区分情報取得
            import requests

            params = {
                'access_token': '<access_token>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_system_orderstatus/info',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_system_pagestatus/info:
    post:
      summary: ページステータス区分情報取得
      operationId: api_v1_system_pagestatus_info
      tags:
        - 区分情報
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/CommonRequestParams'
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            page_status_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ページステータス区分名 / 文字列型
                            page_status_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ページステータス名 / 文字列型
                          additionalProperties: true
              example:
                result: success
                count: '4'
                data:
                  - page_status_id: '1'
                    page_status_name: 新規登録
                  - page_status_id: '2'
                    page_status_name: 編集中
                  - page_status_id: '3'
                    page_status_name: アップロード予定
                  - page_status_id: '4'
                    page_status_name: 掲載済み
                access_token: xxxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" \ -d ''access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1'' \ "https://api.next-engine.org/api_v1_system_pagestatus/info"'
        - lang: typescript
          source: |-
            // POST /api_v1_system_pagestatus/info - ページステータス区分情報取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_system_pagestatus/info', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_system_pagestatus/info - ページステータス区分情報取得
            import requests

            params = {
                'access_token': '<access_token>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_system_pagestatus/info',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_system_paymentmethod/info:
    post:
      summary: 支払区分情報取得
      operationId: api_v1_system_paymentmethod_info
      tags:
        - 区分情報
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/CommonRequestParams'
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            payment_method_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 支払区分 / 文字列型
                            payment_method_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 支払名 / 文字列型
                            payment_method_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 非表示フラグ / 数値型 / 1:非表示になっている区分 0:表示されている区分
                          additionalProperties: true
              example:
                result: success
                count: '47'
                data:
                  - payment_method_id: '0'
                    payment_method_name: クレジットカード
                  - payment_method_id: '1'
                    payment_method_name: 代金引換
                  - payment_method_id: '15'
                    payment_method_name: 銀行振込前払い
                  - payment_method_id: '16'
                    payment_method_name: 銀行振込後払い
                  - payment_method_id: '20'
                    payment_method_name: 郵便振替
                  - payment_method_id: '21'
                    payment_method_name: 現金書留
                  - payment_method_id: '51'
                    payment_method_name: auかんたん決済
                  - payment_method_id: '30'
                    payment_method_name: まとめてau支払い
                  - payment_method_id: '31'
                    payment_method_name: モバイルSuica
                  - payment_method_id: '32'
                    payment_method_name: コンビニ決済
                  - payment_method_id: '33'
                    payment_method_name: ペイジー決済
                  - payment_method_id: '34'
                    payment_method_name: NP後払い
                  - payment_method_id: '35'
                    payment_method_name: ローソン前払
                  - payment_method_id: '36'
                    payment_method_name: セブンイレブン前払
                  - payment_method_id: '40'
                    payment_method_name: 楽天バンク決済
                  - payment_method_id: '41'
                    payment_method_name: S!まとめて支払い
                  - payment_method_id: '42'
                    payment_method_name: ドコモケータイ払い
                  - payment_method_id: '43'
                    payment_method_name: iD決済
                  - payment_method_id: '44'
                    payment_method_name: Yahoo!かんたん決済
                  - payment_method_id: '45'
                    payment_method_name: ウェブマネー決済
                  - payment_method_id: '46'
                    payment_method_name: 楽天銀行
                  - payment_method_id: '47'
                    payment_method_name: 'Edy決済 '
                  - payment_method_id: '48'
                    payment_method_name: Amazonペイメント
                  - payment_method_id: '49'
                    payment_method_name: ジャパンネット銀行
                  - payment_method_id: '50'
                    payment_method_name: 後払い.com
                  - payment_method_id: '52'
                    payment_method_name: ペイジェント決済
                  - payment_method_id: '53'
                    payment_method_name: クレジットカード(pg)
                  - payment_method_id: '54'
                    payment_method_name: コンビニ決済(pg)
                  - payment_method_id: '55'
                    payment_method_name: 銀行ネット決済(pg)
                  - payment_method_id: '56'
                    payment_method_name: ATM決済(pg)
                  - payment_method_id: '57'
                    payment_method_name: 携帯キャリア決済(pg)
                  - payment_method_id: '58'
                    payment_method_name: ペーパーレス決済
                  - payment_method_id: '59'
                    payment_method_name: Qoo10
                  - payment_method_id: '60'
                    payment_method_name: Paypal
                  - payment_method_id: '61'
                    payment_method_name: ＠払い
                  - payment_method_id: '63'
                    payment_method_name: ソフトバンクまとめて支払い
                  - payment_method_id: '64'
                    payment_method_name: アトディーネ
                  - payment_method_id: '65'
                    payment_method_name: Yahoo!マネー／預金払い
                  - payment_method_id: '66'
                    payment_method_name: クロネコ代金後払い
                  - payment_method_id: '80'
                    payment_method_name: 前払決済
                  - payment_method_id: '85'
                    payment_method_name: ポイント全額支払い
                  - payment_method_id: '90'
                    payment_method_name: サンプル・貸し出し
                  - payment_method_id: '91'
                    payment_method_name: 国際取引決済
                  - payment_method_id: '95'
                    payment_method_name: 掛売
                  - payment_method_id: '96'
                    payment_method_name: その他
                  - payment_method_id: '70'
                    payment_method_name: その他２
                  - payment_method_id: '99'
                    payment_method_name: 支払済
                access_token: xxxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" \ -d ''access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1'' \ "https://api.next-engine.org/api_v1_system_paymentmethod/info"'
        - lang: typescript
          source: |-
            // POST /api_v1_system_paymentmethod/info - 支払区分情報取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_system_paymentmethod/info', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_system_paymentmethod/info - 支払区分情報取得
            import requests

            params = {
                'access_token': '<access_token>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_system_paymentmethod/info',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_system_payout/info:
    post:
      summary: 支払方法区分情報取得
      operationId: api_v1_system_payout_info
      tags:
        - 区分情報
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/CommonRequestParams'
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            pay_out_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 支払方法区分 / 文字列型
                            pay_out_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 支払方法名 / 文字列型
                          additionalProperties: true
              example:
                result: success
                count: '4'
                data:
                  - pay_out_id: '0'
                    pay_out_name: 現金
                  - pay_out_id: '10'
                    pay_out_name: 掛け
                  - pay_out_id: '20'
                    pay_out_name: 銀行振込
                  - pay_out_id: '30'
                    pay_out_name: 郵便振込
                access_token: xxxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" \ -d ''access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1'' \ "https://api.next-engine.org/api_v1_system_payout/info"'
        - lang: typescript
          source: |-
            // POST /api_v1_system_payout/info - 支払方法区分情報取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_system_payout/info', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_system_payout/info - 支払方法区分情報取得
            import requests

            params = {
                'access_token': '<access_token>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_system_payout/info',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_system_que/count:
    post:
      summary: アップロードキュー件数取得
      operationId: api_v1_system_que_count
      tags:
        - アップロードキュー
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            que_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: アップロードキューID / 数値型
                            que_method_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 機能名 / 文字列型 / SYOHIN_KIHON_CSV:商品マスタCSVアップロード,MALL_SYOHIN_CSV_TO_MASTER:商品情報一括登録
                            que_shop_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗ID / 文字列型
                            que_upload_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: アップロード名 / 文字列型 / SYOHIN_KIHON_QUE:商品マスタ予約アップロード,TENPO_SYOHIN:商品情報一括登録（モール商品履歴表示用）,SYOHIN_KIHON:商品情報一括登録（商品マスタ履歴表示用）,MALL_SYOHIN_CSV_TO_MASTER_SYOHIN_KIHON:商品情報一括登録（商品マスタ取込用）,PAGE_SYOHIN:商品情報一括登録（ページ管理履歴表示用）,NE_API:ネクストエンジンAPI
                            que_client_file_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クライアントファイル名 / 文字列型 / ユーザーがアップロードした時のファイル名。
                            que_file_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ファイル名 / 文字列型 / 商品マスタCSV、モール商品CSV等
                            que_status_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ステータス / 数値型 / 2:全て処理成功、1:処理中、0:処理待ち、-1:処理失敗
                            que_message:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メッセージ / 文字列型 / 処理中の場合、進捗状況、処理失敗の場合は、エラーになった理由（メイン機能のアップロード履歴と同じ）。
                            que_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型
                            que_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            que_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            que_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            que_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            que_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            que_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            que_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            que_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            que_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '172'
                access_token: xxxxx
                access_token_end_date: '2017-04-15 13:03:47'
                refresh_token: xxxxx
                refresh_token_end_date: '2017-04-17 13:03:47'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxxxxxxxxx&refresh_token=xxxxxxxxxx'' https://api.next-engine.org/api_v1_system_que/count'
        - lang: typescript
          source: |-
            // POST /api_v1_system_que/count - アップロードキュー件数取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_system_que/count', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_system_que/count - アップロードキュー件数取得
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_system_que/count',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_system_que/search:
    post:
      summary: アップロードキュー検索
      operationId: api_v1_system_que_search
      tags:
        - アップロードキュー
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            que_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: アップロードキューID / 数値型
                            que_method_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 機能名 / 文字列型 / SYOHIN_KIHON_CSV:商品マスタCSVアップロード,MALL_SYOHIN_CSV_TO_MASTER:商品情報一括登録
                            que_shop_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 店舗ID / 文字列型
                            que_upload_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: アップロード名 / 文字列型 / SYOHIN_KIHON_QUE:商品マスタ予約アップロード,TENPO_SYOHIN:商品情報一括登録（モール商品履歴表示用）,SYOHIN_KIHON:商品情報一括登録（商品マスタ履歴表示用）,MALL_SYOHIN_CSV_TO_MASTER_SYOHIN_KIHON:商品情報一括登録（商品マスタ取込用）,PAGE_SYOHIN:商品情報一括登録（ページ管理履歴表示用）,NE_API:ネクストエンジンAPI
                            que_client_file_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: クライアントファイル名 / 文字列型 / ユーザーがアップロードした時のファイル名。
                            que_file_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ファイル名 / 文字列型 / 商品マスタCSV、モール商品CSV等
                            que_status_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: ステータス / 数値型 / 2:全て処理成功、1:処理中、0:処理待ち、-1:処理失敗
                            que_message:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: メッセージ / 文字列型 / 処理中の場合、進捗状況、処理失敗の場合は、エラーになった理由（メイン機能のアップロード履歴と同じ）。
                            que_deleted_flag:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 削除フラグ / 文字列型
                            que_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            que_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            que_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            que_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            que_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            que_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            que_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            que_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            que_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '2'
                data:
                  - que_id: '1'
                    que_method_name: SYOHIN_KIHON_CSV
                    que_shop_id: ''
                    que_upload_name: NE_API
                    que_client_file_name: xxxxxxx
                    que_file_name: 商品マスタCSV
                    que_status_id: '2'
                    que_message: 正常に[1]件、取り込みました。
                    que_deleted_flag: '0'
                    que_creation_date: '2017-01-19 11:27:55'
                    que_last_modified_date: '2017-01-19 11:29:02'
                    que_last_modified_null_safe_date: '2017-01-19 11:29:02'
                    que_creator_id: '10004'
                    que_creator_name: xxxxxx
                    que_last_modified_by_id: '0'
                    que_last_modified_by_name: System
                    que_last_modified_by_null_safe_id: '0'
                    que_last_modified_by_null_safe_name: System
                  - que_id: '2'
                    que_method_name: SYOHIN_KIHON_CSV
                    que_shop_id: ''
                    que_upload_name: NE_API
                    que_client_file_name: xxxxxx
                    que_file_name: 商品マスタCSV
                    que_status_id: '2'
                    que_message: 正常に[1]件、取り込みました。
                    que_deleted_flag: '0'
                    que_creation_date: '2017-01-19 11:29:39'
                    que_last_modified_date: '2017-01-19 11:30:36'
                    que_last_modified_null_safe_date: '2017-01-19 11:30:36'
                    que_creator_id: '10002'
                    que_creator_name: xxxxxxx
                    que_last_modified_by_id: '0'
                    que_last_modified_by_name: System
                    que_last_modified_by_null_safe_id: '0'
                    que_last_modified_by_null_safe_name: System
                access_token: xxxxxxxxxx
                access_token_end_date: '2017-04-15 13:03:47'
                refresh_token: xxxxxxxxxxx
                refresh_token_end_date: '2017-04-17 13:03:47'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxxxxxxxx&refresh_token=xxxxxxxxx&fields=que_id%2Cque_method_name%2Cque_shop_id%2Cque_upload_name%2Cque_client_file_name%2Cque_file_name%2Cque_status_id%2Cque_message%2Cque_deleted_flag%2Cque_creation_date%2Cque_last_modified_date%2Cque_last_modified_null_safe_date%2Cque_creator_id%2Cque_creator_name%2Cque_last_modified_by_id%2Cque_last_modified_by_name%2Cque_last_modified_by_null_safe_id%2Cque_last_modified_by_null_safe_name&offset=1&limit=2'' https://api.next-engine.org/api_v1_system_que/search'
        - lang: typescript
          source: |-
            // POST /api_v1_system_que/search - アップロードキュー検索
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
              offset: '0',
              limit: '50',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_system_que/search', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_system_que/search - アップロードキュー検索
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
                'offset': '0',
                'limit': '50',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_system_que/search',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_system_returnedreason/info:
    post:
      summary: 返品事由区分情報取得
      operationId: api_v1_system_returnedreason_info
      tags:
        - 区分情報
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/CommonRequestParams'
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            returned_reason_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 返品事由区分 / 文字列型
                            returned_reason_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 返品事由名 / 文字列型
                          additionalProperties: true
              example:
                result: success
                count: '8'
                data:
                  - returned_reason_id: '0'
                    returned_reason_name: 受注キャンセル
                  - returned_reason_id: '10'
                    returned_reason_name: 商品不良
                  - returned_reason_id: '20'
                    returned_reason_name: 受取拒否
                  - returned_reason_id: '30'
                    returned_reason_name: 長期不在
                  - returned_reason_id: '40'
                    returned_reason_name: クレーム
                  - returned_reason_id: '50'
                    returned_reason_name: 誤配
                  - returned_reason_id: '60'
                    returned_reason_name: 出荷遅延
                  - returned_reason_id: '70'
                    returned_reason_name: 住所不明
                access_token: xxxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: |-
            curl -X POST -H "Content-Type: application/x-www-form-urlencoded" \ -d 'access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1' \
            "https://api.next-engine.org/api_v1_system_returnedreason/info"
        - lang: typescript
          source: |-
            // POST /api_v1_system_returnedreason/info - 返品事由区分情報取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_system_returnedreason/info', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_system_returnedreason/info - 返品事由区分情報取得
            import requests

            params = {
                'access_token': '<access_token>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_system_returnedreason/info',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_system_select/info:
    post:
      summary: 商品選択肢区分情報取得
      operationId: api_v1_system_select_info
      tags:
        - 区分情報
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/CommonRequestParams'
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            select_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品選択肢区分 / 文字列型
                            select_value:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品選択肢値 / 文字列型
                            select_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品選択肢名 / 文字列型
                          additionalProperties: true
              example:
                result: success
                count: '110'
                data:
                  - select_id: '1'
                    select_value: '0'
                    select_name: '0'
                  - select_id: '1'
                    select_value: '1'
                    select_name: '1'
                  - select_id: '1'
                    select_value: '2'
                    select_name: '2'
                  - select_id: '1'
                    select_value: '3'
                    select_name: '3'
                  - select_id: '1'
                    select_value: '4'
                    select_name: '4'
                  - select_id: '1'
                    select_value: '5'
                    select_name: '5'
                  - select_id: '1'
                    select_value: '6'
                    select_name: '6'
                  - select_id: '1'
                    select_value: '7'
                    select_name: '7'
                  - select_id: '1'
                    select_value: '8'
                    select_name: '8'
                  - select_id: '1'
                    select_value: '9'
                    select_name: '9'
                  - select_id: '1'
                    select_value: '10'
                    select_name: '10'
                  - select_id: '2'
                    select_value: '0'
                    select_name: '0'
                  - select_id: '2'
                    select_value: '1'
                    select_name: '1'
                  - select_id: '2'
                    select_value: '2'
                    select_name: '2'
                  - select_id: '2'
                    select_value: '3'
                    select_name: '3'
                  - select_id: '2'
                    select_value: '4'
                    select_name: '4'
                  - select_id: '2'
                    select_value: '5'
                    select_name: '5'
                  - select_id: '2'
                    select_value: '6'
                    select_name: '6'
                  - select_id: '2'
                    select_value: '7'
                    select_name: '7'
                  - select_id: '2'
                    select_value: '8'
                    select_name: '8'
                  - select_id: '2'
                    select_value: '9'
                    select_name: '9'
                  - select_id: '2'
                    select_value: '10'
                    select_name: '10'
                  - select_id: '3'
                    select_value: '0'
                    select_name: '0'
                  - select_id: '3'
                    select_value: '1'
                    select_name: '1'
                  - select_id: '3'
                    select_value: '2'
                    select_name: '2'
                  - select_id: '3'
                    select_value: '3'
                    select_name: '3'
                  - select_id: '3'
                    select_value: '4'
                    select_name: '4'
                  - select_id: '3'
                    select_value: '5'
                    select_name: '5'
                  - select_id: '3'
                    select_value: '6'
                    select_name: '6'
                  - select_id: '3'
                    select_value: '7'
                    select_name: '7'
                  - select_id: '3'
                    select_value: '8'
                    select_name: '8'
                  - select_id: '3'
                    select_value: '9'
                    select_name: '9'
                  - select_id: '3'
                    select_value: '10'
                    select_name: '10'
                  - select_id: '4'
                    select_value: '0'
                    select_name: '0'
                  - select_id: '4'
                    select_value: '1'
                    select_name: '1'
                  - select_id: '4'
                    select_value: '2'
                    select_name: '2'
                  - select_id: '4'
                    select_value: '3'
                    select_name: '3'
                  - select_id: '4'
                    select_value: '4'
                    select_name: '4'
                  - select_id: '4'
                    select_value: '5'
                    select_name: '5'
                  - select_id: '4'
                    select_value: '6'
                    select_name: '6'
                  - select_id: '4'
                    select_value: '7'
                    select_name: '7'
                  - select_id: '4'
                    select_value: '8'
                    select_name: '8'
                  - select_id: '4'
                    select_value: '9'
                    select_name: '9'
                  - select_id: '4'
                    select_value: '10'
                    select_name: '10'
                  - select_id: '5'
                    select_value: '0'
                    select_name: '0'
                  - select_id: '5'
                    select_value: '1'
                    select_name: '1'
                  - select_id: '5'
                    select_value: '2'
                    select_name: '2'
                  - select_id: '5'
                    select_value: '3'
                    select_name: '3'
                  - select_id: '5'
                    select_value: '4'
                    select_name: '4'
                  - select_id: '5'
                    select_value: '5'
                    select_name: '5'
                  - select_id: '5'
                    select_value: '6'
                    select_name: '6'
                  - select_id: '5'
                    select_value: '7'
                    select_name: '7'
                  - select_id: '5'
                    select_value: '8'
                    select_name: '8'
                  - select_id: '5'
                    select_value: '9'
                    select_name: '9'
                  - select_id: '5'
                    select_value: '10'
                    select_name: '10'
                  - select_id: '6'
                    select_value: '0'
                    select_name: '0'
                  - select_id: '6'
                    select_value: '1'
                    select_name: '1'
                  - select_id: '6'
                    select_value: '2'
                    select_name: '2'
                  - select_id: '6'
                    select_value: '3'
                    select_name: '3'
                  - select_id: '6'
                    select_value: '4'
                    select_name: '4'
                  - select_id: '6'
                    select_value: '5'
                    select_name: '5'
                  - select_id: '6'
                    select_value: '6'
                    select_name: '6'
                  - select_id: '6'
                    select_value: '7'
                    select_name: '7'
                  - select_id: '6'
                    select_value: '8'
                    select_name: '8'
                  - select_id: '6'
                    select_value: '9'
                    select_name: '9'
                  - select_id: '6'
                    select_value: '10'
                    select_name: '10'
                  - select_id: '7'
                    select_value: '0'
                    select_name: '0'
                  - select_id: '7'
                    select_value: '1'
                    select_name: '1'
                  - select_id: '7'
                    select_value: '2'
                    select_name: '2'
                  - select_id: '7'
                    select_value: '3'
                    select_name: '3'
                  - select_id: '7'
                    select_value: '4'
                    select_name: '4'
                  - select_id: '7'
                    select_value: '5'
                    select_name: '5'
                  - select_id: '7'
                    select_value: '6'
                    select_name: '6'
                  - select_id: '7'
                    select_value: '7'
                    select_name: '7'
                  - select_id: '7'
                    select_value: '8'
                    select_name: '8'
                  - select_id: '7'
                    select_value: '9'
                    select_name: '9'
                  - select_id: '7'
                    select_value: '10'
                    select_name: '10'
                  - select_id: '8'
                    select_value: '0'
                    select_name: '0'
                  - select_id: '8'
                    select_value: '1'
                    select_name: '1'
                  - select_id: '8'
                    select_value: '2'
                    select_name: '2'
                  - select_id: '8'
                    select_value: '3'
                    select_name: '3'
                  - select_id: '8'
                    select_value: '4'
                    select_name: '4'
                  - select_id: '8'
                    select_value: '5'
                    select_name: '5'
                  - select_id: '8'
                    select_value: '6'
                    select_name: '6'
                  - select_id: '8'
                    select_value: '7'
                    select_name: '7'
                  - select_id: '8'
                    select_value: '8'
                    select_name: '8'
                  - select_id: '8'
                    select_value: '9'
                    select_name: '9'
                  - select_id: '8'
                    select_value: '10'
                    select_name: '10'
                  - select_id: '9'
                    select_value: '0'
                    select_name: '0'
                  - select_id: '9'
                    select_value: '1'
                    select_name: '1'
                  - select_id: '9'
                    select_value: '2'
                    select_name: '2'
                  - select_id: '9'
                    select_value: '3'
                    select_name: '3'
                  - select_id: '9'
                    select_value: '4'
                    select_name: '4'
                  - select_id: '9'
                    select_value: '5'
                    select_name: '5'
                  - select_id: '9'
                    select_value: '6'
                    select_name: '6'
                  - select_id: '9'
                    select_value: '7'
                    select_name: '7'
                  - select_id: '9'
                    select_value: '8'
                    select_name: '8'
                  - select_id: '9'
                    select_value: '9'
                    select_name: '9'
                  - select_id: '9'
                    select_value: '10'
                    select_name: '10'
                  - select_id: '10'
                    select_value: '0'
                    select_name: '0'
                  - select_id: '10'
                    select_value: '1'
                    select_name: '1'
                  - select_id: '10'
                    select_value: '2'
                    select_name: '2'
                  - select_id: '10'
                    select_value: '3'
                    select_name: '3'
                  - select_id: '10'
                    select_value: '4'
                    select_name: '4'
                  - select_id: '10'
                    select_value: '5'
                    select_name: '5'
                  - select_id: '10'
                    select_value: '6'
                    select_name: '6'
                  - select_id: '10'
                    select_value: '7'
                    select_name: '7'
                  - select_id: '10'
                    select_value: '8'
                    select_name: '8'
                  - select_id: '10'
                    select_value: '9'
                    select_name: '9'
                  - select_id: '10'
                    select_value: '10'
                    select_name: '10'
                access_token: xxxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: |-
            curl -X POST -H "Content-Type: application/x-www-form-urlencoded" \ -d 'access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1' \
            "https://api.next-engine.org/api_v1_system_select/info"
        - lang: typescript
          source: |-
            // POST /api_v1_system_select/info - 商品選択肢区分情報取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_system_select/info', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_system_select/info - 商品選択肢区分情報取得
            import requests

            params = {
                'access_token': '<access_token>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_system_select/info',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_system_socialinsurance/info:
    post:
      summary: 社会保険区分情報取得
      operationId: api_v1_system_socialinsurance_info
      tags:
        - 区分情報
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/CommonRequestParams'
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            social_insurance_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 社会保険区分 / 文字列型
                            social_insurance_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 社会保険名 / 文字列型
                          additionalProperties: true
              example:
                result: success
                count: '5'
                data:
                  - social_insurance_id: '0'
                    social_insurance_name: 労働者災害保障保険
                  - social_insurance_id: '10'
                    social_insurance_name: 雇用保険
                  - social_insurance_id: '20'
                    social_insurance_name: 健康保険
                  - social_insurance_id: '30'
                    social_insurance_name: 厚生年金保険
                  - social_insurance_id: '40'
                    social_insurance_name: 国民健康保険
                access_token: xxxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" \ -d ''access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1'' \ "https://api.next-engine.org/api_v1_system_socialinsurance/info"'
        - lang: typescript
          source: |-
            // POST /api_v1_system_socialinsurance/info - 社会保険区分情報取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_system_socialinsurance/info', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_system_socialinsurance/info - 社会保険区分情報取得
            import requests

            params = {
                'access_token': '<access_token>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_system_socialinsurance/info',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_system_tax/info:
    post:
      summary: 税区分情報取得
      operationId: api_v1_system_tax_info
      tags:
        - 区分情報
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/CommonRequestParams'
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            tax_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 税区分 / 文字列型
                            tax_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 税名 / 文字列型
                          additionalProperties: true
              example:
                result: success
                count: '2'
                data:
                  - tax_id: '0'
                    tax_name: 税込
                  - tax_id: '1'
                    tax_name: 税抜
                access_token: xxxxxxxxxxx
                access_token_end_date: '2017-04-13 18:24:53'
                refresh_token: xxxxxxxxxxx
                refresh_token_end_date: '2017-04-15 18:24:53'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: typescript
          source: |-
            // POST /api_v1_system_tax/info - 税区分情報取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_system_tax/info', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_system_tax/info - 税区分情報取得
            import requests

            params = {
                'access_token': '<access_token>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_system_tax/info',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
        - lang: text
          source: |-
            'access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1' \
            "https://api.next-engine.org/api_v1_system_tax/info"
  /api_v1_warehouse_base/count:
    post:
      summary: 拠点マスタ件数取得
      operationId: api_v1_warehouse_base_count
      tags:
        - 拠点マスタ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            warehouse_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 拠点ID / 数値型 / ネクストエンジンで付与したユニークな拠点識別番号
                            warehouse_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 拠点名 / 文字列型
                            warehouse_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型 / 拠点の作成日
                            warehouse_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / 拠点マスタの最終更新日
                            warehouse_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型 / 拠点の作成担当者ID
                            warehouse_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型 / 拠点の作成担当者名
                            warehouse_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / 拠点マスタの最終更新者ID
                            warehouse_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / 拠点マスタの最終更新者名
                          additionalProperties: true
              example:
                result: success
                count: '2'
                access_token: xxx
                access_token_end_date: '2023-04-18 12:18:59'
                refresh_token: xxx
                refresh_token_end_date: '2023-04-20 12:18:59'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxx&refresh_token=xxx&wait_flag=1'' https://api.next-engine.org/api_v1_warehouse_base/count'
        - lang: typescript
          source: |-
            // POST /api_v1_warehouse_base/count - 拠点マスタ件数取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_warehouse_base/count', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_warehouse_base/count - 拠点マスタ件数取得
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_warehouse_base/count',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_warehouse_base/search:
    post:
      summary: 拠点マスタ検索
      operationId: api_v1_warehouse_base_search
      tags:
        - 拠点マスタ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            warehouse_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 拠点ID / 数値型 / ネクストエンジンで付与したユニークな拠点識別番号
                            warehouse_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 拠点名 / 文字列型
                            warehouse_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型 / 拠点の作成日
                            warehouse_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / 拠点マスタの最終更新日
                            warehouse_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型 / 拠点の作成担当者ID
                            warehouse_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型 / 拠点の作成担当者名
                            warehouse_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / 拠点マスタの最終更新者ID
                            warehouse_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / 拠点マスタの最終更新者名
                          additionalProperties: true
              example:
                result: success
                count: '1'
                data:
                  - warehouse_id: '1'
                    warehouse_name: 拠点A
                access_token: xxx
                access_token_end_date: '2023-04-18 17:24:28'
                refresh_token: xxx
                refresh_token_end_date: '2023-04-20 17:24:28'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxx&refresh_token=xxx&wait_flag=1&fields=warehouse_id,warehouse_name&warehouse_id-eq=1&offset=0&limit=100'' https://api.next-engine.org/api_v1_warehouse_base/search'
        - lang: typescript
          source: |-
            // POST /api_v1_warehouse_base/search - 拠点マスタ検索
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
              offset: '0',
              limit: '50',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_warehouse_base/search', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_warehouse_base/search - 拠点マスタ検索
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
                'offset': '0',
                'limit': '50',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_warehouse_base/search',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_warehouse_stock/count:
    post:
      summary: 拠点在庫マスタ件数取得
      operationId: api_v1_warehouse_stock_count
      tags:
        - 拠点在庫マスタ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            warehouse_stock_warehouse_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 拠点ID / 数値型 / ネクストエンジンで付与したユニークな拠点識別番号
                            warehouse_stock_goods_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品コード / 文字列型
                            warehouse_stock_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 在庫数 / 数値型
                            warehouse_stock_allocation_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 引当数 / 数値型
                            warehouse_stock_free_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: フリー在庫数 / 数値型
                            warehouse_stock_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            warehouse_stock_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            warehouse_stock_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            warehouse_stock_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            warehouse_stock_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            warehouse_stock_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            warehouse_stock_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            warehouse_stock_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            warehouse_stock_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '4'
                access_token: xxx
                access_token_end_date: '2023-04-20 11:41:34'
                refresh_token: xxx
                refresh_token_end_date: '2023-04-22 11:41:34'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxx&refresh_token=xxx&wait_flag=1'' https://api.next-engine.org/api_v1_warehouse_stock/count'
        - lang: typescript
          source: |-
            // POST /api_v1_warehouse_stock/count - 拠点在庫マスタ件数取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_warehouse_stock/count', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_warehouse_stock/count - 拠点在庫マスタ件数取得
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_warehouse_stock/count',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_warehouse_stock/search:
    post:
      summary: 拠点在庫マスタ検索
      operationId: api_v1_warehouse_stock_search
      tags:
        - 拠点在庫マスタ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - $ref: '#/components/schemas/SearchFilterMixin'
                - type: object
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/CommonResponse'
                  - type: object
                    properties:
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            warehouse_stock_warehouse_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 拠点ID / 数値型 / ネクストエンジンで付与したユニークな拠点識別番号
                            warehouse_stock_goods_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 商品コード / 文字列型
                            warehouse_stock_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 在庫数 / 数値型
                            warehouse_stock_allocation_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 引当数 / 数値型
                            warehouse_stock_free_quantity:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: フリー在庫数 / 数値型
                            warehouse_stock_creation_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成日 / 日時型
                            warehouse_stock_last_modified_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型
                            warehouse_stock_last_modified_null_safe_date:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新日 / 日時型 / NULLの場合作成日
                            warehouse_stock_creator_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者ID / 数値型
                            warehouse_stock_creator_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 作成担当者名 / 文字列型
                            warehouse_stock_last_modified_by_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型
                            warehouse_stock_last_modified_by_null_safe_id:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者ID / 数値型 / NULLの場合作成者ID
                            warehouse_stock_last_modified_by_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型
                            warehouse_stock_last_modified_by_null_safe_name:
                              type:
                                - string
                                - integer
                                - number
                                - boolean
                                - 'null'
                              description: 最終更新者名 / 文字列型 / NULLの場合作成者名
                          additionalProperties: true
              example:
                result: success
                count: '1'
                data:
                  - warehouse_stock_warehouse_id: '1'
                    warehouse_stock_goods_id: code1
                    warehouse_stock_quantity: '10'
                    warehouse_stock_allocation_quantity: '2'
                    warehouse_stock_free_quantity: '8'
                access_token: xxx
                access_token_end_date: '2023-04-20 11:41:34'
                refresh_token: xxx
                refresh_token_end_date: '2023-04-22 11:41:34'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: 'curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d ''access_token=xxx&refresh_token=xxx&wait_flag=1&fields=warehouse_stock_warehouse_id,warehouse_stock_goods_id,warehouse_stock_quantity&warehouse_stock_warehouse_id-eq=1&offset=0&limit=100'' https://api.next-engine.org/api_v1_warehouse_stock/search'
        - lang: typescript
          source: |-
            // POST /api_v1_warehouse_stock/search - 拠点在庫マスタ検索
            const params = new URLSearchParams({
              access_token: '<access_token>',
              fields: 'field1,field2',
              offset: '0',
              limit: '50',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_warehouse_stock/search', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_warehouse_stock/search - 拠点在庫マスタ検索
            import requests

            params = {
                'access_token': '<access_token>',
                'fields': 'field1,field2',
                'offset': '0',
                'limit': '50',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_warehouse_stock/search',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /api_v1_warehouse_stock/upload:
    post:
      summary: 拠点在庫マスタアップロード
      operationId: api_v1_warehouse_stock_upload
      tags:
        - 拠点在庫マスタ
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - type: object
                  properties:
                    data_type:
                      type: string
                      description: dataのファイル種類 / csv:拠点在庫マスタCSV,gz:拠点在庫マスタCSVをGZIPで圧縮
                    data:
                      type: string
                      description: '拠点在庫マスタCSVのファイル内容（3000件まで） / メイン機能仕様と同じ（推奨: Shift_JISまたはUTF-8）'
                  required:
                    - data_type
                    - data
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
              example:
                result: success
                que_id: '5'
                access_token: xxx
                access_token_end_date: '2023-05-01 14:19:22'
                refresh_token: xxx
                refresh_token_end_date: '2023-05-03 14:19:22'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-codeSamples:
        - lang: shell
          source: |-
            curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d 'access_token=xxx&refresh_token=xxx&wait_flag=1&data_type=csv&data=kyoten_mei,syohin_code,kasan_su,nyusyukko_riyu
            拠点A,test-0001,3,在庫数調整のため
            拠点B,test-0002,4,在庫数調整のため' https://api.next-engine.org/api_v1_warehouse_stock/upload
        - lang: typescript
          source: |-
            // POST /api_v1_warehouse_stock/upload - 拠点在庫マスタアップロード
            const params = new URLSearchParams({
              access_token: '<access_token>',
              data_type: '<data_type>',
              data: '<data>',
            })
            const res = await fetch('https://api.next-engine.org/api_v1_warehouse_stock/upload', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /api_v1_warehouse_stock/upload - 拠点在庫マスタアップロード
            import requests

            params = {
                'access_token': '<access_token>',
                'data_type': '<data_type>',
                'data': '<data>',
            }
            res = requests.post(
                'https://api.next-engine.org/api_v1_warehouse_stock/upload',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
  /users/sign_in:
    post:
      summary: NEログインuid・state取得
      operationId: users_sign_in
      tags:
        - 認証
      servers:
        - url: https://base.next-engine.org
          description: 認証系専用ホスト
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              allOf:
                - $ref: '#/components/schemas/CommonRequestParams'
                - type: object
                  properties:
                    client_id:
                      type: string
                      description: ネクストエンジンの「アプリを作る」 -> 該当アプリの「編集」 -> 「API」タブにあるクライアントID / テスト環境で実施する場合は、テスト環境の値を指定する。販売する前には本番環境の値を指定する
                    redirect_uri:
                      type: string
                      description: ネクストエンジンへのログイン後、リダイレクトするuriを指定する / ネクストエンジンのアプリを作る->APIのRedirect URIのホスト以外を指定することは出来ない
      responses:
        '200':
          description: 実行結果 (result が success / error / redirect のいずれか)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
        4XX:
          description: クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CommonResponse'
      x-doc-path: /api/api_v1_sign_in/
      x-codeSamples:
        - lang: typescript
          source: |-
            // POST /users/sign_in - NEログインuid・state取得
            const params = new URLSearchParams({
              access_token: '<access_token>',
              // client_id: '...', // optional
            })
            const res = await fetch('https://base.next-engine.org/users/sign_in', {
              method: 'POST',
              headers: { 'content-type': 'application/x-www-form-urlencoded' },
              body: params,
            })
            const json = await res.json()
            if (json.result !== 'success') throw new Error(json.message ?? json.code)
            console.log(json.data)
        - lang: python
          source: |-
            # POST /users/sign_in - NEログインuid・state取得
            import requests

            params = {
                'access_token': '<access_token>',
                # 'client_id': '...',  # optional
            }
            res = requests.post(
                'https://base.next-engine.org/users/sign_in',
                data=params,
            )
            json = res.json()
            if json['result'] != 'success':
                raise RuntimeError(json.get('message') or json.get('code'))
            print(json.get('data'))
components:
  schemas:
    CommonRequestParams:
      type: object
      description: ネクストエンジン API 共通リクエストパラメータ
      properties:
        access_token:
          type: string
          description: OAuth2 アクセストークン (必須)
        refresh_token:
          type: string
          description: OAuth2 リフレッシュトークン (access_token 期限切れ時の自動更新に使用)
        wait_flag:
          type: string
          enum:
            - '0'
            - '1'
          description: 同期実行フラグ。"1" 指定で処理完了を待つ
        fields:
          type: string
          description: 取得するフィールドをカンマ区切りで指定 (search 系のみ)
        offset:
          type: integer
          minimum: 0
          description: 検索開始位置 (search 系のみ)
        limit:
          type: integer
          minimum: 1
          description: 取得件数 (search 系のみ)
      required:
        - access_token
    CommonResponse:
      type: object
      properties:
        result:
          type: string
          enum:
            - success
            - error
            - redirect
          description: 実行結果ステータス
        code:
          type: string
          description: エラー時のエラーコード
        message:
          description: エラー時の人間向けメッセージ。bulk 更新系では行ごとのエラーオブジェクト配列で返ることがある
          oneOf:
            - type: string
            - type: array
              items:
                type: object
        access_token:
          type: string
          description: 更新後のアクセストークン
        access_token_end_date:
          type: string
          description: アクセストークン有効期限 (YYYY-MM-DD HH:MM:SS)
        refresh_token:
          type: string
          description: 更新後のリフレッシュトークン
        refresh_token_end_date:
          type: string
          description: リフレッシュトークン有効期限
        data:
          description: エンドポイント固有のレスポンスデータ
        count:
          type:
            - integer
            - string
          description: count/search 系のヒット件数 (form-urlencoded レスポンスでは文字列で返ることがある)
      required:
        - result
      unevaluatedProperties: true
    SearchFilterMixin:
      type: object
      description: search / count 系エンドポイントの検索フィルタパラメータ。フィールド名に比較演算子を付加したキーで絞り込み条件を指定する。
      patternProperties:
        ^.+-(eq|neq|lt|lte|gt|gte|in|nin|like|nlike|nlikeornull|blank|nblank|null|nnull)$:
          type: string
          description: '検索条件の値。キーはフィールド名-演算子の形式 (例: receive_order_date-lt=2026-04-01 00:00:00)。 演算子の対応型: -eq/-neq は文字列・数値・日時, -lt/-lte/-gt/-gte は数値・日時, -in/-nin は文字列・数値 (カンマ区切り最大1000件), -like/-nlike は文字列, -blank/-nblank/-null/-nnull は全型 (値不要)。'
      additionalProperties:
        type: string
