Package | Description |
---|---|
io.sphere.sdk.carts |
Provides model classes and builders for carts.
|
io.sphere.sdk.carts.commands |
Provides types to change the state of carts.
|
io.sphere.sdk.orders |
Provides model classes and builders for orders.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Cart
A shopping cart holds product variants and can be ordered.
|
Modifier and Type | Method and Description |
---|---|
Reference<? extends CartLike> |
CartReplicationDraft.getReference() |
Reference<? extends CartLike> |
CartReplicationDraftDsl.getReference() |
Reference<? extends CartLike> |
CartReplicationDraftBuilder.getReference() |
Modifier and Type | Method and Description |
---|---|
static CartReplicationDraftDsl |
CartReplicationDraftDsl.of(Reference<? extends CartLike> reference)
Creates a new object initialized with the given values.
|
static CartReplicationDraftBuilder |
CartReplicationDraftBuilder.of(Reference<? extends CartLike> reference)
Creates a new object initialized with the given values.
|
CartReplicationDraftBuilder |
CartReplicationDraftBuilder.reference(Referenceable<? extends CartLike> reference)
Sets the
reference property of this builder. |
CartReplicationDraftDsl |
CartReplicationDraftDsl.withReference(Referenceable<? extends CartLike> reference) |
Modifier and Type | Interface and Description |
---|---|
interface |
Order
An order can be created from a cart, usually after a checkout process has been completed.
|