Wayfair Supplier Operations
Workflow capability combining Wayfair's GraphQL Supplier API to enable end-to-end supplier operations including order management, inventory synchronization, catalog management, and shipping automation. Used by supplier integration engineers and e-commerce operations teams to automate fulfillment workflows for the Wayfair marketplace.
What You Can Do
MCP Tools
authenticate
Authenticate with Wayfair and obtain an OAuth2 access token for subsequent API calls.
get-purchase-orders
Query Wayfair purchase orders using GraphQL. Retrieve new, pending, or acknowledged orders from Wayfair buyers.
acknowledge-purchase-order
Acknowledge a Wayfair purchase order via GraphQL mutation to confirm acceptance and begin fulfillment.
update-inventory
Update inventory levels for SKUs in the Wayfair marketplace via GraphQL mutation.
update-catalog
Update product catalog entries including pricing, descriptions, and attributes via GraphQL.
submit-shipment-notification
Submit an Advanced Shipment Notification (ASN) to Wayfair with carrier details and tracking numbers.
query-graphql
Execute any GraphQL query or mutation against the Wayfair Supplier API for custom integration workflows.