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.


Caution

As of 2026-01, this mutation supports an optional idempotency key using the @idempotent directive. As of 2026-04, the idempotency key is required and must be provided using the @idempotent directive. For more information, see the idempotency documentation.


Arguments

InventorySetScheduledChangesInput!
required

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



Was this section helpful?