Admin api stores
Session confirmation api proxy
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
storeId*integer
Id of a physical store. The id is required when retailer want to make a call to specified store.
sessionId*string
A unique token to identify a shopping session. Note, sessionToken and sessionId are same concept in AIFI system.
Response Body
application/json
application/json
curl -X PATCH "https://oasis-api.public.sandbox.oasis.aifi.com/api/admin/v2/stores/0/sessions/string/confirm"{
"id": "string",
"transactionId": 0,
"confirmation": "manual",
"shoppersRole": "customer"
}Empty
{
"message": "Invalid request body",
"type": "E_INVALID_BODY",
"errors": [
{
"error": "\"email\" is required",
"rule": "any.required",
"field": "\"email\""
}
]
}How is this guide?