v1
latestOpenAPI 3.0.12026-07-24501176.6 MBAdd Store in bulk
Allows the org admin to add stores in bulk
post/orgEntity/store/bulk
Request body
Response
200
Example response
{
"response": [
{
"entityId": 50757475,
"result": {
"id": 50757475,
"code": "MaiHàGiangCutomField",
"description": "MaiHàGiangCutomField",
"name": "MaiHàGiangCutomField",
"type": "STORE",
"adminType": "GENERAL",
"isActive": true,
"timeZoneId": -1,
"currencyId": -1,
"languageId": -1,
"parentZoneId": 50712290,
"parentConceptId": 50712302,
"externalIds": [
"Ex-93991234"
],
"email": "tom.swayer@capillarytech.com",
"mobile": "917262178832",
"customFields": {
"store_custom_field": "store test"
}
}
}
],
"totalCount": 1
}