- サブカテゴリ:
- EligibilityRules
製品のRESTエンドポイント
製品グループ/製品
製品リソースは、製品グループに対する製品関連の表示、作成、更新および削除に使用されます。 通常、製品は製品グループ階層の最もリーフ・ノードに関連付けられます。 これらの製品は、Product Information Managementで定義されている品目から取得されます。
- 製品グループの製品の作成
- メソッド: postパス:
/crmRestApi/resources/11.13.18.05/setupSalesCatalogs/{ProdGroupId}/child/ProductGroupProductSetup
- 製品グループの製品の削除
- メソッド: deleteパス:
/crmRestApi/resources/11.13.18.05/setupSalesCatalogs/{ProdGroupId}/child/ProductGroupProductSetup/{ProdGroupItemsId}
- 製品関係詳細の取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/setupSalesCatalogs/{ProdGroupId}/child/ProductGroupProductSetup/{ProdGroupItemsId}
- 製品グループのすべての製品関係の取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/setupSalesCatalogs/{ProdGroupId}/child/ProductGroupProductSetup
- 製品グループの製品関係の更新
- メソッド: patchパス:
/crmRestApi/resources/11.13.18.05/setupSalesCatalogs/{ProdGroupId}/child/ProductGroupProductSetup/{ProdGroupItemsId}