| AdvancedTag |
A "tag" represents a unique purchasing attribute for a product such "new", "on sale",
"fairtrade", etc.
|
| Asset |
Represents the metadata for an asset such as an image.
|
| BrowseDetailsRequest |
DTO containing information pertaining to a request to be sent to the CatalogProvider to
retrieve a browse entity's details such as for a Product or Category.
|
| BrowseEntityDetails |
|
| CatalogSearchRequest |
DTO containing information pertaining to a request to be sent to the
CatalogSearchProvider to retrieve search results.
|
| CatalogTypeAheadRequest |
DTO containing information pertaining to a request to be sent to the
CatalogSearchProvider to retrieve type-ahead suggestions.
|
| Category |
A structure containing all the info necessary for a category details page or section shown in a
commerce-facing app (as opposed to a PIM UI).
|
| CategoryDetailsRequest |
DTO containing information pertaining to a request to be sent to the CatalogProvider to
retrieve a category's details.
|
| DataDrivenEnum |
A structure containing all the info necessary for data driven enum details section shown in a
commerce-facing app (as opposed to a PIM UI).
|
| DataDrivenEnumDetailsRequest |
DTO containing information pertaining to a request to be sent to the CatalogProvider to
retrieve a data driven enum's details.
|
| DataDrivenEnumList |
A DTO that holds data driven enum references for bulk operations, and lists of failed request
params.
|
| IncludedProduct |
An IncludedItem represents a bundling of additional items with a parent product.
|
| ItemChoice |
|
| ItemChoiceCategory |
A structure containing the details of an ItemChoice targeting a
category useful for a commerce-facing product
details page.
|
| Product |
A structure containing all the info necessary for a product details page shown in a
commerce-facing app (as opposed to a PIM UI).
|
| ProductDetailsRequest |
DTO containing information pertaining to a request to be sent to the CatalogProvider to
retrieve a product's details.
|
| ProductList |
A DTO that holds product references for bulk operations, and lists of failed request params.
|
| ProductOption |
A "product option" encapsulates additional, variable information about a Product
explicitly designed for customer-facing input.
|
| ProductTag |
|
| PromotionalProduct |
A structure containing all of the info necessary for a product details' related promotional
product shown on a commerce-facing app (as opposed to a PIM UI).
|
| SearchResponse<T> |
DTO representing the results from the search service request.
|
| SimplePage<T> |
A simple page DTO into which a Page can be deserialized and that can be easily
re-serialized without concern for implementation details.
|
| SpecificItemChoice |
|
| SpecificItemChoiceVariantPricingOverride |
Represents a pricing override to be used for a dependent item (like a warranty) if a specific
variant of the parent product is added as the dependent's parent.
|
| TypeAheadResponse |
DTO representing a response form the search service for a type-ahead suggestions request.
|
| Variant |
Variants can help further identify the specifics of a Product by narrowing down the Sku via
additional user data.
|