Ecommerce
Wayfair
Connect Wayfair once and hand every teammate a governed MCP endpoint with 27 tools ready to call from Claude, ChatGPT, Cursor, or any MCP client, inside the same permissions they already have, with every call checked and logged.
See it in Elaichi
What connecting Wayfair gets you
6 screens from the product, each doing one job for your Wayfair account.
The agent
Ask Wayfair questions, get live answers.
Type a plain question and get answers pulled straight from Wayfair purchase orders and inventory.
- purchase orders
- shipping advices
- inventory summaries
- fulfillment orders
Ask Elaichi to work across your apps.
Which Wayfair dropship purchase orders are waiting to ship?
Summarize this week's Wayfair fulfillment order cancellations.
Show inventory adjustments across all Wayfair warehouses.
Also runs in Claude, ChatGPT or Cursor
MCP clients
One Wayfair endpoint, any MCP client.
Claude, ChatGPT and Cursor connect through one governed org endpoint, no SDK or shared key.
Copy the endpoint
Tool catalogue
27 Wayfair tools, zero integration code.
Every Wayfair tool, resource and method is catalogued and ready to call.
- list_all_wayfair_dropship_purchase_orders
- wayfair_dropship_purchase_orders_accept
- wayfair_dropship_purchase_orders_ship
- list_all_wayfair_castlegate_purchase_orders
Toolboxes
Every team gets its own Wayfair toolbox.
Toolboxes scope Wayfair access separately for each team that needs it.
- Operations
- Fulfillment
- Inventory
- Finance
Shared connections
Delegated Wayfair access, no shared passwords.
See who connected each Wayfair account and how many teams and members share it.
- Warehouse East
- Warehouse West
- Dropship Team
- Castlegate Ops
Audit log
Every Wayfair call, logged and answerable.
The audit log records who did what, when, and on which Wayfair resource.
- When
- Who
- What happened
- Resource
Automations & dashboards
From answering questions to doing the work
A person no longer has to ask. A trigger starts the work, inside the same permissions and the same audit log as everything else. Automations and live dashboards ship on the Black plan.
Automations
Wayfair digests run themselves, people approve.
A schedule fetches Wayfair orders, drafts a digest, and waits for your approval before posting back.
Wayfair digest
Run 418 · started 2 minutes ago · on behalf of Emma Laurent
-
✓
Schedule
Every weekday at 08:00
0.2s -
✓
Fetch purchase orders
Wayfair
1.4s -
✓
Group by owner
Transform
0.1s -
✓
Draft the digest
Agent step
Ran with 4 tools, returned a structured summary
6.2s -
Approve the digest
Needs approval
Assigned to Michael Brennan
Approve Deny -
Post the digest
Wayfair
Queued
Collections and dashboards
Wayfair health, computed without a model.
A refreshing dashboard tracks Wayfair metrics and order volume by team, no asking required.
Wayfair health
Refreshed 4 minutes ago · every 15 minutes · from the purchase orders collection
Purchase orders
1,284 ↓ 12%
Shipping advices
96 ↓ 8%
Needs attention
3 ↑ 2
Updated this week
412 ↑ 9%
Purchase orders created
Last 14 days
By workspace
Share of activity
Warehouse East 34%
Warehouse West 27%
Dropship Team 21%
Castlegate Ops 18%
AI tools
Wayfair tools for your AI agents
27 tools are ready to call through Elaichi's MCP endpoint the moment you connect Wayfair, governed by the same roles, restrictions, and audit log as everything else in Elaichi.
list_all_wayfair_dropship_purchase_orders
List Wayfair dropship purchase orders, sorted by purchase order date. Returns purchase orders with id, poNumber, poDate, status, supplier and customer addresses, shippingInfo, warehouse, and products. Default limit 10; pass has_response=false to retrieve open purchase orders.
wayfair_dropship_purchase_orders_accept
Accept line items on a Wayfair dropship purchase order. Returns the transaction status including id, handle, status, submittedAt, itemCount, and per-item errors. Required: po_number, ship_speed, line_items. Max 10 line items per request.
wayfair_dropship_purchase_orders_ship
Send a Wayfair Advanced Shipment Notification (ASN) confirming that purchase order items have shipped and updating customer tracking. Returns the transaction status including handle, status, submittedAt, itemCount, and per-item errors. Required: notice. Max 10 line items per request.
list_all_wayfair_castlegate_purchase_orders
List Wayfair CastleGate purchase orders via the getCastleGatePurchaseOrders GraphQL query. Returns: poNumber, poDate, status. Limit defaults to 10 with a max of 25; poll ideally every 30 minutes.
wayfair_castlegate_purchase_orders_acknowledge
Acknowledge receipt of a Wayfair CastleGate purchase order. Returns: handle, status, errors. Required: po_number. Rate limited to 1 request per 3 seconds.
list_all_wayfair_castlegate_shipping_advices
List CastleGate warehouse shipping advices (WSAs) in Wayfair. Returns each advice with wsaId, shipDate, carrierCode, and a products array with quantityOrdered and quantityShipped. Optional filters: from_date, has_response, wsa_ids, sort_order, limit.
wayfair_castlegate_shipping_advices_acknowledge
Acknowledge one or more CastleGate warehouse shipping advices in Wayfair by wsa_ids. Returns: handle, status, errors. Required: wsa_ids.
wayfair_inventory_save
Save inventory line items in Wayfair by submitting an inventory feed via the SaveInventory GraphQL mutation. Returns: handle, status. Required: inventory. Send a TRUE_UP full feed at least every 24 hours and DIFFERENTIAL partial feeds for production updates; the sandbox accepts TRUE_UP only with a maximum of 500 line items.
list_all_wayfair_inventory_adjustments
List CastleGate inventory adjustments in Wayfair. Returns each adjustment record with eventDate, adjustmentType, supplierPartNumber, quantity, description, and the warehouse (warehouseId, name, address) where it occurred. Required: supplier_id.
list_all_wayfair_inventory_summaries
List Wayfair inventory position summaries by supplier part, including CastleGate and physical retail on-hand breakdowns per warehouse. Returns: supplierPartNumber, sku, productName, manufacturerPartId, options, inventoryPosition. Required: supplier_id. filter.supplierPartNumbers accepts 1-100 part numbers; omit filter to query all parts.
create_a_wayfair_fulfillment_order
Create a Wayfair multi-channel fulfillment order with customer, retailer, item, shipping, and address details. Returns: fulfillmentOrderRequestId, requestStatus (ACCEPTED/REJECTED/PROCESSING), and errors. Required: fulfillment_order_input. Up to 10 items per request.
get_single_wayfair_fulfillment_order_by_id
Get detailed information for a single Wayfair multi-channel fulfillment order, identified by supplierId plus fulfillmentOrderRequestId. Returns: fulfillmentOrder (requestId, status, statusLabel, orderDate, customerOrderNumber, retailer, items with statuses and trackingNumbers) and fulfillmentOrderErrors. Required: order_details_input containing supplierId and fulfillmentOrderRequestId.
list_all_wayfair_fulfillment_orders
List all Wayfair multi-channel fulfillment orders for a supplier, paginated. Returns: pageInfo (hasNextPage, hasPreviousPage, totalPages, totalItems) and nodes, each holding a fulfillmentOrder (requestId, status, statusLabel, orderDate, customerOrderNumber, retailer, items) plus fulfillmentOrderErrors. Required: order_details_list_input containing supplierId.
wayfair_fulfillment_orders_cancel
Cancel a Wayfair multi-channel fulfillment order by aggregatorOrderId and supplierId. Returns: aggregatorOrderId, order-level errors, and per-item results (fulfillmentOrderItemId, supplierPartNumber, requestStatus, errors). Required: cancel_fulfillment_order_input containing aggregatorOrderId and supplierId.
list_all_wayfair_warehouse_shipping_advices
List Wayfair warehouse shipping advices (WSAs) with tracking details for multi-channel fulfillment order items. Returns: fulfillment_order_item_id, warehouse_shipping_advice_date, fulfillment_order_request_id, fulfillment_purchase_order_number, supplier_id, retailer, product_details, shipping_details, tracking. Required: warehouse_shipping_advice_input (with supplierId); fulfillmentOrderItemIds…
create_a_wayfair_product_addition
Submit new product additions to Wayfair via the productAddition.submit GraphQL mutation. Returns the GraphQL response envelope with data.productAddition.submit.requestIds (poll via productAddition.submissions) and errors. Required: request (supplierId, proposedProductAdditions). Recommended max 100 products per request; manufacturerId and manufacturerName are mutually exclusive.
list_all_wayfair_product_addition_submissions
List Wayfair product addition submissions for a supplier, optionally narrowed to the request ids returned when the additions were submitted. Returns: supplierId, marketContext. Required: request (with supplierId).
list_all_wayfair_product_addition_questions
List Wayfair product addition questions (generic and class-specific) for a given supplier, product class, and market context. Returns: id. Required: request.
list_all_wayfair_taxonomy_categories
List Wayfair product catalog taxonomy categories for a given market context. Returns the page's pageInfo (page, pageSize, hasNextPage, totalPages) and items with taxonomyCategoryId and name. Required: market_context. pageSize must be one of 10, 20, 25, 50.
list_all_wayfair_brand_associations
List Wayfair brand associations for a supplier within a market context via the Product Catalog GraphQL API. Returns: brands (each with id and manufacturer {id, name}) and pageInfo (hasNextPage, hasPreviousPage, totalPages). Required: request.
list_all_wayfair_media_metadata_tags
List Wayfair Product Catalog media metadata tags for a market context, grouped by tag type (document, legal document, language, region). Returns: metaDataTagType, metaDataTags. Required: media_metadata_tag.
list_all_wayfair_catalog_items
List paginated supplier catalog items from Wayfair's Catalog Read API V2. Returns: requestId, supplierId, filter, paginationOptions. Required: input (supplierId; paginationOptions: page >= 1, pageSize 1-30, default 30). Drive pagination from paginationInfo.hasNextPage.
update_a_wayfair_catalog_item_by_id
Update market-specific catalog items (item name, taxonomy attributes) in Wayfair. Returns: requestId, supplierId, filter, paginationOptions. Required: input (supplierId, marketContext, catalogItemsToUpdate with supplierPartNumber; optional itemName, attributes, validateOnly). Up to 500 catalog entities per request.
update_a_wayfair_catalog_item_group_by_id
Update Wayfair catalog item groups (item group name, feature bullets, marketing copy) within a specific market context. Returns the GraphQL envelope: data (holding the mutation's requestId, which the caller polls via statusOfUpdateRequest) and errors (message, extensions.category, path) when the request is rejected. Required: input with supplierId, marketContext, catalogItemGroupsToUpdate (each…
update_a_wayfair_catalog_item_media_by_id
Update catalog item media in Wayfair via the updateCatalogItemsMedia mutation — attach or replace media by URL and optionally override the item's lead image. Returns: requestId, supplierId, filter, paginationOptions. Required: input (with supplierPartNumber, mediaUrl, mediaType, leadImageOverride). Media updates apply to all market contexts.
get_single_wayfair_catalog_update_request_by_id
Get the status of a Wayfair catalog update request (items, item groups, or media) using the supplierId and the requestId returned from the update mutation. Returns: requestId, validationOnly, status, problems (code, message), and successfulUpdates (entityId, entityType). Required: input with supplierId and requestId. A COMPLETED status can still carry per-entity problems.
list_all_wayfair_supplier_catalog
List products from a Wayfair supplier catalog via the supplierCatalog GraphQL export. Returns: supplierId. Required: supplier_id. Only one filter type per request; pagination_options.pageSize must be 10, 20, or 25.
No tools match your search.
How it works
From Wayfair account to governed MCP endpoint
Connect
Link a Wayfair account through Elaichi's hosted connect flow. Credentials are vaulted, so nobody, including the AI, ever sees them.
Compose
The connection becomes a toolbox instantly. Curate which Wayfair tools are exposed, rename them, or freeze arguments.
Authorize
Point Claude, ChatGPT, Cursor, or any MCP client at the one Elaichi endpoint and sign in with OAuth, governed by roles, restrictions, and audit logs.
Put your agents to work in the tools you already use
Start a 14-day Gold trial. Connect a product, curate a toolbox, and paste a governed MCP endpoint into Claude, ChatGPT, or Cursor in minutes.