Home > @vsf-enterprise/commercetools-types > InventoryEntryDraft
# InventoryEntryDraft type
Signature:
export declare 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>;
};
References: Scalars, InputMaybe, ResourceIdentifierInput, CustomFieldsDraft