Retrieve a list of carts
Retrieve a list of carts.
Authorizations:Token, JWT
Query Parameters
| page | integerDefault: 1The collection page number |
| itemsPerPage | integer[0 .. true]Default: 30The number of items per page |
| pagination | booleanEnable or disable pagination |
| date[before] | string |
| date[strictly_before] | string |
| date[after] | string |
| date[strictly_after] | string |
| lastRenewDate[before] | string |
| lastRenewDate[strictly_before] | string |
| lastRenewDate[after] | string |
| lastRenewDate[strictly_after] | string |
| order[date] | stringEnum: "asc""desc" |
| order[lastRenewDate] | stringEnum: "asc""desc" |
| paymentStatus.code | string |
| paymentStatus.code[] | Array of strings |
| shippingStatus.code | string |
| shippingStatus.code[] | Array of strings |
| profile.login | string |
Responses
200Cart collection
Response schema:
Cart collection Array
| mobile_order | boolean | ||||||||||||||||||||||||||||||||||||||||||
| mailchimp_store_id | string | ||||||||||||||||||||||||||||||||||||||||||
| selected_multi_currency | string | ||||||||||||||||||||||||||||||||||||||||||
| selected_multi_currency_rate | number | ||||||||||||||||||||||||||||||||||||||||||
| id | integer>= 0 | ||||||||||||||||||||||||||||||||||||||||||
| total | number | ||||||||||||||||||||||||||||||||||||||||||
| sub_total | number | ||||||||||||||||||||||||||||||||||||||||||
| string | |||||||||||||||||||||||||||||||||||||||||||
| items | Array of objects | ||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||
| billing_address | object or null | ||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||
| shipping_address | object or null | ||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||
| create_date | string | ||||||||||||||||||||||||||||||||||||||||||
| update_date | string | ||||||||||||||||||||||||||||||||||||||||||
| payment_status | object or null | ||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||
| shipping_status | object or null | ||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||
| customer_id | integer>= 0 | ||||||||||||||||||||||||||||||||||||||||||
| order_profile_id | integer>= 0 | ||||||||||||||||||||||||||||||||||||||||||
| shipping_id | integer>= 0 | ||||||||||||||||||||||||||||||||||||||||||
| shipping_method_name | string | ||||||||||||||||||||||||||||||||||||||||||
| payment_method_name | string | ||||||||||||||||||||||||||||||||||||||||||
| notes | string | ||||||||||||||||||||||||||||||||||||||||||
| admin_notes | string | ||||||||||||||||||||||||||||||||||||||||||
| currency | string | ||||||||||||||||||||||||||||||||||||||||||
| stock_status | string | ||||||||||||||||||||||||||||||||||||||||||
| surcharges | Array of objects | ||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||
| tracking_numbers | Array of objects | ||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||
401Unauthorized
Response schema:
Unauthorized | type | string |
| title | string |
| detail | string or null |
| instance | string or null |
500Internal error
Response schema:
Internal error | type | string |
| title | string |
| detail | string or null |
| instance | string or null |