Types > SearchSuppliersSortBy
Commerce APITypesSearchSuppliersSortBy
SearchSuppliersSortBy

Values

ValueDescription
created_at
name

Used By

Queries

searchSuppliers

Preview (typescript)

type SearchSuppliersSortBy =
| "created_at"
| "name"