Wayfair · Example Payload

Wayfair Graph Ql Request Example

E-CommerceFurnitureHome GoodsRetailSuppliersGraphQL

Wayfair Graph Ql Request Example is an example object payload from Wayfair, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

queryvariablesoperationName

Example Payload

Raw ↑
{
  "query": "query { purchaseOrders(limit: 10) { edges { node { poNumber status } } } }",
  "variables": {},
  "operationName": "GetPurchaseOrders"
}