Postmates: Get Menu Item Details
Postmates via Parse · food_dining
Returns details for a specific menu item, including price, description, and customization options. Requires the store UUID, section UUID (top-level key from catalogSectionsMap in get_restaurant_menu), and the item UUID (from catalogItems). The subsection UUID is optional but provides better context. Access Postmates restaurant data including feeds, search, menus, and item details Fulfilled by Parse from postmates.com.
- ecommerce
- food-dining
- maps-geo
- parse
- platform-key
- postmates
- postmates-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- food_dining
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/e8eb408e-fcea-460e-a5ef-7ae0b05d7e73/get_menu_item_details
- Interface artifact
- sha256:8cf006654dbe461d0aeb947d19d9f9a16a3412ee468997042dfc2741cb3f868f
- Manifest digest
- sha256:82a19c65d509fc0c74487431761ab25942ba75c5d540586be8ba7f82a29ba16d
Request fields
- item_uuid (string, required): UUID of the menu item (from catalogSectionsMap catalogItems in get_restaurant_menu)
- store_uuid (string, required): UUID of the restaurant/store
- section_uuid (string, required): UUID of the menu section (top-level key from catalogSectionsMap in get_restaurant_menu)
- subsection_uuid (string): UUID of the menu subsection (catalogSectionUUID from get_restaurant_menu). Omitting returns the item without subsection context.
Example queries
- {"item_uuid":"9e98f7d0-3f90-51d9-946d-5cca6a7a7bc3","store_uuid":"17bea0a8-f957-4a54-abb7-1ff2b2a4bd67","section_uuid":"321cda98-f1df-5129-b150-57c714e8106e","subsection_uuid":"13f7efcc-83d3-5115-949d-7d89d80d7ae5"}