---
sourceDocument: Australia Sales and Order Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/order-management

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Sales and Order Management

ft:clusterId :

    - omgmt

bundleId :

    - omgmt

workflow :

    - Customer and Industry


---

# Admin APIs: Blueprint import and export

# Admin APIs: Blueprint import and export {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

You can export a blueprint to back it up, or export and import a blueprint to move it from one CPQ environment to another.

The CPQ blueprint admin APIs provide the import and export API calls for working with blueprints. Common use cases include migrating blueprints across CPQ environments and backing up blueprints. To view the CPQ blueprint admin APIs, see:

[CPQ blueprint admin APIs](https://github.com/logikioopensource/API-Documentation/blob/main/Admin/blueprint.yml)

For a comprehensive list of all CPQ APIs, see the CPQ API Reference:

<https://api-docs.logik.io/#introduction>

You can also view the CPQ open source API documentation on Github:

<https://github.com/logikioopensource/API-Documentation>

To learn how to set up admin API keys for calling blueprint APIs, see:

[Intro to admin API keys](https://servicenow-prod.fluidtopics.net/~K9nCCkk5Pb4h_IrY6yK1A "You can use admin API calls to access Admin functionality without using the Admin UI interface and a browser.")

## Blueprint export APIs {#cpq-admin-apis-blueprint-import-and-export__section_c4q_2xq_2hc}

To export a blueprint via the APIs, the Export blueprint call passes the variable name of the blueprint to start the export job. In response, the call receives a Job ID that can be queried to retrieve the status and to download the
blueprint as a ZIP file.

The sequence of API calls to export and download a blueprint is:

1. Export the blueprintUse the blueprint variable in the payload to initiate the export. The Job ID can be polled for the status of the export.

2. Check the job statusTo check the status, use the Job ID that is returned after the export call. When the status is COMPLETED, proceed to step 3.

3. Download the exportUse the same Job ID to download a ZIP file that contains the blueprint.

{#cpq-admin-apis-blueprint-import-and-export__ol_xcy_yy4_5hc}

To view the source code for the Export blueprint call, see:

[Export blueprint call](https://github.com/logikioopensource/API-Documentation/blob/3a6c7259ae1f6bb35f4f80c5ec6f23c86871c342/Admin/blueprint.yml#L32C9-L32C9)

## Blueprint import APIs {#cpq-admin-apis-blueprint-import-and-export__section_rlw_fxq_2hc}

To import a blueprint, the Import blueprint call passes a ZIP file of the blueprint to begin an import job.

The sequence of API calls to import a blueprint is:

1. Import the blueprintSelect the ZIP file that includes the blueprint. The Job ID can be polled for the status of the import.

2. Checkthe job statusTo check the status, use the Job ID that is returned after the import call. When the status is SUCCESS, the job is complete.

{#cpq-admin-apis-blueprint-import-and-export__ol_q3k_syq_2hc}

To view the source code for the Import blueprint call, see:

[Import blueprint call](https://github.com/logikioopensource/API-Documentation/blob/3a6c7259ae1f6bb35f4f80c5ec6f23c86871c342/admin/blueprint.yml#L70)

