Home > @poq/sdk > SearchResponseProductListing
Representation of the product listing.
Signature:
export declare class SearchResponseProductListing extends PoqContract
Extends: PoqContract
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the SearchResponseProductListing class |
Property | Modifiers | Type | Description |
---|---|---|---|
brand | string | undefined | Brand. | |
customData | Record<string, unknown> | undefined | Custom data. This field may not be returned. | |
forms | SearchResponseForm[] | undefined | Forms of this listing. | |
id | string | Id of the listing. | |
name | string | Name of ths listing. | |
priceRange | SearchResponseListingPrice | “Now” and “was” price ranges of the variant group. | |
productId | string | Id of the product. | |
promotions | SearchResponsePromotions | undefined | Representation of promotions. | |
reviews | SearchResponseReviews | undefined | Representation of reviews. | |
variantGroups | SearchResponseVariantGroup[] | Collective information of a variant group to display. More than one variant groups should be displayed as swatches. |