ConfirmCancelOrderInput
type ConfirmCancelOrderInput = {
confirmation_key: Scalars['String']['input']; /** The unique ID of an `Order` type. */
order_id: Scalars['ID']['input'];
};type ConfirmCancelOrderInput = {
confirmation_key: Scalars['String']['input']; /** The unique ID of an `Order` type. */
order_id: Scalars['ID']['input'];
};