List product cross sell [Obsolete("Use ListProductRelations")]

Cross sell connected to a product. Cross sell is defined as products of equal value that customer could choose to buy instead of the current product.

Request
query Parameters
productId
required
integer <int32>

Internal id of current Product.

statusSeed
required
string

Accepts a comma separated string of Status internal ids. Lookup references in ListStatuses.

assortmentSeed
required
string

Accepts a comma separated string of Assortment internal ids. Lookup references in ListAssortments.

storeSeed
string

Accepts a comma separated string of store internal ids. The StoreOnHand property of the product will show the onHand values for supplied Stores if supplied.

pricelistSeed
string

A comma separated list of PriceList internal ids to use, if any. PriceLists supplied must be valid, either from the application's public priceList or any customer or company priceLists or any valid client priceLists. For clients configured to use priceListSeed exclusively in the API only the supplied priceLists will be used. If this is not configured, the supplied priceLists will be appended to the valid priceLists. If none is supplied, the default value for the application will be used in combination with any customer or company priceLists. This applies to both configurations.

customerId
string

Customer internal id. Checks for specific customer bound prices if provided.

companyId
string

Company internal id. Checks for specific company bound prices if provided.

sort
string

Sort order as formatted [Property] [Asc/Desc] with comma as separator. Supported properties for sorting on the server are PopularityRank, Name, Price and SortOrder.

size
string

Number of items to display.

cultureCode
string

Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.

currencyId
string

Specifies in which currency to display prices. Uses Storm internal ids. If none is supplied, value is resolved from Application.

Responses
200

Success

500

Internal Server Error

get/ProductService.svc/rest/ListProductCrossSell
Response samples
{
  • "ItemCount": 0,
  • "Items": [
    ]
}