Admin api stores
Create check tasks
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
shelfId*string
Combination of gondola id and shelf index
Length
3 <= length <= 64binIndex?integer
Index of target bin
Range
0 <= valueResponse Body
application/json
application/json
curl -X POST "https://oasis-api.public.sandbox.oasis.aifi.com/api/admin/v2/stores/0/tasks/check" \ -H "Content-Type: application/json" \ -d '{ "shelfId": "2-5" }'{
"code": 0,
"msg": "string"
}Empty
{
"message": "Invalid request body",
"type": "E_INVALID_BODY",
"errors": [
{
"error": "\"email\" is required",
"rule": "any.required",
"field": "\"email\""
}
]
}How is this guide?