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

InventoryEntryCreatedContent

export type InventoryEntryCreatedContent = {
    __typename?: 'InventoryEntryCreatedContent';
    inventoryEntryId: Scalars['String'];
    sku: Scalars['String'];
    quantityOnStock: Scalars['Long'];
    key?: Maybe<Scalars['String']>;
    restockableInDays?: Maybe<Scalars['Int']>;
    expectedDelivery?: Maybe<Scalars['DateTime']>;
    messageId?: Maybe<MessageId>;
    supplyChannel?: Maybe<Channel>;
    supplyChannelRef?: Maybe<Reference>;
    custom?: Maybe<CustomFieldsType>;
};

Referenced Types

On this page