The CSRCrossSellActor displays cross sell items in a shopping cart. It is located in: /atg/commerce/
custsvc/order/CSRCrossSellActor
.

The crossSellItems actor-chain displays the products.

Parameters: None:

View Cross Sells Example
curl -v -b agent_cookies.txt "http://localhost:8180/rest/model/atg/commerce/
custsvc/order/CSRCrossSellActor/crossSellItems"

The server response may be similar to the following:

{"crossSellItems": [
  {
    "description": "Bring a little chateau to your palace",
    "largeImageUrl": "/crsdocroot/content/images/products/large/
         ST_CamelotChair_large.jpg",
    "longDescription": "Feel like royalty with this dramatic accent chair.
        Constructed of solid oak with a rich finish, engraved designs and
        upholstered leather seat.  Brass tack detailing adds to the overall
        design.",
    "isNavigableProduct": null,
    "mediumImageUrl": "/crsdocroot/content/images/products/medium/
        ST_CamelotChair_medium.jpg",
    "fullImageUrl": "/crsdocroot/content/images/products/full/
         ST_CamelotChair_full.jpg",
    "displayName": "Camelot Chair",
    "repositoryId": "xprod2037",
    "thumbnailImageUrl": "/crsdocroot/content/images/products/thumb/
        ST_CamelotChair_thumb.jpg"
  },
  {
    "description": "Tumbler glass great for mixed drinks and other beverages",
    "largeImageUrl": "/crsdocroot/content/images/products/large/
        HOME_TumblerGlass_large.jpg",
    "longDescription": "Our heavy glass tumblers are a versatile addition to your
         barware collection. Holds 12 ounces. Dishwasher safe. Made in Poland.",
    "isNavigableProduct": null,
    "mediumImageUrl": "/crsdocroot/content/images/products/medium/
        HOME_TumblerGlass_medium.jpg",
    "fullImageUrl": "/crsdocroot/content/images/products/full/
        HOME_TumblerGlass_full.jpg",
    "displayName": "Tumbler Glass",
    "repositoryId": "xprod2085",
    "thumbnailImageUrl": "/crsdocroot/content/images/products/thumb/
        HOME_TumblerGlass_thumb.jpg"
  },
  {
    "description": "Fine crystal tumbler for highballs and other beverages",
    "largeImageUrl": "/crsdocroot/content/images/products/large/
        HOME_JackJillGlass_large.jpg",
    "longDescription": "This sturdy, sophisticated crystal glass adds an elegant
        touch. Perfect for entertaining and holiday use.",
    "isNavigableProduct": null,
    "mediumImageUrl": "/crsdocroot/content/images/products/medium/
        HOME_JackJillGlass_medium.jpg",
    "fullImageUrl": "/crsdocroot/content/images/products/full/
        HOME_JackJillGlass_full.jpg",
    "displayName": "Jack and Jill Glass Tumbler",
    "repositoryId": "xprod2074",
    "thumbnailImageUrl": "/crsdocroot/content/images/products/thumb/
        HOME_JackJillGlass_thumb.jpg"
  }
]
}

Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices