Get all items in a single modifier groupget https://apisandbox.dev.clover.com/v3/merchants/{mId}/modifier_groups/{modGroupId}/itemsRetrieves a list of all items in a single modifier group.Path ParamsmIdstringrequiredMerchant identifier.modGroupIdstringrequiredModifier group identifier.Query ParamsfilterstringFilter fields to display search results: [modifiedTime, hidden, itemCode, available, option.id, modifierGroup.id, autoManage, price, id, sku, defaultTaxRates, tags.id, alternateName, isRevenue, tags.name, deleted, item.id, name, itemStock.quantity, itemGroup.id]expandstringExpandable fields to display additional nested information: [tags, categories, taxRates, modifierGroups, itemStock, options]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 items in a single modifier group.Updated 15 days ago