Alokai

MyCartDraft

type MyCartDraft = {
  currency: Scalars['Currency'];
  country?: InputMaybe<Scalars['Country']>;
  inventoryMode?: InputMaybe<InventoryMode>;
  custom?: InputMaybe<CustomFieldsDraft>;
  customerEmail?: InputMaybe<Scalars['String']>;
  shippingAddress?: InputMaybe<AddressInput>;
  billingAddress?: InputMaybe<AddressInput>;
  shippingMethod?: InputMaybe<ResourceIdentifierInput>;
  taxMode?: InputMaybe<TaxMode>;
  locale?: InputMaybe<Scalars['Locale']>;
  deleteDaysAfterLastModification?: InputMaybe<Scalars['Int']>;
  itemShippingAddresses?: InputMaybe<Array<AddressInput>>;
  discountCodes?: InputMaybe<Array<Scalars['String']>>;
  store?: InputMaybe<ResourceIdentifierInput>;
  lineItems?: InputMaybe<Array<MyLineItemDraft>>;
};

Referenced Types

On this page