Syncing Items with Square. Can only sync one category with an item

Items synced to Square from your app are associated with a Square category.

This is the requirement of Catalog API to publish the app to Square MarketPlace.

I am using Upsert catalog object endpoint from catalog API. There is option to set only one Category object. How can I give multiple categories to a single item.

Any help would be appreciated.

I’m not sure I fully understand the question. An item can be associated to more then one category. Could you explain a bit more about what your running into? :slightly_smiling_face:

Using the above mentioned API endpoint how can I associate multiple catagories with an item

I seems the api endpoint only expects one catagoryobject.

If you want to add multiple categories to an item you’ll include the category_ids in the UpsertCatalogObject request. Do you have a request that isn’t working? If so what are you passing to Square? :slightly_smiling_face: