Newer Version Available

This content describes an older version of this product. View Latest

Personalization Recommender Update

Update a specific personalization recommender by ID or name.
Resource
1/personalization/personalization-recommenders/{idOrName}
Available version
65.0
HTTP method
PATCH
Request body
Personalization Recommender Patch Input
Response body
Personalization Recommender

Example

Request:

1PATCH /personalization/personalization-recommenders/0heSG0000000JlpYAE
2
3{
4    "label": "Updated Label for Maximize Revenue recommender"
5}

Response:

1{
2    "contentObject": {
3        "label": "Goods Product",
4        "name": "GoodsProduct"
5    },
6    "createdById": "005SG000001skcTYAQ",
7    "createdDate": "2025-02-23T20:27:30.000Z",
8    "dataSpace": {
9        "label": "default",
10        "name": "default"
11    },
12    "excludeFilters": null,
13    "id": "0heSG0000000JlpYAE",
14    "includeFilters": {
15        "operator": "And",
16        "rules": [
17            {
18                "fieldName": "ssot__BrandId__c",
19                "predicate": {
20                    "operator": "Equals",
21                    "type": "Text",
22                    "values": [
23                        "Nike"
24                    ]
25                },
26                "type": "Field"
27            }
28        ]
29    },
30    "itemDataGraph": {
31        "label": "productDg",
32        "name": "Products datagraph"
33    },
34    "label": "Updated Label for Maximize Revenue recommender",
35    "lastModifiedById": "005SG000001smAMYAY",
36    "lastModifiedDate": "2025-09-06T08:04:02.000Z",
37    "lastRefreshedStatus": "Complete",
38    "lastSuccessfulRefresh": "2025-04-09T16:42:09.000Z",
39    "name": "MaximizeRevenueRecommender",
40    "objective": {
41        "label": "MaximizeRevenue",
42        "name": "MaximizeRevenue"
43    },
44    "profileDataGraph": {
45        "label": "profileDg",
46        "name": "Profile datagraph"
47    },
48    "sortCriteria": {
49        "calculatedInsightLabel": null,
50        "calculatedInsightMetricLabel": null,
51        "sortOrder": null
52    },
53    "status": "Active",
54    "url": "/services/data/v64.0/personalization/personalization-recommenders/0heSG0000000JlpYAE"
55}