Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICheckoutOptions

These are the options to provide to help guide the checkout process

autoShipReservation: when true will try to ship a reservation order when valid

allowPlaceWithoutPayment: when true will allow placing order without a payment

export
interface

ICheckoutOptions

Hierarchy

  • ICheckoutOptions

Index

Properties

Optional allowCompletionWithoutShip

allowCompletionWithoutShip: undefined | false | true

Optional allowPlaceWithoutPayment

allowPlaceWithoutPayment: undefined | false | true

Optional allowedInvalidSteps

allowedInvalidSteps: TCheckoutSteps[]

Optional autoShipReservation

autoShipReservation: undefined | false | true

Optional createNewCartOnCompletion

createNewCartOnCompletion: undefined | false | true

Optional partialShipment

partialShipment: undefined | false | true

Optional placeOrderPayload

placeOrderPayload: PlaceOrder

Optional shipOrderPayload

shipOrderPayload: ShipOrder