Skip to main content
Anchor to InventoryBinUpsertPayload

InventoryBinUpsertPayload

payload

Return type for inventoryBinUpsert mutation.

•[InventoryBin!]

The list of inventory bins that were created or updated.

•[InventoryBinUpsertUserError!]!
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 or updates bins at a given 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

•[InventoryBinInput!]!
required

The list of inventory bins to create or update at the given location.

•ID!
required

The ID of the location where these inventory bins reside.



Was this section helpful?