Package | Description |
---|---|
io.sphere.sdk.carts.commands |
Provides types to change the state of carts.
|
Modifier and Type | Method and Description |
---|---|
static CartInStoreUpdateCommand |
CartInStoreUpdateCommand.of(String storeKey,
Versioned<Cart> versioned,
List<? extends UpdateAction<Cart>> updateActions) |
static CartInStoreUpdateCommand |
CartInStoreUpdateCommand.of(String storeKey,
Versioned<Cart> versioned,
UpdateAction<Cart> updateAction,
UpdateAction<Cart>... updateActions) |