Store groups
Get a store group
Get information about a specific store group.
get/store-groups/{store_group_id}
Path parameters
store_group_idstring required
The unique ID of the store group.
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Response
OK
Example response
{
"data": {
"store_group_id": "8bed991c68a470e7aaeffbf048",
"name": "Groceries",
"last_change": "2020-08-24 10:14:00"
}
}