Wayfair · Example Payload

Wayfair Graph Ql Response Example

E-CommerceFurnitureHome GoodsRetailSuppliersGraphQL

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

Top-level fields

dataerrors

Example Payload

Raw ↑
{
  "data": {},
  "errors": [
    {
      "message": "Field 'unknownField' doesn't exist on type 'PurchaseOrder'",
      "locations": [
        {
          "line": {},
          "column": {}
        }
      ],
      "path": [
        "example-value"
      ]
    }
  ]
}