Znode

Build Version:

POST crosssellproducts

No documentation available.

Request Information

» Parameters

Name Description Additional information
model No documentation available.

Define this parameter in the request body.

Request Body Formats

Sample:
	{
  "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
}