v1
latestOpenAPI 3.0.02026-07-2455104.8 MBProduct
Create cross selling
Creates new cross selling for a product.
post/api/v1/products/{id}/crossSelling
Path parameters
idstring required
Resource identifier.
Example:17
The resource's identifier.
Request body
Example request
[
{
"product": {
"id": "1337"
},
"active": true,
"assignToEachOther": true,
"type": 1,
"salesChannel": {
"id": "sales-channel-56789"
},
"sort": 1,
"note": "This is an internal note for reference."
}
]Response
Resource successfully created response