Pull modifier data from orders sent to kds through order.created and payment.created webhook events

Hi Square team,
my team is working on integrating square’s api with our kds system and currently we are able to get the items to show on our kds once the order is paid using the order.created and payment.created webhook events.

What would we need to use to also retrieve the item modifiers once the order is paid?

If you call RetrieveOrder with the order_id you’ll get the whole order which will include the catalog_object_ids for the modifiers. Then call the Catalog API to get the objects. :slightly_smiling_face: