I create an order from inventory items using the
/v3/merchants/{mId}/atomic_order/orders
endpoint and after creating the atomic order, I want to update the order with inventory line items that have modifiers using one endpoint similar to how the atomic order was created with one endpoint. I try using the
/v3/merchants/{mId}/orders/{orderId}
endpoint to update the order with lineItems and modifiers and get a 200 response but the atomic order is not updated with the line items. Is there any way to add inventory line items and modifiers with one api to an atomic order? Also why am I getting a 200 response when the order is not updated?