Package | Description |
---|---|
io.sphere.sdk.categories |
Provides model types to organize products in a hierarchical structure.
|
io.sphere.sdk.products |
Provides model classes and builders for products.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Category
Categories are used to organize products in a hierarchical structure.
|
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 |
ProductData |
(package private) interface |
io.sphere.sdk.products.ProductDataLike |
interface |
ProductDraft
A template for a new
Product . |
interface |
ProductProjection
A projected representation of a product shows the product with its current or staged data.
|
Modifier and Type | Class and Description |
---|---|
class |
ProductDraftDsl
Dsl class for
ProductDraft . |