Focusing on managing products, variants, and collections through the API.
The rest api started spitting out this error recently when trying to update products. Can you guys fix this PLZ? The SKU cannot be blank issue is already annoying enough, but this is another random BUG.
All the data that was included in the PUT was:
{"tags":"cscart, CJSN115365501AZ, CJSN115365502BY, CJSN115365503CX, CJSN115365504DW","id":8496128459073}
(updating tags - nothing to do with inventory)
This is the 422 error:
{"inventory_management":["is Manual, which does not support inventory management"]}
x-request-id: e90716e4-e5cb-48fa-bff7-c32f7cc88597-1729167338
The put data had nothing to do with inventory. It's causing widespread issues updating products with the rest api.