Skip to main content

listAvailableItems

Get all available items for adding to an order.

listAvailableItems(
after: String
before: String
filters: InventoryFiltersInput
first: Int
last: Int
): InventoryItemConnection!

Arguments

listAvailableItems.after ● String scalar

Returns the elements in the list that come after the specified cursor.

listAvailableItems.before ● String scalar

Returns the elements in the list that come before the specified cursor.

listAvailableItems.filters ● InventoryFiltersInput input

Filtering options for inventory items.

listAvailableItems.first ● Int scalar

Returns the first _n_ elements from the list.

listAvailableItems.last ● Int scalar

Returns the last _n_ elements from the list.

Type

InventoryItemConnection object

The connection type for InventoryItem.