Interface CartDto

Hierarchy

  • CartDto

Properties

coupons: string[]

CouponResource.code

currency: string

CODE of the current currency

digital_shipping_method_id?: string

Shipping method if in cart is any product with digital shipping type

items: CartItemDto[]
sales_channel_id: string

ID of the current sales channel

shipping_method_id?: string

Shipping method if in cart is any product without digital shipping type

Generated using TypeDoc