Update a customer group

PATCH https://{{subdomain}}.commercelayer.io/api/customer_groups/{{customer_group_id}}

Request Body

{"data"=>{"type"=>"customer_groups", "id"=>"{{customer_group_id}}", "attributes"=>{"name"=>"{{customer_group_name}}", "code"=>"{{customer_group_code}}", "metadata"=>"{{customer_group_metadata}}"}}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring

RESPONSES

status: OK

{"data":{"id":"xYZkjABcde","type":"customer_groups","links":{"self":"https://yourdomain.commercelayer.io/api/customer_groups/xYZkjABcde"},"attributes":{"name":"VIP","code":"vip1","created_at":"2018-01-01T12:00:00.000Z","updated_at":"2018-01-01T12:00:00.000Z","reference":"ANY-EXTERNAL-REFEFERNCE","reference_origin":"ANY-EXTERNAL-REFEFERNCE-ORIGIN","metadata":{"foo":"bar"}},"relationships":{"customers":{"links":{"self":"https://yourdomain.commercelayer.io/api/customer_groups/xYZkjABcde/relationships/customers","related":"https://yourdomain.commercelayer.io/api/customer_groups/xYZkjABcde/customers"}},"markets":{"links":{"self":"https://yourdomain.commercelayer.io/api/customer_groups/xYZkjABcde/relationships/markets","related":"https://yourdomain.commercelayer.io/api/customer_groups/xYZkjABcde/markets"}},"attachments":{"links":{"self":"https://yourdomain.commercelayer.io/api/customer_groups/xYZkjABcde/relationships/attachments","related":"https://yourdomain.commercelayer.io/api/customer_groups/xYZkjABcde/attachments"}},"versions":{"links":{"self":"https://yourdomain.commercelayer.io/api/customer_groups/xYZkjABcde/relationships/versions","related":"https://yourdomain.commercelayer.io/api/customer_groups/xYZkjABcde/versions"}}},"meta":{"mode":"test"}}}