Importing from JSON

Importing from JSON

Overview

JSON import lets you create a calculator by pasting a previously exported configuration. This is useful for backing up your work, sharing calculator setups between stores, or migrating configurations. You can import JSON from Appify CPO → Calculators (to create a new calculator) or from within an existing calculator's Versions panel (to replace its configuration).

Steps

Importing as a new calculator

  1. Go to Appify CPO → Calculators.
  2. Click New and select Create from JSON.
  3. Paste your calculator JSON configuration into the text area.
  4. Click Create calculator.
  5. A new calculator is created with the imported settings. Open it to review and adjust as needed.

Importing into an existing calculator

  1. Open the calculator you want to update.
  2. Go to the Versions panel.
  3. Select the JSON tab.
  4. Paste the new JSON configuration.
  5. Click Apply. The calculator's settings are replaced with the imported configuration.

Details

Detail Description
Format Standard JSON matching the Appify CPO calculator schema.
Validation The import fails with an error message if the JSON is invalid or doesn't match the expected structure.
Exporting To get a calculator's JSON, open it in the editor and go to Versions → JSON → Copy. You can also copy a calculator's JSON from the Calculators list using the copy JSON button (code icon) on any row.

Examples

  • Store migration — Export all calculator configurations from your development store and import them into your production store using New → Create from JSON.
  • Team collaboration — Share a calculator JSON file with a colleague so they can import it into their own store for testing.
    • Related Articles

    • Deleting a Calculator

      Overview Deleting a calculator permanently removes it and unassigns it from all linked products. Customers will no longer see the calculator on your storefront. You can delete a calculator from the Appify CPO → Calculators page. Steps Go to Appify ...
    • Browsing Your Calculators

      Overview The Calculators page is your central hub for managing all the calculators you've created. It shows every calculator in a list with key details at a glance. You can search by name, filter by tags, and access quick actions for each calculator. ...
    • Duplicating a Calculator

      Overview Cloning creates an exact copy of an existing calculator. This is useful when you want to reuse a configuration as a starting point for a new product or variation without building from scratch. You clone a calculator from the Appify CPO → ...
    • Calculator Templates

      Overview Calculator templates are pre-built calculator configurations you can browse, preview, and install into your store as a new draft calculator. They are not the same as style templates in the editor (those only control colors and CSS). Go to ...
    • Print quality and production output

      Overview When a customer saves a design, Appify CPO generates the files you configured in Storefront editor settings (gear icon beside the Designer / Image Edit toggle). Proof images, print-ready PNGs, cut-line SVGs, canvas JSON, and a production ...