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