Plans は個々の Products にリンクされ、一部のフィールドは Product リソースに移動されました対応が必要な変更点
新機能
Each Plan object is now linked to a Product object with type=service. This change moves the Plan object statement_ and name attributes to Product objects. Additionally, Plan objects now have a nickname attribute. Creating a plan now requires passing a product attribute to POST /v1/plans. This can be either an existing product ID or a dictionary of product fields, so that you can continue to create plans without separately creating products.
影響
この変更により、Plan オブジェクトと Product オブジェクトの新しい関係が導入され、特定の属性が Product オブジェクトに移動して、nickname がプランに追加されています。今後はプランを作成するときに、既存の商品を参照するか、商品の詳細を指定して、商品を指定する必要があります。この変更により、サブスクリプション関連データの柔軟性と編成が改善されますが、プラン作成プロセスの更新が必要になります。