Get InventoryCopy Pageget https://api.mealme.ai/details/inventory/v4Recent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Query Paramsstore_idstringrequiredDefaults to c9f33d56-d138-4a49-9a4f-162f195c89b8The ID of the store to retrieve inventory for.subcategory_idstringThe optional Subcategory ID, needed for some requests if the menu is too large.pickupbooleanDefaults to falseIf pickup is true, pickup inventory and/or quote will be retrieved. If pickup is false, delivery inventory and/or quote will be retrieved.truefalseinclude_quotebooleanDefaults to falseWhether to include the real-time delivery/pickup quote.truefalsequote_preferencestringDefaults to first_availableThe preferred quote for order fulfillment. Can be default, first_party, cheapest, fastest, first_available, cheapest_inventory, or cheapest_for_store.include_customizationsbooleanDefaults to trueWhether to include customizations.truefalsebudgetnumberDefaults to 20The maximum amount, in Dollars, that the user has specified they'd like to spend on an order. Used when quote_preference=cheapest.user_latitudenumberDefaults to 37.7786357The latitude of the user.user_longitudenumberDefaults to -122.3918135The longitude of the user. In the US, this value is negative.user_street_numstringDefaults to 188Street number of the user.user_street_namestringDefaults to King StreetStreet name of the user.user_citystringDefaults to San FranciscoCity of the user.user_statestringDefaults to CAState abbreviation of the user.user_zipcodestringDefaults to 94107Zipcode of the user.user_countrystringDefaults to USCountry of the user. Can be US or CA.image_heightintegerDefaults to 300The desired height to scale product images to. If supplied, then image_width will be ignored. The thumbnail_image property in the response will represent the scaled image URL, if supports_image_scaling=true.image_widthintegerDefaults to 300The desired width to scale product images to. If image_height is supplied, then image_width will be ignored. The thumbnail_image property in the response will represent the scaled image URL, if supports_image_scaling=true.menu_idstringThe ID of the menu to fetch. If supplied, the store_id and quote_preference parameters will be ignored.availablebooleanDefaults to trueWhether to only retrieve currently available products.truefalsemin_scheduled_timestampnumberThe minimum timestamp for scheduled windows.max_scheduled_timestampnumberThe maximum timestamp for scheduled windows.include_feesbooleanDefaults to trueWhether to include real-time fees in the quote when include_quote is true.truefalseinclude_menubooleanDefaults to trueWhether to include the real-time menu. include_menu can only be false if include_quote is true.truefalseuse_new_dbbooleanDefaults to trueWhether store_id was retrieved from the new database. Note that if store_id was retrieved from a /store/search request made with use_new_db=true, use_new_db must also be true in this request.truefalsepageintegerDefaults to 0Specifies which page of products to retrieve. This parameter is required when querying grocery store products and must be an integer ≥ 0.sort_bystringenumThe product property to sort by. This parameter is only applicable when querying grocery store products.namepriceAllowed:namepricesort_directionintegerenumSpecifies whether to sort results in ascending (1) or descending (-1) order. This parameter is only applicable when querying grocery store products.-11Allowed:-11Responses 200Success 400Input Validation Error 401Missing Authorization 406Inventory Unavailable 429Too Many RequestsUpdated 12 months ago