Skip to main content
object

Requires read_inventory access scope. Also: The shop must have access to the physical inventory feature preview.

A physical container (bin) at a location where inventory is stored.


Note

This object is available only in the unstable API version and to development stores that have enabled the Physical inventory feature preview.


•String

The barcode of the bin. Unique within its location when present.

•ID!
non-null

A globally-unique ID.

Anchor to inventoryBinItemQuantitiesinventoryBinItemQuantities
•InventoryBinItemQuantityConnection

A paginated list of the inventory item quantities stored in this bin.

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.


•String!
non-null

The name of the bin. Unique within its location.


Was this section helpful?

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

•interface

Was this section helpful?