GET shoppingCart/{portalId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| portalId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ShoppingCart| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| InvoiceNumber | string |
None. |
|
| InvoiceAccount | string |
None. |
|
| PaymentAuthorizationNumber | string |
None. |
|
| TotalPrice | decimal number |
None. |
|
| ShowShipping | boolean |
None. |
|
| TaxExempt | boolean |
None. |
|
| ContinueShoppingURL | string |
None. |
|
| ShoppingCartItems | Collection of ShoppingCartItem |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.