GET api/Basket
Get the basket for the logged in user
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Basket| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Count | integer |
None. |
|
| Total | decimal number |
None. |
|
| Saving | decimal number |
None. |
|
| Taxes | decimal number |
None. |
|
| Adjustments | Collection of BasketAdjustment |
None. |
|
| ItemGroups | Collection of BasketItemGroup |
None. |
|
| ItemProductGroups | Collection of BasketItemProductGroup |
None. |
|
| Packages | Collection of Package |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.