I am using java API and make a call as following
ListCatalogResponse listItemsResponse = api.listCatalog(null, "ITEM");
This return results but some of the items I get have catalog_id under item_data and for some its missing. No clue how to get around this?
I have checked on the server and all items have category assigned
Hi @vitis! Welcome to the Community.
I reached out to our API team since we don't have the insight on API details from the Community side and they asked if there's a particular catalog_id that we could take a look at on our side?
Figured it out . Need to call the api until cursor is null .
thanks
@vitis Oh great! Glad to hear you figured it out. Any time!
Square Community