Bulk-import into Strapi in dependency order: Step 1 โ Part Categories, then Step 2 โ Parts.
| Field | Required | Notes |
|---|---|---|
| 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. |