Package | Description |
---|---|
io.sphere.sdk.products.commands.updateactions |
Provides the possible operations which can be performed on update commands for products.
|
Modifier and Type | Method and Description |
---|---|
static AddPrice |
AddPrice.of(Integer variantId,
PriceDraft price) |
static AddPrice |
AddPrice.ofSku(String sku,
PriceDraft price) |
static AddPrice |
AddPrice.ofSku(String sku,
PriceDraft price,
Boolean staged) |
static AddPrice |
AddPrice.ofVariantId(Integer variantId,
PriceDraft price) |
static AddPrice |
AddPrice.ofVariantId(Integer variantId,
PriceDraft price,
Boolean staged) |