> For the complete documentation index, see [llms.txt](https://help.orderdesk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.orderdesk.com/integration-setup-guides/tools-and-productivity/zakeke-integration.md).

# Zakeke Integration

If you use [Zakeke](https://www.zakeke.com/) with your shopping cart, Order Desk can import your product designs with your orders, placing them in the print\_url field.

### Setup

To enable the integration, click on **Manage Integrations** in the left sidebar. Under the **Productivity** tab, find and enable the Zakeke integration.

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2FAeaMxwyxoKQG9voKnnH2%2Flegacy-b8e7ff3eeae3ca598b42.png?alt=media)

Alternatively, search for Zakeke from the available integration search.

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2FsmPuAwtlD7fiJ8mOTMJG%2Flegacy-fc56d3133ef0ae7437a5.png?alt=media)

To use the Zakeke integration you’ll need to set up a webhook in your Zakeke account. You can do this now using the link provided, or wait until you’ve made the integration connection. You’ll be given this URL again in your [integration settings](#integration-settings).

Enter your Zakeke Client ID and Secret Key then click to connect.

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2FVCAbpvCNM9mZhKAnO8yX%2Flegacy-1c675172fcc3c6037949.png?alt=media)

Please note that Order Desk isn’t able to help find or reset your credentials, as they can only be provided by Zakeke.

### Integration Settings

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2FFzVtkHb8cYPfJQqYZuc7%2Flegacy-b1f97b35a67d1cd56ff7.png?alt=media)

#### Automatically Fetch Designs On Import

Select this option to have your Zakeke designs imported with orders.

If you would prefer to fetch your designs at a later point in the fulfillment process after orders have already imported into Order Desk, you can [set up a rule](/guided-walkthroughs/rules-and-automations/how-to-work-with-rules.md) to fetch the designs on the event of your choice.

#### Save Zakeke Zip File if Possible

Select this option to add the link of the ZIP file of the design to the product in your order. This will be stored as *zakeke\_zip* in your item metadata.

If you are unfamiliar with how to add item metadata or variations to your items in Order Desk, see the [How to Work with Inventory Details](/guided-walkthroughs/products-and-inventory/how-to-work-with-inventory-details.md#store-extra-item-details-in-order-desk) guide.

#### Image Download Format

Select the image format for your design files.

#### Notification URL

Add this URL to your Zakeke account in the Webhooks > Order Generated Endpoint section. This allows Zakeke to notify Order Desk when an order is ready.

### Fetching Designs from Zakeke

Order Desk will be able to fetch designs from Zakeke by looking up the design ID of items in the following fields:

| Field Name           | Description                                                                                                           |
| -------------------- | --------------------------------------------------------------------------------------------------------------------- |
| customization        | This must be added as a variation.                                                                                    |
| Customization        | This must be added as a variation.                                                                                    |
| zakeke\_data\_design | This must be added as a variation.                                                                                    |
| design               | This must be added as item metadata.                                                                                  |
| shopify\_item\_id    | This field is in the item metadata of Shopify items and will only be utilized when using webhooks to receive designs. |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.orderdesk.com/integration-setup-guides/tools-and-productivity/zakeke-integration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
