Skip to main content

Shop(Store)

Simple shop object#

Only main fields of shop object


AttributeTypeDescriptionNullable
idIntegerIdentifierfalse
activeBooleanuser activity fieldfalse
sapStringUnique store numberfalse
addressStringStore addressfalse
localityStringName of storefalse
cityStringThe city where the store is locatedfalse
latitudeDoubleLatitude of storefalse
longitudeDoubleLongitude of storefalse
timeZoneIdStringId of the time zone in which the store is located (format like Europe/Moscow)true
Example:
{
"id": 679,
"active": true,
"sap": "0001",
"locality": "Manhattan Mall",
"address": "100 W 33rd St, New York, NY 10001",
"city": "New York",
"latitude": 40.749,
"longitude": 73.989,
"clusterId": 74,
"timeZoneId": "Europe/Moscow"
}
Usages:

Additional shop fields#

Additional shop object fields


AttributeTypeDescriptionNullable
dirList of StringSet of user report rolestrue
clusterList of StringSet of user report rolestrue
divisionList of StringSet of user report rolestrue
supervisorsSimple user objectAdd inspector user for this shoptrue
Example:
{
"dir": {
"id": 1654,
"active": true,
"login": "samplemail@example.com",
"firstName": "John",
"lastName": "Doe",
"position": "Store manager",
"level": "SHOP",
"businessDirId": 1003,
"lang": "en_EN",
"voximplantLogin": "samplemail@example.com"
},
"cluster": {
"id": 74,
"name": "Madison",
"active": true,
"divisionId": 60,
"shopsCount": 6
},
"division": {
"id": 60,
"name": "USA, Central New York",
"active": true,
"regionsCount": 3,
"shopsCount": 8
},
"supervisors": [
{
"id": 1654,
"active": true,
"login": "samplemail@example.com",
"firstName": "Rebecca",
"lastName": "Jefferson",
"position": "Inspector",
"level": "SHOP",
"businessDirId": 1001,
"lang": "en_EN",
"voximplantLogin": "samplemail@example.com"
}
]
}
Usages: