How can I get all orders without passing order id?

I want to get all orders to integrate in my local ssystem of inventory project. Is there any way so i can get all orders list

:wave: With SearchOrders you can get all orders from each location of the sellers account. :slightly_smiling_face:

1 Like

thanks @Bryan-Square

kindly tell me how to update catalog/item? there is any separate api for updating catalogs/items

With Square you can use UpsertCatalogObject or BatchUpserCatalogObjects to updating catalog objects. :slightly_smiling_face: