Home > @poq/sdk > CartItemWithProductResponse
Signature:
export declare class CartItemWithProductResponse extends CartItemResponse
Extends: CartItemResponse
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the CartItemWithProductResponse class |
Property | Modifiers | Type | Description |
---|---|---|---|
brand | string | undefined | Parent Product Brand. Usually Department Store Apps have this data. | |
color | string | undefined | Product color | |
isInStock | boolean | Flag to check if given cart item is still in stock | |
listingId | string | undefined | Listing Id of the product. Please see Product API documentation for more information. | |
product | CartProductResponse | undefined | Information relating to the product. | |
productId | string | undefined | The id of the product matching the product id on the client’s end. | |
thumbnailUrl | string | undefined | Cart Item Thumbnail URL. | |
title | string | undefined | Parent product title | |
total | Price | undefined | Line item total. | |
variantName | string | undefined | Product variant name. |