Admin api orders

Retry order checkout

POST
/api/admin/v2/orders/{orderId}/retry

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?

AiFI AI Chat

Beta

Powered by AiFi

Ask docs or API questions to get grounded answers.