Reputation: 11
Does anyone know how I can get a list of products belonging to a specific category with SOAP V2 in Magento 2 ?
Upvotes: 0
Views: 1268
Reputation: 6291
Like the following.
GET /categories/:id/products
Problem is you wont get full product details, even name
Upvotes: 1