Package | Description |
---|---|
io.sphere.sdk.orders.commands |
Provides types to change the state of orders.
|
Modifier and Type | Method and Description |
---|---|
static OrderFromCartInStoreCreateCommand |
OrderFromCartInStoreCreateCommand.of(String storeKey,
OrderFromCartDraft draft) |
static OrderFromCartInStoreCreateCommand |
OrderFromCartInStoreCreateCommand.of(String storeKey,
ResourceIdentifier<Cart> cartResourceIdentifier,
Long version) |
static OrderFromCartInStoreCreateCommand |
OrderFromCartInStoreCreateCommand.of(String storeKey,
Versioned<Cart> cart) |