{
  "data": {
    "data": {
      "fulfillments": [
        {
          "id": 1234567890123,
          "order_id": 9876543210987,
          "status": "SUCCESS",
          "created_at": "2025-01-14T22:03:11Z",
          "service": "MANUAL",
          "updated_at": "2025-01-14T22:03:11Z",
          "tracking_company": null,
          "location_id": 123456789012,
          "origin_address": null,
          "line_items": [
            {
              "id": 2345678901234,
              "variant_id": null,
              "title": "Sample product",
              "quantity": 2,
              "sku": null,
              "variant_title": null,
              "vendor": "",
              "product_id": null,
              "requires_shipping": false,
              "taxable": true,
              "gift_card": false,
              "name": "Sample product",
              "price": {
                "amount": "19.99",
                "currencyCode": "USD"
              },
              "total_discount": {
                "amount": "5.00",
                "currencyCode": "USD"
              },
              "fulfillment_status": "fulfilled",
              "price_set": {
                "shop_money": {
                  "amount": "19.99",
                  "currency_code": "USD"
                },
                "presentment_money": {
                  "amount": "19.99",
                  "currency_code": "USD"
                }
              },
              "total_discount_set": {
                "shop_money": {
                  "amount": "5.00",
                  "currency_code": "USD"
                },
                "presentment_money": {
                  "amount": "5.00",
                  "currency_code": "USD"
                }
              },
              "discount_allocations": [
                {
                  "amount": "5.00",
                  "discount_application_index": 0,
                  "amount_set": {
                    "shop_money": {
                      "amount": "5.00",
                      "currency_code": "USD"
                    },
                    "presentment_money": {
                      "amount": "5.00",
                      "currency_code": "USD"
                    }
                  }
                }
              ],
              "duties": [],
              "admin_graphql_api_id": "gid://shopify/FulfillmentLineItem/2345678901234"
            }
          ],
          "tracking_number": null,
          "tracking_numbers": [],
          "tracking_url": null,
          "tracking_urls": [],
          "name": "#9999-F1",
          "admin_graphql_api_id": "gid://shopify/Fulfillment/1234567890123"
        }
      ]
    }
  }
}