Add Customer Tag
Add one or more tags to a customer using the tagsAdd mutation.
Static-token Shopify Admin GraphQL provider. Tokens stay daemon-held; agents can only run curated action catalog operations.
Supported work
The catalog reflects the actions currently available through the Shopify plugin. A workflow still decides which actions belong in the job and where approval is required.
58 matching actions
Add one or more tags to a customer using the tagsAdd mutation.
Add or update a private note on an order.
Add one or more tags to an order.
Adjust inventory quantity by a delta (positive to add, negative to subtract) at a specific location. Uses the inventoryAdjustQuantities mutation.
Conversion funnel metrics: sessions, orders, customers, and ShopifyQL conversion_rate (values in shop currency)
Create a new collection with title and optional description.
Create a new customer with firstName, lastName, email, phone, tags, and note.
Create a draft order with line items, optional customer, shipping address, and note. Returns draft order with calculated totals.
Create a new product with title, description, vendor, product type, status, and tags.
Add a variant to an existing product with price, SKU, and options. Options format: "OptionName:Value" (e.g. "Size:Large,Color:Red").
Customer cohort analysis showing customers, orders, and sales grouped by time period
Customer lifetime value report from the ShopifyQL customers dataset showing customer_name, total_amount_spent, and total_orders. Note: groups by customer_name, which may not be unique across customers with the same name.
Analyze discount impact on sales: discounted vs total revenue, discount percentage, and total discount amount
Get a single collection by its Shopify GID. Returns collection details with its products.
Get a single customer by ID with full detail including addresses, note, state, and createdAt.
Get customer amountSpent, numberOfOrders, and first/last visible order dates. True first/last order history can require Shopify read_all_orders access beyond the default order window.
List visible orders for a specific customer. Historical orders beyond Shopify's default order window can require read_all_orders access.
Look up inventory items by SKU string. Uses the inventoryItems query with a SKU filter.
Get an inventory item by its Shopify GID. Returns SKU, tracked status, and inventory levels per location with quantities.
Get all inventory items at a specific location. Returns items with SKU, available, and incoming quantities.
Get a single order by ID with customer, addresses, notes, tags, fulfillments, and the first 50 line items plus pagination metadata.
Get an order by its exact Shopify order name (for example, #1001 or a custom prefixed name). Uses Shopify order search by name.
Get the fulfillment status of an order with tracking numbers, carrier, and tracking URLs for each fulfillment.
Get the event timeline for an order (comments, status changes, fulfillments, refunds).
Get a single product by its Shopify GID. Returns product detail with first 10 media and first 100 variants plus pagination metadata.
Get a product by its URL handle (slug). Returns product detail with first 10 media and first 100 variants plus pagination metadata.
Get a single product variant by its Shopify GID. Returns full variant detail including price, SKU, and selected options.
Products at overstock or understock risk based on sales velocity
List collections with cursor pagination. Returns collection title, handle, products count, and image.
List customers with cursor pagination. Returns displayName, email, ordersCount, totalSpent, tags, and state.
List inventory levels across all locations. Returns location name and available/committed/on_hand quantities. Supports cursor pagination.
List visible orders with optional filtering by status, financial status, and fulfillment status. Returns order details including first-page line items, customer summary, and fulfillment tracking.
List variants for a product with cursor pagination. Returns variant details including price, SKU, inventory, and selected options.
List products with optional filtering by status, vendor, and product type. Supports cursor pagination.
Get a report of inventory items below a specified stock threshold. Queries all inventory, filters items with available quantity below threshold, and returns a sorted list with product name, variant title, SKU, available quantity, and location.
Add or remove tags on a product. Provide arrays of tags to add and/or remove.
Direct answer
People continue using Shopify Admin API as their tool. StackOS adds it to a visible workflow, keeps the work in order, and passes only the approved action to the integration when that stage is ready.