販売者が OAuth スコープを承認すると、販売者のアクセス トークンと更新トークンが生成されます。MCA 更新トークンが保存されている場合は、AccountsLinkRequest オブジェクトで accounts.link を使用して API リクエストを行うことができます。アクションは「request」とします。
逆に、サブアカウントのトークンを使用した直後に、AccountsLinkRequest オブジェクトを使用して API リクエストを実行できます。アクション タイプは「Approved」である必要があります。これにより、プラットフォームに参加する販売者は、アカウントのリンクのワークフローを合理化できます。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-07-25 UTC。"],[],["A three-way account link involves using the `accounts.link` API. First, a request is made from the MCA account (e.g., 111111111) to link a subaccount (e.g., 2222222) to a new onboarding account (e.g., 3333333), with the `action` set to \"**request**\". Then, using the subaccount's token, another API request is made to approve the link, setting `action` to \"**approve**\". This specifies the `linkedAccountId`, along with services and external identifier.\n"]]