commerce/customer/customerSets
Use the Customer Sets resource to manage your customer sets. You can use customer sets to control the specific sites your customers can access using the same login credentials, as well as what customer My Account information is shared between sites.
Refer to Customer Sets in the Guides section for more information.
JSON Example
CustomerSet Properties
Property | Description |
---|---|
code |
type: string The unique identifier of the object. |
description |
type: string The localized description in text for the object, displayed per the locale code. For example, descriptions are used for product descriptions, attributes, and pre-authorization transaction types. |
name |
type: string The user supplied name that appears in Admin. You can use this field for identification purposes. |
Operations
Operation Name | Request URI | Description |
---|---|---|
GetCustomerSet | GET %7bcode%7d%3fresponseFields%3d%7bresponseFields%7d |
Retrieves the details of the specified customer set. |
GetCustomerSets | GET %3fstartIndex%3d%7bstartIndex%7d%26pageSize%3d%7bpageSize%7d%26sortBy%3d%7bsortBy%7d%26responseFields%3d%7bresponseFields%7d |
Retrieves a collection of customer sets according to any specified filter criteria. |