Connection setup
Create a custom app in Shopify
Configure API scopes
read_products, write_products, read_orders, write_orders, read_customers, write_customers, read_inventory, write_inventory).Install the app and copy the token
Tools
Shop
get-shop: Get store information
get-shop: Get store information
Products
list-products: List or search products
list-products: List or search products
get-product: Get product by ID
get-product: Get product by ID
create-product: Create a new product
create-product: Create a new product
update-product: Update an existing product
update-product: Update an existing product
delete-product: Permanently delete a product
delete-product: Permanently delete a product
Orders
list-orders: List or filter orders
list-orders: List or filter orders
get-order: Get order by ID
get-order: Get order by ID
update-order: Update order tags or notes
update-order: Update order tags or notes
cancel-order: Cancel an order
cancel-order: Cancel an order
close-order: Close/complete an order
close-order: Close/complete an order
Customers
list-customers: List or search customers
list-customers: List or search customers
get-customer: Get customer by ID
get-customer: Get customer by ID
create-customer: Create a new customer
create-customer: Create a new customer
Collections
list-collections: List collections
list-collections: List collections
get-collection: Get collection by ID
get-collection: Get collection by ID
Inventory
get-inventory-levels: Get inventory quantities
get-inventory-levels: Get inventory quantities
adjust-inventory: Adjust inventory quantity
adjust-inventory: Adjust inventory quantity
correction, cycle_count_available, damaged, movement_created, movement_received, movement_updated, other, promotion, quality_control, received, reservation_created, reservation_deleted, reservation_updated, restock, safety_stock, shrinkage.Discounts
list-discounts: List discount codes
list-discounts: List discount codes
create-discount: Create a discount code
create-discount: Create a discount code
percentage or fixed.percentage type, use a decimal (e.g., 0.2 for 20%). For fixed type, use the currency amount (e.g., 10 for $10 off).delete-discount: Delete a discount code
delete-discount: Delete a discount code