getPurchaseList

get

/ccstore/v1/purchaseLists/{id}

Get Purchase List. This operation is used to get the Purchase list information of a from Oracle Retail Digital Commerce.

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : getPurchaseList_response
Type: object
Show Source
Nested Schema : dynamicProperty
Type: object
The value of the dynamic Property
Nested Schema : items
Type: array
list of purchase list items
Show Source
Nested Schema : owner
Type: object
The user who created this purchase list.
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : dynamicProperty
Type: object
The value of the dynamic Property
Example Response (application/json)
{
    "owner":{
        "lastName":"Anderson",
        "firstName":"Kim",
        "repositoryId":"se-570031",
        "id":"se-570031",
        "email":"kim@example.com"
    },
    "lastModifiedDate":"2017-09-27T09:48:22.000Z",
    "lastModifiedBy":{
        "lastName":"Anderson",
        "firstName":"Kim",
        "repositoryId":"se-570031",
        "id":"se-570031",
        "email":"kim@example.com"
    },
    "description":"Purchase List update",
    "creationDate":"2017-09-27T09:48:22.000Z",
    "dynamicProperty":"dynamicProperty value",
    "accountId":null,
    "repositoryId":"gl30074",
    "name":"Purchase List 2",
    "siteId":null,
    "links":[
        {
            "rel":"self",
            "href":"http://localhost:9080/ccstoreui/v1/purchaseLists/gl30074"
        }
    ],
    "id":"gl30074",
    "items":[
        {
            "dynamicProperty":"dynamicProperty value",
            "productId":"Product_5Cx",
            "quantityDesired":30,
            "repositoryId":"gi10001",
            "id":"gi10001",
            "catRefId":"Sku_5Cxy"
        }
    ],
    "sharedWithOthers":false
}

Default Response

The error response. The following are the internal error codes thrown by this API when the request processing fails in Oracle Retail Digital Commerce: |Error Code|Description| |------------------|------------------| |64102|Error while fetching the purchase list| |64100|Invalid profile id| |64132|Purchase list does not exist or you do not have access to it.|
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top