Response [200 Ok]
| Uri | /api/v2/cart!items?count=20&start=1&_shorturis= |
|---|---|
| UriDescription | List CartItems |
| EndpointType | CartItems |
| Locator | CartItem |
| LocatorType | Objects |
Pages
| Count | 0 |
|---|---|
| FirstPage | /api/v2/cart!items?count=20&start=1&_shorturis= |
| LastPage | /api/v2/cart!items?count=20&start=-19&_shorturis= |
| RequestedCount | 20 |
| Start | 1 |
| Total | 0 |
Request
| Uri | /api/v2/cart!items?count=20&start=1&_shorturis=&_verbosity=3&_accept=text%2Fhtml |
|---|---|
| Method | GET |
| Version | v2 |
Config
{
"expand_method": "ref",
"shorturis": true
}
Options
JSON
{
"Request": {
"Version": "v2",
"Method": "GET",
"Uri": "/api/v2/cart!items?count=20&start=1&_shorturis=&_verbosity=3&_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?count=20&start=1&_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.03141,
"cycles": 1,
"objects": 0
}
}
},
"Code": 200,
"Message": "Ok"
}