Alokai

InventoryEntryDraft

type InventoryEntryDraft = {
  sku: Scalars['String'];
  key?: InputMaybe<Scalars['String']>;
  quantityOnStock?: InputMaybe<Scalars['Long']>;
  restockableInDays?: InputMaybe<Scalars['Int']>;
  expectedDelivery?: InputMaybe<Scalars['DateTime']>;
  supplyChannel?: InputMaybe<ResourceIdentifierInput>;
  custom?: InputMaybe<CustomFieldsDraft>;
};

Referenced Types

On this page