Skip to main content

Shopify agent connector

Shopify is an e-commerce platform that enables businesses to create online stores, manage products, process orders, and handle customer relationships. This connector provides access to Shopify Admin REST API for reading store data including customers, orders, products, inventory, and more.

Example questions

The Shopify connector is optimized to handle prompts like these.

  • List all customers in my Shopify store
  • Show me orders from the last 30 days
  • Get details for customer {customer_id}
  • What products do I have in my store?
  • Show me abandoned checkouts from this week
  • List all locations for my store
  • Get inventory levels for location {location_id}
  • Show me all draft orders
  • What price rules are currently active?
  • List all custom collections in my store
  • Get details for order {order_id}
  • Show me product variants for product {product_id}

Unsupported questions

The Shopify connector isn't currently able to handle prompts like these.

  • Create a new customer in Shopify
  • Update product pricing
  • Delete an order
  • Process a refund
  • Send shipping notification to customer
  • Create a new discount code

Installation

uv pip install airbyte-agent-shopify

Usage

from airbyte_agent_shopify import ShopifyConnector, ShopifyAuthConfig

connector = ShopifyConnector(
auth_config=ShopifyAuthConfig(
api_key="...",
shop="..."
)
)
result = await connector.customers.list()

Full documentation

This connector supports the following entities and actions.

EntityActions
CustomersList, Get
OrdersList, Get
ProductsList, Get
Product VariantsList, Get
Product ImagesList, Get
Abandoned CheckoutsList
LocationsList, Get
Inventory LevelsList
Inventory ItemsList, Get
ShopGet
Price RulesList, Get
Discount CodesList, Get
Custom CollectionsList, Get
Smart CollectionsList, Get
CollectsList, Get
Draft OrdersList, Get
FulfillmentsList, Get
Order RefundsList, Get
TransactionsList, Get
Tender TransactionsList
CountriesList, Get
Metafield ShopsList, Get
Metafield CustomersList
Metafield ProductsList
Metafield OrdersList
Metafield Draft OrdersList
Metafield LocationsList
Metafield Product VariantsList
Metafield Smart CollectionsList
Metafield Product ImagesList
Customer AddressList, Get
Fulfillment OrdersList, Get

For detailed documentation on available actions and parameters, see this connector's full reference documentation.

For the service's official API docs, see the Shopify API reference.

Version information

  • Package version: 0.1.3
  • Connector version: 0.1.1
  • Generated with Connector SDK commit SHA: c713ec4833c2b52dc89926ec68caa343423884cd