Zero Price Order

If an order is created through the API and has zero price. Is there anyway to mark it is paid so it shows up in the dashboard and can be completed?

Hi @andrew.t.sheppard welcome to the forums!

Yes, you can use the PayOrder endpoint to pay for a $0 order. You simply just need to pass in an empty array for payment_ids. Note, like non-zero orders you still need to supply a fulfillments to get it to show up in the Dashboard.

Thanks! Worked like a charm!