Type aliases
CheckoutAddMetadataData
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
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
CheckoutMetadataInput: { key: string; value: string }
CheckoutProduct
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
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
Checkout
Response
: { 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
shippingFee: number
subtotal: number
total: number
url: string