No documentation available.
Name | Description | Additional information |
---|---|---|
model | No documentation available. |
Define this parameter in the request body. |
{
"CrossSellProducts": {
"$id": "2",
"$values": [
{
"$id": "3",
"DisplayOrder": 1,
"ProductCrossSellTypeId": 1,
"ProductId": 2,
"RelatedProductId": 3,
"RelationTypeId": 4,
"ProductName": "sample string 5",
"CrossSellProducts": "sample string 6",
"FrequentlyBoughtProduct1": "sample string 7",
"FrequentlyBoughtProduct2": "sample string 8",
"ProductRelation": 1
},
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
"PageIndex": 1,
"PageSize": 1,
"TotalResults": 1,
"TotalPages": 1
}