Skip to main content
GET
/
commerce
/
admin
/
locationGroups
/
{locationGroupCode}
Error
A valid request URL is required to generate request examples
{
  "locationGroupId": 123,
  "locationGroupCode": "<string>",
  "siteIds": [
    123
  ],
  "name": "<string>",
  "locationCodes": [
    "<string>"
  ],
  "auditInfo": {
    "updateDate": "2023-11-07T05:31:56Z",
    "createDate": "2023-11-07T05:31:56Z",
    "updateBy": "<string>",
    "createBy": "<string>"
  }
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

locationGroupCode
string
required

Query Parameters

responseFields
string

limits which fields are returned in the response body

Response

Success

locationGroupId
integer<int32>
locationGroupCode
string | null
siteIds
integer<int32>[] | null
name
string | null
locationCodes
string[] | null
auditInfo
object