SpecificationsEquipmentsParts

Import Parts Data

Bulk-import into Strapi in dependency order: Step 1 โ†’ Part Categories, then Step 2 โ†’ Parts.

Environment Configuration

Download Sample

Part Categories โ€” JSON Data

Upload a file or paste JSON here
๐Ÿ“‹ Field Reference โ€” Part Categories
FieldRequiredNotes
titleโœ“Display title (localized)
slugโ€”Auto-generated from title if omitted. Parts link via this slug.
rankโ€”Sort order. Lower = higher.
descriptionโ€”Short description (localized)
adminLabelโ€”Private internal label
dynamic_zoneโ€”Array of dynamic zone components
seoโ€”{ metaTitle, metaDescription, keywords }
imageโ€”Numeric ID of category banner image
publishedAtโ€”ISO datetime or null (draft)
childrenโ€”Array of sub-category objects (same fields, no children). Parent relation set automatically.