Options
All
  • Public
  • Public/Protected
  • All
Menu

Module sdk/models/checkout

Index

Type aliases

CheckoutKitData: { checkoutId: string; kits: { alias: string; imageUrl: string; kitGroupId: string; kitId: number; listPrice: number; name: string; price: number; products: CheckoutProduct[]; quantity: number; totalListPrice: number }[]; url: string }

Type declaration

  • checkoutId: string
  • kits: { alias: string; imageUrl: string; kitGroupId: string; kitId: number; listPrice: number; name: string; price: number; products: CheckoutProduct[]; quantity: number; totalListPrice: number }[]
  • url: string
CheckoutKitInput: { id: string; kitGroupId: string; kitId: number; products: { productId: number; variants: { productVariantId: number; quantity: number }[] }[]; quantity: number }

Type declaration

  • id: string
  • kitGroupId: string
  • kitId: number
  • products: { productId: number; variants: { productVariantId: number; quantity: number }[] }[]
  • quantity: number
CheckoutProduct: { ajustedPrice: number; customization: { id: string; values: { cost: number; name: string; value: string }[] }; imageUrl: string; listPrice: number; name: string; price: number; productAttributes: { name: string; type: number; value: string }[]; productId: number; productVariantId: number; quantity: number }

Type declaration

  • ajustedPrice: number
  • customization: { id: string; values: { cost: number; name: string; value: string }[] }
    • id: string
    • values: { cost: number; name: string; value: string }[]
  • imageUrl: string
  • listPrice: number
  • name: string
  • price: number
  • productAttributes: { name: string; type: number; value: string }[]
  • productId: number
  • productVariantId: number
  • quantity: number

Generated using TypeDoc