Hello,
In Node.js, I’m using UpsertCatalogObject to create a Catalog Category Object. The first time I tried it, it worked perfectly. To test something else, I had to delete the Category in the Square Dashboard. Now when I try to run the function again, it successfully creates the Category, but with a randomized ID instead of the one I set within the function. If a Category is deleted, am I not allowed to reuse it’s ID?
6 posts - 2 participants