I am trying to add multiple line items, including modifications, to an order created using the POST /v3/merchants/{mId}/atomic_order/orders
API. Which API should I use to achieve this?
Previously, I attempted to use the POST /v3/merchants/{mId}/orders/{orderId}/bulk_line_items
(Create multiple line items) API, but it seems that the modifiers are not being applied.
Could you please provide guidance on the correct API or method to include modifiers with the line items?