magento / community-features

Magento Features Development is an Initiative to Allows Community Memebers Join to Development of Magento Features
46 stars 18 forks source link

REST API. List products with parent/child relation (parent_sku is missing) #201

Open voronytskyi opened 4 years ago

voronytskyi commented 4 years ago

Description parent_sku is missing for {{baseUrl}}/V1/products API response

Expected behavior parent_sku is null in case if doesn't have any parent product relation (configurable products)

Benefits easy way to build parent/child relations.

Additional information I aware about {{baseUrl}}/V1/configurable-products/{sku}/children API. But it`s extra request each time in order to check if product has child product variants