POST:customer_groups.json
Commerce APIPOST:customer_groups.json

POST:customer_groups.json

Description

Modify one or multple customer groups.

Permission bit: "customer_groups.modify"

Topic: Customer Groups

Query Parameters

ids: Comma-separated array of String, required

List of customer group ids. See also: Unique Identifiers

Example: ?ids=cg_EQzGqWoY,cg_EQzGqWoY


shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY

Request Body

Array of CustomerGroupModify

[
  {
    "name": "Retailers",
    "tax_exempt": false
  }
]

Response Body

Array of CustomerGroup

Response Body Type

Loading module