Package | Description |
---|---|
io.sphere.sdk.shippingmethods.commands |
Provides types to change the state of shipping methods.
|
Modifier and Type | Method and Description |
---|---|
static ShippingMethodDeleteCommand |
ShippingMethodDeleteCommand.of(Versioned<ShippingMethod> versioned)
Creates a command object to delete a
ShippingMethod by ID. |
static ShippingMethodDeleteCommand |
ShippingMethodDeleteCommand.ofKey(String key,
Long version)
Creates a command object to delete a
ShippingMethod by its key. |