Get all categories of a single itemget https://apisandbox.dev.clover.com/v3/merchants/{mId}/items/{itemId}/categoriesRetrieves all categories of an item.Path ParamsmIdstringrequiredMerchant identifier.itemIdstringrequiredItem identifier.Query ParamsfilterstringFilter fields to display search results: [modifiedTime, deleted, sortOrder, name, colorCode, id]expandstringExpandable fields to display additional nested information: [items]offsetintegerPosition of the first line item returned in the search results. Indicates the number of line items that are excluded from the search results.limitintegerMaximum number of line items returned in the search result. Default: 100 Maximum limit: 1000HeadersUser-AgentstringrequiredIdentifies the application, operating system, vendor, and/or version of the requesting user agent. Format: <product> / <product-version> <comment>Response 200Successful response. Displays all categories information.Updated 14 days ago