{ "opencollection": "1.0.0", "info": { "name": "Wayfair Supplier Authentication GraphQL API", "version": "1.0.0" }, "items": [ { "info": { "name": "GraphQL", "type": "folder" }, "items": [ { "info": { "name": "Wayfair Execute GraphQL Query", "type": "http" }, "http": { "method": "POST", "url": "https://api.wayfair.com/v1/graphql", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Execute a GraphQL query or mutation against the Wayfair Supplier API. Supports operations for order management, inventory updates, product catalog management, and shipping notifications. The GraphQL schema enables suppliers to precisely request only the fields needed for their integration workflows." } ] } ], "bundled": true }