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 common
Returns the elements in the list that come after the specified cursor.
listAvailableItems.before ● String scalar common
Returns the elements in the list that come before the specified cursor.
listAvailableItems.filters ● InventoryFiltersInput input inventory
Filtering options for inventory items.
listAvailableItems.first ● Int scalar common
Returns the first _n_ elements from the list.
listAvailableItems.last ● Int scalar common
Returns the last _n_ elements from the list.
Type
InventoryItemConnection object common
The connection type for InventoryItem.