INPUT_OBJECT

UnlockOptions

Options to use when unlocking a given bundle.

link 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!]
  • }