Skip to main content
Anchor to InventoryCountCreatePayload

InventoryCountCreatePayload

payload

Return type for inventoryCountCreate mutation.

•InventoryCount

The created inventory count.

•[InventoryCountCreateUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

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