Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

MutationUpdateOrderArgs

export type MutationUpdateOrderArgs = {
    version: Scalars['Long'];
    actions: Array<OrderUpdateAction>;
    storeKey?: InputMaybe<Scalars['KeyReferenceInput']>;
    id?: InputMaybe<Scalars['String']>;
    orderNumber?: InputMaybe<Scalars['String']>;
};

Referenced Types

On this page