Authorizations
API key authentication using Basic Auth. Use your API key as both username and password. See the Authentication guide for complete setup instructions.
Body
application/json · object[]
Enter order_id you would like to update status on
Example:
"948102"
Changes state of the order
Example:
"paid"
Optional: In connection with status done
Optional: In connection with status done. Send shipping confirmation to customer?
Example:
"true"
Optional: In connection with status paid
Example:
"true"
Optional: In connection with status done. Default is true
Example:
"false"
Optional: In connection with status paid
Optional: In connection with status paid. Two-letter language code (ISO 639-1)
Example:
"en"
Response
Order status updated successfully