Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetStockAvailabilityTimeline

Returns the expected availability timeline for the provided ProductIDs, from the perspective of the provided OrganizationUnitID (optional, defaults to the user's current OrganizationUnitID).

The timeline is ordered chronologically and includes all events that are relevant to the availability of the requested products, including events that happen on the suppliers of the requested OrganizationUnit (such as PurchaseOrder receipts).

Additionally, a FromDate (inclusive) and ToDate (exclusive) can be used to filter the response by date and a Type can be provided to only return timeline items of a certain type.

Hierarchy

  • GetStockAvailabilityTimeline

Index

Properties

Optional FromDate

FromDate: undefined | string

Optional OrganizationUnitID

OrganizationUnitID: undefined | number

Entity type: OrganizationUnit

Optional ProductIDs

ProductIDs: number[]

Entity type: Product

Optional ToDate

ToDate: undefined | string

Optional Type