UnlockOptions

open_in_new

Options to use when unlocking a given bundle.

GraphQL Schema definition

  • input UnlockOptions {
  • # The delivery speed of the order.
  • # See BundleOptions deliverySpeeds for the available options.
  • deliverySpeed: DeliverySpeed
  • # The units to use for the order. If unspecified it will
  • # use the account defaults.
  • measurementUnits: [Units!]
  • }