Retrieve a customer group
GET https://{{subdomain}}.commercelayer.io/api/customer_groups/{{customer_group_id}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |
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"}}}