Interface: UseCheckoutOptions
Defined in: composables/react/useCheckout.ts:37
Options for useCheckout.
Properties
companyId?
optionalcompanyId?:number
Defined in: composables/react/useCheckout.ts:43
Active company id used to resolve the contact's company addresses.
configuration?
optionalconfiguration?:object
Defined in: composables/react/useCheckout.ts:47
Portal configuration: image search/variant filters passed to cart mutations.
imageSearchFiltersGrid?
optionalimageSearchFiltersGrid?:MediaImageProductSearchInput
imageVariantFiltersSmall?
optionalimageVariantFiltersSmall?:TransformationsInput
graphqlClient
graphqlClient:
GraphQLClient
Defined in: composables/react/useCheckout.ts:39
GraphQL client the hook derives its Services bundle from.
language?
optionallanguage?:string
Defined in: composables/react/useCheckout.ts:45
Checkout language. Defaults to 'NL'.
user
user:
AnyUser
Defined in: composables/react/useCheckout.ts:41
The signed-in user; supplies the saved default addresses pre-populated into the cart.