Package | Description |
---|---|
io.sphere.sdk.cartdiscounts |
Provides model classes and builders for cart discounts.
|
io.sphere.sdk.carts |
Provides model classes and builders for carts.
|
io.sphere.sdk.carts.commands.updateactions |
Provides the possible operations which can be performed on update commands for carts.
|
io.sphere.sdk.categories |
Provides model types to organize products in a hierarchical structure.
|
io.sphere.sdk.channels |
Provides model classes and builders for channels.
|
io.sphere.sdk.customergroups |
Provides model classes and builders for customer groups.
|
io.sphere.sdk.customers |
Provides model classes and builders for customers.
|
io.sphere.sdk.inventory |
Provides model classes and builders for inventory entries.
|
io.sphere.sdk.models |
Provides the common API types of Composable Commerce.
|
io.sphere.sdk.orderedits | |
io.sphere.sdk.orders |
Provides model classes and builders for orders.
|
io.sphere.sdk.payments |
Provides model classes and builders for payments.
|
io.sphere.sdk.products |
Provides model classes and builders for products.
|
io.sphere.sdk.productselections |
Provides model classes and builders for product selections.
|
io.sphere.sdk.reviews |
Provides model classes and builders for reviews.
|
io.sphere.sdk.shippingmethods |
Provides model classes and builders for shipping methods.
|
io.sphere.sdk.shoppinglists |
Provides model classes and builders for shopping lists.
|
io.sphere.sdk.shoppinglists.commands.updateactions |
Provides the possible operations which can be performed on update commands for shopping list methods.
|
io.sphere.sdk.stores |
Modifier and Type | Interface and Description |
---|---|
interface |
CartDiscountDraft
Draft to create a
CartDiscount . |
Modifier and Type | Class and Description |
---|---|
class |
CartDiscountDraftDsl |
Modifier and Type | Interface and Description |
---|---|
interface |
CartDraft
Draft for
Cart creation. |
interface |
CustomLineItemDraft
Draft for adding a custom line item to the cart.
|
Modifier and Type | Class and Description |
---|---|
class |
CartDraftDsl |
Modifier and Type | Class and Description |
---|---|
class |
AddCustomLineItem
Adds a CustomLineItem to the cart.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CategoryDraft
Template for a new category.
|
Modifier and Type | Class and Description |
---|---|
class |
CategoryDraftDsl
Dsl class for
CategoryDraft . |
Modifier and Type | Interface and Description |
---|---|
interface |
ChannelDraft
Template to create a new Channel.
|
Modifier and Type | Class and Description |
---|---|
class |
ChannelDraftDsl |
Modifier and Type | Interface and Description |
---|---|
interface |
CustomerGroupDraft
Draft for a customer group.
|
Modifier and Type | Class and Description |
---|---|
class |
CustomerGroupDraftDsl
Dsl class for
CustomerGroupDraft . |
Modifier and Type | Interface and Description |
---|---|
interface |
CustomerDraft
Input object for a new
Customer . |
Modifier and Type | Class and Description |
---|---|
class |
CustomerDraftDsl |
Modifier and Type | Interface and Description |
---|---|
interface |
InventoryEntryDraft |
Modifier and Type | Class and Description |
---|---|
class |
InventoryEntryDraftDsl |
Modifier and Type | Interface and Description |
---|---|
interface |
AssetDraft
Draft for an
Asset . |
Modifier and Type | Class and Description |
---|---|
class |
AssetDraftDsl
Dsl class for
AssetDraft . |
Modifier and Type | Interface and Description |
---|---|
interface |
OrderEditDraft |
Modifier and Type | Class and Description |
---|---|
class |
OrderEditDraftDsl
Dsl class for
OrderEditDraft . |
Modifier and Type | Interface and Description |
---|---|
interface |
CustomLineItemImportDraft |
Modifier and Type | Interface and Description |
---|---|
interface |
PaymentDraft
Draft for a new Payment resource.
|
Modifier and Type | Class and Description |
---|---|
class |
PaymentDraftBuilder
Builder for
PaymentDraft . |
class |
PaymentDraftDsl
Dsl class for
PaymentDraft . |
Modifier and Type | Interface and Description |
---|---|
interface |
PriceDraft |
Modifier and Type | Class and Description |
---|---|
class |
PriceDraftDsl
Amount that must be paid when buying goods.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ProductSelectionDraft |
Modifier and Type | Class and Description |
---|---|
class |
ProductSelectionDraftDsl
Dsl class for
ProductSelectionDraft . |
Modifier and Type | Interface and Description |
---|---|
interface |
ReviewDraft
Draft for a new Review.
|
Modifier and Type | Class and Description |
---|---|
class |
ReviewDraftDsl
Dsl class for
ReviewDraft . |
Modifier and Type | Interface and Description |
---|---|
interface |
ShippingMethodDraft |
Modifier and Type | Class and Description |
---|---|
class |
ShippingMethodDraftDsl
Dsl class for
ShippingMethodDraft . |
Modifier and Type | Interface and Description |
---|---|
interface |
ShoppingListDraft
A draft for a new
ShoppingList . |
Modifier and Type | Class and Description |
---|---|
class |
ShoppingListDraftDsl
Dsl class for
ShoppingListDraft . |
Modifier and Type | Class and Description |
---|---|
class |
AddLineItem
Adds a line item to a shopping list.
|
class |
AddTextLineItem
Adds a text line item to a shopping list.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StoreDraft |
Modifier and Type | Class and Description |
---|---|
class |
StoreDraftDsl
Dsl class for
StoreDraft . |