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

InventoryEntryDraft

export 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