Complete an Order Edit and reflect its changes on the original order. Any additional payment required must be authorized first using the Payment Collection API Routes.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
Responses
🟢200OK
application/json
Bodyapplication/json
🟠400Client Error or Multiple Errors
🟠401User is not authorized. Must log in first
🟠404Not Found Error
🔴500Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl-X POST '{backend_url}/store/order-edits/{id}/complete'