products
Table of Contents
Classes
- ApplicableResource
- A resource that may be applied to something else — a service an item can
receive, an option a subscription can take — together with **how** it applies.
- CustomerOffer
- An offer to sell one product to one specific customer : the price of the
customer's tariff segment at their assigned warehouse, optionally reached
through a pricing condition.
- ExtraPriceSpecification
- Represents a specific factor associated with price segmentation, extending the UnitPriceSpecification functionality.
- FeeSpecification
- A fee an item owes on top of its price — an environmental contribution, a
deposit, packaging, carriage.
- PaymentCondition
- Represents a payment condition applied on specific organizations.
- PaymentMethod
- A payment method is a standardized procedure for transferring the monetary amount for a purchase.
- PhysicalQuantity
- A quantity that also says what it weighs and what space it takes.
- PriceQuantityDiscount
- Defines a set of quantity discounts by quantity applied by a provider on a specific product.
- PriceSegmentation
- Represents a segmentation of price values derived from a quantitative value.
- PricingCondition
- A conditional pricing rule : a discount (or a tariff substitution) granted to
a scoped set of buyers on a scoped set of items, valid over a period.
- PricingConditionSelector
- The selection criteria of a {@see PricingCondition} — *who* it targets, *what*
item it applies to and *where* it is valid.
- Product
- A generic product representation enriched with commerce metadata :
unit of sale, eligible quantities (unit → package → pallet), pricing
categories, tax rate and stock information.
- ProductProviderInfo
- Represents product-related information provided by a specific supplier.
- ProductType
- The product type entity : the functional family of a product — how it is
stocked and tracked.
- ProductWarehouseAvailability
- The product's warehouse availability.
- ProductWarehouseInfo
- The product's warehouse informations.
- ProviderProductWarehouseInfo
- The product warehouse informations.
- StockLevel
- Represents the stock level information for a specific product within a given warehouse.
- TaxRate
- The taxrate representation.