Admin api stores
Update an event by event id
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.
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/stores/0/events/annotation/string/update" \ -H "Content-Type: application/json" \ -d '{ "shopperId": "string" }'{
"shopperId": "string",
"eventId": "string"
}Empty
Empty
{
"message": "Invalid request body",
"type": "E_INVALID_BODY",
"errors": [
{
"error": "\"email\" is required",
"rule": "any.required",
"field": "\"email\""
}
]
}How is this guide?