Admin api stores
Correct reid
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.
Request Body
application/json
shopperId*string
identifier of the shopper
shopperReId*string
the correct reid of the shopper
Response Body
application/json
application/json
curl -X PATCH "https://oasis-api.public.sandbox.oasis.aifi.com/api/admin/v2/stores/0/shoppers/reid" \ -H "Content-Type: application/json" \ -d '{ "shopperId": "string", "shopperReId": "string" }'{
"shopperId": "string",
"shopperReId": "string",
"shoppingSessionId": "string"
}Empty
{
"message": "Invalid request body",
"type": "E_INVALID_BODY",
"errors": [
{
"error": "\"email\" is required",
"rule": "any.required",
"field": "\"email\""
}
]
}How is this guide?