File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3220,10 +3220,9 @@ <h3 id='crosssell-example'>Usage example</h3>
3220
3220
]
3221
3221
}
3222
3222
</ code > </ pre >
3223
- < p > ` /v1/public/recommend/prod-prod/3?channel=2</ p >
3223
+ < p > /v1/public/recommend/prod-prod/3?channel=2</ p >
3224
3224
3225
- < p > ```
3226
- {
3225
+ < pre > < code > {
3227
3226
"products": [
3228
3227
{
3229
3228
"id": 2,
@@ -3238,8 +3237,8 @@ <h3 id='crosssell-example'>Usage example</h3>
3238
3237
"score": 0
3239
3238
}
3240
3239
]
3241
- }</ p >
3242
-
3240
+ }
3241
+ </ code > </ pre >
3243
3242
3244
3243
3245
3244
</ section >
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ export default class CrossSell {
50
50
*
51
51
* @example Request
52
52
*
53
- * ` /v1/public/recommend/prod-prod/3?channel=2
53
+ * /v1/public/recommend/prod-prod/3?channel=2
54
54
*
55
55
* @example Response
56
56
*
@@ -71,6 +71,7 @@ export default class CrossSell {
71
71
* }
72
72
* ]
73
73
* }
74
+ * ```
74
75
*/
75
76
crossSellRelated ( productId , channelId ) {
76
77
const query = `?channel=${ channelId } ` ;
You can’t perform that action at this time.
0 commit comments