Skip to main content
Anchor to inventoryCountCreate

inventoryCountCreate

mutation

Requires write_inventory access scope. Also: The user must have permission to manage inventory.

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.


[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?

Anchor to InventoryCountCreatePayload returnsInventoryCountCreatePayload returns

InventoryCount

The created inventory count.

[InventoryCountCreateUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?