Types > CustomerInventoryExpandableItems
Commerce APITypesCustomerInventoryExpandableItems
CustomerInventoryExpandableItems

Description

Topic: Search

Fields

items: [CustomerInventory]

Generic array of expandable items

Expandable

Permission bit: "customer_inventory.read"


Used By

Queries

suggestCustomerInventory

Preview (typescript)

interface CustomerInventoryExpandableItems {
items?: (CustomerInventory | null)[]
}