Skip to main content
object

Requires read_inventory access scope. Also: The user must have permission to view inventory counts.

Represents an inventory count operation for auditing and adjusting stock levels at a specific location.


Note

This object is available only in the unstable API version and to development stores that have enabled the Physical inventory feature preview.


•DateTime!
non-null

The date and time the inventory count was created.

•ID!
non-null

A globally-unique ID.

•InventoryCountLineItemConnection!
non-null

The items included in this count with their counted quantities and review status.

Arguments

•String

The elements that come after the specified cursor.

•String

The elements that come before the specified cursor.

•Int

The first n elements from the paginated list.

•Int

The last n elements from the paginated list.

•Boolean
Default:false

Reverse the order of the underlying list.


•LocationSnapshot!
non-null

Snapshot of the count location (name, address, when snapped) with an optional link to the live Location object. If the original location is deleted, the snapshot data will still be available but the location link will be nil.


Was this section helpful?

•mutation

Creates an inventory count for auditing and adjusting stock levels at a specific location.


Note

This mutation is available only in the unstable API version and to development stores that have enabled the Physical inventory feature preview.


Arguments

•[InventoryCountLineItemInput!]
Default:[]

Items to include in the count, each optionally with a counted quantity.

•ID

The ID of the location for the count.



Was this section helpful?

•interface

Was this section helpful?