Migrating a comic, manga & anime store from WooCommerce to Shopify (2026)
How to migrate a comic book, manga, or anime merchandise WooCommerce store to Shopify — issue numbering, series variants, manga volume structure, anime figure metafields, subscription box handling, and back-issue catalogue management.
Comic and manga retail has a complex product catalogue structure: monthly comic issues are published on a weekly schedule with issue numbers, volume numbers, story arc groupings, variant covers (multiple covers for the same issue at the same or different prices), and trade paperback/hardcover collected editions. Manga follows a serialised volume structure with dozens of volumes per series. Anime merchandise spans figures, plushies, apparel, accessories, and homewares across hundreds of IP titles. Getting this structure right in Shopify's product model requires deliberate design — but once set up, a well-structured anime/comic catalogue with series collections and character filters provides the discovery experience that specialist fans expect.
Comic book product categories
- Single issues: Monthly comic books. Publisher, series title, issue number, cover variant. Sold new on release week and as back issues.
- Trade paperbacks (TPB): Collected editions of story arcs. Contains issues X–Y of a series.
- Hardcover editions: Premium collected editions, often with extras (gallery pages, scripts). Higher price point.
- Omnibus editions: Very large collections spanning multiple story arcs or entire series runs.
- Graphic novels: Original standalone stories, not serialised issues.
- Variant covers: Alternative covers for the same issue. Standard, 1:10, 1:25, 1:50, 1:100 retailer incentive variants. Different price tiers.
- Back issues: Old single issues from previous decades. Condition grading is critical (Near Mint, Very Fine, Fine, Very Good, Good, Fair, Poor).
- Limited and exclusive editions: Convention exclusives, retailer-exclusive variants, signed editions.
Manga product categories
- Manga volumes: Single volumes of serialised manga. Volume number within series is primary identifier.
- Manga box sets: Complete series in a box. Volume range included.
- Omnibus/3-in-1 editions: Multiple volumes bound in one book. Which volumes included is critical.
- Light novels: Prose adaptations or source material for anime/manga. Volume number.
- Art books: Official art books tied to specific anime/manga series.
Anime merchandise categories
- Figures: PVC scale figures, non-scale figures (Funko Pop-style), trading figures, prize figures, nendoroids, figmas.
- Plushies and plush figures: Character plush, often in multiple sizes.
- Apparel: T-shirts, hoodies, caps, accessories — character/series prints. Size variants standard.
- Home goods: Mugs, posters, pillowcases, tapestries, keyrings, pins.
- Stationary: Notebooks, pencil cases, stickers — character branded.
- Cosplay: Costumes, wigs, props — size variants.
Comic and manga metafields
product.metafields.comics.publisher(single_line_text) — "Marvel", "DC", "Image", "Dark Horse", "BOOM! Studios", "Viz Media", "Kodansha"product.metafields.comics.series_title(single_line_text) — "Spider-Man", "Batman", "One Piece", "My Hero Academia"product.metafields.comics.issue_number(single_line_text) — "#1", "#47", "Vol. 3" — use for both issue numbers and manga volume numbersproduct.metafields.comics.story_arc(single_line_text) — "Civil War", "The War of Realms" — for single issues and TPBsproduct.metafields.comics.issues_collected(single_line_text) — "#14–20", "Vol. 1–3" — for collected editionsproduct.metafields.comics.format(single_line_text) — "Single Issue", "Trade Paperback", "Hardcover", "Omnibus", "Graphic Novel", "Manga Volume"product.metafields.comics.cover_variant(single_line_text) — "Standard A", "Variant B", "1:25 Incentive Variant"product.metafields.comics.release_date(single_line_text) — "2026-03-12" — for new releases and pre-ordersproduct.metafields.comics.condition(single_line_text) — "Near Mint", "Very Fine", "Fine" — for back issuesproduct.metafields.comics.language(single_line_text) — "English", "Japanese" — for manga original language editionsproduct.metafields.comics.reading_direction(single_line_text) — "Left to right", "Right to left (Japanese)" — for mangaproduct.metafields.comics.age_rating(single_line_text) — "All Ages", "Teen", "Mature (17+)"
Anime figure metafields
product.metafields.figure.character_name(single_line_text) — "Luffy", "Goku", "Asuka Langley"product.metafields.figure.series_title(single_line_text) — "One Piece", "Dragon Ball Z", "Evangelion"product.metafields.figure.scale(single_line_text) — "1/7", "1/8", "1/4", "Non-scale" — for scale figuresproduct.metafields.figure.figure_type(single_line_text) — "Scale Figure", "Nendoroid", "Figma", "Funko Pop", "Prize Figure", "Trading Figure"product.metafields.figure.manufacturer(single_line_text) — "Good Smile Company", "Kotobukiya", "Alter", "Bandai", "Max Factory"product.metafields.figure.height_mm(single_line_text) — "230 mm", "100 mm"product.metafields.figure.is_official(boolean) — true for officially licensed productsproduct.metafields.figure.pre_painted(boolean) — true for pre-painted figures (most figures), false for model kits requiring assembly and paintingproduct.metafields.figure.age_rating(single_line_text) — "All Ages", "17+" — some figures are explicitly 18+ (ecchi/adult figures)
Pull list / standing order subscription
- A pull list (also called a standing order or subscription box) is a service where customers sign up to automatically receive new issues of their chosen comics every week.
- This is the highest-retention feature in comic retail — customers with a pull list are committed to regular purchases and are far less likely to switch retailers.
- Implementation options: dedicated subscription management systems (Comixology Unlimited is a digital alternative, not applicable here); for physical pull lists, use a custom metafield-driven subscription management or a third-party app (ReCharge, Bold Subscriptions).
- Pull list flow: customer selects series titles → receives new issues each release week → charged and shipped weekly or collected for a larger monthly shipment.
- Many independent comic retailers manage pull lists manually (spreadsheet + tagged orders) rather than with a formal subscription app — this is acceptable for smaller scale.
Series collections structure
- Organise Shopify collections by series for major titles: "One Piece", "Batman", "My Hero Academia". These become the primary discovery path for fans of a specific series.
- Use collection metafields to store series information (publisher, genre, status: ongoing/completed) for series-level filtering.
- Sub-collections: within a series, separate by format — "My Hero Academia — Manga Volumes", "My Hero Academia — Merchandise", "My Hero Academia — Art Books".
- Character tags: tag all products by character name. This enables character-based filtering across different product types (a fan can filter by "Izuku Midoriya" and see his manga volumes, figures, and apparel in one collection view).
Age-restricted content handling
- Mature comic content (18+ graphic novels) and adult-oriented anime figures require an age gate at product page or site entry for the adult section.
- Shopify approach: create a password-protected collection for adult products. Display a warning on the collection page and require the customer to confirm age before entry.
- Age verification apps: AgeChecker.Net — add a verification step for products tagged "age-restricted-18".
- Adult figure display: some retailers separate adult figures onto a subdomain or age-gated section to avoid inadvertent display to underage browsers.
Comic/manga migration checklist
- Create comics metafield namespace: publisher, series_title, issue_number, format, cover_variant, release_date, condition, age_rating, reading_direction
- Create figure metafield namespace: character_name, series_title, scale, figure_type, manufacturer, height_mm, is_official, age_rating
- Build series-based collections for major titles
- Tag all products by character and series
- Enable series, format, publisher, age rating filters in Search & Discovery
- Enable character filter via tags or metafield
- Set up pre-order flow for new releases (weekly new comic day releases)
- Create pull list service product or subscription management flow
- Create age-gated collection for adult content with age verification
- Test: series filter → shows all products for that series across formats
- Test: new release pre-order → dispatch date displayed clearly
The series collection is the core discovery unit in comic and anime retail — more important than brand, more important than format, more important than price. A customer who loves "Demon Slayer" wants to see all Demon Slayer products in one place: the manga volumes in order, the figures, the apparel, the art books, the keyrings. Retailers who build this series-centric view — with series collections, character tags, and cross-format browsing — see significantly higher average order values because customers who come for volume 3 of the manga often leave with a figure and a keyring they would never have found in a category-first browse structure. The data migration challenge is building the series and character tags at scale, which is a direct mapping problem from WooCommerce custom fields or product attributes to Shopify tags and metafields — labour-intensive but straightforward.
Migrate your store with k-sync
Connect your WooCommerce store, validate your products, and push to Shopify in minutes. Free for up to 50 products.
Get started freeRelated reading
Migrating a luggage and travel accessories store from WooCommerce to Shopify (2026)
How to migrate a luggage, travel bags, or travel accessories WooCommerce store to Shopify — luggage specifications, airline compliance, TSA lock, warranty and durability claims, and luggage retail Shopify setup.
Migrating a motorcycle accessories store from WooCommerce to Shopify (2026)
How to migrate a motorcycle accessories, biker gear, or motorbike parts WooCommerce store to Shopify — helmet safety standards, CE-rated protective clothing, type approval for parts, fitment compatibility, and motorcycle retail Shopify setup.