Add products to Category by API call
I was trying to create an API call to Magento with category ID Endpoint PUT https://www.website.com/rest/V1/categories/ Body { “category”: { “id”: 1709, “products”: [ { “sku”: “205-117-1033” }, { “sku”: “205-177-1008” } ] } } I got server 200 OK,… Read More »Add products to Category by API call