Skip to main content

Description

AI-powered order, customer, and product syncing for Shopify. Use this integration to manage orders, customers, products, fulfillments, and draft orders.

Authentication

  • Shopify Admin API Access Token.

Available Actions

  • List products
  • Create/find/update/cancel orders
  • Get order status
  • Manage fulfillments (create, update tracking, cancel, hold, release)
  • Get fulfillment orders
  • List/find customers
  • List customer orders
  • Update order shipping address and status
  • Draft order operations
  • Order edit operations (begin, add variant, commit)
  • List price lists (B2B)

Examples

Example 1: Shopify - List Products List products using Admin GraphQL API with filters.
Example 2: Shopify - Create Order Create a new order.
Example 3: Shopify - Find Order By ID Get order by id.
Example 4: Shopify - Get Order Status Get order status by id.
Example 5: Shopify - Get Order Fulfillments Get fulfillments for order.
Example 6: Shopify - Get Fulfillment Orders List fulfillment orders for an order.
Example 7: Shopify - Create Fulfillment Create fulfillment for a fulfillment order.
Example 8: Shopify - Update Fulfillment Tracking Update tracking info for a fulfillment.
Example 9: Shopify - Cancel Fulfillment Cancel a fulfillment.
Example 10: Shopify - Hold Fulfillment Order Place fulfillment order on hold.
Example 11: Shopify - Release Fulfillment Hold Release fulfillment order hold.
Example 12: Shopify - Update Order Shipping Address Update an order shipping address.
Example 13: Shopify - List Customers List customers (no protected fields required).
Example 14: Shopify - Find Customer By ID Get a customer by id.
Example 15: Shopify - List Orders for Customer List orders for a specific customer.
Example 16: Shopify - Update Order Status Update financial and fulfillment status.
Example 17: Shopify - Draft Order Create Create a draft order.
Example 18: Shopify - Order Edit Begin Begin an order edit session.
Example 19: Shopify - Order Edit Add Variant Add a variant to an in-progress order edit.
Example 20: Shopify - Order Edit Commit Commit an order edit.
Example 21: Shopify - Order Cancel Cancel an order.
Example 22: Shopify - List Price Lists (B2B) List price lists for B2B.

Third-Party Documentation