{
  "data": {
    "inventoryItems": [
      {
        "id": "gid://shopify/InventoryItem/12345678901234",
        "sku": "EXAMPLE-SKU",
        "createdAt": "2022-01-01T12:00:00Z",
        "updatedAt": "2024-12-01T15:30:00Z",
        "requiresShipping": true,
        "unitCost": {
          "amount": "10.0",
          "currencyCode": "USD"
        },
        "countryCodeOfOrigin": null,
        "provinceCodeOfOrigin": null,
        "harmonizedSystemCode": null,
        "tracked": false,
        "countryHarmonizedSystemCodes": {
          "nodes": []
        }
      }
    ],
    "pageInfo": {
      "hasNextPage": false,
      "endCursor": "YXJyYXljb25uZWN0aW9uOjA="
    }
  }
}