# Shopify Coming soon; [contact us](mailto:help@dash.app) if you need access to this API endpoint. ## Get the status of exporting to Shopify - [GET /shopify-export-jobs/{id}](https://api-docs.dash.app/dash/openapi/shopify/getshopifyexportjob.md): Get the status and eventual result of a ShopifyExportJob ## Update the status of exporting to Shopify - [PATCH /shopify-export-jobs/{id}](https://api-docs.dash.app/dash/openapi/shopify/patchshopifyexportjob.md): Update a ShopifyExportJob. Primarily used to stop a job. ## Delete a Shopify export - [DELETE /shopify-export-jobs/{id}](https://api-docs.dash.app/dash/openapi/shopify/deleteshopifyexportjob.md): Deletes a ShopifyExportJob ## Export images to products in Shopify - [POST /shopify-export-jobs](https://api-docs.dash.app/dash/openapi/shopify/postshopifyexportjob.md): Create a Shopify export job to upload multiple assets from Dash into your Shopify account. The uploaded assets can be associated with products and their position on the product listing can be specified. Existing Shopify images can also be reordered. ## Get the current user's shopify export jobs - [GET /current-user-shopify-export-jobs](https://api-docs.dash.app/dash/openapi/shopify/getcurrentusershopifyexportjobs.md): Get the status and eventual result of all ShopifyExportJobs for the current user ## Send product images to Shopify - [POST /create-shopify-product-image-batch-jobs](https://api-docs.dash.app/dash/openapi/shopify/postcreateshopifyproductimagebatchjob.md): See AssetDownloadBatchJob for an idea of how to use this endpoint ## Send images to Shopify - [POST /create-shopify-image-batch-jobs](https://api-docs.dash.app/dash/openapi/shopify/postcreateshopifyimagebatchjob.md): See AssetDownloadBatchJob for an idea of how to use this endpoint ## Get a Shopify connection - [GET /shopify-connections/{id}](https://api-docs.dash.app/dash/openapi/shopify/getshopifyconnection.md): Get details about a particular connection to Shopify ## Callback required to install Dash with Shopify - [GET /shopify-callback](https://api-docs.dash.app/dash/openapi/shopify/getshopifycallback.md): This is quite an internal endpoint and is only really in the API due to needing to be on the dash.app domain. ## Search for shopify products - [POST /shopify-product-searches](https://api-docs.dash.app/dash/openapi/shopify/postproductsearches.md): Search for products from a given Shopify store