GET v1/store/login/user/orders/cart?listID={listID}
Gets the general cart information of the current user.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| listID | globally unique identifier |
Optional |
Body Parameters
None.
Response Information
Resource Description
Returns the general cart information of the current user.
CartModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderApproval |
The order approval information. Can be null if there is no approval. |
OrderApprovalModel |
None. |
| CheckoutUrl |
The URL to the first page of the checkout wizard. |
string |
None. |
| Items |
The list of the items in the cart. |
Collection of CartItemModel |
None. |
| Description |
The text that will be displayed in the Shopping Cart. |
string |
None. |
| Activities |
Active background tasks of the current user, related to the shopping cart |
Collection of globally unique identifier |
None. |
| OrderID |
The unique ID of the order. |
globally unique identifier |
None. |
| OrderFriendlyID |
The friendly ID of the order. |
integer |
None. |
| OrderLegacyID |
The legacy ID of the order. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"OrderApproval": {
"OriginalOrderFriendlyID": 1,
"OriginalOrderID": "c8659673-c906-4a79-8f97-2f714d2e89d5"
},
"CheckoutUrl": "sample string 1",
"Items": [
{
"OrderItemID": "5e569117-7ef4-497b-81e1-334d0a257f62",
"OrderItemFriendlyID": 2,
"Product": {
"ProductID": "5daf01a0-7fd7-4c4b-89ab-c4e7e82139d6",
"Name": "sample string 2",
"CatalogNumber": "sample string 3",
"Unit": {
"ItemQuantity": 1,
"ItemType": {
"Name": "sample string 1",
"PluralName": "sample string 2"
},
"PackType": {
"Name": "sample string 1",
"PluralName": "sample string 2"
}
},
"HasPricing": true
},
"Nickname": "sample string 3",
"Checked": true,
"OriginalOrderFriendlyID": 1,
"EditUrl": "sample string 5",
"QuantityPerRecipient": 1,
"NumRecipients": 6,
"Quantity": 7,
"Properties": [
{
"Name": "sample string 1",
"Value": "sample string 2",
"ComponentRange": "sample string 3",
"ComponentName": "sample string 4",
"ConvertToClientTimeZone": true
},
{
"Name": "sample string 1",
"Value": "sample string 2",
"ComponentRange": "sample string 3",
"ComponentName": "sample string 4",
"ConvertToClientTimeZone": true
}
],
"SubItems": [
{
"Product": {
"ProductID": "5daf01a0-7fd7-4c4b-89ab-c4e7e82139d6",
"Name": "sample string 2",
"CatalogNumber": "sample string 3",
"Unit": {
"ItemQuantity": 1,
"ItemType": {
"Name": "sample string 1",
"PluralName": "sample string 2"
},
"PackType": {
"Name": "sample string 1",
"PluralName": "sample string 2"
}
},
"HasPricing": true
},
"Quantity": 1
},
{
"Product": {
"ProductID": "5daf01a0-7fd7-4c4b-89ab-c4e7e82139d6",
"Name": "sample string 2",
"CatalogNumber": "sample string 3",
"Unit": {
"ItemQuantity": 1,
"ItemType": {
"Name": "sample string 1",
"PluralName": "sample string 2"
},
"PackType": {
"Name": "sample string 1",
"PluralName": "sample string 2"
}
},
"HasPricing": true
},
"Quantity": 1
}
],
"Thumbnail": {
"Url": "sample string 1"
},
"ProofStatus": 1,
"Attributes": [
{
"Name": "sample string 1",
"Value": "sample string 2"
},
{
"Name": "sample string 1",
"Value": "sample string 2"
}
]
},
{
"OrderItemID": "5e569117-7ef4-497b-81e1-334d0a257f62",
"OrderItemFriendlyID": 2,
"Product": {
"ProductID": "5daf01a0-7fd7-4c4b-89ab-c4e7e82139d6",
"Name": "sample string 2",
"CatalogNumber": "sample string 3",
"Unit": {
"ItemQuantity": 1,
"ItemType": {
"Name": "sample string 1",
"PluralName": "sample string 2"
},
"PackType": {
"Name": "sample string 1",
"PluralName": "sample string 2"
}
},
"HasPricing": true
},
"Nickname": "sample string 3",
"Checked": true,
"OriginalOrderFriendlyID": 1,
"EditUrl": "sample string 5",
"QuantityPerRecipient": 1,
"NumRecipients": 6,
"Quantity": 7,
"Properties": [
{
"Name": "sample string 1",
"Value": "sample string 2",
"ComponentRange": "sample string 3",
"ComponentName": "sample string 4",
"ConvertToClientTimeZone": true
},
{
"Name": "sample string 1",
"Value": "sample string 2",
"ComponentRange": "sample string 3",
"ComponentName": "sample string 4",
"ConvertToClientTimeZone": true
}
],
"SubItems": [
{
"Product": {
"ProductID": "5daf01a0-7fd7-4c4b-89ab-c4e7e82139d6",
"Name": "sample string 2",
"CatalogNumber": "sample string 3",
"Unit": {
"ItemQuantity": 1,
"ItemType": {
"Name": "sample string 1",
"PluralName": "sample string 2"
},
"PackType": {
"Name": "sample string 1",
"PluralName": "sample string 2"
}
},
"HasPricing": true
},
"Quantity": 1
},
{
"Product": {
"ProductID": "5daf01a0-7fd7-4c4b-89ab-c4e7e82139d6",
"Name": "sample string 2",
"CatalogNumber": "sample string 3",
"Unit": {
"ItemQuantity": 1,
"ItemType": {
"Name": "sample string 1",
"PluralName": "sample string 2"
},
"PackType": {
"Name": "sample string 1",
"PluralName": "sample string 2"
}
},
"HasPricing": true
},
"Quantity": 1
}
],
"Thumbnail": {
"Url": "sample string 1"
},
"ProofStatus": 1,
"Attributes": [
{
"Name": "sample string 1",
"Value": "sample string 2"
},
{
"Name": "sample string 1",
"Value": "sample string 2"
}
]
}
],
"Description": "sample string 2",
"Activities": [
"fbff5ed3-8877-4645-9701-4c99b5d8750c",
"31068052-68fa-4743-a762-132e25b7e694"
],
"OrderID": "f3abd7d6-5125-4a0a-8f58-b6ac21d6bb46",
"OrderFriendlyID": 4,
"OrderLegacyID": 5
}