Home > @vsf-enterprise/sap-commerce-webservices-sdk > ProductSetItem
ProductSetItem interface
ProductSetItem
Signature:
export interface ProductSetItem
Properties
| Property | Type | Description |
|---|---|---|
| code? | string | (Optional) |
| image? | Image | (Optional) |
| name? | string | (Optional) |
| price? | Price | (Optional) |
| productVariants? | Array<ProductSetItem> | (Optional) |
| review? | ProductSetItemReview | (Optional) |
| stock? | Stock | (Optional) |
| url? | string | (Optional) |
| variantOptions? | Array<VariantOptionQualifier> | (Optional) |