Admin api orders
Retry order checkout
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
orderId*integer
Response Body
application/json
application/json
curl -X POST "https://oasis-api.public.sandbox.oasis.aifi.com/api/admin/v2/orders/0/retry"{
"storeId": 1,
"totalPrice": "2.15",
"orderId": 0,
"orderVersion": 0,
"externalOrderId": "string",
"store": {
"oasisApiStoreId": 0,
"aifiUniqueStoreId": "string"
},
"paymentFailed": true
}Empty
Empty
Empty
Empty
{
"message": "Invalid request body",
"type": "E_INVALID_BODY",
"errors": [
{
"error": "\"email\" is required",
"rule": "any.required",
"field": "\"email\""
}
]
}How is this guide?