Gets all shopping carts in the system.
Scope | shoppingcart Deprecated scope name: get_all_shoppingcart |
App Type | Citizen |
Authorization Type | Access token |
URI | /v4/shoppingCart?lang={lang}&fields={fields} |
HTTP Method | GET |
Automation Version(s) | 7.3.3 |
Field or Parameter | Type | Required | Values | Description | Automation Version |
---|---|---|---|---|---|
fields | string | No | � | Comma-delimited names of fields to be returned in the response. Note: Field names are case-sensitive and only first-level fields are supported. Invalid field names are ignored. | 7.3.2 |
lang | String | No | � | Indicates the language applied. | 7.3.2 |
Field | Type | Description | Automation Version |
---|---|---|---|
result[] | result{} | � | 7.3.3 |
result.createdDate | dateTime | The date the entry was created. | 7.3.3 |
result.id | string | The unique identifier for the object, assigned by the Civic Platform server and provided in a response. | 7.3.3 |
result.payNow | string | Indicates whether the shopping cart item is to be paid now or saved for later. | 7.3.3 |
result.processType | string | The process for which the record is added to the shopping cart. | 7.3.3 |
status | integer | The record status. | 7.3.3 |