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.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.discountcodes |
Provides model classes and builders for discount codes.
|
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.stores |
Modifier and Type | Interface and Description |
---|---|
interface |
CartDiscount
Cart discounts are used to change the prices of different elements within a cart like Line Items.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Cart
A shopping cart holds product variants and can be ordered.
|
interface |
CartLike<T>
Interface to collect the common stuff between carts and orders.
|
interface |
CustomLineItem
A custom line item is a generic item that can be added to the cart but is not bound to a product.
|
interface |
LineItem
A line item is a snapshot of a product variant at the time it was added to the cart.
|
interface |
LineItemLike
Interface for common stuff of
LineItem s and CustomLineItem s. |
Modifier and Type | Interface and Description |
---|---|
interface |
Category
Categories are used to organize products in a hierarchical structure.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Channel
Channels represent a source or destination of different entities.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CustomerGroup
A Customer can be a member of a customer group (e.g.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Customer
A customer is a person purchasing products.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DiscountCode
Discount codes can be added to a cart to enable certain cart discounts.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InventoryEntry
Inventory allows you to track stock quantity per SKU and optionally per supply
Channel . |
Modifier and Type | Interface and Description |
---|---|
interface |
Asset
Media assets for product variants.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OrderEdit |
Modifier and Type | Interface and Description |
---|---|
interface |
Order
An order can be created from a cart, usually after a checkout process has been completed.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Payment
Payments hold information about the current state of receiving and/or refunding money, but the process itself is handled by a PSP.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Price
Amount that must be paid when buying goods.
|
interface |
PriceLike
Interface for common methods in
Price and ScopedPrice . |
interface |
ScopedPrice |
Modifier and Type | Interface and Description |
---|---|
interface |
ProductSelection |
Modifier and Type | Interface and Description |
---|---|
interface |
Review
Reviews are used to evaluate products and channels.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ShippingMethod
Shipping Methods define where orders can be shipped and what the costs are.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ShoppingList
A shopping list holds items which can be added to a cart.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Store
Stores let you model the context your customers shop in, e.g.
|