InventoryScheduledChange - admin-graphql - OBJECT
Version: 2024-01
Description:
Returns the scheduled changes to inventory states related to the ledger document.
Access Scopes
`read_inventory` access scope.
Fields
-
expectedAt:
DateTime! -
The date and time that the scheduled change is expected to happen.
-
fromName:
String! -
The quantity
[name](https://shopify.dev/docs/apps/fulfillment/inventory-management-apps/quantities-states#move-inventory-quantities-between-states)
to transition from.
-
inventoryLevel:
InventoryLevel! -
The quantities of an inventory item that are related to a specific location.
-
ledgerDocumentUri:
URL! -
A freeform URI that represents what changed the inventory quantities.
-
quantity:
Int! -
The quantity of the scheduled change associated with the ledger document in the `fromName` state.
-
toName:
String! -
The quantity
[name](https://shopify.dev/docs/apps/fulfillment/inventory-management-apps/quantities-states#move-inventory-quantities-between-states)
to transition to.
Connections
Related queries
Related mutations
Related Unions
Examples