Hi, i literally JUST started getting a 422 Unprocessable Entity for code that hasn’t changed in our production environment when attempting to update county_of_origin_code:
Example:
PUT https://ourstore.myshopify.com/admin/api/2024-07/inventory_items/459403706697XX.json
{
“inventory_item”: {
“id”: 459403706697XX,
“sku”: “XXXXXX-BLKC”,
“country_code_of_origin”: “UK”
}
}
Am i doing something wrong, was there an update? This worked fine about 1.5-2 weeks ago. I’m trying to update all county of origin and HS Codes for inventory items we have on our store through code for all newly uploaded products. SKYU updates just fine, but country code of origin is now giving 422 errors. Anyone else getting this error?