Skip to content

magento man

Magento 2 REST API – Updating a single category also updates other attributes to not use the default value

Hopefully somebody can shed some light on this issue. I have a REST handler that will bulk-update products per store view. Like text translations etc. Since the provided attributes could be anything, ranging from core attributes and custom attributes I… Read More »Magento 2 REST API – Updating a single category also updates other attributes to not use the default value

Fetching items’ stock status in one request

I am searching for a solution to fetch stock statuses for a list of products in a single request. Right now I am using API /rest/V1/stockStatuses/{sku}, but that would need a list of requests. Is there a better solution?