Response [200 Ok]

Uri /api/v2/cart!items?count=20&start=-19&_shorturis=
UriDescription List CartItems
EndpointType CartItems
Locator CartItem
LocatorType Objects

Timing

Total

cycles 1
objects 0
time 0.03408

Config

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

JSON

{
    "Request": {
        "Version": "v2",
        "Method": "GET",
        "Uri": "/api/v2/cart!items?count=20&start=-19&_shorturis="
    },
    "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?count=20&start=-19&_shorturis=",
        "Locator": "CartItem",
        "LocatorType": "Objects",
        "UriDescription": "List CartItems",
        "EndpointType": "CartItems",
        "Pages": {
            "Total": 0,
            "Start": 1,
            "Count": 0,
            "RequestedCount": 20,
            "FirstPage": "/api/v2/cart!items?count=20&start=1&_shorturis=",
            "LastPage": "/api/v2/cart!items?count=20&start=-19&_shorturis="
        },
        "Timing": {
            "Total": {
                "time": 0.03408,
                "cycles": 1,
                "objects": 0
            }
        }
    },
    "Code": 200,
    "Message": "Ok"
}