{
  "data": {
    "fulfillment": {
      "id": "gid://shopify/Fulfillment/1234567890",
      "order": {
        "id": "gid://shopify/Order/9876543210"
      },
      "status": "SUCCESS",
      "createdAt": "2024-12-30T12:00:00Z",
      "updatedAt": "2024-12-31T08:00:00Z",
      "service": {
        "type": "MANUAL"
      },
      "trackingInfo": [
        {
          "company": "FedEx",
          "number": "987654321012",
          "url": "https://www.fedex.com/fedextrack/?tracknumbers=987654321012"
        }
      ],
      "location": {
        "id": "gid://shopify/Location/1122334455"
      },
      "originAddress": {
        "address1": "500 Example Blvd",
        "address2": "Suite 400",
        "city": "Example City",
        "countryCode": "US",
        "provinceCode": "CA",
        "zip": "90001"
      },
      "fulfillmentLineItems": {
        "nodes": [
          {
            "id": "gid://shopify/FulfillmentLineItem/5432109876",
            "lineItem": {
              "title": "Example Product A",
              "quantity": 1,
              "originalUnitPriceSet": {
                "shopMoney": {
                  "amount": "50.00",
                  "currencyCode": "USD"
                },
                "presentmentMoney": {
                  "amount": "50.00",
                  "currencyCode": "USD"
                }
              },
              "totalDiscountSet": {
                "shopMoney": {
                  "amount": "5.00",
                  "currencyCode": "USD"
                },
                "presentmentMoney": {
                  "amount": "5.00",
                  "currencyCode": "USD"
                }
              },
              "discountAllocations": [
                {
                  "allocatedAmountSet": {
                    "shopMoney": {
                      "amount": "5.00",
                      "currencyCode": "USD"
                    }
                  },
                  "discountApplication": {
                    "index": 1
                  }
                }
              ],
              "duties": [],
              "discountedTotalSet": {
                "shopMoney": {
                  "amount": "45.00"
                }
              },
              "variant": {
                "title": "Variant A",
                "id": "gid://shopify/ProductVariant/11223344",
                "price": "50.00",
                "product": {
                  "id": "gid://shopify/Product/55667788"
                }
              },
              "requiresShipping": true,
              "vendor": "Example Vendor",
              "sku": "EXM-001",
              "taxable": true,
              "isGiftCard": false,
              "name": "Example Product A"
            }
          },
          {
            "id": "gid://shopify/FulfillmentLineItem/6543210987",
            "lineItem": {
              "title": "Example Product B",
              "quantity": 2,
              "originalUnitPriceSet": {
                "shopMoney": {
                  "amount": "30.00",
                  "currencyCode": "USD"
                },
                "presentmentMoney": {
                  "amount": "30.00",
                  "currencyCode": "USD"
                }
              },
              "totalDiscountSet": {
                "shopMoney": {
                  "amount": "3.00",
                  "currencyCode": "USD"
                },
                "presentmentMoney": {
                  "amount": "3.00",
                  "currencyCode": "USD"
                }
              },
              "discountAllocations": [
                {
                  "allocatedAmountSet": {
                    "shopMoney": {
                      "amount": "3.00",
                      "currencyCode": "USD"
                    }
                  },
                  "discountApplication": {
                    "index": 2
                  }
                }
              ],
              "duties": [],
              "discountedTotalSet": {
                "shopMoney": {
                  "amount": "57.00"
                }
              },
              "variant": {
                "title": "Variant B",
                "id": "gid://shopify/ProductVariant/22334455",
                "price": "30.00",
                "product": {
                  "id": "gid://shopify/Product/66778899"
                }
              },
              "requiresShipping": true,
              "vendor": "Example Vendor",
              "sku": "EXM-002",
              "taxable": true,
              "isGiftCard": false,
              "name": "Example Product B"
            }
          }
        ]
      },
      "name": "F-1001"
    }
  }
}