Response [200 Ok]
| Uri | /api/v2/cart!empty |
|---|---|
| UriDescription | Empty Cart |
| EndpointType | EmptyCart |
Request
| Uri | /api/v2/cart!empty?_accept=text%2Fhtml |
|---|---|
| Method | GET |
| Version | v2 |
Config
{
"expand_method": "ref",
"shorturis": false
}
Options
Methods
OPTIONS
| Permissions |
|
|---|
GET
| Permissions |
|
|---|
POST
| Permissions |
|
|---|
JSON
{
"Request": {
"Version": "v2",
"Method": "GET",
"Uri": "/api/v2/cart!empty?_accept=text%2Fhtml"
},
"Options": {
"MethodDetails": {
"OPTIONS": {
"Permissions": [
"Read"
]
},
"GET": {
"Permissions": [
"Read"
]
},
"POST": {
"Permissions": [
"Read"
]
}
},
"Methods": [
"OPTIONS",
"GET",
"POST"
],
"Parameters": {
"POST": []
},
"MediaTypes": [
"application/json",
"application/vnd.php.serialized",
"application/x-msgpack",
"text/html",
"text/csv"
]
},
"Response": {
"Uri": "/api/v2/cart!empty",
"UriDescription": "Empty Cart",
"EndpointType": "EmptyCart",
"Timing": {
"Total": {
"time": 0.02664,
"cycles": 1,
"objects": 0
}
}
},
"Code": 200,
"Message": "Ok"
}