Options
All
  • Public
  • Public/Protected
  • All
Menu

Module sdk/checkout-repository

Index

Type aliases

CheckoutAddMetadataData: { checkoutAddMetadata: { checkoutId: string; metadata: { key: string; value: string }[] } }

Type declaration

  • checkoutAddMetadata: { checkoutId: string; metadata: { key: string; value: string }[] }
    • checkoutId: string
    • metadata: { key: string; value: string }[]
CheckoutAddMetadataForProductVariantData: { checkoutAddMetadataForProductVariant: { checkoutId: string; metadata: { key: string; value: string }[]; products: { metadata: { key: string; value: string }[]; productId: number; productVariantId: number }[]; total: number } }

Type declaration

  • checkoutAddMetadataForProductVariant: { checkoutId: string; metadata: { key: string; value: string }[]; products: { metadata: { key: string; value: string }[]; productId: number; productVariantId: number }[]; total: number }
    • checkoutId: string
    • metadata: { key: string; value: string }[]
    • products: { metadata: { key: string; value: string }[]; productId: number; productVariantId: number }[]
    • total: number
CheckoutMetadataInput: { key: string; value: string }

Type declaration

  • key: string
  • value: string
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
CheckoutProductInput: { customization?: { customizationId: number; value: string }[]; customizationId: string; productVariantId: number; quantity: number; subscription?: { recurringTypeId: number; subscriptionGroupId: number } }

Type declaration

  • Optional customization?: { customizationId: number; value: string }[]
  • customizationId: string
  • productVariantId: number
  • quantity: number
  • Optional subscription?: { recurringTypeId: number; subscriptionGroupId: number }
    • recurringTypeId: number
    • subscriptionGroupId: number
CheckoutResponse: { data: { checkoutId: string; products: CheckoutProduct[]; shippingFee: number; subtotal: number; total: number; url: string } }

Type declaration

  • data: { checkoutId: string; products: CheckoutProduct[]; shippingFee: number; subtotal: number; total: number; url: string }
    • checkoutId: string
    • products: CheckoutProduct[]
    • shippingFee: number
    • subtotal: number
    • total: number
    • url: string

Generated using TypeDoc