Skip to main content
PATCH
/
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

the unique code for a location group

Query Parameters

responseFields
string

limits which fields are returned in the response body

Body

application/json

JSON Patch document with operations to apply

path
string | null
op
string | null
from
string | null
value
unknown

Response

Success

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