--- title: Shopify node documentation description: Learn how to use the Shopify node in n8n. Follow technical documentation to integrate Shopify node into your workflows. contentType: [integration, reference] priority: medium --- # Shopify node Use the Shopify node to automate work in Shopify, and integrate Shopify with other applications. n8n has built-in support for a wide range of Shopify features, including creating, updating, deleting, and getting orders and products. On this page, you'll find a list of operations the Shopify node supports and links to more resources. ```{note} Credentials Refer to [Shopify credentials](/08-0-0-Workflow/integrations/builtin/credentials/shopify.md) for guidance on setting up authentication. ``` ## Operations * Order * Create an order * Delete an order * Get an order * Get all orders * Update an order * Product * Create a product * Delete a product * Get a product * Get all products * Update a product ## Templates and examples ```{include} ../../../../_snippets/integrations/builtin/app-nodes/operation-not-supported.md ```