CrossSelling
Get product search of who saw also bought
❗ This endpoint is deprecated and may not work as expected. Instead, it returns a list of products from the same category.
get/api/catalog_system/pub/products/crossselling/whosawalsobought/{productId}
Path parameters
productIdstring required
Example:1
Product unique identifier.
Headers
Acceptstring required
Example:application/json
HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand.
Content-Typestring required
Example:application/json
Describes the type of the content being sent.
Response
OK
Example response
[
{
"items": [
{
"sellers": [
{
"commertialOffer": {
"PaymentOptions": {
"paymentSystems": [
{
"id": 17,
"name": "Promissory",
"groupName": "promissoryPaymentGroup",
"validator": null,
"stringId": "17",
"template": "promissoryPaymentGroup-template",
"requiresDocument": false,
"isCustom": false,
"description": null,
"requiresAuthentication": false,
"dueDate": "2021-07-01T18:43:00.0264384Z",
"availablePayments": null
}
],
"payments": [],
"giftCards": [],
"giftCardMessages": [],
"availableAccounts": [],
"availableTokens": []
}
}
}
]
}
]
}
]