{
  "data": {
    "data": {
      "fulfillment_orders": [
        {
          "id": 1234567890123,
          "order_id": 1234567890123,
          "request_status": "UNSUBMITTED",
          "status": "OPEN",
          "supported_actions": [
            "HOLD",
            "SPLIT"
          ],
          "destination": {
            "id": 1234567890123,
            "address1": null,
            "address2": null,
            "city": null,
            "company": null,
            "country": null,
            "email": "test@example.com",
            "first_name": null,
            "last_name": null,
            "phone": null,
            "province": null,
            "zip": null
          },
          "line_items": [
            {
              "id": 1234567890123,
              "quantity": 1,
              "line_item_id": 1234567890123,
              "inventory_item_id": 1234567890123,
              "variant_id": 1234567890123
            }
          ],
          "international_duties": null,
          "fulfill_at": "2024-11-13T16:00:00Z",
          "fulfill_by": null,
          "fulfillment_holds": [],
          "created_at": "2024-11-13T16:57:40Z",
          "updated_at": "2024-11-13T16:57:40Z",
          "delivery_method": {
            "id": 1234567890123,
            "method_type": "SHIPPING",
            "min_delivery_date_time": null,
            "max_delivery_date_time": null,
            "additional_information": {
              "instructions": null,
              "phone": null
            },
            "service_code": "custom",
            "source_reference": null,
            "branded_promise": null,
            "presented_name": "Shipping"
          },
          "assigned_location": {
            "address1": "REDACTED",
            "address2": null,
            "city": "Sioux Falls",
            "country_code": "US",
            "location_id": 1234567890123,
            "name": "REDACTED",
            "phone": "",
            "province": "South Dakota",
            "zip": "57108"
          },
          "merchant_requests": []
        }
      ]
    },
    "pagination": {
      "next": {
        "page_info": "YXJyYXljb25uZWN0aW9uOjA=",
        "rel": "next"
      }
    },
    "pageInfo": "YXJyYXljb25uZWN0aW9uOjA=",
    "rel": "rel=\"next\""
  }
}