Skip to content

Commit 67f1c41

Browse files
committed
use apitest for recommend endpoint
1 parent 9dcf811 commit 67f1c41

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ Get frequently bought together items, given "configurationKey" and "itemId"
271271
```js
272272
// fetch frequently bought together items
273273
client.recommendations({
274-
configurationKey: "config1"
274+
configurationKey: "config1",
275275
itemId: "1065921"
276276
});
277277
```

0 commit comments

Comments
 (0)