Response [200 Ok]

Uri /api/v2/cart!items
UriDescription List CartItems
EndpointType CartItems
Locator CartItem
LocatorType Objects

Pages

Count 0
FirstPage /api/v2/cart!items?start=1&count=100
LastPage /api/v2/cart!items?start=-99&count=100
RequestedCount 100
Start 1
Total 0

Timing

Total

cycles 1
objects 0
time 0.02295

Config

{
    "expand_method": "ref",
    "shorturis": false
}

JSON

{
    "Request": {
        "Version": "v2",
        "Method": "GET",
        "Uri": "/api/v2/cart!items?_accept=text%2Fhtml"
    },
    "Options": {
        "MethodDetails": {
            "OPTIONS": {
                "Permissions": [
                    "Read"
                ]
            },
            "GET": {
                "Permissions": [
                    "Read"
                ]
            }
        },
        "Methods": [
            "OPTIONS",
            "GET"
        ],
        "MediaTypes": [
            "application/json",
            "application/vnd.php.serialized",
            "application/x-msgpack",
            "text/html",
            "text/csv"
        ],
        "Notes": [
            "_multiargs does not work at this endpoint"
        ]
    },
    "Response": {
        "Uri": "/api/v2/cart!items",
        "Locator": "CartItem",
        "LocatorType": "Objects",
        "UriDescription": "List CartItems",
        "EndpointType": "CartItems",
        "Pages": {
            "Total": 0,
            "Start": 1,
            "Count": 0,
            "RequestedCount": 100,
            "FirstPage": "/api/v2/cart!items?start=1&count=100",
            "LastPage": "/api/v2/cart!items?start=-99&count=100"
        },
        "Timing": {
            "Total": {
                "time": 0.02295,
                "cycles": 1,
                "objects": 0
            }
        }
    },
    "Code": 200,
    "Message": "Ok"
}