Package | Description |
---|---|
io.sphere.sdk.carts.commands |
Provides types to change the state of carts.
|
Modifier and Type | Method and Description |
---|---|
static CartUpdateCommand |
CartUpdateCommand.of(Versioned<Cart> versioned,
List<? extends UpdateAction<Cart>> updateActions)
Creates a command to update a Cart selected by its ID using several update actions.
|
static CartUpdateCommand |
CartUpdateCommand.of(Versioned<Cart> versioned,
UpdateAction<Cart> updateAction,
UpdateAction<Cart>... updateActions)
Creates a command to update a Cart selected by its ID using one update action.
|