Store Types

Get

Get a store type for the given id.

get/public/api/store-types/{id}

Headers

Acceptstring

e.g. application/json

Response

OK

store_type_idstring
namestring
group_idsstring[]
created_datestring
updated_datestring

Example response

{
  "store_type_id": "56b0c262e9a22a4e5f02be7d",
  "name": "ice-cream",
  "group_ids": [
    "managers"
  ],
  "created_date": "2016-02-02T14:51:14.644Z",
  "updated_date": "2016-07-15T14:18:41.750Z"
}

Changes