带有颜色和尺寸的产品细节magento 2 rest

带有颜色和尺寸的产品细节magento 2 rest,rest,magento-2.0,Rest,Magento 2.0,如何在Magento 2 rest中为产品和产品详细信息使用Magento rest API 我正在为可配置产品使用以下过滤器 example.net/index.php/rest/V1/products?searchCriteria[pageSize]=5 &searchCriteria[currentPage]=1 &searchCriteria[filterGroups][0][filters][0][field]=type_id &searchCriteria[f

如何在Magento 2 rest中为产品和产品详细信息使用Magento rest API

我正在为可配置产品使用以下过滤器

example.net/index.php/rest/V1/products?searchCriteria[pageSize]=5
&searchCriteria[currentPage]=1
&searchCriteria[filterGroups][0][filters][0][field]=type_id
&searchCriteria[filterGroups][0][filters][0][value]=configurable
&searchCriteria[filterGroups][0][filters][0][conditionType]=eq

现在,我如何加载与上述颜色和大小的可配置产品链接的简单产品详细信息,以便获取可配置产品的子级详细信息,您只需调用

GET /V1/configurable-products/{sku}/children
使用可配置产品的sku

看看这里