You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create an item category. The Item documentation says I should be able to set the Type="Category".
My JSON payload is simply: {"Name": "Category Name", "Type": "Category"}
which results in the error quickbooks.exceptions.UnsupportedException: QB Unsupported Exception 500: Unsupported Operation Operation CREATE CATEGORY is not supported.
I'm using a Sanbox, and I cannot find how to enable categories for the company. According to this issue, Products & Services -> More should have an option to "Manage Categories", but the only option in the drop-down is "Run Report".
The text was updated successfully, but these errors were encountered:
Hi,
I'm using API minor version 65
I'm trying to create an item category. The Item documentation says I should be able to set the Type="Category".
My JSON payload is simply:
{"Name": "Category Name", "Type": "Category"}
which results in the error
quickbooks.exceptions.UnsupportedException: QB Unsupported Exception 500: Unsupported Operation Operation CREATE CATEGORY is not supported.
I'm using a Sanbox, and I cannot find how to enable categories for the company. According to this issue, Products & Services -> More should have an option to "Manage Categories", but the only option in the drop-down is "Run Report".
The text was updated successfully, but these errors were encountered: