Hi,
I got a strange error when trying to create an item:
Request Data
{
"type": "POST",
"args": {
"doc": "{\"docstatus\":0,\"doctype\":\"Item\",\"name\":\"new-item-1\",\"__islocal\":1,\"__unsaved\":1,\"owner\”:\”X\",\"naming_series\":\"STO-ITEM-.YYYY.-\",\"is_item_from_hub\":0,\"stock_uom\":\"Unité\”,[…]}]}”,
"action": "Save"
},
"btn": {
"jQuery224081810365516254251": {
"events": {
"click": [
{
"type": "click",
"origType": "click",
"guid": 1027,
"namespace": ""
}
]
}
}
},
"freeze": true,
"headers": {},
"error_handlers": {},
"url": "/api/method/frappe.desk.form.save.savedocs"
}
Response JSON
{
"exception": "shopify.api_version.VersionNotFoundError"
}
My Shopify integration (using the erpnext module) is working well. Do you know why is it impacting the handling of the item?