Build it
What do you want Shopify and Wix to do together?
Describe it and your agent reads both APIs, builds the automation, tests every branch and ships it. The list below is what exists today, not the limit.
Ask the assistant
You'll sign in before anything runs. What you typed comes with you.
Or work from Claude Code
Install the APIANT plugin for Claude Code and build, edit, test and read run history from your terminal. Every plan gets this, including free, and it spends no assistant credits.
Connect Claude CodeEverything your agent can do with Shopify and Wix
Triggers and actions 21 triggers · 263 actions
Trigger
New cartTriggered when a cart is created.
Trigger
New customerPolling trigger that fires for each newly created Shopify customer. Fetches the 50 most recently created customers (sorted by creation date, newest first) via the GraphQL Admin API customers connection. Migrated from the REST GET /customers.json?order=created_at+desc endpoint; preserves the same per-customer output fields (id, email, first_name, last_name, phone, created_at, updated_at, state, tags).
Trigger
New customer (instant)Triggered when a customer is added.
Trigger
New orderPolls Shopify for orders (most recent first), returning a list of orders. Ported from the REST GET /orders.json (status=any, limit=50) to the GraphQL Admin API orders connection query.
Trigger
New order (instant)Triggered when an order is created.
Trigger
New paid orderTriggered when an order is paid.
Trigger
New productTriggers when a new product is created in Shopify. Polls the GraphQL Admin API products connection (first 50, sorted by createdAt ascending) and returns each product's id, title, handle, vendor, product_type, status, created_at, updated_at. GraphQL port of the REST GET /products.json?order=created_at+asc trigger; id is the product's legacyResourceId (numeric) to preserve REST semantics.
Trigger
Order fulfilledTriggered when an order is fulfilled.
Trigger
Order partially fulfilledTriggered when an order is partially fulfilled.
Trigger
Two-way sync new or updated customersPolling fetch body for the two-way customer sync trigger. Lists Shopify customers ordered oldest-to-newest by updated_at (GraphQL customers connection, sortKey: UPDATED_AT, reverse:false, first:250) so newly created or updated customers are surfaced for two-way synchronization. Returns id (numeric legacyResourceId), email, first_name, last_name, phone, created_at, updated_at — same fields and ordering as the legacy REST GET /customers.json?order=updated_at asc.
Trigger
Updated cartTriggered when a cart is updated.
Trigger
Updated customerTriggered when a customer is updated.
Trigger
Updated fulfillment statusPolling trigger: fetches recently-updated Shopify orders (any status) and returns each order's fulfillment status. Migrated from REST GET /orders.json to the GraphQL Admin API orders connection query, filtering by updated_at and returning id, name, order number, fulfillment/financial status and email.
Trigger
Updated orderPolls Shopify for recently updated orders (any status), most-recently-updated first. GraphQL Admin API equivalent of GET /orders.json?status=any&order=updated_at+desc&limit=50, using the orders connection sorted by UPDATED_AT descending. Returns an orders array.
Trigger
Updated order (instant)Triggered when an order is updated.
Trigger
Updated order payment statusPolling trigger: fires when an order's payment (financial) status changes. Lists the 50 most recently updated orders via the GraphQL Admin API (orders sorted by UPDATED_AT desc) and dedups on order id + financial status so a new event fires only when the payment status changes.
Trigger
Updated productPolling trigger: fires for products that were recently updated. Fetches up to 50 products sorted by update time (most recent first) via the Shopify GraphQL Admin API, projecting id, title, handle, vendor, product_type, status, created_at and updated_at for each.
Action
Add customerCreate a new Shopify customer (first name, last name, email, phone, note, tags) via the GraphQL Admin API customerCreate mutation. Returns the created customer's id, email, phone, first/last name and created_at. (GraphQL port of the legacy REST POST /customers.json.)
Action
Add metafield to customerAdd (set) a metafield on a Shopify customer, with the customer as the metafield owner. Inputs: Customer ID, Namespace, Key, Type (default single_line_text_field), Value. Returns the created/updated metafield's id, namespace, key, type, value.
Action
Add metafield to productAdds a metafield to the specified product.
Action
Add or update customerCreates a new customer if the email does not exist, otherwise updates the existing customer.
Action
Add product imageAdds a new product image from the image at the specified URL.
Action
Add tags to customerAdds one or more tags to the customer with the specified email. An error occurs if more than one customer is found. Existing tags on the customer are not removed.
Action
Add tags to orderAdds the given comma-separated tags to a Shopify order (GraphQL Admin API tagsAdd mutation). Existing order tags are preserved; tagsAdd merges new tags onto the current set. Inputs: Order ID (numeric REST id, converted to a gid://shopify/Order GID), Tags (comma-separated). Returns the order GID (id) and the full resulting tag list (tags).
Action
Add transaction to orderAdd a transaction to an order. Captures payment for the order's authorized amount. Inputs: Kind (default capture), Amount, Currency, Parent Transaction ID, plus the Order ID setting. Returns the transaction id, kind, status and order id.
Action
Apply gift card adjustmentApply an adjustment (credit) to a Shopify gift card's balance. Inputs: Gift Card ID, Amount, optional Note. Returns the resulting credit transaction id, note, amount, creation time, and the gift card's numeric id.
Action
Change product option namesUpdate a Shopify product's core fields and (re)name its product options. Inputs: Product ID plus optional Title, Body HTML, Handle, Type, Published scope, Tags, Template suffix, Vendor, and Option 1/2/3 name. Returns the updated product id, title, options (name+position), and updated_at.
Action
Change product option names and valuesChange a product's option names and their values. Inputs: Product ID, Option 1/2/3 Name, Option 1/2/3 Values (comma-separated). Returns the product id, title, and the resulting options array.
Action
Complete draft orderCompletes a draft order.
Action
Create productCreates a new product.
Action
Create product variantCreates a new variant on an existing Shopify product. Inputs: SKU, Price, Weight, Barcode, Option1-3, Compare At Price, Inventory Quantity, plus the Product ID setting. Returns the created variant id, sku, price, title, option1, product_id and inventory_item_id.
Action
Delete item from locationDisconnect (deactivate) an inventory item from a location, removing the inventory level — GraphQL Admin API equivalent of DELETE /inventory_levels.json. Resolves the InventoryLevel id from inventory item + location, then runs inventoryDeactivate.
Action
Delete productDeletes an existing product.
Action
Delete product variantDeletes an existing product variant.
Action
Find custom collection by nameReturns details for the specified custom collection. If the custom collection is not found, an error occurs.
Action
Find customer by emailFind a Shopify customer by email address. GraphQL Admin API: customers(first:1, query:"email:...") connection query; returns the first matching customer's email and numeric (legacyResourceId) customer_id. Ported from REST GET /customers/search.json?query=email:.
Action
Find location by nameFind a Shopify location by its exact name and return its Location ID. Fails if no location matches or if more than one location shares the name. (GraphQL Admin API port of the REST locations.json lookup.)
Action
Find ordersFinds orders based upon search criteria. Emits the IDs of any matching orders. Use the "get order" action to fetch details for found orders.
Action
Find product by titleFinds a product by a title search. An error occurs if zero or multiple match.
Action
Find product variant by SKUFind a single Shopify product variant by its SKU. Searches product variants for an exact SKU match, fails if zero or more than one variant matches. Returns the variant's id, sku, price, title, product id, inventory item id, and the full variant object.
Action
Find product variant by titleFinds a product variant by a title search. An error occurs if zero or multiple match.
Action
Get all product ids in custom collectionReturns all products (and their numeric ids) in a given custom collection.
Action
Get Base URLReturns the connected Shopify store's base URL and derives the store subdomain (store_name) from it. Pure-compute helper; makes no Shopify API call (nothing to migrate to GraphQL).
Action
Get customerRetrieve a single Shopify customer by Customer ID. Returns the customer's id, email, phone, state, first/last name, tags, created/updated timestamps, total spent, and orders count.
Action
Get customer metafield valueGet a customer's metafield value by namespace and key. Returns its type, value, and numeric metafield id.
Action
Get fulfillment orderReturns details for the specified order ID and fulfillment order ID. If either the order or fulfillment order is not found, an error occurs. Use the "get fulfillment order ids for order" action to fetch the fulfillment order ids for an order.
Action
Get fulfillment order ids for orderGet the fulfillment order IDs for a Shopify order. Given a numeric Order ID, returns the count of fulfillment orders and their IDs.
Action
Get inventory itemReturns details for the specified inventory item.
Action
Get inventory quantityGet available inventory quantity for an inventory item, optionally filtered to a single location. Migrated from REST GET /inventory_levels.json (inventory_item_ids/location_ids) to the GraphQL Admin API inventoryItem.inventoryLevels query. Returns inventory_levels list of {inventory_item_id, location_id, available, updated_at}.
Action
Get locationsRetrieve the list of Shopify store locations (GraphQL Admin API equivalent of GET /locations.json). Returns each location's id, legacyResourceId, name, active state, and address. Ported from the legacy REST locations.json endpoint.
Action
Get metafields for customerGet all metafields for a Shopify customer by Customer ID. Returns the list of metafield records (id, namespace, key, value, type) for the customer.
Action
Get metafields for productRetrieve all metafields for a product (up to 250). Takes the numeric Product ID setting and returns the list of metafields (id, namespace, key, value, type).
Action
Get orderGet an order from Shopify by its numeric Order ID. Reads the order via the GraphQL Admin API (order(id:) query) and returns its name, email, currency, created date, total price, financial status, fulfillment status, and the full order object.
Action
Get productReturns all fields for the specified product ID. If the product is not found, an error occurs.
Action
Get product count: active productsReturns a count of active products.
Action
Get product count: all productsReturns a count of all products.
Action
Get product count: archived productsReturns the number of archived products in the Shopify store. GraphQL equivalent of GET /products/count.json?status=archived, using the productsCount query with search filter status:archived.
Action
Get product count: draft productsReturns the number of draft products in the Shopify store (status:draft). GraphQL Admin API port of the REST GET /products/count.json?status=draft endpoint; outputs a single count field.
Action
Get product metafield valueReturns the value of a single product metafield identified by Namespace and Key for the given Product ID.
Action
Get product variantGet a single Shopify product variant by its numeric Variant ID. Returns id, sku, price, title, inventory_quantity, product_id, inventory_item_id, and the full variant object.
Action
Get product variant by SKULook up a single Shopify product variant by its SKU. Searches product variants for the given SKU, fails if zero or more than one match. Returns the matched variant's id, sku, price, title, product id, inventory item id, and the full variant object.
Action
Move fulfillment order line itemChanges the location which is assigned to fulfill a number of unfulfilled fulfillment order line items.
Action
Order - add discount codeAppend a discount code to an in-progress order object before it is submitted to Shopify. GraphQL-shaped: the discount entry carries DraftOrderAppliedDiscountInput fields (title/code, value, valueType FIXED_AMOUNT|PERCENTAGE, amount) so the assembled order is ready for the draftOrderCreate / draftOrderUpdate GraphQL mutation. Mirrors the REST builder that appended {code, amount, type} to order.discount_codes; same inputs (Code, Type, Amount, Order) and outputs (order, discount_codes).
Action
Order - add line itemAppends a line item to an in-memory order object (built by Order - initialize) before the order is created. Carries the same inputs (Variant ID, Quantity, Price, Total discount, Origin location ID, Is gift card, Fulfillment status). GraphQL port: the accumulated line item is shaped for the GraphQL draftOrderCreate lineItems input — Variant ID becomes a global ID (gid://shopify/ProductVariant/<id>) under variantId, quantity is an int, price/discount carried as appliedDiscount-friendly fields. Returns the updated order object and its JSON encoding, unchanged output contract from the REST builder.
Action
Order - add line item propertyAdds a custom line-item property (name/value pair) to the LAST line item of an in-flight Shopify order object being assembled in the Order builder chain (initialize -> add line item -> add line item property -> create). Pure in-memory mutation of the draft order; no API call. Returns the updated order object and its JSON encoding. (No REST->GraphQL change applies: this op never called the REST Admin API; it is a local order-builder helper. The eventual draftOrderCreate/orderCreate happens in the separate 'Order - create' op.)
Action
Order - add line item tax lineAdds a tax line to the last line item of an in-memory order payload (builder, no API call). This op shapes the legacy order JSON structure; it does not call Shopify. Same inputs/outputs as the REST builder. Note: this never touched the Shopify REST API, so there is no GraphQL request equivalent — per-line-item user-supplied tax_lines are a REST Order-payload construct with no GraphQL counterpart (GraphQL computes tax lines server-side).
Action
Order - createCreates a new order.
Action
Order - initializeCreate a Shopify order (GraphQL orderCreate). Builds an order from billing/shipping address, email, currency, tags, taxes and status settings and creates it via the GraphQL Admin API. Ported from the legacy REST order-initialize op; output keys order and order_id preserved (order_id is the created order's legacyResourceId).
Action
Remove tags from customerRemove one or more comma-separated tags from a Shopify customer (looked up by email). GraphQL Admin API port: finds the customer via a customers(query:"email:...") query, then calls the tagsRemove mutation with the customer GID and the tag list. Returns the customer's numeric id and remaining tags.
Action
Remove tags from orderRemoves the given comma-separated tags from a Shopify order (by Order ID). Uses the GraphQL Admin API tagsRemove mutation; tags not present are ignored. Returns the order id and its remaining tags.
Action
Send customer inviteSends an account invite to a customer specified by their email address.
Action
Two-way sync add or update a customerTwo-way sync: find a Shopify customer by email (or by the previously mapped customer id) and update it, otherwise create a new customer. Sets email, name, phone, note, tags, marketing consent and a single address. GraphQL Admin API port of the legacy REST customers create/update flow. Returns the customer id and updated_at.
Action
Update customerUpdates an existing customer.
Action
Update inventory itemUpdates a Shopify inventory item (sku, cost, tracked, country code of origin, harmonized system code). Takes the numeric Inventory Item ID.
Action
Update inventory quantitySet the absolute available inventory quantity for an inventory item at a specific location. GraphQL inventorySetQuantities mutation (name: available) replacing the REST inventory_levels/set.json endpoint. Returns the resulting available quantity, inventory item id, and location id.
Action
Update orderUpdate an existing Shopify order's financial status by Order ID. Returns the order's numeric id, name, updated timestamp, and financial status.
Action
Update order as fulfilledMarks an order's fulfillment order as fulfilled by creating a fulfillment, optionally attaching tracking number/company and notifying the customer. GraphQL fulfillmentCreateV2 mutation (replaces REST POST /fulfillments.json).
Action
Update order line item as fulfilledCreates a fulfillment for an order's fulfillment order (optionally a specific line item) with tracking info, via the GraphQL fulfillmentCreateV2 mutation. Ported from the REST POST /fulfillments.json call.
Action
Update productUpdate an existing product in Shopify (GraphQL Admin API, productUpdate mutation). Updates title, description, vendor, product type, tags, and/or status on the product identified by the Product ID setting; only provided fields are changed. Returns the product id, title, handle, status, updated timestamp, and admin GraphQL id.
Action
Update product variantUpdates an existing variant of a Shopify product — its price, compare-at price, SKU, barcode, weight and option values. Fields left blank keep their current values.
Trigger
Contact Created (instant)Fires as soon as a contact is created in Wix.
Trigger
Contact Updated (instant)Fires as soon as a Wix contact is updated.
Trigger
Product Updated (instant)Fires as soon as a Wix Stores product is updated.
Trigger
Submission Created (instant)Fires as soon as a form submission is received in Wix Forms.
Action
Add Contact Additional EmailAdd an additional email address to a Wix contact.
Action
Add Contact Additional PhoneAdd an additional phone number to a Wix contact.
Action
Add Contact AddressAdd an address to a Wix contact.
Action
Add Coupon To CartApply a coupon to a Wix eCommerce cart.
Action
Add Line Items To CartAdd products to a Wix eCommerce cart.
Action
Add Line Items To Draft OrderAdd line items to a Wix eCommerce draft order.
Action
Add Order ActivitiesAdd activity entries to a Wix eCommerce order timeline.
Action
Add Order PaymentsRecord payments against a Wix eCommerce order.
Action
Add To CheckoutAdd line items to a Wix eCommerce checkout.
Action
Approve MemberApprove a pending site member in Wix.
Action
Block MemberBlock a site member in Wix.
Action
Cancel BookingCancel a booking in Wix Bookings.
Action
Cancel EventCancel an event in Wix Events.
Action
Cancel Rsvp Guests Check InUndo the check-in of RSVP guests at a Wix event.
Action
Check In Rsvp GuestsCheck in RSVP guests at a Wix event.
Action
Confirm BookingConfirm a pending booking in Wix Bookings.
Action
Confirm Or Decline BookingConfirm or decline a pending booking in Wix Bookings.
Action
Confirm SubmissionConfirm a submission in Wix Forms.
Action
Count CategoriesCount product categories in Wix Stores.
Action
Count ContactsCount the contacts on the Wix site, optionally narrowed by a filter.
Action
Count ProductsCount products in Wix Stores.
Action
Count RsvpsCount RSVPs in Wix Events.
Action
Count ServicesCount services in Wix Bookings.
Action
Count Staff MembersCount staff members in Wix Bookings.
Action
Count SubmissionsCount submissions in Wix Forms.
Action
Create A CouponCreate a new discount coupon in Wix Coupons.
Action
Create Blog CategoryCreate a new category in Wix Blog.
Action
Create BookingCreate a booking for an appointment, class session or course on the Wix site.
Action
Create CartCreate a new shopping cart in Wix eCommerce.
Action
Create CheckoutCreate a new checkout in Wix eCommerce.
Action
Create ContactCreate a new contact in Wix contacts and site members.
Action
Create Discount RuleCreate a new automatic discount rule in Wix eCommerce.
Action
Create Draft OrderCreate a new draft order in Wix eCommerce.
Action
Create Draft PostCreate a new draft post in Wix Blog.
Action
Create EventCreate a new event in Wix Events.
Action
Create FulfillmentCreate a fulfillment on a Wix eCommerce order.
Action
Create Inventory ItemCreate a new inventory item in Wix Stores.
Action
Create MemberCreate a new site member in Wix.
Action
Create NoteCreate a new note on a Wix contact.
Action
Create Order From CheckoutCreate a store order from a Wix eCommerce checkout.
Action
Create ProductCreate a new product in Wix Stores.
Action
Create Product With InventoryCreate a new product together with its inventory in Wix Stores.
Action
Create RsvpCreate an RSVP for a Wix event that accepts RSVPs.
Action
Create ServiceCreate a new bookable service in Wix Bookings.
Action
Create Staff MemberCreate a new staff member in Wix Bookings.
Action
Create Store CategoryCreate a new product category in Wix Stores.
Action
Create Store OrderCreate a new store order in Wix eCommerce.
Action
Create SubmissionCreate a new submission in Wix Forms.
Action
Create TagCreate a new tag in Wix Blog.
Action
Create Ticket DefinitionCreate a new ticket type in Wix Events.
Action
Decline BookingDecline a pending booking in Wix Bookings.
Action
Delete A CouponDelete a coupon from Wix Coupons.
Action
Delete AttendanceDelete an attendance record from Wix Bookings.
Action
Delete Blog CategoryDelete a category from Wix Blog.
Action
Delete CartDelete a shopping cart from Wix eCommerce.
Action
Delete ContactDelete a contact from Wix contacts and site members.
Action
Delete Contact AddressRemove one address from a Wix contact, leaving the contact's other addresses in place.
Action
Delete Discount RuleDelete a discount rule from Wix eCommerce.
Action
Delete Draft OrderDelete a draft order from Wix eCommerce.
Action
Delete Draft PostDelete a draft post from Wix Blog.
Action
Delete EventDelete an event from Wix Events.
Action
Delete Extended FieldDelete an extended field from Wix contacts.
Action
Delete FulfillmentDelete a fulfillment from a Wix eCommerce order.
Action
Delete Inventory ItemDelete an inventory item from Wix Stores.
Action
Delete LabelDelete a contact label from Wix contacts.
Action
Delete MemberDelete a site member from Wix.
Action
Delete Member AddressesDelete addresses from a Wix site member.
Action
Delete Member PhonesDelete phone numbers from a Wix site member.
Action
Delete NoteDelete a note from a Wix contact.
Action
Delete ProductDelete a product from Wix Stores.
Action
Delete RsvpDelete an RSVP from Wix Events.
Action
Delete ServiceDelete a service from Wix Bookings.
Action
Delete Staff MemberDelete a staff member from Wix Bookings.
Action
Delete Store CategoryDelete a product category from Wix Stores.
Action
Delete SubmissionDelete a submission from Wix Forms.
Action
Delete TagDelete a tag from Wix Blog.
Action
Delete Ticket DefinitionDelete a ticket type from Wix Events.
Action
Find Or Create LabelFind a Wix contact label by name, creating it if it does not exist yet.
Action
Get A CouponRetrieve a single coupon from Wix Coupons.
Action
Get All Products CategoryRetrieve the built-in All Products category in Wix Stores.
Action
Get AttendanceRetrieve an attendance record from Wix Bookings.
Action
Get Availability Time SlotRetrieve a single availability time slot from Wix Bookings.
Action
Get Blog CategoryRetrieve a single category from Wix Blog.
Action
Get CartRetrieve a single shopping cart from Wix eCommerce.
Action
Get Cart Checkout URLGet the checkout link for a Wix eCommerce cart.
Action
Get CheckoutRetrieve a single checkout from Wix eCommerce.
Action
Get Checkout By Cart IdRetrieve the checkout created from a Wix eCommerce cart.
Action
Get Checkout URLGet the hosted checkout link for a Wix eCommerce checkout.
Action
Get ContactRetrieve a single contact from Wix contacts and site members.
Action
Get ConversationRetrieve a single conversation from Wix Inbox.
Action
Get Discount RuleRead one discount rule from the Wix site's store.
Action
Get Draft OrderRetrieve a single draft order from Wix eCommerce.
Action
Get Draft PostRetrieve a single draft post from Wix Blog.
Action
Get EventRetrieve a single event from Wix Events.
Action
Get Extended FieldRetrieve a single extended field from Wix contacts.
Action
Get Inventory ItemRetrieve a single inventory item from Wix Stores.
Action
Get LabelRetrieve a single contact label from Wix contacts.
Action
Get MemberRetrieve a single site member from Wix.
Action
Get NoteRead one contact note from the Wix site.
Action
Get Or Create ConversationRetrieve an existing Wix Inbox conversation with a visitor, creating one if none exists.
Action
Get ProductRetrieve a single product from Wix Stores.
Action
Get RsvpRetrieve a single RSVP from Wix Events.
Action
Get ServiceRetrieve a single service from Wix Bookings.
Action
Get Staff MemberRetrieve a single staff member from Wix Bookings.
Action
Get Store CategoryRetrieve a single product category from Wix Stores.
Action
Get Store OrderRetrieve a single store order from Wix eCommerce.
Action
Get SubmissionRetrieve a single submission from Wix Forms.
Action
Get TagRead one tag from the Wix site.
Action
Get Tag By LabelRetrieve a Wix Blog tag by its label.
Action
Get Ticket DefinitionRetrieve a single ticket type from Wix Events.
Action
List Availability Time Slot End OptionsList the possible end times for a Wix Bookings availability slot.
Action
List Availability Time SlotsList bookable availability time slots in Wix Bookings.
Action
List Available TicketsList tickets still available for a Wix event.
Action
List CategoriesList categories from Wix Blog.
Action
List Categories For ItemList the Wix Stores categories a product belongs to.
Action
List Draft PostsList the blog's draft posts on the Wix site.
Action
List Event Time SlotsList class and course time slots in Wix Bookings.
Action
List Fulfillments For Multiple OrdersList fulfillments across several Wix eCommerce orders.
Action
List Fulfillments For Single OrderList the fulfillments on one Wix eCommerce order.
Action
List Items In CategoryList the products in a Wix Stores category.
Action
List LabelsList contact labels from Wix contacts.
Action
List MembersList site members in Wix.
Action
List MessagesList messages in a Wix Inbox conversation.
Action
List Rsvp SummaryList RSVP summary counts for Wix events.
Action
List Transactions For Multiple OrdersList payment transactions across several Wix eCommerce orders.
Action
List Transactions For Single OrderList the payment transactions on one Wix eCommerce order.
Action
Mark Booking As PendingMove a booking to pending in Wix Bookings.
Action
Mark Checkout As CompletedMark a Wix eCommerce checkout as completed.
Action
Move CategoryMove a category within the Wix Stores category tree.
Action
Publish Draft EventPublish a draft event in Wix Events.
Action
Publish Draft PostPublish a draft post in Wix Blog.
Action
Query AttendanceSearch and filter attendance records in Wix Bookings.
Action
Query Available TicketsSearch and filter available tickets in Wix Events.
Action
Query Booking CategoriesSearch and filter service categories in Wix Bookings.
Action
Query ContactsSearch and filter contacts in Wix contacts and site members.
Action
Query Draft PostsSearch and filter draft posts in Wix Blog.
Action
Query Email SubscriptionsSearch and filter email subscriptions in Wix.
Action
Query EventsRetrieve a list of Wix events matching a filter, with sorting and optional extra field sets. Returns at most 100 events per call and does not paginate.
Action
Query Inventory ItemsSearch and filter inventory items in Wix Stores.
Action
Query LabelsSearch and filter contact labels in Wix contacts.
Action
Query LocationsSearch and filter business locations in Wix Bookings.
Action
Query MembersSearch and filter site members in Wix.
Action
Query NotesSearch and filter notes on Wix contacts.
Action
Query PoliciesSearch and filter booking policies in Wix Bookings.
Action
Query ProductsSearch and filter products in Wix Stores.
Action
Query RsvpsSearch and filter RSVPs in Wix Events.
Action
Query ServicesSearch and filter services in Wix Bookings.
Action
Query Staff MembersSearch and filter staff members in Wix Bookings.
Action
Query Store CategoriesSearch and filter product categories in Wix Stores.
Action
Query Submissions By NamespaceSearch and filter Wix Forms submissions within a namespace.
Action
Query TagsSearch and filter tags in Wix Blog.
Action
Query Ticket DefinitionsSearch and filter ticket types in Wix Events.
Action
Remove Cart Delivery MethodClear the delivery method on a Wix eCommerce cart.
Action
Remove Coupon From CartRemove the coupon from a Wix eCommerce cart.
Action
Remove Coupon From CheckoutRemove the coupon from a Wix eCommerce checkout.
Action
Remove Gift Card From CheckoutRemove the gift card from a Wix eCommerce checkout.
Action
Remove Line Items From CartRemove products from a Wix eCommerce cart.
Action
Remove Line Items From CheckoutRemove line items from a Wix eCommerce checkout.
Action
Reschedule BookingReschedule a booking to a new time slot in Wix Bookings.
Action
Search CategoriesSearch product categories in Wix Stores.
Action
Search ContactsSearch contacts in Wix contacts and site members.
Action
Search Inventory ItemsSearch inventory items in Wix Stores.
Action
Search ProductsSearch products in Wix Stores.
Action
Search ServicesSearch services in Wix Bookings.
Action
Search Staff MembersSearch staff members in Wix Bookings.
Action
Search Store OrdersSearch and filter store orders in Wix eCommerce.
Action
Send MessageSend a message in a Wix Inbox conversation.
Action
Set AttendanceRecord attendance for a Wix Bookings session.
Action
Set Draft Order DiscountsApply or unapply discounts and additional fees on a Wix draft order and return the recalculated order.
Action
Set Service LocationsSet the locations a Wix Bookings service is offered at.
Action
Set Service ProviderSet whether a Wix Bookings staff member is a service provider — whether customers can book them. Turning it off hides them from booking flows; their working hours and existing bookings are kept.
Action
Update A CouponUpdate an existing coupon in Wix Coupons.
Action
Update Blog CategoryUpdate an existing category in Wix Blog.
Action
Update CartUpdate an existing shopping cart in Wix eCommerce.
Action
Update Cart Line ItemsChange quantities or details of items in a Wix eCommerce cart.
Action
Update Category VisibilityShow or hide a Wix Stores category.
Action
Update CheckoutUpdate an existing checkout in Wix eCommerce.
Action
Update Checkout Line Items QuantityChange item quantities on a Wix eCommerce checkout.
Action
Update ContactUpdate an existing contact in Wix contacts and site members.
Action
Update Contact AddressUpdate an address on a Wix contact.
Action
Update Contact TagsAdd or remove labels (tags) on a Wix contact.
Action
Update Discount RuleUpdate an existing discount rule in Wix eCommerce.
Action
Update Draft Order Line ItemsChange line items on a Wix eCommerce draft order.
Action
Update Draft PostUpdate an existing draft post in Wix Blog.
Action
Update EventChange the details of an existing Wix event - its title, description, location, schedule, image, registration setup, and page settings.
Action
Update Extended FieldUpdate an existing extended field in Wix contacts.
Action
Update FulfillmentUpdate a fulfillment on a Wix eCommerce order.
Action
Update Inventory ItemUpdate an existing inventory item in Wix Stores. Product, variant and location cannot be changed once the item exists.
Action
Update LabelUpdate an existing contact label in Wix contacts.
Action
Update NoteUpdate an existing note on a Wix contact.
Action
Update Number Of ParticipantsChange the number of participants on a Wix booking.
Action
Update Order Payment StatusUpdate the payment status of a Wix eCommerce order.
Action
Update ProductUpdate an existing product in Wix Stores.
Action
Update Product With InventoryUpdate a product together with its inventory in Wix Stores.
Action
Update RsvpUpdate an existing RSVP in Wix Events.
Action
Update ServiceUpdate an existing service in Wix Bookings.
Action
Update Staff MemberUpdate an existing staff member in Wix Bookings.
Action
Update Store OrderUpdate an existing store order in Wix eCommerce.
Action
Update SubmissionUpdate an existing submission in Wix Forms.
Action
Update Ticket DefinitionUpdate an existing ticket type in Wix Events.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.