Skip to main content
Anchor to InventoryScheduledChange

InventoryScheduledChange

object

Requires read_inventory access scope.

Returns the scheduled changes to inventory states related to the ledger document.

DateTime!non-null

The date and time that the scheduled change is expected to happen.

String!non-null

The quantity name to transition from.

InventoryLevel!non-null

The quantities of an inventory item that are related to a specific location.

URL!non-null

A freeform URI that represents what changed the inventory quantities.

Int!non-null

The quantity of the scheduled change associated with the ledger document in the fromName state.

String!non-null

The quantity name to transition to.


Was this section helpful?

mutation

Set up scheduled changes of inventory items.

Arguments

InventorySetScheduledChangesInput!required

The input fields for setting up scheduled changes of inventory items.


Fields

[InventoryScheduledChange!]

The scheduled changes that were created.

[InventorySetScheduledChangesUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?