Package | Description |
---|---|
io.sphere.sdk.carts |
Provides model classes and builders for carts.
|
Modifier and Type | Method and Description |
---|---|
static LineItemDraftDsl |
LineItemDraft.of(ProductIdentifiable product,
Integer variantId,
long quantity) |
static LineItemDraftDsl |
LineItemDraft.of(String productId,
Integer variantId,
long quantity) |
LineItemDraftDsl |
LineItemDraftDsl.withDistributionChannel(Referenceable<Channel> distributionChannel) |
LineItemDraftDsl |
LineItemDraftDsl.withSupplyChannel(Referenceable<Channel> supplyChannel) |