{
  "data": {
    "fulfillmentServices": [
      {
        "id": "gid://shopify/FulfillmentService/1234567890?id=true",
        "serviceName": "ExampleFulfillmentService",
        "handle": "examplefulfillmentservice",
        "location": {
          "id": "gid://shopify/Location/0987654321"
        },
        "callbackUrl": "https://example.com/",
        "trackingSupport": false,
        "inventoryManagement": false,
        "permitsSkuSharing": false
      }
    ]
  }
}