The /atg/commerce/custsvc/order/ShoppingCartActor contains a single detailed actor-chain, which is used to view or review a customer’s cart or order, and the summary actor-chain, which provides a summary of the shopping cart.

Parameters: None

View Customer Cart Example
curl -L -v -b agent_cookies.txt -H "Content-Type: application/json"
"http://localhost:8280/rest/model/atg/commerce/custsvc/order/ShoppingCartActor/
detailed"

The server response may be similar to the following:

{"order": {  "lastModifiedTime": 1363200675886,
  "shippingGroupCount": 1,
  "paymentGroupCount": 0,
  "shippingGroups": [{
    "specialInstructions": {},
    "handlingInstructions": [],
    "state": 0,
    "locationId": null,
    "shippingMethod": "hardgoodShippingGroup
    "id": "sg110004",
    "trackingNumber": null,
    "priceInfo": {
      "amount": 0,
      "currencyCode": "USD",
      "amountIsFinal": false,
      "discounted": true,
      "rawShipping": 0
    },
    "description": "sg110004",
    "actualShipDate": null,
    "submittedDate": null,
    "shipOnDate": null,
    "shippingAddress": {
      "middleName": null,
      "lastName": "Smith",
      "ownerId": 02443221,
      "state": "MA",
      "address1": "One Main Street",
      "address2": null,
      "address3": null,
      "companyName": null,
      "suffix": null,
      "city": "Cambridge",
      "country": "USA",
      "id": null,
      "postalCode": "02046",
      "faxNumber": null,
      "phoneNumber": "6176378687",
      "county": null,
      "email": "jsmith@example.com",
      "prefix": null,
      "firstName": "John",
      "jobTitle": null
    },
    "stateDetail": null
  }],
  "commerceItems": [{
    "id": "ci10000001",
    "productDisplayName": "Tumbler Glass",
    "returnedQuantity": 0,
    "priceInfo": {
      "amount": 19,
      "quantityDiscounted": 0,
      "discountable": true,
      "priceListId": "listPrices",
      "onSale": false,
      "rawTotalPrice": 19,
      "currencyCode": "USD",
      "amountIsFinal": false,
      "listPrice": 19,
      "discounted": false,
      "currentPriceDetailsSorted": [{
        "amount": 19,
        "itemPriceInfo": null,
        "currencyCode": "USD",
        "tax": 0,
        "range": {
          "lowBound": 0,
          "class": "atg.core.util.Range",
          "highBound": 0,
          "size": 1
        },
        "amountIsFinal": false,
        "discounted": false,
        "quantity": 1,
        "detailedUnitPrice": 19
      }],
      "salePrice": 0
    },
    "catalogId": null,
    "quantity": 1,
    "catalogRefId": "xsku2085",
    "catalogKey": "en_US",
    "productId": "xprod2085"
  }],
  "id": "o110001",
  "siteId": "homeSite",
  "taxPriceInfo": {
    "amount": 0,
    "currencyCode": "USD",
    "countyTax": 0,
    "amountIsFinal": false,
    "countryTax": 0,
    "discounted": false,
    "stateTax": 0,
    "cityTax": 0,
    "districtTax": 0
  },
  "priceInfo": {
    "amount": 19,
    "total": 19,
    "shipping": 0,
    "currencyCode": "USD",
    "tax": 0,
    "amountIsFinal": false,
    "discounted": false,
    "manualAdjustmentTotal": 0,
    "rawSubtotal": 19,
    "discountAmount": 0
  },
  "paymentGroups": [],
  "profileId": "220008",
  "creationTime": 1363200429849,
  "relationships": [{
    "id": "r100001",
    "amount": 0,
    "relationshipType": "SHIPPINGQUANTITY",
    "returnedQuantity": 0,
    "shippingGroupId": "sg110004",
    "commerceItemId": "ci10000001",
    "quantity": 1
  }],
  "totalCommerceItemCount": 1
}}

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