Profile Context List REST Endpoints

Admin/Profile Context List
Profile Context List Endpoints. A profileContextList has a ordered profileContexts property. Each profileContext in the list corresponds to a boolean property (such as an audience) on the profile. If the current shopper's profile has a true value for that boolean property, then the profileContext may be active. The first profileContext in the list that corresponds to a true shopper's profile property is the active profileContext. Currently, only a single ProfileContextList is supported, and it only applies to B2C shoppers. A profileContext can specify priceListGroups and a catalog that apply to shoppers in that profileContext.
getProfileContextList
Method: get
Path: /ccadmin/v1/profileContextLists/{id}
getProfileContextLists
Method: get
Path: /ccadmin/v1/profileContextLists
updateProfileContextList
Method: put
Path: /ccadmin/v1/profileContextLists/{id}