Order Api -financial_status

Hello i am not change financial_status pending to paid for one order using api so please give me some information for that

You cannot change the financial_status directly with an update, you would need to create a transaction to capture whatever funds are still owed to pay for the order. You can do this with the Transaction API or by marking the order as paid with GraphQL.

1 Like