GetBasket Method
Returns an existing basket using the specified criteria, or creates a new one if none already exist.
| Name | Description | |
|---|---|---|
|
GetBasket(Guid) | Returns an existing Basket using the specified customer identifier, or creates a new one if none already exist. |
|
GetBasket(Guid, Guid) | Returns an existing Basket using the specified customer identifier and basket identifier, or creates a new one if none currently exist. |
|
GetBasket(Guid, String) | Returns an existing Basket using the specified customer identifier and basket name, or creates a new one if none already exist. |
