Poq.SDK.Node

Home > @poq/sdk > OrderItemInStartCartTransferResponse

OrderItemInStartCartTransferResponse class

Signature:

export declare class OrderItemInStartCartTransferResponse extends PoqContract 

Extends: PoqContract

Constructors

Constructor Modifiers Description
(constructor)(params)   Constructs a new instance of the OrderItemInStartCartTransferResponse class

Properties

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.