| Package | Description |
|---|---|
| io.sphere.sdk.carts |
Provides model classes and builders for carts.
|
| io.sphere.sdk.carts.commands |
Provides types to change the state of carts.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CartDraftDsl |
| Modifier and Type | Method and Description |
|---|---|
static CartCreateCommand |
CartCreateCommand.of(CartDraft draft)
Creates a command object to create a
Cart. |
static CartInStoreCreateCommand |
CartInStoreCreateCommand.of(String storeKey,
CartDraft draft) |