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.discountcodes |
Provides model classes and builders for discount codes.
|
io.sphere.sdk.orders |
Provides model classes and builders for orders.
|
io.sphere.sdk.productdiscounts |
Provides model classes and builders for product discounts.
|
io.sphere.sdk.producttypes |
Provides model classes and builders for product types.
|
io.sphere.sdk.projects |
Provides models for the project endpoint.
|
Modifier and Type | Method and Description |
---|---|
ZonedDateTime |
CartDiscount.getValidFrom()
Lower bound of the validity period.
|
Modifier and Type | Method and Description |
---|---|
List<CustomLineItem> |
Cart.getCustomLineItems()
The custom line items of this cart.
|
List<Address> |
Cart.getItemShippingAddresses() |
List<LineItem> |
Cart.getLineItems() |
Modifier and Type | Method and Description |
---|---|
List<Asset> |
Category.getAssets() |
Modifier and Type | Method and Description |
---|---|
ZonedDateTime |
DiscountCode.getValidFrom()
Start date for discount code validity
|
Modifier and Type | Method and Description |
---|---|
List<Address> |
Order.getItemShippingAddresses() |
Modifier and Type | Method and Description |
---|---|
ZonedDateTime |
ProductDiscount.getValidFrom() |
Modifier and Type | Method and Description |
---|---|
default AttributeDefinition |
ProductType.getAttribute(String attributeName) |
Modifier and Type | Method and Description |
---|---|
CartsConfiguration |
Project.getCarts() |
MessagesConfiguration |
Project.getMessages() |