Please note: This change will only effect MYOB Business Lite and MYOB Business Pro files not AccountRight files.
With the release of the MYOB's Premium Inventory for MYOB Business Lite and MYOB Business Pro, a change will be introduced to the API.
On the Wednesday the 9th November 2022, a change will be introduced to the API which will limit the number of active Inventoried items that can be used with MYOB Business Lite and MYOB Business Pro unless the file has subscribed to Premium Inventory.
When connecting to an MYOB Business Lite and MYOB Business Pro file via the API using the /Inventory/Item endpoint, a validation will be run to check how many Inventoried Items are active in the file.
If the file is found to be using more than 10 active Inventoried Items and has not subscribed to Premium Inventory an error will be returned. Please see the error below:
"Errors" [
{
"Name": "ValidationError",
"Message": "Inventory_ItemLimitReached",
"AdditionalDetails": "ItemCount:(Item)",
"ErrorCode": 4085,
"Severity": "Error"
}
]
To find out what Subscription a file is on that is connected via the API check out our knowledgebase article here.
If you have any questions, feel free to log a ticket with the Customisation & Integration Team.
Comments
0 comments
Article is closed for comments.