I am using "https://api.clover.com/v3/merchants/{mid}/items?access_token={token}&offset=20&limit=1000" for get all inventory item. But it is not returning item category. How can i get inventory item with their category ?
I am using "https://api.clover.com/v3/merchants/{mid}/items?access_token={token}&offset=20&limit=1000" for get all inventory item. But it is not returning item category. How can i get inventory item with their category ?
You need to expand categories. See https://docs.clover.com/reference/inventory-1 and the "expand" query param and https://docs.clover.com/docs/expanding-fields.
In general, please see https://docs.clover.com/docs/making-rest-api-calls.
2 People are following this question.