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.

Show fields
•[InventoryBinUpsertUserError!]!
non-null

The list of errors that occurred from executing the mutation.

Show fields

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.


Show payload

Arguments

•[InventoryBinInput!]!
required

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

Show input fields
•ID!
required

The ID of the location where these inventory bins reside.



Was this section helpful?