ProductSearch model¶
ProductSearch model consists of the following fields:
- isActive:
boolean - isBuyable:
boolean - producer:
Producer - stock:
string - availabilityLabel:
string - category:
CategoryBase - productId:
number - image:
ImageFile - name:
string - isStock:
boolean - prices: {
basic:
Pricepromotion:Price}; - codes:
TProductCodes - rate:
number - score:
number - url:
string
Producer¶
Represents the Producer model.
CategoryBase¶
Represents the CategoryBase model.
ImageFile¶
Represents the ImageFile model.
Price¶
Represents the Price model.
TProductCodes¶
Represents the TProductCodes object.