Manage your e-commerce store through Shopify
action
- The operation you want to perform (get_customers, create_customer, get_orders, create_order, get_products, create_product, etc.)customer_id
- Customer ID for customer-specific operationsorder_id
- Order ID for order-specific operationsproduct_id
- Product ID for product-specific operationsaction
(required) - Set to “get_customers”action
(required) - Set to “search_customers”query
(required) - Search query (e.g., “email:john@example.com”)action
(required) - Set to “create_customer”first_name
(required) - Customer’s first namelast_name
(required) - Customer’s last nameemail
(required) - Customer’s email addressphone
(optional) - Customer’s phone numberaddress
(optional) - Customer’s address informationaction
(required) - Set to “update_customer”customer_id
(required) - Customer ID to updatefirst_name
(optional) - Updated first namelast_name
(optional) - Updated last namephone
(optional) - Updated phone numberaction
(required) - Set to “get_orders”action
(required) - Set to “create_order”email
(required) - Customer emailline_items
(required) - Array of items with variant_id and quantitybilling_address
(required) - Billing address informationshipping_address
(optional) - Shipping address informationaction
(required) - Set to “update_order”order_id
(required) - Order ID to updateemail
(optional) - Updated customer emailnote
(optional) - Order noteaction
(required) - Set to “get_products”action
(required) - Set to “create_product”title
(required) - Product titlebody_html
(optional) - Product descriptionvendor
(optional) - Product vendorproduct_type
(optional) - Product typevariants
(optional) - Array of product variants with options, price, and SKUaction
(required) - Set to “update_product”product_id
(required) - Product ID to updatetitle
(optional) - Updated product titlevariants
(optional) - Updated product variants