Complete an order
Completes an order in the confirm state, marking it as placed.
Set notify_customer: true to send the order confirmation email.
Required scope: write_orders (for API-key authentication).
PATCH
Spree Admin SDK
Authorizations
Secret API key for admin access
JWT token for admin user authentication
Headers
Bearer token for admin authentication
Path Parameters
Order ID
Body
application/json
Send the order confirmation email after completion.
Response
order completed
Spree Admin SDK

