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 SetPrices |
SetPrices.of(Integer variantId,
List<PriceDraft> prices) |
static SetPrices |
SetPrices.ofSku(String sku,
List<PriceDraft> prices) |
static SetPrices |
SetPrices.ofSku(String sku,
List<PriceDraft> prices,
Boolean staged) |
static SetPrices |
SetPrices.ofVariantId(Integer variantId,
List<PriceDraft> prices) |
static SetPrices |
SetPrices.ofVariantId(Integer variantId,
List<PriceDraft> prices,
Boolean staged) |