File upload API
Optional
apiCallback to convert API data to default form values
Callback to convert API data to default form values
Optional
product: ProductResponse<TProductCustomFields, unknown, unknown>Optional
attributeItemGroups: CreateProductFormItemGroup[]Optional
attributeAttribute to limit attribute item options to (e.g. skills). Attribute items will be passed down to the view via this name. If no name is provided, attribute items will be empty and no API call is triggered.
Optional
formCallback to convert form data to API
Callback to convert form data to API
Optional
attachmentId: null | stringOptional
attributeId: null | stringOptional
nameName function for Attribute items. Use for translating attribute items.
Default behavior will use the translation given by Geekle:skills.${key}
Name function for Attribute items. Use for translating attribute items.
Default behavior will use the translation given by Geekle:skills.${key}
Optional
nameName function for Attribute items. Use for translating attribute item groups.
Default behavior will use the translation given by Geekle:skillGroups.${groupKey}
Name function for Attribute items. Use for translating attribute item groups.
Default behavior will use the translation given by Geekle:skillGroups.${groupKey}
Optional
nameName function for Categories. Use for translating category names.
Default behavior will use the translation given by Geekle:categories.${name}
Name function for Categories. Use for translating category names.
Default behavior will use the translation given by Geekle:categories.${name}
Route to redirect to on successful product update
Optional
viewsGenerated using TypeDoc
Catalog API methods