
io.sphere.sdk.meta.SphereResources Maven / Gradle / Ivy
The newest version!
package io.sphere.sdk.meta;
/**
*
* - {@link io.sphere.sdk.products.Product} - Products are the sellable goods in an e-commerce project on SPHERE.IO.
* - {@link io.sphere.sdk.products.ProductProjection} - A projected representation of a product shows the product with its current or staged data.
* - {@link io.sphere.sdk.categories.Category} - Categories are used to organize products in a hierarchical structure.
* - {@link io.sphere.sdk.taxcategories.TaxCategory} - Tax Categories define how products are to be taxed in different countries.
* - {@link io.sphere.sdk.channels.Channel} - Channels represent a source or destination of different entities.
* - {@link io.sphere.sdk.producttypes.ProductType} - Product types are used to describe common characteristics, most importantly common custom attributes, of many concrete products.
* - {@link io.sphere.sdk.productdiscounts.ProductDiscount} - Product discounts are used to change certain product prices.
*
*/
public final class SphereResources {
private SphereResources() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy