I am attempting to update the price of a line item using the following endpoint:
"/v3/merchants/{MerchantId}/orders/{orderId}/line_items/{lineItemId}"
The code sets the new lineItem.price, then the update api call is successful, but the lineItem.price remains the original price it was set at initially and does not update to the new price.
Please let me know if this is the intended behavior.