Alokai

OrderInformationInput

Input to retrieve an order based on details.

type OrderInformationInput = {
  email: Scalars['String']['input']; /** Order billing address lastname. */
  lastname: Scalars['String']['input']; /** Order number. */
  number: Scalars['String']['input'];
};

Referenced Types

On this page