Home > @poq/sdk > OrderItemInStartCartTransferResponse
Signature:
export declare class OrderItemInStartCartTransferResponse extends PoqContract
Extends: PoqContract
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the OrderItemInStartCartTransferResponse class |
Property | Modifiers | Type | Description |
---|---|---|---|
cartItemId | string | undefined | This is the correspondent id for the cart so it can be used to edit this item in the cart. | |
customData | Record<string, unknown> | undefined | Any custom data to be provided. | |
externalId | string | undefined | The external product identifier. | |
price | number | undefined | The price of the order item. | |
productTitle | string | undefined | The product title of the order item. | |
quantity | number | undefined | The quantity of the order item. | |
sku | string | undefined | The SKU of the order item. | |
specialPrice | number | undefined | The price of the order item. |