Shopify
ShopifyCommerce & Maps
View products, orders, and customers; create draft products and publish them
Available tools 8
Hard-to-undo tools, such as sending or destructive actions, require your approval before running.
- shopify__publish_productSendApproval required
상품을 판매 중(ACTIVE)으로 전환. ⚠️ 고객이 구매할 수 있게 되는 지점이다. (판매 채널 게시 여부는 별개 — 결과의 url 이 비어 있으면 채널 미게시)
- shopify__create_productWrite
상품을 **초안(DRAFT)으로** 생성 — 스토어프론트에 노출되지 않는다. 판매를 시작하려면 shopify__publish_product 로 공개해야 하며 그 단계에서 사용자 승인을 받는다
- shopify__get_orderRead
주문 상세 — 품목·수량·금액 내역·고객·배송지
- shopify__get_productRead
상품 상세 + 변형(SKU·가격·재고) — 설명은 평문, 긴 내용은 절삭
- shopify__list_customersRead
고객 목록·검색 — 이름·이메일·주문수·누적 구매액. query 는 Shopify 검색 구문 (예: "email:*@example.com", "orders_count:>3")
- shopify__list_ordersRead
주문 목록·검색 — 주문번호·금액·결제/배송 상태·고객. 최신순. query 는 Shopify 검색 구문 (예: "financial_status:paid", "fulfillment_status:unfulfilled", "created_at:>2026-08-01"). ⚠️ 기본 권한으로는 최근 60일 주문만 조회된다
- shopify__list_productsRead
상품 목록·검색 — 제목·상태·가격대·재고합. 최근 수정순. query 는 Shopify 검색 구문 (예: "status:active", "title:셔츠", "inventory_total:<5")
- shopify__shop_infoRead
스토어 기본 정보 — 이름·통화·시간대·요금제. 연결 확인 및 다른 조회 결과의 통화/시각 해석 기준
Before you connect
- Store URL format is https://{shop}.myshopify.com
- Admin API access token from a custom app in the admin (scopes: read_products, write_products, read_orders, read_customers)
- Reading orders older than 60 days requires separate read_all_orders approval