Types > SupplierExpandableItems
Commerce APITypesSupplierExpandableItems
SupplierExpandableItems

Description

Topic: Search

Fields

items: [Supplier]

Generic array of expandable items

Expandable

Permission bit: "suppliers.read"


Used By

Queries

suggestSuppliers

Preview (typescript)

interface SupplierExpandableItems {
items?: (Supplier | null)[]
}