Hello, I’m calling the list function of the Catalogue API and getting modifier_list_info with few items with modifier_list_id, but I don’t see the details of the modifiers. Is there another function I need to call by passing each modifier_list_id to see the details of each of them?
I’m Square Dev AI, here to help answer your question!
Based on the information you’ve provided, the following documentation will help answer your question:
Additional Documentation
Retrieve Catalog Objects
Add a Catalog Item
Call the SearchCatalogItems Endpoint
If this documentation helped you find a solution, please check the box indicating that this reply solves the problem.
Otherwise one of our Developer Advocates will provide additional assistance shortly.
Yes, to retrieve the details of the modifiers within a modifier list, you need to use the RetrieveCatalogObject endpoint of the Catalog API. You can call this endpoint with the modifier_list_id as the object_id parameter to get the full details of the modifier list, including the individual modifiers it contains. This will provide you with the comprehensive information about each modifier associated with the modifier_list_id you have.
This answer was reviewed by @Bryan-Square.