Admin api stores
Confirm an event by event id events annotation for backward compatibility
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
eventId*string
id of an event
Request Body
application/json
shopperId*string
identifier of the shopper
products?array<>
Response Body
application/json
application/json
curl -X PATCH "https://oasis-api.public.sandbox.oasis.aifi.com/api/admin/v2/events/annotation/string/confirm" \ -H "Content-Type: application/json" \ -d '{ "shopperId": "string" }'{
"shopperId": "string",
"eventId": "string"
}Empty
{
"message": "Invalid request body",
"type": "E_INVALID_BODY",
"errors": [
{
"error": "\"email\" is required",
"rule": "any.required",
"field": "\"email\""
}
]
}How is this guide?