Skip to main content
object

Requires read_inventory_counts access scope, or read_inventory access scope for the Physical inventory feature preview. 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 count was created.

•ID!
non-null

A globally-unique ID.

•InventoryCountLineItemConnection!
non-null

The line items included in this count.

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

A snapshot of the count's location.


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:[]

The line items to include in the count.

•ID!
required

The ID of the location for the count.



Was this section helpful?

•interface

Was this section helpful?