PUT Product/PatchPutProduct

Updates a Product.

Request Information

URI Parameters

Body Parameters

Product object used to update a Product.

clsProductUpdate
NameDescriptionTypeAdditional Information
DepartmentID

Existing department ID into which the new product will be saved.

string

Required

Max length: 6

ProductID

User assigned ID of the product.

string

Required

Max length: 10

Must not contain a space or a tic (')

Manufacturer

Manufacturer of the product; must match an existing manufacturer in the database.

string

Max length: 50

ProductName

User assigned Name (description) of the product.

string

Max length: 50

EPANumber

EPA number of the product.

string

Max length: 40

FederallyRestricted

Restricted by federal regulations.

boolean
PotentiallyHazardous

Works with the HazMat document printing capabilities of Agvance.

boolean
ReorderLevel

The user entered amount of the product to be reordered.

decimal number
UnitWeight

Number of pounds per inventory unit.

decimal number
PackageSize

Number of inventory units per package unit.

string

Max length: 10

Must be numeric

CrossRef1

User defined cross reference value.

string

Max length: 40

CrossRef2

User defined cross reference value.

string

Max length: 40

CrossRef3

User defined cross reference value.

string

Max length: 40

CrossRef4

User defined cross reference value.

string

Max length: 40

BarCodeID

UPC code/barcode for the product.

string

Max length: 20

DryOrLiquid

State of Matter of the product (D or L).

string

Max length: 1

ActiveIngredient

Primary Active ingredient in the product.

string

Max length: 50

Consignment

Indicates a product that will be invoiced by the vendor as it is resold, rather than upon delivery.

boolean
EDIReportable

Flag indicating whether the sales for this product get reported back to the manufacturer.

boolean
TechnologyGroup

Seed technology classification - Must match an existing technology group record in the data.

string

Max length: 30

CommodityRef

Type of commodity to tie the product to. Examples are corn, beans, and wheat. Must be a valid commodity in the data.

string

Max length: 6

ManufacturerPartNumber

Part/Product ID number assigned by the manufacturer.

string

Max length: 30

AlternateProductID

Used as an alternative to the product ID on some reports.

string

Max length: 40

Must not contain invalid characters

GTIN

Global Trade Identification Number.

string

Max length: 20

OnHold

Flag to prevent the product from being used on Agvance transactions.

boolean
ClassificationsAdd

List of Product Classifications

Collection of clsProductClassificationsAdd
AttributesAdd

List of Product Attributes

Collection of clsProductAttributesAdd
ShippingName

The legal DOT shipping description.

string

Max length: 500

NationalMotorCarrierClass

The National Motor Carrier classification name.

string

Max length: 180

ReentryIntervalHours

Hours until reentry is allowed where this product has been applied.

string

Max length: 8

Must be numeric

HazardClass

DOT hazard class.

string

Max length: 10

PackingGroup

DOT packaging group.

string

Max length: 6

SafetyComments1

PPE required for early entry workers.

string

Max length: 500

SafetyComments2

PPE required for handlers.

string

Max length: 500

SafetyComments3

PPE required for workers.

string

Max length: 500

PLACARD

One or more placards required on the vehicle when transporting this product.

string

Max length: 50

UNNAID

The United Nations / North America Identification Number.

string

Max length: 10

PostedWarning

Indicates that a posted warning must be placed at the entrance to the field after this product is applied.

boolean

Must be 0, 1, True, or False

OralWarning

Indicates that an oral warning must be given after this product is applied.

boolean

Must be 0, 1, True, or False

PackageSizeIsBulk

Indicates for DOT placard calculation that the package size is considered bulk.

boolean

Must be 0, 1, True, or False

ShippingManifestPkgQtyIsAlways1

Indicates for DOT placard calculation that the package quantity is always 1.

boolean

Must be 0, 1, True, or False

DOTWarningNote

Warning information from the Department of Transportation.

string
Threshold

Indicates to HazMat printing functions when documentation is required and how to print the data on the HazMat document.

decimal number
GHS

Indicates when printing safety data sheets, to print the Globally Harmonized System document for this product.

boolean

Must be 0, 1, True, or False

ProductDensity

Pounds of product per cubic foot for solid (dry) products and pounds of product per gallon for liquid products.

string

Max length: 10

Must be numeric

RecommendedRatePerAcre

Recommended number of rate per acre units of the product to be applied per acre.

string

Max length: 10

Must be numeric

RateToBlendingRatio

Number of rate per acre units in one blending unit.

string

Max length: 10

Must be numeric

BlendToInventoryRatio

Number of blending units in one inventory unit.

string

Max length: 10

Must be numeric

BlenderFactor

Blender-specific data.

string

Max length: 10

PercentSolidMaterial

Percent of the product that is ccomprised of solid (dry) material.

string

Max length: 10

Must be numeric

PercentWater

Percent of the product that is comprised of water.

string

Max length: 10

Must be numeric

PercentClay

Percent of the product that is comprised of clay.

string

Max length: 10

Must be numeric

SpecificGravity

Specific Gravity of product.

decimal number

Request Formats

application/json, text/json

Sample:
{
  "DepartmentID": "sample string 1",
  "ProductID": "sample string 2",
  "Manufacturer": "sample string 3",
  "ProductName": "sample string 4",
  "EPANumber": "sample string 5",
  "FederallyRestricted": true,
  "PotentiallyHazardous": true,
  "ReorderLevel": 1.1,
  "UnitWeight": 1.1,
  "PackageSize": "sample string 8",
  "CrossRef1": "sample string 10",
  "CrossRef2": "sample string 11",
  "CrossRef3": "sample string 12",
  "CrossRef4": "sample string 13",
  "BarCodeID": "sample string 14",
  "DryOrLiquid": "sample string 15",
  "ActiveIngredient": "sample string 16",
  "Consignment": true,
  "EDIReportable": true,
  "TechnologyGroup": "sample string 18",
  "CommodityRef": "sample string 19",
  "ManufacturerPartNumber": "sample string 20",
  "AlternateProductID": "sample string 21",
  "GTIN": "sample string 22",
  "OnHold": true,
  "ClassificationsAdd": [
    {
      "Name": "sample string 5"
    },
    {
      "Name": "sample string 5"
    }
  ],
  "AttributesAdd": [
    {
      "Value": "sample string 5",
      "Name": "sample string 6"
    },
    {
      "Value": "sample string 5",
      "Name": "sample string 6"
    }
  ],
  "ShippingName": "sample string 25",
  "NationalMotorCarrierClass": "sample string 26",
  "ReentryIntervalHours": "sample string 27",
  "HazardClass": "sample string 28",
  "PackingGroup": "sample string 29",
  "SafetyComments1": "sample string 30",
  "SafetyComments2": "sample string 31",
  "SafetyComments3": "sample string 32",
  "PLACARD": "sample string 33",
  "UNNAID": "sample string 34",
  "PostedWarning": true,
  "OralWarning": true,
  "PackageSizeIsBulk": true,
  "ShippingManifestPkgQtyIsAlways1": true,
  "DOTWarningNote": "sample string 35",
  "Threshold": 1.1,
  "GHS": true,
  "ProductDensity": "sample string 36",
  "RecommendedRatePerAcre": "sample string 39",
  "RateToBlendingRatio": "sample string 40",
  "BlendToInventoryRatio": "sample string 41",
  "BlenderFactor": "sample string 42",
  "PercentSolidMaterial": "sample string 43",
  "PercentWater": "sample string 44",
  "PercentClay": "sample string 45",
  "SpecificGravity": 1.1
}

application/xml, text/xml

Sample:
<ProductUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SSI.Inv">
  <ActiveIngredient>sample string 16</ActiveIngredient>
  <AlternateProductID>sample string 21</AlternateProductID>
  <AttributesAdd>
    <AttributesAdd>
      <Name>sample string 6</Name>
      <Value>sample string 5</Value>
    </AttributesAdd>
    <AttributesAdd>
      <Name>sample string 6</Name>
      <Value>sample string 5</Value>
    </AttributesAdd>
  </AttributesAdd>
  <BarCodeID>sample string 14</BarCodeID>
  <BlendToInventoryRatio>sample string 41</BlendToInventoryRatio>
  <BlenderFactor>sample string 42</BlenderFactor>
  <ClassificationsAdd>
    <ClassificationsAdd>
      <Name>sample string 5</Name>
    </ClassificationsAdd>
    <ClassificationsAdd>
      <Name>sample string 5</Name>
    </ClassificationsAdd>
  </ClassificationsAdd>
  <CommodityRef>sample string 19</CommodityRef>
  <Consignment>true</Consignment>
  <CrossRef1>sample string 10</CrossRef1>
  <CrossRef2>sample string 11</CrossRef2>
  <CrossRef3>sample string 12</CrossRef3>
  <CrossRef4>sample string 13</CrossRef4>
  <DOTWarningNote>sample string 35</DOTWarningNote>
  <DepartmentID>sample string 1</DepartmentID>
  <DryOrLiquid>sample string 15</DryOrLiquid>
  <EDIReportable>true</EDIReportable>
  <EPANumber>sample string 5</EPANumber>
  <FederallyRestricted>true</FederallyRestricted>
  <GHS>true</GHS>
  <GTIN>sample string 22</GTIN>
  <HazardClass>sample string 28</HazardClass>
  <Manufacturer>sample string 3</Manufacturer>
  <ManufacturerPartNumber>sample string 20</ManufacturerPartNumber>
  <NationalMotorCarrierClass>sample string 26</NationalMotorCarrierClass>
  <OnHold>true</OnHold>
  <OralWarning>true</OralWarning>
  <PLACARD>sample string 33</PLACARD>
  <PackageSize>sample string 8</PackageSize>
  <PackageSizeIsBulk>true</PackageSizeIsBulk>
  <PackingGroup>sample string 29</PackingGroup>
  <PercentClay>sample string 45</PercentClay>
  <PercentSolidMaterial>sample string 43</PercentSolidMaterial>
  <PercentWater>sample string 44</PercentWater>
  <PostedWarning>true</PostedWarning>
  <PotentiallyHazardous>true</PotentiallyHazardous>
  <ProductDensity>sample string 36</ProductDensity>
  <ProductID>sample string 2</ProductID>
  <ProductName>sample string 4</ProductName>
  <RateToBlendingRatio>sample string 40</RateToBlendingRatio>
  <RecommendedRatePerAcre>sample string 39</RecommendedRatePerAcre>
  <ReentryIntervalHours>sample string 27</ReentryIntervalHours>
  <ReorderLevel>1.1</ReorderLevel>
  <SafetyComments1>sample string 30</SafetyComments1>
  <SafetyComments2>sample string 31</SafetyComments2>
  <SafetyComments3>sample string 32</SafetyComments3>
  <ShippingManifestPkgQtyIsAlways1>true</ShippingManifestPkgQtyIsAlways1>
  <ShippingName>sample string 25</ShippingName>
  <SpecificGravity>1.1</SpecificGravity>
  <TechnologyGroup>sample string 18</TechnologyGroup>
  <Threshold>1.1</Threshold>
  <UNNAID>sample string 34</UNNAID>
  <UnitWeight>1.1</UnitWeight>
</ProductUpdate>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'clsProductUpdate'.

Response Information

Resource Description

Updates a Product.

AgvProductFull
NameDescriptionTypeAdditional Information
Status

Status of the API call.

string
Message

Message of the API call.

string
Count

Count of how many Products.

string
ProductRecords

JSON dictionary of ProductRecords.

Collection of clsProduct

Response Formats

application/json, text/json

Sample:
{
  "Status": "sample string 1",
  "Message": "sample string 2",
  "Count": "2",
  "ProductRecords": [
    {
      "UniqueKey": 1,
      "DepartmentID": "sample string 2",
      "DepartmentName": "sample string 3",
      "ProductID": "sample string 4",
      "Manufacturer": "sample string 5",
      "ProductName": "sample string 7",
      "EPANumber": "sample string 9",
      "FederallyRestricted": true,
      "PotentiallyHazardous": true,
      "InventoryUnits": "sample string 12",
      "AmountOnHand": "sample string 13",
      "ReorderLevel": 14.1,
      "UnitWeight": "sample string 15",
      "PackageSize": "sample string 16",
      "PackageUnits": "sample string 17",
      "CrossRef1": "sample string 18",
      "CrossRef2": "sample string 19",
      "CrossRef3": "sample string 20",
      "CrossRef4": "sample string 21",
      "BarCodeID": "sample string 22",
      "ReplacementCost": "sample string 23",
      "DryOrLiquid": "sample string 24",
      "ActiveIngredient": "sample string 25",
      "Consignment": true,
      "EDIReportable": true,
      "Inactive": true,
      "InvoiceLineItemComment": "sample string 34",
      "TechnologyGroup": "sample string 38",
      "CommodityRef": "sample string 40",
      "ManufacturerPartNumber": "sample string 41",
      "AlternateProductID": "sample string 42",
      "SeedYear": 43,
      "Crop": "sample string 44",
      "IsBioTech": true,
      "Variety": "sample string 46",
      "Kind": "sample string 47",
      "Origin": "sample string 48",
      "TestDate": "sample string 49",
      "PurityPercent": 50.1,
      "InertPercent": 51.1,
      "WeedPercent": 52.1,
      "GermPercent": 53.1,
      "HardPercent": 54.1,
      "Trait": "sample string 55",
      "BrandName": "sample string 56",
      "IsInsectResistantMaterial": true,
      "NeedsFieldCoordinates": true,
      "ProcessorCode": "sample string 59",
      "TreatmentCode": "sample string 60",
      "SeedSize": "sample string 61",
      "OrderQuantityMultiple": 62.1,
      "GTIN": "sample string 63",
      "SSIGlobalID": 64,
      "MPSGuid": "sample string 66",
      "MPSProductCategoryKey": "sample string 67",
      "MPSCode": "sample string 68",
      "MPSDescription": "sample string 69",
      "MPSProductForm": 70,
      "OnHold": true,
      "MPSMinSetPoint": 72.1,
      "MPSMaxSetPoint": 73.1,
      "MPSSwitchSetPoint": 74.1,
      "MPSOutOfFieldRate": 75.1,
      "MPSRoundRecMethodInt": 76,
      "MPSRoundRecValue": 77.1,
      "MapXRefGUID": "sample string 78",
      "DepartmentScale": 79,
      "IsAnalysis": true,
      "ContainerRequiredOnPOS": true,
      "LastModifiedUTC": "2025-05-15T13:33:12.8244996+00:00",
      "Accounts": [
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "SalesTaxable": true,
          "SalesAccount": "sample string 4",
          "BeginningYearBalance": 5.1,
          "EndOfMonth1": 6.1,
          "EndOfMonth2": 7.1,
          "EndOfMonth3": 8.1,
          "EndOfMonth4": 9.1,
          "EndOfMonth5": 10.1,
          "EndOfMonth6": 11.1,
          "EndOfMonth7": 12.1,
          "EndOfMonth8": 13.1,
          "EndOfMonth9": 14.1,
          "EndOfMonth10": 15.1,
          "EndOfMonth11": 16.1,
          "EndOfMonth12": 17.1,
          "GrowerStateTaxable": true,
          "ProductStateTaxable": true,
          "PurchaseAccount": "sample string 20",
          "FreightAccount": "sample string 21",
          "PurchaseDiscount": "sample string 22"
        },
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "SalesTaxable": true,
          "SalesAccount": "sample string 4",
          "BeginningYearBalance": 5.1,
          "EndOfMonth1": 6.1,
          "EndOfMonth2": 7.1,
          "EndOfMonth3": 8.1,
          "EndOfMonth4": 9.1,
          "EndOfMonth5": 10.1,
          "EndOfMonth6": 11.1,
          "EndOfMonth7": 12.1,
          "EndOfMonth8": 13.1,
          "EndOfMonth9": 14.1,
          "EndOfMonth10": 15.1,
          "EndOfMonth11": 16.1,
          "EndOfMonth12": 17.1,
          "GrowerStateTaxable": true,
          "ProductStateTaxable": true,
          "PurchaseAccount": "sample string 20",
          "FreightAccount": "sample string 21",
          "PurchaseDiscount": "sample string 22"
        }
      ],
      "Prices": [
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "BillingUnits": "sample string 3",
          "BillingDivisor": "sample string 4",
          "AverageCost": "sample string 5",
          "List": "sample string 6",
          "LastPurchaseCost": "sample string 7",
          "PriceLevel1": "sample string 8",
          "PriceLevel2": "sample string 9",
          "PriceLevel3": "sample string 10",
          "PriceLevel4": "sample string 11",
          "PriceLevel5": "sample string 12",
          "PriceLevel6": "sample string 13",
          "PriceLevel7": "sample string 14",
          "PriceLevel8": "sample string 15",
          "ProfitMargin": 16.1,
          "PriceLevel9": "sample string 17",
          "PriceLevel10": "sample string 18",
          "PriceLevel11": "sample string 19",
          "PriceLevel12": "sample string 20",
          "PriceLevel13": "sample string 21",
          "PriceLevel14": "sample string 22",
          "PriceLevel15": "sample string 23",
          "PriceLevel16": "sample string 24",
          "PriceLevel17": "sample string 25",
          "PriceLevel18": "sample string 26",
          "PriceLevel19": "sample string 27",
          "PriceLevel20": "sample string 28",
          "PriceLevel21": "sample string 29",
          "PriceLevel22": "sample string 30",
          "PriceLevel23": "sample string 31",
          "PriceLevel24": "sample string 32",
          "EstimatedAverageCost": 33.1,
          "FormulaSource0": 34,
          "FormulaSource1": 35,
          "FormulaSource2": 36,
          "FormulaSource3": 37,
          "FormulaSource4": 38,
          "FormulaSource5": 39,
          "FormulaSource6": 40,
          "FormulaSource7": 41,
          "FormulaSource8": 42,
          "FormulaSource9": 43,
          "FormulaSource10": 44,
          "FormulaSource11": 45,
          "FormulaSource12": 46,
          "FormulaSource13": 47,
          "FormulaSource14": 48,
          "FormulaSource15": 49,
          "FormulaSource16": 50,
          "FormulaSource17": 51,
          "FormulaSource18": 52,
          "FormulaSource19": 53,
          "FormulaSource20": 54,
          "FormulaSource21": 55,
          "FormulaSource22": 56,
          "FormulaSource23": 57,
          "FormulaSource24": 58,
          "FormulaType0": "sample string 59",
          "FormulaType1": "sample string 60",
          "FormulaType2": "sample string 61",
          "FormulaType3": "sample string 62",
          "FormulaType4": "sample string 63",
          "FormulaType5": "sample string 64",
          "FormulaType6": "sample string 65",
          "FormulaType7": "sample string 66",
          "FormulaType8": "sample string 67",
          "FormulaType9": "sample string 68",
          "FormulaType10": "sample string 69",
          "FormulaType11": "sample string 70",
          "FormulaType12": "sample string 71",
          "FormulaType13": "sample string 72",
          "FormulaType14": "sample string 73",
          "FormulaType15": "sample string 74",
          "FormulaType16": "sample string 75",
          "FormulaType17": "sample string 76",
          "FormulaType18": "sample string 77",
          "FormulaType19": "sample string 78",
          "FormulaType20": "sample string 79",
          "FormulaType21": "sample string 80",
          "FormulaType22": "sample string 81",
          "FormulaType23": "sample string 82",
          "FormulaType24": "sample string 83",
          "FormulaAmount0": 84.1,
          "FormulaAmount1": 85.1,
          "FormulaAmount2": 86.1,
          "FormulaAmount3": 87.1,
          "FormulaAmount4": 88.1,
          "FormulaAmount5": 89.1,
          "FormulaAmount6": 90.1,
          "FormulaAmount7": 91.1,
          "FormulaAmount8": 92.1,
          "FormulaAmount9": 93.1,
          "FormulaAmount10": 94.1,
          "FormulaAmount11": 95.1,
          "FormulaAmount12": 96.1,
          "FormulaAmount13": 97.1,
          "FormulaAmount14": 98.1,
          "FormulaAmount15": 99.1,
          "FormulaAmount16": 100.1,
          "FormulaAmount17": 101.1,
          "FormulaAmount18": 102.1,
          "FormulaAmount19": 103.1,
          "FormulaAmount20": 104.1,
          "FormulaAmount21": 105.1,
          "FormulaAmount22": 106.1,
          "FormulaAmount23": 107.1,
          "FormulaAmount24": 108.1,
          "FormulaSourceAC": 109,
          "FormulaTypeAC": "sample string 110",
          "FormulaAmountAC": 111.1,
          "FormulaSourceLC": 112,
          "FormulaTypeLC": "sample string 113",
          "FormulaAmountLC": 114.1,
          "FormulaSourceRC": 115,
          "FormulaTypeRC": "sample string 116",
          "FormulaAmountRC": 117.1,
          "FormulaSourceEAC": 118,
          "FormulaTypeEAC": "sample string 119",
          "FormulaAmountEAC": 120.1,
          "ReplacementCost2": 121.1,
          "ReplacementCost3": 122.1,
          "ReplacementCost4": 123.1,
          "FormulaSourceRC2": 124,
          "FormulaTypeRC2": "sample string 125",
          "FormulaAmountRC2": 126.1,
          "FormulaSourceRC3": 127,
          "FormulaTypeRC3": "sample string 128",
          "FormulaAmountRC3": 129.1,
          "FormulaSourceRC4": 130,
          "FormulaTypeRC4": "sample string 131",
          "FormulaAmountRC4": 132.1
        },
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "BillingUnits": "sample string 3",
          "BillingDivisor": "sample string 4",
          "AverageCost": "sample string 5",
          "List": "sample string 6",
          "LastPurchaseCost": "sample string 7",
          "PriceLevel1": "sample string 8",
          "PriceLevel2": "sample string 9",
          "PriceLevel3": "sample string 10",
          "PriceLevel4": "sample string 11",
          "PriceLevel5": "sample string 12",
          "PriceLevel6": "sample string 13",
          "PriceLevel7": "sample string 14",
          "PriceLevel8": "sample string 15",
          "ProfitMargin": 16.1,
          "PriceLevel9": "sample string 17",
          "PriceLevel10": "sample string 18",
          "PriceLevel11": "sample string 19",
          "PriceLevel12": "sample string 20",
          "PriceLevel13": "sample string 21",
          "PriceLevel14": "sample string 22",
          "PriceLevel15": "sample string 23",
          "PriceLevel16": "sample string 24",
          "PriceLevel17": "sample string 25",
          "PriceLevel18": "sample string 26",
          "PriceLevel19": "sample string 27",
          "PriceLevel20": "sample string 28",
          "PriceLevel21": "sample string 29",
          "PriceLevel22": "sample string 30",
          "PriceLevel23": "sample string 31",
          "PriceLevel24": "sample string 32",
          "EstimatedAverageCost": 33.1,
          "FormulaSource0": 34,
          "FormulaSource1": 35,
          "FormulaSource2": 36,
          "FormulaSource3": 37,
          "FormulaSource4": 38,
          "FormulaSource5": 39,
          "FormulaSource6": 40,
          "FormulaSource7": 41,
          "FormulaSource8": 42,
          "FormulaSource9": 43,
          "FormulaSource10": 44,
          "FormulaSource11": 45,
          "FormulaSource12": 46,
          "FormulaSource13": 47,
          "FormulaSource14": 48,
          "FormulaSource15": 49,
          "FormulaSource16": 50,
          "FormulaSource17": 51,
          "FormulaSource18": 52,
          "FormulaSource19": 53,
          "FormulaSource20": 54,
          "FormulaSource21": 55,
          "FormulaSource22": 56,
          "FormulaSource23": 57,
          "FormulaSource24": 58,
          "FormulaType0": "sample string 59",
          "FormulaType1": "sample string 60",
          "FormulaType2": "sample string 61",
          "FormulaType3": "sample string 62",
          "FormulaType4": "sample string 63",
          "FormulaType5": "sample string 64",
          "FormulaType6": "sample string 65",
          "FormulaType7": "sample string 66",
          "FormulaType8": "sample string 67",
          "FormulaType9": "sample string 68",
          "FormulaType10": "sample string 69",
          "FormulaType11": "sample string 70",
          "FormulaType12": "sample string 71",
          "FormulaType13": "sample string 72",
          "FormulaType14": "sample string 73",
          "FormulaType15": "sample string 74",
          "FormulaType16": "sample string 75",
          "FormulaType17": "sample string 76",
          "FormulaType18": "sample string 77",
          "FormulaType19": "sample string 78",
          "FormulaType20": "sample string 79",
          "FormulaType21": "sample string 80",
          "FormulaType22": "sample string 81",
          "FormulaType23": "sample string 82",
          "FormulaType24": "sample string 83",
          "FormulaAmount0": 84.1,
          "FormulaAmount1": 85.1,
          "FormulaAmount2": 86.1,
          "FormulaAmount3": 87.1,
          "FormulaAmount4": 88.1,
          "FormulaAmount5": 89.1,
          "FormulaAmount6": 90.1,
          "FormulaAmount7": 91.1,
          "FormulaAmount8": 92.1,
          "FormulaAmount9": 93.1,
          "FormulaAmount10": 94.1,
          "FormulaAmount11": 95.1,
          "FormulaAmount12": 96.1,
          "FormulaAmount13": 97.1,
          "FormulaAmount14": 98.1,
          "FormulaAmount15": 99.1,
          "FormulaAmount16": 100.1,
          "FormulaAmount17": 101.1,
          "FormulaAmount18": 102.1,
          "FormulaAmount19": 103.1,
          "FormulaAmount20": 104.1,
          "FormulaAmount21": 105.1,
          "FormulaAmount22": 106.1,
          "FormulaAmount23": 107.1,
          "FormulaAmount24": 108.1,
          "FormulaSourceAC": 109,
          "FormulaTypeAC": "sample string 110",
          "FormulaAmountAC": 111.1,
          "FormulaSourceLC": 112,
          "FormulaTypeLC": "sample string 113",
          "FormulaAmountLC": 114.1,
          "FormulaSourceRC": 115,
          "FormulaTypeRC": "sample string 116",
          "FormulaAmountRC": 117.1,
          "FormulaSourceEAC": 118,
          "FormulaTypeEAC": "sample string 119",
          "FormulaAmountEAC": 120.1,
          "ReplacementCost2": 121.1,
          "ReplacementCost3": 122.1,
          "ReplacementCost4": 123.1,
          "FormulaSourceRC2": 124,
          "FormulaTypeRC2": "sample string 125",
          "FormulaAmountRC2": 126.1,
          "FormulaSourceRC3": 127,
          "FormulaTypeRC3": "sample string 128",
          "FormulaAmountRC3": 129.1,
          "FormulaSourceRC4": 130,
          "FormulaTypeRC4": "sample string 131",
          "FormulaAmountRC4": 132.1
        }
      ],
      "Classifications": [
        {
          "Name": "sample string 6"
        },
        {
          "Name": "sample string 6"
        }
      ],
      "Attributes": [
        {
          "Value": "sample string 5",
          "Name": "sample string 6",
          "Required": true,
          "MaximumLength": 8,
          "DisallowDuplicates": true
        },
        {
          "Value": "sample string 5",
          "Name": "sample string 6",
          "Required": true,
          "MaximumLength": 8,
          "DisallowDuplicates": true
        }
      ],
      "Safety": [
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "ShippingName": "sample string 3",
          "NationalMotorCarrierClass": "sample string 4",
          "ReentryIntervalHours": "sample string 5",
          "HazardClass": "sample string 6",
          "PackingGroup": "sample string 7",
          "SafetyComments1": "sample string 8",
          "SafetyComments2": "sample string 9",
          "SafetyComments3": "sample string 10",
          "PLACARD": "sample string 11",
          "UNNAID": "sample string 12",
          "PostedWarning": true,
          "OralWarning": true,
          "TradeSecret": true,
          "Pure": true,
          "Mix": true,
          "Solid": true,
          "Liquid": true,
          "Gas": true,
          "EHSName": "sample string 28",
          "HealthHazardFire": true,
          "HealthHazardSuddenReleaseOfPressure": true,
          "HealthHazardReactivity": true,
          "HealthHazardImmediateAcute": true,
          "HealthHazardDelayedChronic": true,
          "Optional": true,
          "Locations": "sample string 35",
          "ContType1": "sample string 36",
          "Pressure1": "sample string 37",
          "Temp1": "sample string 38",
          "ContType2": "sample string 39",
          "Pressure2": "sample string 40",
          "Temp2": "sample string 41",
          "ContType3": "sample string 42",
          "Pressure3": "sample string 43",
          "Temp3": "sample string 44",
          "ContType4": "sample string 45",
          "Pressure4": "sample string 46",
          "Temp4": "sample string 47",
          "ContType5": "sample string 48",
          "Pressure5": "sample string 49",
          "Temp5": "sample string 50",
          "ContType6": "sample string 51",
          "Pressure6": "sample string 52",
          "Temp6": "sample string 53",
          "PercentActiveIngredientForCanadaTag": 59.1,
          "PackageSizeIsBulk": true,
          "Prop65": true,
          "ShippingManifestPkgQtyIsAlways1": true,
          "DOTWarningNote": "sample string 64",
          "AgrianID": "sample string 65",
          "AgrianDOTConfig": "sample string 66",
          "AgrianSizeID": "sample string 67",
          "AUXAgrianID": "sample string 68",
          "AUXAgrianDOTConfig": "sample string 69",
          "AUXAgrianSizeID": "sample string 70",
          "Threshold": 77.1,
          "GHS": true,
          "Prop65ToxicityCancer": true,
          "Prop65ToxicityCancerChemicals": "sample string 80",
          "Prop65ToxicityDevelopmental": true,
          "Prop65ToxicityDevelopmentalChemicals": "sample string 82"
        },
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "ShippingName": "sample string 3",
          "NationalMotorCarrierClass": "sample string 4",
          "ReentryIntervalHours": "sample string 5",
          "HazardClass": "sample string 6",
          "PackingGroup": "sample string 7",
          "SafetyComments1": "sample string 8",
          "SafetyComments2": "sample string 9",
          "SafetyComments3": "sample string 10",
          "PLACARD": "sample string 11",
          "UNNAID": "sample string 12",
          "PostedWarning": true,
          "OralWarning": true,
          "TradeSecret": true,
          "Pure": true,
          "Mix": true,
          "Solid": true,
          "Liquid": true,
          "Gas": true,
          "EHSName": "sample string 28",
          "HealthHazardFire": true,
          "HealthHazardSuddenReleaseOfPressure": true,
          "HealthHazardReactivity": true,
          "HealthHazardImmediateAcute": true,
          "HealthHazardDelayedChronic": true,
          "Optional": true,
          "Locations": "sample string 35",
          "ContType1": "sample string 36",
          "Pressure1": "sample string 37",
          "Temp1": "sample string 38",
          "ContType2": "sample string 39",
          "Pressure2": "sample string 40",
          "Temp2": "sample string 41",
          "ContType3": "sample string 42",
          "Pressure3": "sample string 43",
          "Temp3": "sample string 44",
          "ContType4": "sample string 45",
          "Pressure4": "sample string 46",
          "Temp4": "sample string 47",
          "ContType5": "sample string 48",
          "Pressure5": "sample string 49",
          "Temp5": "sample string 50",
          "ContType6": "sample string 51",
          "Pressure6": "sample string 52",
          "Temp6": "sample string 53",
          "PercentActiveIngredientForCanadaTag": 59.1,
          "PackageSizeIsBulk": true,
          "Prop65": true,
          "ShippingManifestPkgQtyIsAlways1": true,
          "DOTWarningNote": "sample string 64",
          "AgrianID": "sample string 65",
          "AgrianDOTConfig": "sample string 66",
          "AgrianSizeID": "sample string 67",
          "AUXAgrianID": "sample string 68",
          "AUXAgrianDOTConfig": "sample string 69",
          "AUXAgrianSizeID": "sample string 70",
          "Threshold": 77.1,
          "GHS": true,
          "Prop65ToxicityCancer": true,
          "Prop65ToxicityCancerChemicals": "sample string 80",
          "Prop65ToxicityDevelopmental": true,
          "Prop65ToxicityDevelopmentalChemicals": "sample string 82"
        }
      ],
      "Blends": [
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "ProductDensity": "sample string 3",
          "RatePerAcreUnits": "sample string 4",
          "BlendingUnits": "sample string 5",
          "RecommendedRatePerAcre": "sample string 7",
          "RateToBlendingRatio": "sample string 8",
          "BlendToInventoryRatio": "sample string 9",
          "BlenderFactor": "sample string 10",
          "PercentSolidMaterial": "sample string 11",
          "PercentWater": "sample string 12",
          "PercentClay": "sample string 13",
          "NutrientContributorN": "sample string 14",
          "NutrientContributorP": "sample string 15",
          "NutrientContributorK": "sample string 16",
          "NutrientContributorS": "sample string 17",
          "NutrientContributorUserDefined": "sample string 18",
          "NutrientContributorCa": "sample string 19",
          "NutrientContributorMg": "sample string 20",
          "NutrientContributorZn": "sample string 21",
          "NutrientContributorFe": "sample string 22",
          "NutrientContributorMn": "sample string 23",
          "NutrientContributorCu": "sample string 24",
          "NutrientContributorB": "sample string 25",
          "HeatingCoolingEnergyBTUPerLB": 26.1,
          "AmmoniacalNitrogenPercentOfTotalN": 27.1,
          "NitrateNitrogenPercentOfTotalN": 28.1,
          "OtherWaterSolubleNitrogenPercentOfTotalN": 29.1,
          "UreaNitrogenPercentOfTotalN": 30.1,
          "WaterInsolubleNitrogenPercentOfTotalN": 31.1,
          "AvailablePhosphate": 34.1,
          "TotalPhosphate": 35.1,
          "PercentSlowReleasePhosphate": 36.1,
          "SolublePotash": 38.1,
          "ChlorinePercent": 39.1,
          "PercentSlowReleasePotassium": 40.1,
          "PercentWaterSolubleMagnesium": 42.1,
          "PercentChelatedMagnesiumIf1ChelatedProductInBlend": 43.1,
          "PercentAsMgCO3": 44.1,
          "PercentChelatedMagnesiumIf2OrMoreChelatedProductsInBlend": 45.1,
          "PercentWaterSolubleManganese": 47.1,
          "PercentChelatedManganeseIf1ChelatedProductInBlend": 48.1,
          "PercentChelatedManganeseIf2OrMoreChelatedProductsInBlend": 49.1,
          "PercentWaterSolubleZinc": 51.1,
          "PercentChelatedZincIf1ChelatedProductInBlend": 52.1,
          "PercentChelatedZincIf2OrMoreChelatedProductsInBlend": 53.1,
          "PercentWaterSolubleIron": 55.1,
          "PercentChelatedIronIf1ChelatedProductInBlend": 56.1,
          "PercentChelatedIronIf2OrMoreChelatedProductsInBlend": 57.1,
          "PercentWaterSolubleCopper": 59.1,
          "PercentChelatedCopperIf1ChelatedProductInBlend": 60.1,
          "PercentChelatedCopperIf2OrMoreChelatedProductsInBlend": 61.1,
          "PercentCombinedSulfur": 63.1,
          "PercentFreeSulfur": 64.1,
          "PercentAsCaCO3": 67.1,
          "SaltIndex": 69.1,
          "PercentCalciumCarbonateEquivalence": 70.1,
          "PercentMoisture": 71.1,
          "NumberOfLbsEqualToOneTonOfStandardLimingMaterial": 72.1,
          "PercentCalciumSulfateCaSO4": 73.1,
          "PercentCalciumHydroxideCaOH2": 74.1,
          "MinimumPercentPassing8MeshSieve": 75.1,
          "MimimumPercentPassing20MeshSieve": 76.1,
          "MinimumPercentPassing50MeshSieve": 77.1,
          "MinimumPercentPassing100MeshSieve": 78.1,
          "Aluminum": 81.1,
          "TonnageTaxMaterialOrFertilizerCode": "sample string 82",
          "ProductSpecificTagWarning1": "sample string 83",
          "ProductSpecificTagWarning2": "sample string 84",
          "AmmoniacalNitrogenPercentSlowReleaseN": 88.1,
          "AmmoniacalNitrogenSlowReleaseDerivedFromProductList": "sample string 89",
          "NitrateNitrogenPercentSlowRelease": 90.1,
          "NitrateNitrogenSlowReleaseDerivedFromProductList": "sample string 91",
          "PercentSlowReleaseOtherWaterSolubleNitrogen": 92.1,
          "OtherWaterSolubleAndWaterInsolubleNitrogen": "sample string 93",
          "UreaNitrogenPercentSlowRelease": 94.1,
          "UreaNitrogenSlowReleaseDerivedFromProductList": "sample string 95",
          "WaterInsolubleNitrogenPercentSlowRelease": 96.1,
          "SpecificGravity": 98.1,
          "PurposeOfProduct": "sample string 99",
          "DirectionsForApplication": "sample string 100"
        },
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "ProductDensity": "sample string 3",
          "RatePerAcreUnits": "sample string 4",
          "BlendingUnits": "sample string 5",
          "RecommendedRatePerAcre": "sample string 7",
          "RateToBlendingRatio": "sample string 8",
          "BlendToInventoryRatio": "sample string 9",
          "BlenderFactor": "sample string 10",
          "PercentSolidMaterial": "sample string 11",
          "PercentWater": "sample string 12",
          "PercentClay": "sample string 13",
          "NutrientContributorN": "sample string 14",
          "NutrientContributorP": "sample string 15",
          "NutrientContributorK": "sample string 16",
          "NutrientContributorS": "sample string 17",
          "NutrientContributorUserDefined": "sample string 18",
          "NutrientContributorCa": "sample string 19",
          "NutrientContributorMg": "sample string 20",
          "NutrientContributorZn": "sample string 21",
          "NutrientContributorFe": "sample string 22",
          "NutrientContributorMn": "sample string 23",
          "NutrientContributorCu": "sample string 24",
          "NutrientContributorB": "sample string 25",
          "HeatingCoolingEnergyBTUPerLB": 26.1,
          "AmmoniacalNitrogenPercentOfTotalN": 27.1,
          "NitrateNitrogenPercentOfTotalN": 28.1,
          "OtherWaterSolubleNitrogenPercentOfTotalN": 29.1,
          "UreaNitrogenPercentOfTotalN": 30.1,
          "WaterInsolubleNitrogenPercentOfTotalN": 31.1,
          "AvailablePhosphate": 34.1,
          "TotalPhosphate": 35.1,
          "PercentSlowReleasePhosphate": 36.1,
          "SolublePotash": 38.1,
          "ChlorinePercent": 39.1,
          "PercentSlowReleasePotassium": 40.1,
          "PercentWaterSolubleMagnesium": 42.1,
          "PercentChelatedMagnesiumIf1ChelatedProductInBlend": 43.1,
          "PercentAsMgCO3": 44.1,
          "PercentChelatedMagnesiumIf2OrMoreChelatedProductsInBlend": 45.1,
          "PercentWaterSolubleManganese": 47.1,
          "PercentChelatedManganeseIf1ChelatedProductInBlend": 48.1,
          "PercentChelatedManganeseIf2OrMoreChelatedProductsInBlend": 49.1,
          "PercentWaterSolubleZinc": 51.1,
          "PercentChelatedZincIf1ChelatedProductInBlend": 52.1,
          "PercentChelatedZincIf2OrMoreChelatedProductsInBlend": 53.1,
          "PercentWaterSolubleIron": 55.1,
          "PercentChelatedIronIf1ChelatedProductInBlend": 56.1,
          "PercentChelatedIronIf2OrMoreChelatedProductsInBlend": 57.1,
          "PercentWaterSolubleCopper": 59.1,
          "PercentChelatedCopperIf1ChelatedProductInBlend": 60.1,
          "PercentChelatedCopperIf2OrMoreChelatedProductsInBlend": 61.1,
          "PercentCombinedSulfur": 63.1,
          "PercentFreeSulfur": 64.1,
          "PercentAsCaCO3": 67.1,
          "SaltIndex": 69.1,
          "PercentCalciumCarbonateEquivalence": 70.1,
          "PercentMoisture": 71.1,
          "NumberOfLbsEqualToOneTonOfStandardLimingMaterial": 72.1,
          "PercentCalciumSulfateCaSO4": 73.1,
          "PercentCalciumHydroxideCaOH2": 74.1,
          "MinimumPercentPassing8MeshSieve": 75.1,
          "MimimumPercentPassing20MeshSieve": 76.1,
          "MinimumPercentPassing50MeshSieve": 77.1,
          "MinimumPercentPassing100MeshSieve": 78.1,
          "Aluminum": 81.1,
          "TonnageTaxMaterialOrFertilizerCode": "sample string 82",
          "ProductSpecificTagWarning1": "sample string 83",
          "ProductSpecificTagWarning2": "sample string 84",
          "AmmoniacalNitrogenPercentSlowReleaseN": 88.1,
          "AmmoniacalNitrogenSlowReleaseDerivedFromProductList": "sample string 89",
          "NitrateNitrogenPercentSlowRelease": 90.1,
          "NitrateNitrogenSlowReleaseDerivedFromProductList": "sample string 91",
          "PercentSlowReleaseOtherWaterSolubleNitrogen": 92.1,
          "OtherWaterSolubleAndWaterInsolubleNitrogen": "sample string 93",
          "UreaNitrogenPercentSlowRelease": 94.1,
          "UreaNitrogenSlowReleaseDerivedFromProductList": "sample string 95",
          "WaterInsolubleNitrogenPercentSlowRelease": 96.1,
          "SpecificGravity": 98.1,
          "PurposeOfProduct": "sample string 99",
          "DirectionsForApplication": "sample string 100"
        }
      ],
      "CASNumbers": [
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "LineItem": 3,
          "CASNumber": "sample string 4",
          "MinimumReportableQuantity": 5.1,
          "ChemicalName": "sample string 6",
          "PercentActive": 7.1,
          "EHS": true,
          "ThresholdPlanQty": 9.1,
          "ThresholdReportQty": 10.1,
          "Key": "sample string 11",
          "FUSFriendlyName": "sample string 12"
        },
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "LineItem": 3,
          "CASNumber": "sample string 4",
          "MinimumReportableQuantity": 5.1,
          "ChemicalName": "sample string 6",
          "PercentActive": 7.1,
          "EHS": true,
          "ThresholdPlanQty": 9.1,
          "ThresholdReportQty": 10.1,
          "Key": "sample string 11",
          "FUSFriendlyName": "sample string 12"
        }
      ],
      "Ingredients": [
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "Lineitem": 3,
          "Ingredient": "sample string 4",
          "N": true,
          "P": true,
          "K": true,
          "S": true,
          "UD": true,
          "Ca": true,
          "Mg": true,
          "Zn": true,
          "Fe": true,
          "Mn": true,
          "Cu": true,
          "B": true,
          "Ext1": true,
          "Ext2": true,
          "Ext3": true,
          "Ext4": true,
          "Ext5": true,
          "Ext6": true,
          "ExtraData1": "sample string 23"
        },
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "Lineitem": 3,
          "Ingredient": "sample string 4",
          "N": true,
          "P": true,
          "K": true,
          "S": true,
          "UD": true,
          "Ca": true,
          "Mg": true,
          "Zn": true,
          "Fe": true,
          "Mn": true,
          "Cu": true,
          "B": true,
          "Ext1": true,
          "Ext2": true,
          "Ext3": true,
          "Ext4": true,
          "Ext5": true,
          "Ext6": true,
          "ExtraData1": "sample string 23"
        }
      ],
      "Lots": [
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "LotNumber": "sample string 3",
          "BeginningBalance": 4.1,
          "InActive": true,
          "ExpireDate": "sample string 6",
          "MPSGuid": "sample string 7",
          "MPSStatus": 8,
          "CalculatedBalance": 9.1
        },
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "LotNumber": "sample string 3",
          "BeginningBalance": 4.1,
          "InActive": true,
          "ExpireDate": "sample string 6",
          "MPSGuid": "sample string 7",
          "MPSStatus": 8,
          "CalculatedBalance": 9.1
        }
      ],
      "LotAttributes": [
        {
          "ProdLotAttributesKey": 1,
          "MasterCrossRefNamesKey": 2,
          "DepartmentID": "sample string 3",
          "ProductID": "sample string 4",
          "LotNumber": "sample string 5",
          "AttributeValue": "sample string 6"
        },
        {
          "ProdLotAttributesKey": 1,
          "MasterCrossRefNamesKey": 2,
          "DepartmentID": "sample string 3",
          "ProductID": "sample string 4",
          "LotNumber": "sample string 5",
          "AttributeValue": "sample string 6"
        }
      ],
      "StateRestrictions": [
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "State": "sample string 3"
        },
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "State": "sample string 3"
        }
      ],
      "StorageCodes": [
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "LineItem": 3,
          "StorageCode": "sample string 4"
        },
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "LineItem": 3,
          "StorageCode": "sample string 4"
        }
      ],
      "BarCodes": [
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "LineItem": 3,
          "Barcode": "sample string 4"
        },
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "LineItem": 3,
          "Barcode": "sample string 4"
        }
      ],
      "ExtraCharges": [
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "LineItem": 3,
          "ExtraChargeID": "sample string 4"
        },
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "LineItem": 3,
          "ExtraChargeID": "sample string 4"
        }
      ],
      "StatesWhereProductIsRestrictedFromDistribution": [
        {
          "StateId": "sample string 1"
        },
        {
          "StateId": "sample string 1"
        }
      ],
      "deleteYN": true
    },
    {
      "UniqueKey": 1,
      "DepartmentID": "sample string 2",
      "DepartmentName": "sample string 3",
      "ProductID": "sample string 4",
      "Manufacturer": "sample string 5",
      "ProductName": "sample string 7",
      "EPANumber": "sample string 9",
      "FederallyRestricted": true,
      "PotentiallyHazardous": true,
      "InventoryUnits": "sample string 12",
      "AmountOnHand": "sample string 13",
      "ReorderLevel": 14.1,
      "UnitWeight": "sample string 15",
      "PackageSize": "sample string 16",
      "PackageUnits": "sample string 17",
      "CrossRef1": "sample string 18",
      "CrossRef2": "sample string 19",
      "CrossRef3": "sample string 20",
      "CrossRef4": "sample string 21",
      "BarCodeID": "sample string 22",
      "ReplacementCost": "sample string 23",
      "DryOrLiquid": "sample string 24",
      "ActiveIngredient": "sample string 25",
      "Consignment": true,
      "EDIReportable": true,
      "Inactive": true,
      "InvoiceLineItemComment": "sample string 34",
      "TechnologyGroup": "sample string 38",
      "CommodityRef": "sample string 40",
      "ManufacturerPartNumber": "sample string 41",
      "AlternateProductID": "sample string 42",
      "SeedYear": 43,
      "Crop": "sample string 44",
      "IsBioTech": true,
      "Variety": "sample string 46",
      "Kind": "sample string 47",
      "Origin": "sample string 48",
      "TestDate": "sample string 49",
      "PurityPercent": 50.1,
      "InertPercent": 51.1,
      "WeedPercent": 52.1,
      "GermPercent": 53.1,
      "HardPercent": 54.1,
      "Trait": "sample string 55",
      "BrandName": "sample string 56",
      "IsInsectResistantMaterial": true,
      "NeedsFieldCoordinates": true,
      "ProcessorCode": "sample string 59",
      "TreatmentCode": "sample string 60",
      "SeedSize": "sample string 61",
      "OrderQuantityMultiple": 62.1,
      "GTIN": "sample string 63",
      "SSIGlobalID": 64,
      "MPSGuid": "sample string 66",
      "MPSProductCategoryKey": "sample string 67",
      "MPSCode": "sample string 68",
      "MPSDescription": "sample string 69",
      "MPSProductForm": 70,
      "OnHold": true,
      "MPSMinSetPoint": 72.1,
      "MPSMaxSetPoint": 73.1,
      "MPSSwitchSetPoint": 74.1,
      "MPSOutOfFieldRate": 75.1,
      "MPSRoundRecMethodInt": 76,
      "MPSRoundRecValue": 77.1,
      "MapXRefGUID": "sample string 78",
      "DepartmentScale": 79,
      "IsAnalysis": true,
      "ContainerRequiredOnPOS": true,
      "LastModifiedUTC": "2025-05-15T13:33:12.8244996+00:00",
      "Accounts": [
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "SalesTaxable": true,
          "SalesAccount": "sample string 4",
          "BeginningYearBalance": 5.1,
          "EndOfMonth1": 6.1,
          "EndOfMonth2": 7.1,
          "EndOfMonth3": 8.1,
          "EndOfMonth4": 9.1,
          "EndOfMonth5": 10.1,
          "EndOfMonth6": 11.1,
          "EndOfMonth7": 12.1,
          "EndOfMonth8": 13.1,
          "EndOfMonth9": 14.1,
          "EndOfMonth10": 15.1,
          "EndOfMonth11": 16.1,
          "EndOfMonth12": 17.1,
          "GrowerStateTaxable": true,
          "ProductStateTaxable": true,
          "PurchaseAccount": "sample string 20",
          "FreightAccount": "sample string 21",
          "PurchaseDiscount": "sample string 22"
        },
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "SalesTaxable": true,
          "SalesAccount": "sample string 4",
          "BeginningYearBalance": 5.1,
          "EndOfMonth1": 6.1,
          "EndOfMonth2": 7.1,
          "EndOfMonth3": 8.1,
          "EndOfMonth4": 9.1,
          "EndOfMonth5": 10.1,
          "EndOfMonth6": 11.1,
          "EndOfMonth7": 12.1,
          "EndOfMonth8": 13.1,
          "EndOfMonth9": 14.1,
          "EndOfMonth10": 15.1,
          "EndOfMonth11": 16.1,
          "EndOfMonth12": 17.1,
          "GrowerStateTaxable": true,
          "ProductStateTaxable": true,
          "PurchaseAccount": "sample string 20",
          "FreightAccount": "sample string 21",
          "PurchaseDiscount": "sample string 22"
        }
      ],
      "Prices": [
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "BillingUnits": "sample string 3",
          "BillingDivisor": "sample string 4",
          "AverageCost": "sample string 5",
          "List": "sample string 6",
          "LastPurchaseCost": "sample string 7",
          "PriceLevel1": "sample string 8",
          "PriceLevel2": "sample string 9",
          "PriceLevel3": "sample string 10",
          "PriceLevel4": "sample string 11",
          "PriceLevel5": "sample string 12",
          "PriceLevel6": "sample string 13",
          "PriceLevel7": "sample string 14",
          "PriceLevel8": "sample string 15",
          "ProfitMargin": 16.1,
          "PriceLevel9": "sample string 17",
          "PriceLevel10": "sample string 18",
          "PriceLevel11": "sample string 19",
          "PriceLevel12": "sample string 20",
          "PriceLevel13": "sample string 21",
          "PriceLevel14": "sample string 22",
          "PriceLevel15": "sample string 23",
          "PriceLevel16": "sample string 24",
          "PriceLevel17": "sample string 25",
          "PriceLevel18": "sample string 26",
          "PriceLevel19": "sample string 27",
          "PriceLevel20": "sample string 28",
          "PriceLevel21": "sample string 29",
          "PriceLevel22": "sample string 30",
          "PriceLevel23": "sample string 31",
          "PriceLevel24": "sample string 32",
          "EstimatedAverageCost": 33.1,
          "FormulaSource0": 34,
          "FormulaSource1": 35,
          "FormulaSource2": 36,
          "FormulaSource3": 37,
          "FormulaSource4": 38,
          "FormulaSource5": 39,
          "FormulaSource6": 40,
          "FormulaSource7": 41,
          "FormulaSource8": 42,
          "FormulaSource9": 43,
          "FormulaSource10": 44,
          "FormulaSource11": 45,
          "FormulaSource12": 46,
          "FormulaSource13": 47,
          "FormulaSource14": 48,
          "FormulaSource15": 49,
          "FormulaSource16": 50,
          "FormulaSource17": 51,
          "FormulaSource18": 52,
          "FormulaSource19": 53,
          "FormulaSource20": 54,
          "FormulaSource21": 55,
          "FormulaSource22": 56,
          "FormulaSource23": 57,
          "FormulaSource24": 58,
          "FormulaType0": "sample string 59",
          "FormulaType1": "sample string 60",
          "FormulaType2": "sample string 61",
          "FormulaType3": "sample string 62",
          "FormulaType4": "sample string 63",
          "FormulaType5": "sample string 64",
          "FormulaType6": "sample string 65",
          "FormulaType7": "sample string 66",
          "FormulaType8": "sample string 67",
          "FormulaType9": "sample string 68",
          "FormulaType10": "sample string 69",
          "FormulaType11": "sample string 70",
          "FormulaType12": "sample string 71",
          "FormulaType13": "sample string 72",
          "FormulaType14": "sample string 73",
          "FormulaType15": "sample string 74",
          "FormulaType16": "sample string 75",
          "FormulaType17": "sample string 76",
          "FormulaType18": "sample string 77",
          "FormulaType19": "sample string 78",
          "FormulaType20": "sample string 79",
          "FormulaType21": "sample string 80",
          "FormulaType22": "sample string 81",
          "FormulaType23": "sample string 82",
          "FormulaType24": "sample string 83",
          "FormulaAmount0": 84.1,
          "FormulaAmount1": 85.1,
          "FormulaAmount2": 86.1,
          "FormulaAmount3": 87.1,
          "FormulaAmount4": 88.1,
          "FormulaAmount5": 89.1,
          "FormulaAmount6": 90.1,
          "FormulaAmount7": 91.1,
          "FormulaAmount8": 92.1,
          "FormulaAmount9": 93.1,
          "FormulaAmount10": 94.1,
          "FormulaAmount11": 95.1,
          "FormulaAmount12": 96.1,
          "FormulaAmount13": 97.1,
          "FormulaAmount14": 98.1,
          "FormulaAmount15": 99.1,
          "FormulaAmount16": 100.1,
          "FormulaAmount17": 101.1,
          "FormulaAmount18": 102.1,
          "FormulaAmount19": 103.1,
          "FormulaAmount20": 104.1,
          "FormulaAmount21": 105.1,
          "FormulaAmount22": 106.1,
          "FormulaAmount23": 107.1,
          "FormulaAmount24": 108.1,
          "FormulaSourceAC": 109,
          "FormulaTypeAC": "sample string 110",
          "FormulaAmountAC": 111.1,
          "FormulaSourceLC": 112,
          "FormulaTypeLC": "sample string 113",
          "FormulaAmountLC": 114.1,
          "FormulaSourceRC": 115,
          "FormulaTypeRC": "sample string 116",
          "FormulaAmountRC": 117.1,
          "FormulaSourceEAC": 118,
          "FormulaTypeEAC": "sample string 119",
          "FormulaAmountEAC": 120.1,
          "ReplacementCost2": 121.1,
          "ReplacementCost3": 122.1,
          "ReplacementCost4": 123.1,
          "FormulaSourceRC2": 124,
          "FormulaTypeRC2": "sample string 125",
          "FormulaAmountRC2": 126.1,
          "FormulaSourceRC3": 127,
          "FormulaTypeRC3": "sample string 128",
          "FormulaAmountRC3": 129.1,
          "FormulaSourceRC4": 130,
          "FormulaTypeRC4": "sample string 131",
          "FormulaAmountRC4": 132.1
        },
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "BillingUnits": "sample string 3",
          "BillingDivisor": "sample string 4",
          "AverageCost": "sample string 5",
          "List": "sample string 6",
          "LastPurchaseCost": "sample string 7",
          "PriceLevel1": "sample string 8",
          "PriceLevel2": "sample string 9",
          "PriceLevel3": "sample string 10",
          "PriceLevel4": "sample string 11",
          "PriceLevel5": "sample string 12",
          "PriceLevel6": "sample string 13",
          "PriceLevel7": "sample string 14",
          "PriceLevel8": "sample string 15",
          "ProfitMargin": 16.1,
          "PriceLevel9": "sample string 17",
          "PriceLevel10": "sample string 18",
          "PriceLevel11": "sample string 19",
          "PriceLevel12": "sample string 20",
          "PriceLevel13": "sample string 21",
          "PriceLevel14": "sample string 22",
          "PriceLevel15": "sample string 23",
          "PriceLevel16": "sample string 24",
          "PriceLevel17": "sample string 25",
          "PriceLevel18": "sample string 26",
          "PriceLevel19": "sample string 27",
          "PriceLevel20": "sample string 28",
          "PriceLevel21": "sample string 29",
          "PriceLevel22": "sample string 30",
          "PriceLevel23": "sample string 31",
          "PriceLevel24": "sample string 32",
          "EstimatedAverageCost": 33.1,
          "FormulaSource0": 34,
          "FormulaSource1": 35,
          "FormulaSource2": 36,
          "FormulaSource3": 37,
          "FormulaSource4": 38,
          "FormulaSource5": 39,
          "FormulaSource6": 40,
          "FormulaSource7": 41,
          "FormulaSource8": 42,
          "FormulaSource9": 43,
          "FormulaSource10": 44,
          "FormulaSource11": 45,
          "FormulaSource12": 46,
          "FormulaSource13": 47,
          "FormulaSource14": 48,
          "FormulaSource15": 49,
          "FormulaSource16": 50,
          "FormulaSource17": 51,
          "FormulaSource18": 52,
          "FormulaSource19": 53,
          "FormulaSource20": 54,
          "FormulaSource21": 55,
          "FormulaSource22": 56,
          "FormulaSource23": 57,
          "FormulaSource24": 58,
          "FormulaType0": "sample string 59",
          "FormulaType1": "sample string 60",
          "FormulaType2": "sample string 61",
          "FormulaType3": "sample string 62",
          "FormulaType4": "sample string 63",
          "FormulaType5": "sample string 64",
          "FormulaType6": "sample string 65",
          "FormulaType7": "sample string 66",
          "FormulaType8": "sample string 67",
          "FormulaType9": "sample string 68",
          "FormulaType10": "sample string 69",
          "FormulaType11": "sample string 70",
          "FormulaType12": "sample string 71",
          "FormulaType13": "sample string 72",
          "FormulaType14": "sample string 73",
          "FormulaType15": "sample string 74",
          "FormulaType16": "sample string 75",
          "FormulaType17": "sample string 76",
          "FormulaType18": "sample string 77",
          "FormulaType19": "sample string 78",
          "FormulaType20": "sample string 79",
          "FormulaType21": "sample string 80",
          "FormulaType22": "sample string 81",
          "FormulaType23": "sample string 82",
          "FormulaType24": "sample string 83",
          "FormulaAmount0": 84.1,
          "FormulaAmount1": 85.1,
          "FormulaAmount2": 86.1,
          "FormulaAmount3": 87.1,
          "FormulaAmount4": 88.1,
          "FormulaAmount5": 89.1,
          "FormulaAmount6": 90.1,
          "FormulaAmount7": 91.1,
          "FormulaAmount8": 92.1,
          "FormulaAmount9": 93.1,
          "FormulaAmount10": 94.1,
          "FormulaAmount11": 95.1,
          "FormulaAmount12": 96.1,
          "FormulaAmount13": 97.1,
          "FormulaAmount14": 98.1,
          "FormulaAmount15": 99.1,
          "FormulaAmount16": 100.1,
          "FormulaAmount17": 101.1,
          "FormulaAmount18": 102.1,
          "FormulaAmount19": 103.1,
          "FormulaAmount20": 104.1,
          "FormulaAmount21": 105.1,
          "FormulaAmount22": 106.1,
          "FormulaAmount23": 107.1,
          "FormulaAmount24": 108.1,
          "FormulaSourceAC": 109,
          "FormulaTypeAC": "sample string 110",
          "FormulaAmountAC": 111.1,
          "FormulaSourceLC": 112,
          "FormulaTypeLC": "sample string 113",
          "FormulaAmountLC": 114.1,
          "FormulaSourceRC": 115,
          "FormulaTypeRC": "sample string 116",
          "FormulaAmountRC": 117.1,
          "FormulaSourceEAC": 118,
          "FormulaTypeEAC": "sample string 119",
          "FormulaAmountEAC": 120.1,
          "ReplacementCost2": 121.1,
          "ReplacementCost3": 122.1,
          "ReplacementCost4": 123.1,
          "FormulaSourceRC2": 124,
          "FormulaTypeRC2": "sample string 125",
          "FormulaAmountRC2": 126.1,
          "FormulaSourceRC3": 127,
          "FormulaTypeRC3": "sample string 128",
          "FormulaAmountRC3": 129.1,
          "FormulaSourceRC4": 130,
          "FormulaTypeRC4": "sample string 131",
          "FormulaAmountRC4": 132.1
        }
      ],
      "Classifications": [
        {
          "Name": "sample string 6"
        },
        {
          "Name": "sample string 6"
        }
      ],
      "Attributes": [
        {
          "Value": "sample string 5",
          "Name": "sample string 6",
          "Required": true,
          "MaximumLength": 8,
          "DisallowDuplicates": true
        },
        {
          "Value": "sample string 5",
          "Name": "sample string 6",
          "Required": true,
          "MaximumLength": 8,
          "DisallowDuplicates": true
        }
      ],
      "Safety": [
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "ShippingName": "sample string 3",
          "NationalMotorCarrierClass": "sample string 4",
          "ReentryIntervalHours": "sample string 5",
          "HazardClass": "sample string 6",
          "PackingGroup": "sample string 7",
          "SafetyComments1": "sample string 8",
          "SafetyComments2": "sample string 9",
          "SafetyComments3": "sample string 10",
          "PLACARD": "sample string 11",
          "UNNAID": "sample string 12",
          "PostedWarning": true,
          "OralWarning": true,
          "TradeSecret": true,
          "Pure": true,
          "Mix": true,
          "Solid": true,
          "Liquid": true,
          "Gas": true,
          "EHSName": "sample string 28",
          "HealthHazardFire": true,
          "HealthHazardSuddenReleaseOfPressure": true,
          "HealthHazardReactivity": true,
          "HealthHazardImmediateAcute": true,
          "HealthHazardDelayedChronic": true,
          "Optional": true,
          "Locations": "sample string 35",
          "ContType1": "sample string 36",
          "Pressure1": "sample string 37",
          "Temp1": "sample string 38",
          "ContType2": "sample string 39",
          "Pressure2": "sample string 40",
          "Temp2": "sample string 41",
          "ContType3": "sample string 42",
          "Pressure3": "sample string 43",
          "Temp3": "sample string 44",
          "ContType4": "sample string 45",
          "Pressure4": "sample string 46",
          "Temp4": "sample string 47",
          "ContType5": "sample string 48",
          "Pressure5": "sample string 49",
          "Temp5": "sample string 50",
          "ContType6": "sample string 51",
          "Pressure6": "sample string 52",
          "Temp6": "sample string 53",
          "PercentActiveIngredientForCanadaTag": 59.1,
          "PackageSizeIsBulk": true,
          "Prop65": true,
          "ShippingManifestPkgQtyIsAlways1": true,
          "DOTWarningNote": "sample string 64",
          "AgrianID": "sample string 65",
          "AgrianDOTConfig": "sample string 66",
          "AgrianSizeID": "sample string 67",
          "AUXAgrianID": "sample string 68",
          "AUXAgrianDOTConfig": "sample string 69",
          "AUXAgrianSizeID": "sample string 70",
          "Threshold": 77.1,
          "GHS": true,
          "Prop65ToxicityCancer": true,
          "Prop65ToxicityCancerChemicals": "sample string 80",
          "Prop65ToxicityDevelopmental": true,
          "Prop65ToxicityDevelopmentalChemicals": "sample string 82"
        },
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "ShippingName": "sample string 3",
          "NationalMotorCarrierClass": "sample string 4",
          "ReentryIntervalHours": "sample string 5",
          "HazardClass": "sample string 6",
          "PackingGroup": "sample string 7",
          "SafetyComments1": "sample string 8",
          "SafetyComments2": "sample string 9",
          "SafetyComments3": "sample string 10",
          "PLACARD": "sample string 11",
          "UNNAID": "sample string 12",
          "PostedWarning": true,
          "OralWarning": true,
          "TradeSecret": true,
          "Pure": true,
          "Mix": true,
          "Solid": true,
          "Liquid": true,
          "Gas": true,
          "EHSName": "sample string 28",
          "HealthHazardFire": true,
          "HealthHazardSuddenReleaseOfPressure": true,
          "HealthHazardReactivity": true,
          "HealthHazardImmediateAcute": true,
          "HealthHazardDelayedChronic": true,
          "Optional": true,
          "Locations": "sample string 35",
          "ContType1": "sample string 36",
          "Pressure1": "sample string 37",
          "Temp1": "sample string 38",
          "ContType2": "sample string 39",
          "Pressure2": "sample string 40",
          "Temp2": "sample string 41",
          "ContType3": "sample string 42",
          "Pressure3": "sample string 43",
          "Temp3": "sample string 44",
          "ContType4": "sample string 45",
          "Pressure4": "sample string 46",
          "Temp4": "sample string 47",
          "ContType5": "sample string 48",
          "Pressure5": "sample string 49",
          "Temp5": "sample string 50",
          "ContType6": "sample string 51",
          "Pressure6": "sample string 52",
          "Temp6": "sample string 53",
          "PercentActiveIngredientForCanadaTag": 59.1,
          "PackageSizeIsBulk": true,
          "Prop65": true,
          "ShippingManifestPkgQtyIsAlways1": true,
          "DOTWarningNote": "sample string 64",
          "AgrianID": "sample string 65",
          "AgrianDOTConfig": "sample string 66",
          "AgrianSizeID": "sample string 67",
          "AUXAgrianID": "sample string 68",
          "AUXAgrianDOTConfig": "sample string 69",
          "AUXAgrianSizeID": "sample string 70",
          "Threshold": 77.1,
          "GHS": true,
          "Prop65ToxicityCancer": true,
          "Prop65ToxicityCancerChemicals": "sample string 80",
          "Prop65ToxicityDevelopmental": true,
          "Prop65ToxicityDevelopmentalChemicals": "sample string 82"
        }
      ],
      "Blends": [
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "ProductDensity": "sample string 3",
          "RatePerAcreUnits": "sample string 4",
          "BlendingUnits": "sample string 5",
          "RecommendedRatePerAcre": "sample string 7",
          "RateToBlendingRatio": "sample string 8",
          "BlendToInventoryRatio": "sample string 9",
          "BlenderFactor": "sample string 10",
          "PercentSolidMaterial": "sample string 11",
          "PercentWater": "sample string 12",
          "PercentClay": "sample string 13",
          "NutrientContributorN": "sample string 14",
          "NutrientContributorP": "sample string 15",
          "NutrientContributorK": "sample string 16",
          "NutrientContributorS": "sample string 17",
          "NutrientContributorUserDefined": "sample string 18",
          "NutrientContributorCa": "sample string 19",
          "NutrientContributorMg": "sample string 20",
          "NutrientContributorZn": "sample string 21",
          "NutrientContributorFe": "sample string 22",
          "NutrientContributorMn": "sample string 23",
          "NutrientContributorCu": "sample string 24",
          "NutrientContributorB": "sample string 25",
          "HeatingCoolingEnergyBTUPerLB": 26.1,
          "AmmoniacalNitrogenPercentOfTotalN": 27.1,
          "NitrateNitrogenPercentOfTotalN": 28.1,
          "OtherWaterSolubleNitrogenPercentOfTotalN": 29.1,
          "UreaNitrogenPercentOfTotalN": 30.1,
          "WaterInsolubleNitrogenPercentOfTotalN": 31.1,
          "AvailablePhosphate": 34.1,
          "TotalPhosphate": 35.1,
          "PercentSlowReleasePhosphate": 36.1,
          "SolublePotash": 38.1,
          "ChlorinePercent": 39.1,
          "PercentSlowReleasePotassium": 40.1,
          "PercentWaterSolubleMagnesium": 42.1,
          "PercentChelatedMagnesiumIf1ChelatedProductInBlend": 43.1,
          "PercentAsMgCO3": 44.1,
          "PercentChelatedMagnesiumIf2OrMoreChelatedProductsInBlend": 45.1,
          "PercentWaterSolubleManganese": 47.1,
          "PercentChelatedManganeseIf1ChelatedProductInBlend": 48.1,
          "PercentChelatedManganeseIf2OrMoreChelatedProductsInBlend": 49.1,
          "PercentWaterSolubleZinc": 51.1,
          "PercentChelatedZincIf1ChelatedProductInBlend": 52.1,
          "PercentChelatedZincIf2OrMoreChelatedProductsInBlend": 53.1,
          "PercentWaterSolubleIron": 55.1,
          "PercentChelatedIronIf1ChelatedProductInBlend": 56.1,
          "PercentChelatedIronIf2OrMoreChelatedProductsInBlend": 57.1,
          "PercentWaterSolubleCopper": 59.1,
          "PercentChelatedCopperIf1ChelatedProductInBlend": 60.1,
          "PercentChelatedCopperIf2OrMoreChelatedProductsInBlend": 61.1,
          "PercentCombinedSulfur": 63.1,
          "PercentFreeSulfur": 64.1,
          "PercentAsCaCO3": 67.1,
          "SaltIndex": 69.1,
          "PercentCalciumCarbonateEquivalence": 70.1,
          "PercentMoisture": 71.1,
          "NumberOfLbsEqualToOneTonOfStandardLimingMaterial": 72.1,
          "PercentCalciumSulfateCaSO4": 73.1,
          "PercentCalciumHydroxideCaOH2": 74.1,
          "MinimumPercentPassing8MeshSieve": 75.1,
          "MimimumPercentPassing20MeshSieve": 76.1,
          "MinimumPercentPassing50MeshSieve": 77.1,
          "MinimumPercentPassing100MeshSieve": 78.1,
          "Aluminum": 81.1,
          "TonnageTaxMaterialOrFertilizerCode": "sample string 82",
          "ProductSpecificTagWarning1": "sample string 83",
          "ProductSpecificTagWarning2": "sample string 84",
          "AmmoniacalNitrogenPercentSlowReleaseN": 88.1,
          "AmmoniacalNitrogenSlowReleaseDerivedFromProductList": "sample string 89",
          "NitrateNitrogenPercentSlowRelease": 90.1,
          "NitrateNitrogenSlowReleaseDerivedFromProductList": "sample string 91",
          "PercentSlowReleaseOtherWaterSolubleNitrogen": 92.1,
          "OtherWaterSolubleAndWaterInsolubleNitrogen": "sample string 93",
          "UreaNitrogenPercentSlowRelease": 94.1,
          "UreaNitrogenSlowReleaseDerivedFromProductList": "sample string 95",
          "WaterInsolubleNitrogenPercentSlowRelease": 96.1,
          "SpecificGravity": 98.1,
          "PurposeOfProduct": "sample string 99",
          "DirectionsForApplication": "sample string 100"
        },
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "ProductDensity": "sample string 3",
          "RatePerAcreUnits": "sample string 4",
          "BlendingUnits": "sample string 5",
          "RecommendedRatePerAcre": "sample string 7",
          "RateToBlendingRatio": "sample string 8",
          "BlendToInventoryRatio": "sample string 9",
          "BlenderFactor": "sample string 10",
          "PercentSolidMaterial": "sample string 11",
          "PercentWater": "sample string 12",
          "PercentClay": "sample string 13",
          "NutrientContributorN": "sample string 14",
          "NutrientContributorP": "sample string 15",
          "NutrientContributorK": "sample string 16",
          "NutrientContributorS": "sample string 17",
          "NutrientContributorUserDefined": "sample string 18",
          "NutrientContributorCa": "sample string 19",
          "NutrientContributorMg": "sample string 20",
          "NutrientContributorZn": "sample string 21",
          "NutrientContributorFe": "sample string 22",
          "NutrientContributorMn": "sample string 23",
          "NutrientContributorCu": "sample string 24",
          "NutrientContributorB": "sample string 25",
          "HeatingCoolingEnergyBTUPerLB": 26.1,
          "AmmoniacalNitrogenPercentOfTotalN": 27.1,
          "NitrateNitrogenPercentOfTotalN": 28.1,
          "OtherWaterSolubleNitrogenPercentOfTotalN": 29.1,
          "UreaNitrogenPercentOfTotalN": 30.1,
          "WaterInsolubleNitrogenPercentOfTotalN": 31.1,
          "AvailablePhosphate": 34.1,
          "TotalPhosphate": 35.1,
          "PercentSlowReleasePhosphate": 36.1,
          "SolublePotash": 38.1,
          "ChlorinePercent": 39.1,
          "PercentSlowReleasePotassium": 40.1,
          "PercentWaterSolubleMagnesium": 42.1,
          "PercentChelatedMagnesiumIf1ChelatedProductInBlend": 43.1,
          "PercentAsMgCO3": 44.1,
          "PercentChelatedMagnesiumIf2OrMoreChelatedProductsInBlend": 45.1,
          "PercentWaterSolubleManganese": 47.1,
          "PercentChelatedManganeseIf1ChelatedProductInBlend": 48.1,
          "PercentChelatedManganeseIf2OrMoreChelatedProductsInBlend": 49.1,
          "PercentWaterSolubleZinc": 51.1,
          "PercentChelatedZincIf1ChelatedProductInBlend": 52.1,
          "PercentChelatedZincIf2OrMoreChelatedProductsInBlend": 53.1,
          "PercentWaterSolubleIron": 55.1,
          "PercentChelatedIronIf1ChelatedProductInBlend": 56.1,
          "PercentChelatedIronIf2OrMoreChelatedProductsInBlend": 57.1,
          "PercentWaterSolubleCopper": 59.1,
          "PercentChelatedCopperIf1ChelatedProductInBlend": 60.1,
          "PercentChelatedCopperIf2OrMoreChelatedProductsInBlend": 61.1,
          "PercentCombinedSulfur": 63.1,
          "PercentFreeSulfur": 64.1,
          "PercentAsCaCO3": 67.1,
          "SaltIndex": 69.1,
          "PercentCalciumCarbonateEquivalence": 70.1,
          "PercentMoisture": 71.1,
          "NumberOfLbsEqualToOneTonOfStandardLimingMaterial": 72.1,
          "PercentCalciumSulfateCaSO4": 73.1,
          "PercentCalciumHydroxideCaOH2": 74.1,
          "MinimumPercentPassing8MeshSieve": 75.1,
          "MimimumPercentPassing20MeshSieve": 76.1,
          "MinimumPercentPassing50MeshSieve": 77.1,
          "MinimumPercentPassing100MeshSieve": 78.1,
          "Aluminum": 81.1,
          "TonnageTaxMaterialOrFertilizerCode": "sample string 82",
          "ProductSpecificTagWarning1": "sample string 83",
          "ProductSpecificTagWarning2": "sample string 84",
          "AmmoniacalNitrogenPercentSlowReleaseN": 88.1,
          "AmmoniacalNitrogenSlowReleaseDerivedFromProductList": "sample string 89",
          "NitrateNitrogenPercentSlowRelease": 90.1,
          "NitrateNitrogenSlowReleaseDerivedFromProductList": "sample string 91",
          "PercentSlowReleaseOtherWaterSolubleNitrogen": 92.1,
          "OtherWaterSolubleAndWaterInsolubleNitrogen": "sample string 93",
          "UreaNitrogenPercentSlowRelease": 94.1,
          "UreaNitrogenSlowReleaseDerivedFromProductList": "sample string 95",
          "WaterInsolubleNitrogenPercentSlowRelease": 96.1,
          "SpecificGravity": 98.1,
          "PurposeOfProduct": "sample string 99",
          "DirectionsForApplication": "sample string 100"
        }
      ],
      "CASNumbers": [
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "LineItem": 3,
          "CASNumber": "sample string 4",
          "MinimumReportableQuantity": 5.1,
          "ChemicalName": "sample string 6",
          "PercentActive": 7.1,
          "EHS": true,
          "ThresholdPlanQty": 9.1,
          "ThresholdReportQty": 10.1,
          "Key": "sample string 11",
          "FUSFriendlyName": "sample string 12"
        },
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "LineItem": 3,
          "CASNumber": "sample string 4",
          "MinimumReportableQuantity": 5.1,
          "ChemicalName": "sample string 6",
          "PercentActive": 7.1,
          "EHS": true,
          "ThresholdPlanQty": 9.1,
          "ThresholdReportQty": 10.1,
          "Key": "sample string 11",
          "FUSFriendlyName": "sample string 12"
        }
      ],
      "Ingredients": [
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "Lineitem": 3,
          "Ingredient": "sample string 4",
          "N": true,
          "P": true,
          "K": true,
          "S": true,
          "UD": true,
          "Ca": true,
          "Mg": true,
          "Zn": true,
          "Fe": true,
          "Mn": true,
          "Cu": true,
          "B": true,
          "Ext1": true,
          "Ext2": true,
          "Ext3": true,
          "Ext4": true,
          "Ext5": true,
          "Ext6": true,
          "ExtraData1": "sample string 23"
        },
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "Lineitem": 3,
          "Ingredient": "sample string 4",
          "N": true,
          "P": true,
          "K": true,
          "S": true,
          "UD": true,
          "Ca": true,
          "Mg": true,
          "Zn": true,
          "Fe": true,
          "Mn": true,
          "Cu": true,
          "B": true,
          "Ext1": true,
          "Ext2": true,
          "Ext3": true,
          "Ext4": true,
          "Ext5": true,
          "Ext6": true,
          "ExtraData1": "sample string 23"
        }
      ],
      "Lots": [
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "LotNumber": "sample string 3",
          "BeginningBalance": 4.1,
          "InActive": true,
          "ExpireDate": "sample string 6",
          "MPSGuid": "sample string 7",
          "MPSStatus": 8,
          "CalculatedBalance": 9.1
        },
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "LotNumber": "sample string 3",
          "BeginningBalance": 4.1,
          "InActive": true,
          "ExpireDate": "sample string 6",
          "MPSGuid": "sample string 7",
          "MPSStatus": 8,
          "CalculatedBalance": 9.1
        }
      ],
      "LotAttributes": [
        {
          "ProdLotAttributesKey": 1,
          "MasterCrossRefNamesKey": 2,
          "DepartmentID": "sample string 3",
          "ProductID": "sample string 4",
          "LotNumber": "sample string 5",
          "AttributeValue": "sample string 6"
        },
        {
          "ProdLotAttributesKey": 1,
          "MasterCrossRefNamesKey": 2,
          "DepartmentID": "sample string 3",
          "ProductID": "sample string 4",
          "LotNumber": "sample string 5",
          "AttributeValue": "sample string 6"
        }
      ],
      "StateRestrictions": [
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "State": "sample string 3"
        },
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "State": "sample string 3"
        }
      ],
      "StorageCodes": [
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "LineItem": 3,
          "StorageCode": "sample string 4"
        },
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "LineItem": 3,
          "StorageCode": "sample string 4"
        }
      ],
      "BarCodes": [
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "LineItem": 3,
          "Barcode": "sample string 4"
        },
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "LineItem": 3,
          "Barcode": "sample string 4"
        }
      ],
      "ExtraCharges": [
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "LineItem": 3,
          "ExtraChargeID": "sample string 4"
        },
        {
          "DepartmentID": "sample string 1",
          "ProductID": "sample string 2",
          "LineItem": 3,
          "ExtraChargeID": "sample string 4"
        }
      ],
      "StatesWhereProductIsRestrictedFromDistribution": [
        {
          "StateId": "sample string 1"
        },
        {
          "StateId": "sample string 1"
        }
      ],
      "deleteYN": true
    }
  ]
}

application/xml, text/xml

Sample:
<AgvProductFull xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgvWebAPICSharp.Models.Product">
  <Message>sample string 2</Message>
  <ProductRecords xmlns:d2p1="http://schemas.datacontract.org/2004/07/SSI.Inv">
    <d2p1:Product>
      <d2p1:Accounts>
        <d2p1:Accounts>
          <d2p1:BeginningYearBalance>5.1</d2p1:BeginningYearBalance>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:EndOfMonth1>6.1</d2p1:EndOfMonth1>
          <d2p1:EndOfMonth10>15.1</d2p1:EndOfMonth10>
          <d2p1:EndOfMonth11>16.1</d2p1:EndOfMonth11>
          <d2p1:EndOfMonth12>17.1</d2p1:EndOfMonth12>
          <d2p1:EndOfMonth2>7.1</d2p1:EndOfMonth2>
          <d2p1:EndOfMonth3>8.1</d2p1:EndOfMonth3>
          <d2p1:EndOfMonth4>9.1</d2p1:EndOfMonth4>
          <d2p1:EndOfMonth5>10.1</d2p1:EndOfMonth5>
          <d2p1:EndOfMonth6>11.1</d2p1:EndOfMonth6>
          <d2p1:EndOfMonth7>12.1</d2p1:EndOfMonth7>
          <d2p1:EndOfMonth8>13.1</d2p1:EndOfMonth8>
          <d2p1:EndOfMonth9>14.1</d2p1:EndOfMonth9>
          <d2p1:FreightAccount>sample string 21</d2p1:FreightAccount>
          <d2p1:GrowerStateTaxable>true</d2p1:GrowerStateTaxable>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
          <d2p1:ProductStateTaxable>true</d2p1:ProductStateTaxable>
          <d2p1:PurchaseAccount>sample string 20</d2p1:PurchaseAccount>
          <d2p1:PurchaseDiscount>sample string 22</d2p1:PurchaseDiscount>
          <d2p1:SalesAccount>sample string 4</d2p1:SalesAccount>
          <d2p1:SalesTaxable>true</d2p1:SalesTaxable>
        </d2p1:Accounts>
        <d2p1:Accounts>
          <d2p1:BeginningYearBalance>5.1</d2p1:BeginningYearBalance>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:EndOfMonth1>6.1</d2p1:EndOfMonth1>
          <d2p1:EndOfMonth10>15.1</d2p1:EndOfMonth10>
          <d2p1:EndOfMonth11>16.1</d2p1:EndOfMonth11>
          <d2p1:EndOfMonth12>17.1</d2p1:EndOfMonth12>
          <d2p1:EndOfMonth2>7.1</d2p1:EndOfMonth2>
          <d2p1:EndOfMonth3>8.1</d2p1:EndOfMonth3>
          <d2p1:EndOfMonth4>9.1</d2p1:EndOfMonth4>
          <d2p1:EndOfMonth5>10.1</d2p1:EndOfMonth5>
          <d2p1:EndOfMonth6>11.1</d2p1:EndOfMonth6>
          <d2p1:EndOfMonth7>12.1</d2p1:EndOfMonth7>
          <d2p1:EndOfMonth8>13.1</d2p1:EndOfMonth8>
          <d2p1:EndOfMonth9>14.1</d2p1:EndOfMonth9>
          <d2p1:FreightAccount>sample string 21</d2p1:FreightAccount>
          <d2p1:GrowerStateTaxable>true</d2p1:GrowerStateTaxable>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
          <d2p1:ProductStateTaxable>true</d2p1:ProductStateTaxable>
          <d2p1:PurchaseAccount>sample string 20</d2p1:PurchaseAccount>
          <d2p1:PurchaseDiscount>sample string 22</d2p1:PurchaseDiscount>
          <d2p1:SalesAccount>sample string 4</d2p1:SalesAccount>
          <d2p1:SalesTaxable>true</d2p1:SalesTaxable>
        </d2p1:Accounts>
      </d2p1:Accounts>
      <d2p1:ActiveIngredient>sample string 25</d2p1:ActiveIngredient>
      <d2p1:AlternateProductID>sample string 42</d2p1:AlternateProductID>
      <d2p1:AmountOnHand>sample string 13</d2p1:AmountOnHand>
      <d2p1:Attributes>
        <d2p1:Attributes>
          <d2p1:DisallowDuplicates>true</d2p1:DisallowDuplicates>
          <d2p1:MaximumLength>8</d2p1:MaximumLength>
          <d2p1:Name>sample string 6</d2p1:Name>
          <d2p1:Required>true</d2p1:Required>
          <d2p1:Value>sample string 5</d2p1:Value>
        </d2p1:Attributes>
        <d2p1:Attributes>
          <d2p1:DisallowDuplicates>true</d2p1:DisallowDuplicates>
          <d2p1:MaximumLength>8</d2p1:MaximumLength>
          <d2p1:Name>sample string 6</d2p1:Name>
          <d2p1:Required>true</d2p1:Required>
          <d2p1:Value>sample string 5</d2p1:Value>
        </d2p1:Attributes>
      </d2p1:Attributes>
      <d2p1:BarCodeID>sample string 22</d2p1:BarCodeID>
      <d2p1:BarCodes>
        <d2p1:BarCodes>
          <d2p1:Barcode>sample string 4</d2p1:Barcode>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:LineItem>3</d2p1:LineItem>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
        </d2p1:BarCodes>
        <d2p1:BarCodes>
          <d2p1:Barcode>sample string 4</d2p1:Barcode>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:LineItem>3</d2p1:LineItem>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
        </d2p1:BarCodes>
      </d2p1:BarCodes>
      <d2p1:Blends>
        <d2p1:Blends>
          <d2p1:Aluminum>81.1</d2p1:Aluminum>
          <d2p1:AmmoniacalNitrogenPercentOfTotalN>27.1</d2p1:AmmoniacalNitrogenPercentOfTotalN>
          <d2p1:AmmoniacalNitrogenPercentSlowReleaseN>88.1</d2p1:AmmoniacalNitrogenPercentSlowReleaseN>
          <d2p1:AmmoniacalNitrogenSlowReleaseDerivedFromProductList>sample string 89</d2p1:AmmoniacalNitrogenSlowReleaseDerivedFromProductList>
          <d2p1:AvailablePhosphate>34.1</d2p1:AvailablePhosphate>
          <d2p1:BlendToInventoryRatio>sample string 9</d2p1:BlendToInventoryRatio>
          <d2p1:BlenderFactor>sample string 10</d2p1:BlenderFactor>
          <d2p1:BlendingUnits>sample string 5</d2p1:BlendingUnits>
          <d2p1:ChlorinePercent>39.1</d2p1:ChlorinePercent>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:DirectionsForApplication>sample string 100</d2p1:DirectionsForApplication>
          <d2p1:HeatingCoolingEnergyBTUPerLB>26.1</d2p1:HeatingCoolingEnergyBTUPerLB>
          <d2p1:MimimumPercentPassing20MeshSieve>76.1</d2p1:MimimumPercentPassing20MeshSieve>
          <d2p1:MinimumPercentPassing100MeshSieve>78.1</d2p1:MinimumPercentPassing100MeshSieve>
          <d2p1:MinimumPercentPassing50MeshSieve>77.1</d2p1:MinimumPercentPassing50MeshSieve>
          <d2p1:MinimumPercentPassing8MeshSieve>75.1</d2p1:MinimumPercentPassing8MeshSieve>
          <d2p1:NitrateNitrogenPercentOfTotalN>28.1</d2p1:NitrateNitrogenPercentOfTotalN>
          <d2p1:NitrateNitrogenPercentSlowRelease>90.1</d2p1:NitrateNitrogenPercentSlowRelease>
          <d2p1:NitrateNitrogenSlowReleaseDerivedFromProductList>sample string 91</d2p1:NitrateNitrogenSlowReleaseDerivedFromProductList>
          <d2p1:NumberOfLbsEqualToOneTonOfStandardLimingMaterial>72.1</d2p1:NumberOfLbsEqualToOneTonOfStandardLimingMaterial>
          <d2p1:NutrientContributorB>sample string 25</d2p1:NutrientContributorB>
          <d2p1:NutrientContributorCa>sample string 19</d2p1:NutrientContributorCa>
          <d2p1:NutrientContributorCu>sample string 24</d2p1:NutrientContributorCu>
          <d2p1:NutrientContributorFe>sample string 22</d2p1:NutrientContributorFe>
          <d2p1:NutrientContributorK>sample string 16</d2p1:NutrientContributorK>
          <d2p1:NutrientContributorMg>sample string 20</d2p1:NutrientContributorMg>
          <d2p1:NutrientContributorMn>sample string 23</d2p1:NutrientContributorMn>
          <d2p1:NutrientContributorN>sample string 14</d2p1:NutrientContributorN>
          <d2p1:NutrientContributorP>sample string 15</d2p1:NutrientContributorP>
          <d2p1:NutrientContributorS>sample string 17</d2p1:NutrientContributorS>
          <d2p1:NutrientContributorUserDefined>sample string 18</d2p1:NutrientContributorUserDefined>
          <d2p1:NutrientContributorZn>sample string 21</d2p1:NutrientContributorZn>
          <d2p1:OtherWaterSolubleAndWaterInsolubleNitrogen>sample string 93</d2p1:OtherWaterSolubleAndWaterInsolubleNitrogen>
          <d2p1:OtherWaterSolubleNitrogenPercentOfTotalN>29.1</d2p1:OtherWaterSolubleNitrogenPercentOfTotalN>
          <d2p1:PercentAsCaCO3>67.1</d2p1:PercentAsCaCO3>
          <d2p1:PercentAsMgCO3>44.1</d2p1:PercentAsMgCO3>
          <d2p1:PercentCalciumCarbonateEquivalence>70.1</d2p1:PercentCalciumCarbonateEquivalence>
          <d2p1:PercentCalciumHydroxideCaOH2>74.1</d2p1:PercentCalciumHydroxideCaOH2>
          <d2p1:PercentCalciumSulfateCaSO4>73.1</d2p1:PercentCalciumSulfateCaSO4>
          <d2p1:PercentChelatedCopperIf1ChelatedProductInBlend>60.1</d2p1:PercentChelatedCopperIf1ChelatedProductInBlend>
          <d2p1:PercentChelatedCopperIf2OrMoreChelatedProductsInBlend>61.1</d2p1:PercentChelatedCopperIf2OrMoreChelatedProductsInBlend>
          <d2p1:PercentChelatedIronIf1ChelatedProductInBlend>56.1</d2p1:PercentChelatedIronIf1ChelatedProductInBlend>
          <d2p1:PercentChelatedIronIf2OrMoreChelatedProductsInBlend>57.1</d2p1:PercentChelatedIronIf2OrMoreChelatedProductsInBlend>
          <d2p1:PercentChelatedMagnesiumIf1ChelatedProductInBlend>43.1</d2p1:PercentChelatedMagnesiumIf1ChelatedProductInBlend>
          <d2p1:PercentChelatedMagnesiumIf2OrMoreChelatedProductsInBlend>45.1</d2p1:PercentChelatedMagnesiumIf2OrMoreChelatedProductsInBlend>
          <d2p1:PercentChelatedManganeseIf1ChelatedProductInBlend>48.1</d2p1:PercentChelatedManganeseIf1ChelatedProductInBlend>
          <d2p1:PercentChelatedManganeseIf2OrMoreChelatedProductsInBlend>49.1</d2p1:PercentChelatedManganeseIf2OrMoreChelatedProductsInBlend>
          <d2p1:PercentChelatedZincIf1ChelatedProductInBlend>52.1</d2p1:PercentChelatedZincIf1ChelatedProductInBlend>
          <d2p1:PercentChelatedZincIf2OrMoreChelatedProductsInBlend>53.1</d2p1:PercentChelatedZincIf2OrMoreChelatedProductsInBlend>
          <d2p1:PercentClay>sample string 13</d2p1:PercentClay>
          <d2p1:PercentCombinedSulfur>63.1</d2p1:PercentCombinedSulfur>
          <d2p1:PercentFreeSulfur>64.1</d2p1:PercentFreeSulfur>
          <d2p1:PercentMoisture>71.1</d2p1:PercentMoisture>
          <d2p1:PercentSlowReleaseOtherWaterSolubleNitrogen>92.1</d2p1:PercentSlowReleaseOtherWaterSolubleNitrogen>
          <d2p1:PercentSlowReleasePhosphate>36.1</d2p1:PercentSlowReleasePhosphate>
          <d2p1:PercentSlowReleasePotassium>40.1</d2p1:PercentSlowReleasePotassium>
          <d2p1:PercentSolidMaterial>sample string 11</d2p1:PercentSolidMaterial>
          <d2p1:PercentWater>sample string 12</d2p1:PercentWater>
          <d2p1:PercentWaterSolubleCopper>59.1</d2p1:PercentWaterSolubleCopper>
          <d2p1:PercentWaterSolubleIron>55.1</d2p1:PercentWaterSolubleIron>
          <d2p1:PercentWaterSolubleMagnesium>42.1</d2p1:PercentWaterSolubleMagnesium>
          <d2p1:PercentWaterSolubleManganese>47.1</d2p1:PercentWaterSolubleManganese>
          <d2p1:PercentWaterSolubleZinc>51.1</d2p1:PercentWaterSolubleZinc>
          <d2p1:ProductDensity>sample string 3</d2p1:ProductDensity>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
          <d2p1:ProductSpecificTagWarning1>sample string 83</d2p1:ProductSpecificTagWarning1>
          <d2p1:ProductSpecificTagWarning2>sample string 84</d2p1:ProductSpecificTagWarning2>
          <d2p1:PurposeOfProduct>sample string 99</d2p1:PurposeOfProduct>
          <d2p1:RatePerAcreUnits>sample string 4</d2p1:RatePerAcreUnits>
          <d2p1:RateToBlendingRatio>sample string 8</d2p1:RateToBlendingRatio>
          <d2p1:RecommendedRatePerAcre>sample string 7</d2p1:RecommendedRatePerAcre>
          <d2p1:SaltIndex>69.1</d2p1:SaltIndex>
          <d2p1:SolublePotash>38.1</d2p1:SolublePotash>
          <d2p1:SpecificGravity>98.1</d2p1:SpecificGravity>
          <d2p1:TonnageTaxMaterialOrFertilizerCode>sample string 82</d2p1:TonnageTaxMaterialOrFertilizerCode>
          <d2p1:TotalPhosphate>35.1</d2p1:TotalPhosphate>
          <d2p1:UreaNitrogenPercentOfTotalN>30.1</d2p1:UreaNitrogenPercentOfTotalN>
          <d2p1:UreaNitrogenPercentSlowRelease>94.1</d2p1:UreaNitrogenPercentSlowRelease>
          <d2p1:UreaNitrogenSlowReleaseDerivedFromProductList>sample string 95</d2p1:UreaNitrogenSlowReleaseDerivedFromProductList>
          <d2p1:WaterInsolubleNitrogenPercentOfTotalN>31.1</d2p1:WaterInsolubleNitrogenPercentOfTotalN>
          <d2p1:WaterInsolubleNitrogenPercentSlowRelease>96.1</d2p1:WaterInsolubleNitrogenPercentSlowRelease>
        </d2p1:Blends>
        <d2p1:Blends>
          <d2p1:Aluminum>81.1</d2p1:Aluminum>
          <d2p1:AmmoniacalNitrogenPercentOfTotalN>27.1</d2p1:AmmoniacalNitrogenPercentOfTotalN>
          <d2p1:AmmoniacalNitrogenPercentSlowReleaseN>88.1</d2p1:AmmoniacalNitrogenPercentSlowReleaseN>
          <d2p1:AmmoniacalNitrogenSlowReleaseDerivedFromProductList>sample string 89</d2p1:AmmoniacalNitrogenSlowReleaseDerivedFromProductList>
          <d2p1:AvailablePhosphate>34.1</d2p1:AvailablePhosphate>
          <d2p1:BlendToInventoryRatio>sample string 9</d2p1:BlendToInventoryRatio>
          <d2p1:BlenderFactor>sample string 10</d2p1:BlenderFactor>
          <d2p1:BlendingUnits>sample string 5</d2p1:BlendingUnits>
          <d2p1:ChlorinePercent>39.1</d2p1:ChlorinePercent>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:DirectionsForApplication>sample string 100</d2p1:DirectionsForApplication>
          <d2p1:HeatingCoolingEnergyBTUPerLB>26.1</d2p1:HeatingCoolingEnergyBTUPerLB>
          <d2p1:MimimumPercentPassing20MeshSieve>76.1</d2p1:MimimumPercentPassing20MeshSieve>
          <d2p1:MinimumPercentPassing100MeshSieve>78.1</d2p1:MinimumPercentPassing100MeshSieve>
          <d2p1:MinimumPercentPassing50MeshSieve>77.1</d2p1:MinimumPercentPassing50MeshSieve>
          <d2p1:MinimumPercentPassing8MeshSieve>75.1</d2p1:MinimumPercentPassing8MeshSieve>
          <d2p1:NitrateNitrogenPercentOfTotalN>28.1</d2p1:NitrateNitrogenPercentOfTotalN>
          <d2p1:NitrateNitrogenPercentSlowRelease>90.1</d2p1:NitrateNitrogenPercentSlowRelease>
          <d2p1:NitrateNitrogenSlowReleaseDerivedFromProductList>sample string 91</d2p1:NitrateNitrogenSlowReleaseDerivedFromProductList>
          <d2p1:NumberOfLbsEqualToOneTonOfStandardLimingMaterial>72.1</d2p1:NumberOfLbsEqualToOneTonOfStandardLimingMaterial>
          <d2p1:NutrientContributorB>sample string 25</d2p1:NutrientContributorB>
          <d2p1:NutrientContributorCa>sample string 19</d2p1:NutrientContributorCa>
          <d2p1:NutrientContributorCu>sample string 24</d2p1:NutrientContributorCu>
          <d2p1:NutrientContributorFe>sample string 22</d2p1:NutrientContributorFe>
          <d2p1:NutrientContributorK>sample string 16</d2p1:NutrientContributorK>
          <d2p1:NutrientContributorMg>sample string 20</d2p1:NutrientContributorMg>
          <d2p1:NutrientContributorMn>sample string 23</d2p1:NutrientContributorMn>
          <d2p1:NutrientContributorN>sample string 14</d2p1:NutrientContributorN>
          <d2p1:NutrientContributorP>sample string 15</d2p1:NutrientContributorP>
          <d2p1:NutrientContributorS>sample string 17</d2p1:NutrientContributorS>
          <d2p1:NutrientContributorUserDefined>sample string 18</d2p1:NutrientContributorUserDefined>
          <d2p1:NutrientContributorZn>sample string 21</d2p1:NutrientContributorZn>
          <d2p1:OtherWaterSolubleAndWaterInsolubleNitrogen>sample string 93</d2p1:OtherWaterSolubleAndWaterInsolubleNitrogen>
          <d2p1:OtherWaterSolubleNitrogenPercentOfTotalN>29.1</d2p1:OtherWaterSolubleNitrogenPercentOfTotalN>
          <d2p1:PercentAsCaCO3>67.1</d2p1:PercentAsCaCO3>
          <d2p1:PercentAsMgCO3>44.1</d2p1:PercentAsMgCO3>
          <d2p1:PercentCalciumCarbonateEquivalence>70.1</d2p1:PercentCalciumCarbonateEquivalence>
          <d2p1:PercentCalciumHydroxideCaOH2>74.1</d2p1:PercentCalciumHydroxideCaOH2>
          <d2p1:PercentCalciumSulfateCaSO4>73.1</d2p1:PercentCalciumSulfateCaSO4>
          <d2p1:PercentChelatedCopperIf1ChelatedProductInBlend>60.1</d2p1:PercentChelatedCopperIf1ChelatedProductInBlend>
          <d2p1:PercentChelatedCopperIf2OrMoreChelatedProductsInBlend>61.1</d2p1:PercentChelatedCopperIf2OrMoreChelatedProductsInBlend>
          <d2p1:PercentChelatedIronIf1ChelatedProductInBlend>56.1</d2p1:PercentChelatedIronIf1ChelatedProductInBlend>
          <d2p1:PercentChelatedIronIf2OrMoreChelatedProductsInBlend>57.1</d2p1:PercentChelatedIronIf2OrMoreChelatedProductsInBlend>
          <d2p1:PercentChelatedMagnesiumIf1ChelatedProductInBlend>43.1</d2p1:PercentChelatedMagnesiumIf1ChelatedProductInBlend>
          <d2p1:PercentChelatedMagnesiumIf2OrMoreChelatedProductsInBlend>45.1</d2p1:PercentChelatedMagnesiumIf2OrMoreChelatedProductsInBlend>
          <d2p1:PercentChelatedManganeseIf1ChelatedProductInBlend>48.1</d2p1:PercentChelatedManganeseIf1ChelatedProductInBlend>
          <d2p1:PercentChelatedManganeseIf2OrMoreChelatedProductsInBlend>49.1</d2p1:PercentChelatedManganeseIf2OrMoreChelatedProductsInBlend>
          <d2p1:PercentChelatedZincIf1ChelatedProductInBlend>52.1</d2p1:PercentChelatedZincIf1ChelatedProductInBlend>
          <d2p1:PercentChelatedZincIf2OrMoreChelatedProductsInBlend>53.1</d2p1:PercentChelatedZincIf2OrMoreChelatedProductsInBlend>
          <d2p1:PercentClay>sample string 13</d2p1:PercentClay>
          <d2p1:PercentCombinedSulfur>63.1</d2p1:PercentCombinedSulfur>
          <d2p1:PercentFreeSulfur>64.1</d2p1:PercentFreeSulfur>
          <d2p1:PercentMoisture>71.1</d2p1:PercentMoisture>
          <d2p1:PercentSlowReleaseOtherWaterSolubleNitrogen>92.1</d2p1:PercentSlowReleaseOtherWaterSolubleNitrogen>
          <d2p1:PercentSlowReleasePhosphate>36.1</d2p1:PercentSlowReleasePhosphate>
          <d2p1:PercentSlowReleasePotassium>40.1</d2p1:PercentSlowReleasePotassium>
          <d2p1:PercentSolidMaterial>sample string 11</d2p1:PercentSolidMaterial>
          <d2p1:PercentWater>sample string 12</d2p1:PercentWater>
          <d2p1:PercentWaterSolubleCopper>59.1</d2p1:PercentWaterSolubleCopper>
          <d2p1:PercentWaterSolubleIron>55.1</d2p1:PercentWaterSolubleIron>
          <d2p1:PercentWaterSolubleMagnesium>42.1</d2p1:PercentWaterSolubleMagnesium>
          <d2p1:PercentWaterSolubleManganese>47.1</d2p1:PercentWaterSolubleManganese>
          <d2p1:PercentWaterSolubleZinc>51.1</d2p1:PercentWaterSolubleZinc>
          <d2p1:ProductDensity>sample string 3</d2p1:ProductDensity>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
          <d2p1:ProductSpecificTagWarning1>sample string 83</d2p1:ProductSpecificTagWarning1>
          <d2p1:ProductSpecificTagWarning2>sample string 84</d2p1:ProductSpecificTagWarning2>
          <d2p1:PurposeOfProduct>sample string 99</d2p1:PurposeOfProduct>
          <d2p1:RatePerAcreUnits>sample string 4</d2p1:RatePerAcreUnits>
          <d2p1:RateToBlendingRatio>sample string 8</d2p1:RateToBlendingRatio>
          <d2p1:RecommendedRatePerAcre>sample string 7</d2p1:RecommendedRatePerAcre>
          <d2p1:SaltIndex>69.1</d2p1:SaltIndex>
          <d2p1:SolublePotash>38.1</d2p1:SolublePotash>
          <d2p1:SpecificGravity>98.1</d2p1:SpecificGravity>
          <d2p1:TonnageTaxMaterialOrFertilizerCode>sample string 82</d2p1:TonnageTaxMaterialOrFertilizerCode>
          <d2p1:TotalPhosphate>35.1</d2p1:TotalPhosphate>
          <d2p1:UreaNitrogenPercentOfTotalN>30.1</d2p1:UreaNitrogenPercentOfTotalN>
          <d2p1:UreaNitrogenPercentSlowRelease>94.1</d2p1:UreaNitrogenPercentSlowRelease>
          <d2p1:UreaNitrogenSlowReleaseDerivedFromProductList>sample string 95</d2p1:UreaNitrogenSlowReleaseDerivedFromProductList>
          <d2p1:WaterInsolubleNitrogenPercentOfTotalN>31.1</d2p1:WaterInsolubleNitrogenPercentOfTotalN>
          <d2p1:WaterInsolubleNitrogenPercentSlowRelease>96.1</d2p1:WaterInsolubleNitrogenPercentSlowRelease>
        </d2p1:Blends>
      </d2p1:Blends>
      <d2p1:BrandName>sample string 56</d2p1:BrandName>
      <d2p1:CASNumbers>
        <d2p1:CASNumbers>
          <d2p1:CASNumber>sample string 4</d2p1:CASNumber>
          <d2p1:ChemicalName>sample string 6</d2p1:ChemicalName>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:EHS>true</d2p1:EHS>
          <d2p1:FUSFriendlyName>sample string 12</d2p1:FUSFriendlyName>
          <d2p1:Key>sample string 11</d2p1:Key>
          <d2p1:LineItem>3</d2p1:LineItem>
          <d2p1:MinimumReportableQuantity>5.1</d2p1:MinimumReportableQuantity>
          <d2p1:PercentActive>7.1</d2p1:PercentActive>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
          <d2p1:ThresholdPlanQty>9.1</d2p1:ThresholdPlanQty>
          <d2p1:ThresholdReportQty>10.1</d2p1:ThresholdReportQty>
        </d2p1:CASNumbers>
        <d2p1:CASNumbers>
          <d2p1:CASNumber>sample string 4</d2p1:CASNumber>
          <d2p1:ChemicalName>sample string 6</d2p1:ChemicalName>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:EHS>true</d2p1:EHS>
          <d2p1:FUSFriendlyName>sample string 12</d2p1:FUSFriendlyName>
          <d2p1:Key>sample string 11</d2p1:Key>
          <d2p1:LineItem>3</d2p1:LineItem>
          <d2p1:MinimumReportableQuantity>5.1</d2p1:MinimumReportableQuantity>
          <d2p1:PercentActive>7.1</d2p1:PercentActive>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
          <d2p1:ThresholdPlanQty>9.1</d2p1:ThresholdPlanQty>
          <d2p1:ThresholdReportQty>10.1</d2p1:ThresholdReportQty>
        </d2p1:CASNumbers>
      </d2p1:CASNumbers>
      <d2p1:Classifications>
        <d2p1:Classifications>
          <d2p1:Name>sample string 6</d2p1:Name>
        </d2p1:Classifications>
        <d2p1:Classifications>
          <d2p1:Name>sample string 6</d2p1:Name>
        </d2p1:Classifications>
      </d2p1:Classifications>
      <d2p1:CommodityRef>sample string 40</d2p1:CommodityRef>
      <d2p1:Consignment>true</d2p1:Consignment>
      <d2p1:ContainerRequiredOnPOS>true</d2p1:ContainerRequiredOnPOS>
      <d2p1:Crop>sample string 44</d2p1:Crop>
      <d2p1:CrossRef1>sample string 18</d2p1:CrossRef1>
      <d2p1:CrossRef2>sample string 19</d2p1:CrossRef2>
      <d2p1:CrossRef3>sample string 20</d2p1:CrossRef3>
      <d2p1:CrossRef4>sample string 21</d2p1:CrossRef4>
      <d2p1:DepartmentID>sample string 2</d2p1:DepartmentID>
      <d2p1:DepartmentName>sample string 3</d2p1:DepartmentName>
      <d2p1:DepartmentScale>79</d2p1:DepartmentScale>
      <d2p1:DryOrLiquid>sample string 24</d2p1:DryOrLiquid>
      <d2p1:EDIReportable>true</d2p1:EDIReportable>
      <d2p1:EPANumber>sample string 9</d2p1:EPANumber>
      <d2p1:ExtraCharges>
        <d2p1:ExtraCharges>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:ExtraChargeID>sample string 4</d2p1:ExtraChargeID>
          <d2p1:LineItem>3</d2p1:LineItem>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
        </d2p1:ExtraCharges>
        <d2p1:ExtraCharges>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:ExtraChargeID>sample string 4</d2p1:ExtraChargeID>
          <d2p1:LineItem>3</d2p1:LineItem>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
        </d2p1:ExtraCharges>
      </d2p1:ExtraCharges>
      <d2p1:FederallyRestricted>true</d2p1:FederallyRestricted>
      <d2p1:GTIN>sample string 63</d2p1:GTIN>
      <d2p1:GermPercent>53.1</d2p1:GermPercent>
      <d2p1:HardPercent>54.1</d2p1:HardPercent>
      <d2p1:Inactive>true</d2p1:Inactive>
      <d2p1:InertPercent>51.1</d2p1:InertPercent>
      <d2p1:Ingredients>
        <d2p1:Ingredients>
          <d2p1:B>true</d2p1:B>
          <d2p1:Ca>true</d2p1:Ca>
          <d2p1:Cu>true</d2p1:Cu>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:Ext1>true</d2p1:Ext1>
          <d2p1:Ext2>true</d2p1:Ext2>
          <d2p1:Ext3>true</d2p1:Ext3>
          <d2p1:Ext4>true</d2p1:Ext4>
          <d2p1:Ext5>true</d2p1:Ext5>
          <d2p1:Ext6>true</d2p1:Ext6>
          <d2p1:ExtraData1>sample string 23</d2p1:ExtraData1>
          <d2p1:Fe>true</d2p1:Fe>
          <d2p1:Ingredient>sample string 4</d2p1:Ingredient>
          <d2p1:K>true</d2p1:K>
          <d2p1:Lineitem>3</d2p1:Lineitem>
          <d2p1:Mg>true</d2p1:Mg>
          <d2p1:Mn>true</d2p1:Mn>
          <d2p1:N>true</d2p1:N>
          <d2p1:P>true</d2p1:P>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
          <d2p1:S>true</d2p1:S>
          <d2p1:UD>true</d2p1:UD>
          <d2p1:Zn>true</d2p1:Zn>
        </d2p1:Ingredients>
        <d2p1:Ingredients>
          <d2p1:B>true</d2p1:B>
          <d2p1:Ca>true</d2p1:Ca>
          <d2p1:Cu>true</d2p1:Cu>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:Ext1>true</d2p1:Ext1>
          <d2p1:Ext2>true</d2p1:Ext2>
          <d2p1:Ext3>true</d2p1:Ext3>
          <d2p1:Ext4>true</d2p1:Ext4>
          <d2p1:Ext5>true</d2p1:Ext5>
          <d2p1:Ext6>true</d2p1:Ext6>
          <d2p1:ExtraData1>sample string 23</d2p1:ExtraData1>
          <d2p1:Fe>true</d2p1:Fe>
          <d2p1:Ingredient>sample string 4</d2p1:Ingredient>
          <d2p1:K>true</d2p1:K>
          <d2p1:Lineitem>3</d2p1:Lineitem>
          <d2p1:Mg>true</d2p1:Mg>
          <d2p1:Mn>true</d2p1:Mn>
          <d2p1:N>true</d2p1:N>
          <d2p1:P>true</d2p1:P>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
          <d2p1:S>true</d2p1:S>
          <d2p1:UD>true</d2p1:UD>
          <d2p1:Zn>true</d2p1:Zn>
        </d2p1:Ingredients>
      </d2p1:Ingredients>
      <d2p1:InventoryUnits>sample string 12</d2p1:InventoryUnits>
      <d2p1:InvoiceLineItemComment>sample string 34</d2p1:InvoiceLineItemComment>
      <d2p1:IsAnalysis>true</d2p1:IsAnalysis>
      <d2p1:IsBioTech>true</d2p1:IsBioTech>
      <d2p1:IsInsectResistantMaterial>true</d2p1:IsInsectResistantMaterial>
      <d2p1:Kind>sample string 47</d2p1:Kind>
      <d2p1:LastModifiedUTC>2025-05-15T13:33:12.8244996+00:00</d2p1:LastModifiedUTC>
      <d2p1:LotAttributes>
        <d2p1:LotAttributes>
          <d2p1:AttributeValue>sample string 6</d2p1:AttributeValue>
          <d2p1:DepartmentID>sample string 3</d2p1:DepartmentID>
          <d2p1:LotNumber>sample string 5</d2p1:LotNumber>
          <d2p1:MasterCrossRefNamesKey>2</d2p1:MasterCrossRefNamesKey>
          <d2p1:ProdLotAttributesKey>1</d2p1:ProdLotAttributesKey>
          <d2p1:ProductID>sample string 4</d2p1:ProductID>
        </d2p1:LotAttributes>
        <d2p1:LotAttributes>
          <d2p1:AttributeValue>sample string 6</d2p1:AttributeValue>
          <d2p1:DepartmentID>sample string 3</d2p1:DepartmentID>
          <d2p1:LotNumber>sample string 5</d2p1:LotNumber>
          <d2p1:MasterCrossRefNamesKey>2</d2p1:MasterCrossRefNamesKey>
          <d2p1:ProdLotAttributesKey>1</d2p1:ProdLotAttributesKey>
          <d2p1:ProductID>sample string 4</d2p1:ProductID>
        </d2p1:LotAttributes>
      </d2p1:LotAttributes>
      <d2p1:Lots>
        <d2p1:Lots>
          <d2p1:BeginningBalance>4.1</d2p1:BeginningBalance>
          <d2p1:CalculatedBalance>9.1</d2p1:CalculatedBalance>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:ExpireDate>sample string 6</d2p1:ExpireDate>
          <d2p1:InActive>true</d2p1:InActive>
          <d2p1:LotNumber>sample string 3</d2p1:LotNumber>
          <d2p1:MPSGuid>sample string 7</d2p1:MPSGuid>
          <d2p1:MPSStatus>8</d2p1:MPSStatus>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
        </d2p1:Lots>
        <d2p1:Lots>
          <d2p1:BeginningBalance>4.1</d2p1:BeginningBalance>
          <d2p1:CalculatedBalance>9.1</d2p1:CalculatedBalance>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:ExpireDate>sample string 6</d2p1:ExpireDate>
          <d2p1:InActive>true</d2p1:InActive>
          <d2p1:LotNumber>sample string 3</d2p1:LotNumber>
          <d2p1:MPSGuid>sample string 7</d2p1:MPSGuid>
          <d2p1:MPSStatus>8</d2p1:MPSStatus>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
        </d2p1:Lots>
      </d2p1:Lots>
      <d2p1:MPSCode>sample string 68</d2p1:MPSCode>
      <d2p1:MPSDescription>sample string 69</d2p1:MPSDescription>
      <d2p1:MPSGuid>sample string 66</d2p1:MPSGuid>
      <d2p1:MPSMaxSetPoint>73.1</d2p1:MPSMaxSetPoint>
      <d2p1:MPSMinSetPoint>72.1</d2p1:MPSMinSetPoint>
      <d2p1:MPSOutOfFieldRate>75.1</d2p1:MPSOutOfFieldRate>
      <d2p1:MPSProductCategoryKey>sample string 67</d2p1:MPSProductCategoryKey>
      <d2p1:MPSProductForm>70</d2p1:MPSProductForm>
      <d2p1:MPSRoundRecMethodInt>76</d2p1:MPSRoundRecMethodInt>
      <d2p1:MPSRoundRecValue>77.1</d2p1:MPSRoundRecValue>
      <d2p1:MPSSwitchSetPoint>74.1</d2p1:MPSSwitchSetPoint>
      <d2p1:Manufacturer>sample string 5</d2p1:Manufacturer>
      <d2p1:ManufacturerPartNumber>sample string 41</d2p1:ManufacturerPartNumber>
      <d2p1:MapXRefGUID>sample string 78</d2p1:MapXRefGUID>
      <d2p1:NeedsFieldCoordinates>true</d2p1:NeedsFieldCoordinates>
      <d2p1:OnHold>true</d2p1:OnHold>
      <d2p1:OrderQuantityMultiple>62.1</d2p1:OrderQuantityMultiple>
      <d2p1:Origin>sample string 48</d2p1:Origin>
      <d2p1:PackageSize>sample string 16</d2p1:PackageSize>
      <d2p1:PackageUnits>sample string 17</d2p1:PackageUnits>
      <d2p1:PotentiallyHazardous>true</d2p1:PotentiallyHazardous>
      <d2p1:Prices>
        <d2p1:Prices>
          <d2p1:AverageCost>sample string 5</d2p1:AverageCost>
          <d2p1:BillingDivisor>sample string 4</d2p1:BillingDivisor>
          <d2p1:BillingUnits>sample string 3</d2p1:BillingUnits>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:EstimatedAverageCost>33.1</d2p1:EstimatedAverageCost>
          <d2p1:FormulaAmount0>84.1</d2p1:FormulaAmount0>
          <d2p1:FormulaAmount1>85.1</d2p1:FormulaAmount1>
          <d2p1:FormulaAmount10>94.1</d2p1:FormulaAmount10>
          <d2p1:FormulaAmount11>95.1</d2p1:FormulaAmount11>
          <d2p1:FormulaAmount12>96.1</d2p1:FormulaAmount12>
          <d2p1:FormulaAmount13>97.1</d2p1:FormulaAmount13>
          <d2p1:FormulaAmount14>98.1</d2p1:FormulaAmount14>
          <d2p1:FormulaAmount15>99.1</d2p1:FormulaAmount15>
          <d2p1:FormulaAmount16>100.1</d2p1:FormulaAmount16>
          <d2p1:FormulaAmount17>101.1</d2p1:FormulaAmount17>
          <d2p1:FormulaAmount18>102.1</d2p1:FormulaAmount18>
          <d2p1:FormulaAmount19>103.1</d2p1:FormulaAmount19>
          <d2p1:FormulaAmount2>86.1</d2p1:FormulaAmount2>
          <d2p1:FormulaAmount20>104.1</d2p1:FormulaAmount20>
          <d2p1:FormulaAmount21>105.1</d2p1:FormulaAmount21>
          <d2p1:FormulaAmount22>106.1</d2p1:FormulaAmount22>
          <d2p1:FormulaAmount23>107.1</d2p1:FormulaAmount23>
          <d2p1:FormulaAmount24>108.1</d2p1:FormulaAmount24>
          <d2p1:FormulaAmount3>87.1</d2p1:FormulaAmount3>
          <d2p1:FormulaAmount4>88.1</d2p1:FormulaAmount4>
          <d2p1:FormulaAmount5>89.1</d2p1:FormulaAmount5>
          <d2p1:FormulaAmount6>90.1</d2p1:FormulaAmount6>
          <d2p1:FormulaAmount7>91.1</d2p1:FormulaAmount7>
          <d2p1:FormulaAmount8>92.1</d2p1:FormulaAmount8>
          <d2p1:FormulaAmount9>93.1</d2p1:FormulaAmount9>
          <d2p1:FormulaAmountAC>111.1</d2p1:FormulaAmountAC>
          <d2p1:FormulaAmountEAC>120.1</d2p1:FormulaAmountEAC>
          <d2p1:FormulaAmountLC>114.1</d2p1:FormulaAmountLC>
          <d2p1:FormulaAmountRC>117.1</d2p1:FormulaAmountRC>
          <d2p1:FormulaAmountRC2>126.1</d2p1:FormulaAmountRC2>
          <d2p1:FormulaAmountRC3>129.1</d2p1:FormulaAmountRC3>
          <d2p1:FormulaAmountRC4>132.1</d2p1:FormulaAmountRC4>
          <d2p1:FormulaSource0>34</d2p1:FormulaSource0>
          <d2p1:FormulaSource1>35</d2p1:FormulaSource1>
          <d2p1:FormulaSource10>44</d2p1:FormulaSource10>
          <d2p1:FormulaSource11>45</d2p1:FormulaSource11>
          <d2p1:FormulaSource12>46</d2p1:FormulaSource12>
          <d2p1:FormulaSource13>47</d2p1:FormulaSource13>
          <d2p1:FormulaSource14>48</d2p1:FormulaSource14>
          <d2p1:FormulaSource15>49</d2p1:FormulaSource15>
          <d2p1:FormulaSource16>50</d2p1:FormulaSource16>
          <d2p1:FormulaSource17>51</d2p1:FormulaSource17>
          <d2p1:FormulaSource18>52</d2p1:FormulaSource18>
          <d2p1:FormulaSource19>53</d2p1:FormulaSource19>
          <d2p1:FormulaSource2>36</d2p1:FormulaSource2>
          <d2p1:FormulaSource20>54</d2p1:FormulaSource20>
          <d2p1:FormulaSource21>55</d2p1:FormulaSource21>
          <d2p1:FormulaSource22>56</d2p1:FormulaSource22>
          <d2p1:FormulaSource23>57</d2p1:FormulaSource23>
          <d2p1:FormulaSource24>58</d2p1:FormulaSource24>
          <d2p1:FormulaSource3>37</d2p1:FormulaSource3>
          <d2p1:FormulaSource4>38</d2p1:FormulaSource4>
          <d2p1:FormulaSource5>39</d2p1:FormulaSource5>
          <d2p1:FormulaSource6>40</d2p1:FormulaSource6>
          <d2p1:FormulaSource7>41</d2p1:FormulaSource7>
          <d2p1:FormulaSource8>42</d2p1:FormulaSource8>
          <d2p1:FormulaSource9>43</d2p1:FormulaSource9>
          <d2p1:FormulaSourceAC>109</d2p1:FormulaSourceAC>
          <d2p1:FormulaSourceEAC>118</d2p1:FormulaSourceEAC>
          <d2p1:FormulaSourceLC>112</d2p1:FormulaSourceLC>
          <d2p1:FormulaSourceRC>115</d2p1:FormulaSourceRC>
          <d2p1:FormulaSourceRC2>124</d2p1:FormulaSourceRC2>
          <d2p1:FormulaSourceRC3>127</d2p1:FormulaSourceRC3>
          <d2p1:FormulaSourceRC4>130</d2p1:FormulaSourceRC4>
          <d2p1:FormulaType0>sample string 59</d2p1:FormulaType0>
          <d2p1:FormulaType1>sample string 60</d2p1:FormulaType1>
          <d2p1:FormulaType10>sample string 69</d2p1:FormulaType10>
          <d2p1:FormulaType11>sample string 70</d2p1:FormulaType11>
          <d2p1:FormulaType12>sample string 71</d2p1:FormulaType12>
          <d2p1:FormulaType13>sample string 72</d2p1:FormulaType13>
          <d2p1:FormulaType14>sample string 73</d2p1:FormulaType14>
          <d2p1:FormulaType15>sample string 74</d2p1:FormulaType15>
          <d2p1:FormulaType16>sample string 75</d2p1:FormulaType16>
          <d2p1:FormulaType17>sample string 76</d2p1:FormulaType17>
          <d2p1:FormulaType18>sample string 77</d2p1:FormulaType18>
          <d2p1:FormulaType19>sample string 78</d2p1:FormulaType19>
          <d2p1:FormulaType2>sample string 61</d2p1:FormulaType2>
          <d2p1:FormulaType20>sample string 79</d2p1:FormulaType20>
          <d2p1:FormulaType21>sample string 80</d2p1:FormulaType21>
          <d2p1:FormulaType22>sample string 81</d2p1:FormulaType22>
          <d2p1:FormulaType23>sample string 82</d2p1:FormulaType23>
          <d2p1:FormulaType24>sample string 83</d2p1:FormulaType24>
          <d2p1:FormulaType3>sample string 62</d2p1:FormulaType3>
          <d2p1:FormulaType4>sample string 63</d2p1:FormulaType4>
          <d2p1:FormulaType5>sample string 64</d2p1:FormulaType5>
          <d2p1:FormulaType6>sample string 65</d2p1:FormulaType6>
          <d2p1:FormulaType7>sample string 66</d2p1:FormulaType7>
          <d2p1:FormulaType8>sample string 67</d2p1:FormulaType8>
          <d2p1:FormulaType9>sample string 68</d2p1:FormulaType9>
          <d2p1:FormulaTypeAC>sample string 110</d2p1:FormulaTypeAC>
          <d2p1:FormulaTypeEAC>sample string 119</d2p1:FormulaTypeEAC>
          <d2p1:FormulaTypeLC>sample string 113</d2p1:FormulaTypeLC>
          <d2p1:FormulaTypeRC>sample string 116</d2p1:FormulaTypeRC>
          <d2p1:FormulaTypeRC2>sample string 125</d2p1:FormulaTypeRC2>
          <d2p1:FormulaTypeRC3>sample string 128</d2p1:FormulaTypeRC3>
          <d2p1:FormulaTypeRC4>sample string 131</d2p1:FormulaTypeRC4>
          <d2p1:LastPurchaseCost>sample string 7</d2p1:LastPurchaseCost>
          <d2p1:List>sample string 6</d2p1:List>
          <d2p1:PriceLevel1>sample string 8</d2p1:PriceLevel1>
          <d2p1:PriceLevel10>sample string 18</d2p1:PriceLevel10>
          <d2p1:PriceLevel11>sample string 19</d2p1:PriceLevel11>
          <d2p1:PriceLevel12>sample string 20</d2p1:PriceLevel12>
          <d2p1:PriceLevel13>sample string 21</d2p1:PriceLevel13>
          <d2p1:PriceLevel14>sample string 22</d2p1:PriceLevel14>
          <d2p1:PriceLevel15>sample string 23</d2p1:PriceLevel15>
          <d2p1:PriceLevel16>sample string 24</d2p1:PriceLevel16>
          <d2p1:PriceLevel17>sample string 25</d2p1:PriceLevel17>
          <d2p1:PriceLevel18>sample string 26</d2p1:PriceLevel18>
          <d2p1:PriceLevel19>sample string 27</d2p1:PriceLevel19>
          <d2p1:PriceLevel2>sample string 9</d2p1:PriceLevel2>
          <d2p1:PriceLevel20>sample string 28</d2p1:PriceLevel20>
          <d2p1:PriceLevel21>sample string 29</d2p1:PriceLevel21>
          <d2p1:PriceLevel22>sample string 30</d2p1:PriceLevel22>
          <d2p1:PriceLevel23>sample string 31</d2p1:PriceLevel23>
          <d2p1:PriceLevel24>sample string 32</d2p1:PriceLevel24>
          <d2p1:PriceLevel3>sample string 10</d2p1:PriceLevel3>
          <d2p1:PriceLevel4>sample string 11</d2p1:PriceLevel4>
          <d2p1:PriceLevel5>sample string 12</d2p1:PriceLevel5>
          <d2p1:PriceLevel6>sample string 13</d2p1:PriceLevel6>
          <d2p1:PriceLevel7>sample string 14</d2p1:PriceLevel7>
          <d2p1:PriceLevel8>sample string 15</d2p1:PriceLevel8>
          <d2p1:PriceLevel9>sample string 17</d2p1:PriceLevel9>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
          <d2p1:ProfitMargin>16.1</d2p1:ProfitMargin>
          <d2p1:ReplacementCost2>121.1</d2p1:ReplacementCost2>
          <d2p1:ReplacementCost3>122.1</d2p1:ReplacementCost3>
          <d2p1:ReplacementCost4>123.1</d2p1:ReplacementCost4>
        </d2p1:Prices>
        <d2p1:Prices>
          <d2p1:AverageCost>sample string 5</d2p1:AverageCost>
          <d2p1:BillingDivisor>sample string 4</d2p1:BillingDivisor>
          <d2p1:BillingUnits>sample string 3</d2p1:BillingUnits>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:EstimatedAverageCost>33.1</d2p1:EstimatedAverageCost>
          <d2p1:FormulaAmount0>84.1</d2p1:FormulaAmount0>
          <d2p1:FormulaAmount1>85.1</d2p1:FormulaAmount1>
          <d2p1:FormulaAmount10>94.1</d2p1:FormulaAmount10>
          <d2p1:FormulaAmount11>95.1</d2p1:FormulaAmount11>
          <d2p1:FormulaAmount12>96.1</d2p1:FormulaAmount12>
          <d2p1:FormulaAmount13>97.1</d2p1:FormulaAmount13>
          <d2p1:FormulaAmount14>98.1</d2p1:FormulaAmount14>
          <d2p1:FormulaAmount15>99.1</d2p1:FormulaAmount15>
          <d2p1:FormulaAmount16>100.1</d2p1:FormulaAmount16>
          <d2p1:FormulaAmount17>101.1</d2p1:FormulaAmount17>
          <d2p1:FormulaAmount18>102.1</d2p1:FormulaAmount18>
          <d2p1:FormulaAmount19>103.1</d2p1:FormulaAmount19>
          <d2p1:FormulaAmount2>86.1</d2p1:FormulaAmount2>
          <d2p1:FormulaAmount20>104.1</d2p1:FormulaAmount20>
          <d2p1:FormulaAmount21>105.1</d2p1:FormulaAmount21>
          <d2p1:FormulaAmount22>106.1</d2p1:FormulaAmount22>
          <d2p1:FormulaAmount23>107.1</d2p1:FormulaAmount23>
          <d2p1:FormulaAmount24>108.1</d2p1:FormulaAmount24>
          <d2p1:FormulaAmount3>87.1</d2p1:FormulaAmount3>
          <d2p1:FormulaAmount4>88.1</d2p1:FormulaAmount4>
          <d2p1:FormulaAmount5>89.1</d2p1:FormulaAmount5>
          <d2p1:FormulaAmount6>90.1</d2p1:FormulaAmount6>
          <d2p1:FormulaAmount7>91.1</d2p1:FormulaAmount7>
          <d2p1:FormulaAmount8>92.1</d2p1:FormulaAmount8>
          <d2p1:FormulaAmount9>93.1</d2p1:FormulaAmount9>
          <d2p1:FormulaAmountAC>111.1</d2p1:FormulaAmountAC>
          <d2p1:FormulaAmountEAC>120.1</d2p1:FormulaAmountEAC>
          <d2p1:FormulaAmountLC>114.1</d2p1:FormulaAmountLC>
          <d2p1:FormulaAmountRC>117.1</d2p1:FormulaAmountRC>
          <d2p1:FormulaAmountRC2>126.1</d2p1:FormulaAmountRC2>
          <d2p1:FormulaAmountRC3>129.1</d2p1:FormulaAmountRC3>
          <d2p1:FormulaAmountRC4>132.1</d2p1:FormulaAmountRC4>
          <d2p1:FormulaSource0>34</d2p1:FormulaSource0>
          <d2p1:FormulaSource1>35</d2p1:FormulaSource1>
          <d2p1:FormulaSource10>44</d2p1:FormulaSource10>
          <d2p1:FormulaSource11>45</d2p1:FormulaSource11>
          <d2p1:FormulaSource12>46</d2p1:FormulaSource12>
          <d2p1:FormulaSource13>47</d2p1:FormulaSource13>
          <d2p1:FormulaSource14>48</d2p1:FormulaSource14>
          <d2p1:FormulaSource15>49</d2p1:FormulaSource15>
          <d2p1:FormulaSource16>50</d2p1:FormulaSource16>
          <d2p1:FormulaSource17>51</d2p1:FormulaSource17>
          <d2p1:FormulaSource18>52</d2p1:FormulaSource18>
          <d2p1:FormulaSource19>53</d2p1:FormulaSource19>
          <d2p1:FormulaSource2>36</d2p1:FormulaSource2>
          <d2p1:FormulaSource20>54</d2p1:FormulaSource20>
          <d2p1:FormulaSource21>55</d2p1:FormulaSource21>
          <d2p1:FormulaSource22>56</d2p1:FormulaSource22>
          <d2p1:FormulaSource23>57</d2p1:FormulaSource23>
          <d2p1:FormulaSource24>58</d2p1:FormulaSource24>
          <d2p1:FormulaSource3>37</d2p1:FormulaSource3>
          <d2p1:FormulaSource4>38</d2p1:FormulaSource4>
          <d2p1:FormulaSource5>39</d2p1:FormulaSource5>
          <d2p1:FormulaSource6>40</d2p1:FormulaSource6>
          <d2p1:FormulaSource7>41</d2p1:FormulaSource7>
          <d2p1:FormulaSource8>42</d2p1:FormulaSource8>
          <d2p1:FormulaSource9>43</d2p1:FormulaSource9>
          <d2p1:FormulaSourceAC>109</d2p1:FormulaSourceAC>
          <d2p1:FormulaSourceEAC>118</d2p1:FormulaSourceEAC>
          <d2p1:FormulaSourceLC>112</d2p1:FormulaSourceLC>
          <d2p1:FormulaSourceRC>115</d2p1:FormulaSourceRC>
          <d2p1:FormulaSourceRC2>124</d2p1:FormulaSourceRC2>
          <d2p1:FormulaSourceRC3>127</d2p1:FormulaSourceRC3>
          <d2p1:FormulaSourceRC4>130</d2p1:FormulaSourceRC4>
          <d2p1:FormulaType0>sample string 59</d2p1:FormulaType0>
          <d2p1:FormulaType1>sample string 60</d2p1:FormulaType1>
          <d2p1:FormulaType10>sample string 69</d2p1:FormulaType10>
          <d2p1:FormulaType11>sample string 70</d2p1:FormulaType11>
          <d2p1:FormulaType12>sample string 71</d2p1:FormulaType12>
          <d2p1:FormulaType13>sample string 72</d2p1:FormulaType13>
          <d2p1:FormulaType14>sample string 73</d2p1:FormulaType14>
          <d2p1:FormulaType15>sample string 74</d2p1:FormulaType15>
          <d2p1:FormulaType16>sample string 75</d2p1:FormulaType16>
          <d2p1:FormulaType17>sample string 76</d2p1:FormulaType17>
          <d2p1:FormulaType18>sample string 77</d2p1:FormulaType18>
          <d2p1:FormulaType19>sample string 78</d2p1:FormulaType19>
          <d2p1:FormulaType2>sample string 61</d2p1:FormulaType2>
          <d2p1:FormulaType20>sample string 79</d2p1:FormulaType20>
          <d2p1:FormulaType21>sample string 80</d2p1:FormulaType21>
          <d2p1:FormulaType22>sample string 81</d2p1:FormulaType22>
          <d2p1:FormulaType23>sample string 82</d2p1:FormulaType23>
          <d2p1:FormulaType24>sample string 83</d2p1:FormulaType24>
          <d2p1:FormulaType3>sample string 62</d2p1:FormulaType3>
          <d2p1:FormulaType4>sample string 63</d2p1:FormulaType4>
          <d2p1:FormulaType5>sample string 64</d2p1:FormulaType5>
          <d2p1:FormulaType6>sample string 65</d2p1:FormulaType6>
          <d2p1:FormulaType7>sample string 66</d2p1:FormulaType7>
          <d2p1:FormulaType8>sample string 67</d2p1:FormulaType8>
          <d2p1:FormulaType9>sample string 68</d2p1:FormulaType9>
          <d2p1:FormulaTypeAC>sample string 110</d2p1:FormulaTypeAC>
          <d2p1:FormulaTypeEAC>sample string 119</d2p1:FormulaTypeEAC>
          <d2p1:FormulaTypeLC>sample string 113</d2p1:FormulaTypeLC>
          <d2p1:FormulaTypeRC>sample string 116</d2p1:FormulaTypeRC>
          <d2p1:FormulaTypeRC2>sample string 125</d2p1:FormulaTypeRC2>
          <d2p1:FormulaTypeRC3>sample string 128</d2p1:FormulaTypeRC3>
          <d2p1:FormulaTypeRC4>sample string 131</d2p1:FormulaTypeRC4>
          <d2p1:LastPurchaseCost>sample string 7</d2p1:LastPurchaseCost>
          <d2p1:List>sample string 6</d2p1:List>
          <d2p1:PriceLevel1>sample string 8</d2p1:PriceLevel1>
          <d2p1:PriceLevel10>sample string 18</d2p1:PriceLevel10>
          <d2p1:PriceLevel11>sample string 19</d2p1:PriceLevel11>
          <d2p1:PriceLevel12>sample string 20</d2p1:PriceLevel12>
          <d2p1:PriceLevel13>sample string 21</d2p1:PriceLevel13>
          <d2p1:PriceLevel14>sample string 22</d2p1:PriceLevel14>
          <d2p1:PriceLevel15>sample string 23</d2p1:PriceLevel15>
          <d2p1:PriceLevel16>sample string 24</d2p1:PriceLevel16>
          <d2p1:PriceLevel17>sample string 25</d2p1:PriceLevel17>
          <d2p1:PriceLevel18>sample string 26</d2p1:PriceLevel18>
          <d2p1:PriceLevel19>sample string 27</d2p1:PriceLevel19>
          <d2p1:PriceLevel2>sample string 9</d2p1:PriceLevel2>
          <d2p1:PriceLevel20>sample string 28</d2p1:PriceLevel20>
          <d2p1:PriceLevel21>sample string 29</d2p1:PriceLevel21>
          <d2p1:PriceLevel22>sample string 30</d2p1:PriceLevel22>
          <d2p1:PriceLevel23>sample string 31</d2p1:PriceLevel23>
          <d2p1:PriceLevel24>sample string 32</d2p1:PriceLevel24>
          <d2p1:PriceLevel3>sample string 10</d2p1:PriceLevel3>
          <d2p1:PriceLevel4>sample string 11</d2p1:PriceLevel4>
          <d2p1:PriceLevel5>sample string 12</d2p1:PriceLevel5>
          <d2p1:PriceLevel6>sample string 13</d2p1:PriceLevel6>
          <d2p1:PriceLevel7>sample string 14</d2p1:PriceLevel7>
          <d2p1:PriceLevel8>sample string 15</d2p1:PriceLevel8>
          <d2p1:PriceLevel9>sample string 17</d2p1:PriceLevel9>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
          <d2p1:ProfitMargin>16.1</d2p1:ProfitMargin>
          <d2p1:ReplacementCost2>121.1</d2p1:ReplacementCost2>
          <d2p1:ReplacementCost3>122.1</d2p1:ReplacementCost3>
          <d2p1:ReplacementCost4>123.1</d2p1:ReplacementCost4>
        </d2p1:Prices>
      </d2p1:Prices>
      <d2p1:ProcessorCode>sample string 59</d2p1:ProcessorCode>
      <d2p1:ProductID>sample string 4</d2p1:ProductID>
      <d2p1:ProductName>sample string 7</d2p1:ProductName>
      <d2p1:PurityPercent>50.1</d2p1:PurityPercent>
      <d2p1:ReorderLevel>14.1</d2p1:ReorderLevel>
      <d2p1:ReplacementCost>sample string 23</d2p1:ReplacementCost>
      <d2p1:SSIGlobalID>64</d2p1:SSIGlobalID>
      <d2p1:Safety>
        <d2p1:Safety>
          <d2p1:AUXAgrianDOTConfig>sample string 69</d2p1:AUXAgrianDOTConfig>
          <d2p1:AUXAgrianID>sample string 68</d2p1:AUXAgrianID>
          <d2p1:AUXAgrianSizeID>sample string 70</d2p1:AUXAgrianSizeID>
          <d2p1:AgrianDOTConfig>sample string 66</d2p1:AgrianDOTConfig>
          <d2p1:AgrianID>sample string 65</d2p1:AgrianID>
          <d2p1:AgrianSizeID>sample string 67</d2p1:AgrianSizeID>
          <d2p1:ContType1>sample string 36</d2p1:ContType1>
          <d2p1:ContType2>sample string 39</d2p1:ContType2>
          <d2p1:ContType3>sample string 42</d2p1:ContType3>
          <d2p1:ContType4>sample string 45</d2p1:ContType4>
          <d2p1:ContType5>sample string 48</d2p1:ContType5>
          <d2p1:ContType6>sample string 51</d2p1:ContType6>
          <d2p1:DOTWarningNote>sample string 64</d2p1:DOTWarningNote>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:EHSName>sample string 28</d2p1:EHSName>
          <d2p1:GHS>true</d2p1:GHS>
          <d2p1:Gas>true</d2p1:Gas>
          <d2p1:HazardClass>sample string 6</d2p1:HazardClass>
          <d2p1:HealthHazardDelayedChronic>true</d2p1:HealthHazardDelayedChronic>
          <d2p1:HealthHazardFire>true</d2p1:HealthHazardFire>
          <d2p1:HealthHazardImmediateAcute>true</d2p1:HealthHazardImmediateAcute>
          <d2p1:HealthHazardReactivity>true</d2p1:HealthHazardReactivity>
          <d2p1:HealthHazardSuddenReleaseOfPressure>true</d2p1:HealthHazardSuddenReleaseOfPressure>
          <d2p1:Liquid>true</d2p1:Liquid>
          <d2p1:Locations>sample string 35</d2p1:Locations>
          <d2p1:Mix>true</d2p1:Mix>
          <d2p1:NationalMotorCarrierClass>sample string 4</d2p1:NationalMotorCarrierClass>
          <d2p1:Optional>true</d2p1:Optional>
          <d2p1:OralWarning>true</d2p1:OralWarning>
          <d2p1:PLACARD>sample string 11</d2p1:PLACARD>
          <d2p1:PackageSizeIsBulk>true</d2p1:PackageSizeIsBulk>
          <d2p1:PackingGroup>sample string 7</d2p1:PackingGroup>
          <d2p1:PercentActiveIngredientForCanadaTag>59.1</d2p1:PercentActiveIngredientForCanadaTag>
          <d2p1:PostedWarning>true</d2p1:PostedWarning>
          <d2p1:Pressure1>sample string 37</d2p1:Pressure1>
          <d2p1:Pressure2>sample string 40</d2p1:Pressure2>
          <d2p1:Pressure3>sample string 43</d2p1:Pressure3>
          <d2p1:Pressure4>sample string 46</d2p1:Pressure4>
          <d2p1:Pressure5>sample string 49</d2p1:Pressure5>
          <d2p1:Pressure6>sample string 52</d2p1:Pressure6>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
          <d2p1:Prop65>true</d2p1:Prop65>
          <d2p1:Prop65ToxicityCancer>true</d2p1:Prop65ToxicityCancer>
          <d2p1:Prop65ToxicityCancerChemicals>sample string 80</d2p1:Prop65ToxicityCancerChemicals>
          <d2p1:Prop65ToxicityDevelopmental>true</d2p1:Prop65ToxicityDevelopmental>
          <d2p1:Prop65ToxicityDevelopmentalChemicals>sample string 82</d2p1:Prop65ToxicityDevelopmentalChemicals>
          <d2p1:Pure>true</d2p1:Pure>
          <d2p1:ReentryIntervalHours>sample string 5</d2p1:ReentryIntervalHours>
          <d2p1:SafetyComments1>sample string 8</d2p1:SafetyComments1>
          <d2p1:SafetyComments2>sample string 9</d2p1:SafetyComments2>
          <d2p1:SafetyComments3>sample string 10</d2p1:SafetyComments3>
          <d2p1:ShippingManifestPkgQtyIsAlways1>true</d2p1:ShippingManifestPkgQtyIsAlways1>
          <d2p1:ShippingName>sample string 3</d2p1:ShippingName>
          <d2p1:Solid>true</d2p1:Solid>
          <d2p1:Temp1>sample string 38</d2p1:Temp1>
          <d2p1:Temp2>sample string 41</d2p1:Temp2>
          <d2p1:Temp3>sample string 44</d2p1:Temp3>
          <d2p1:Temp4>sample string 47</d2p1:Temp4>
          <d2p1:Temp5>sample string 50</d2p1:Temp5>
          <d2p1:Temp6>sample string 53</d2p1:Temp6>
          <d2p1:Threshold>77.1</d2p1:Threshold>
          <d2p1:TradeSecret>true</d2p1:TradeSecret>
          <d2p1:UNNAID>sample string 12</d2p1:UNNAID>
        </d2p1:Safety>
        <d2p1:Safety>
          <d2p1:AUXAgrianDOTConfig>sample string 69</d2p1:AUXAgrianDOTConfig>
          <d2p1:AUXAgrianID>sample string 68</d2p1:AUXAgrianID>
          <d2p1:AUXAgrianSizeID>sample string 70</d2p1:AUXAgrianSizeID>
          <d2p1:AgrianDOTConfig>sample string 66</d2p1:AgrianDOTConfig>
          <d2p1:AgrianID>sample string 65</d2p1:AgrianID>
          <d2p1:AgrianSizeID>sample string 67</d2p1:AgrianSizeID>
          <d2p1:ContType1>sample string 36</d2p1:ContType1>
          <d2p1:ContType2>sample string 39</d2p1:ContType2>
          <d2p1:ContType3>sample string 42</d2p1:ContType3>
          <d2p1:ContType4>sample string 45</d2p1:ContType4>
          <d2p1:ContType5>sample string 48</d2p1:ContType5>
          <d2p1:ContType6>sample string 51</d2p1:ContType6>
          <d2p1:DOTWarningNote>sample string 64</d2p1:DOTWarningNote>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:EHSName>sample string 28</d2p1:EHSName>
          <d2p1:GHS>true</d2p1:GHS>
          <d2p1:Gas>true</d2p1:Gas>
          <d2p1:HazardClass>sample string 6</d2p1:HazardClass>
          <d2p1:HealthHazardDelayedChronic>true</d2p1:HealthHazardDelayedChronic>
          <d2p1:HealthHazardFire>true</d2p1:HealthHazardFire>
          <d2p1:HealthHazardImmediateAcute>true</d2p1:HealthHazardImmediateAcute>
          <d2p1:HealthHazardReactivity>true</d2p1:HealthHazardReactivity>
          <d2p1:HealthHazardSuddenReleaseOfPressure>true</d2p1:HealthHazardSuddenReleaseOfPressure>
          <d2p1:Liquid>true</d2p1:Liquid>
          <d2p1:Locations>sample string 35</d2p1:Locations>
          <d2p1:Mix>true</d2p1:Mix>
          <d2p1:NationalMotorCarrierClass>sample string 4</d2p1:NationalMotorCarrierClass>
          <d2p1:Optional>true</d2p1:Optional>
          <d2p1:OralWarning>true</d2p1:OralWarning>
          <d2p1:PLACARD>sample string 11</d2p1:PLACARD>
          <d2p1:PackageSizeIsBulk>true</d2p1:PackageSizeIsBulk>
          <d2p1:PackingGroup>sample string 7</d2p1:PackingGroup>
          <d2p1:PercentActiveIngredientForCanadaTag>59.1</d2p1:PercentActiveIngredientForCanadaTag>
          <d2p1:PostedWarning>true</d2p1:PostedWarning>
          <d2p1:Pressure1>sample string 37</d2p1:Pressure1>
          <d2p1:Pressure2>sample string 40</d2p1:Pressure2>
          <d2p1:Pressure3>sample string 43</d2p1:Pressure3>
          <d2p1:Pressure4>sample string 46</d2p1:Pressure4>
          <d2p1:Pressure5>sample string 49</d2p1:Pressure5>
          <d2p1:Pressure6>sample string 52</d2p1:Pressure6>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
          <d2p1:Prop65>true</d2p1:Prop65>
          <d2p1:Prop65ToxicityCancer>true</d2p1:Prop65ToxicityCancer>
          <d2p1:Prop65ToxicityCancerChemicals>sample string 80</d2p1:Prop65ToxicityCancerChemicals>
          <d2p1:Prop65ToxicityDevelopmental>true</d2p1:Prop65ToxicityDevelopmental>
          <d2p1:Prop65ToxicityDevelopmentalChemicals>sample string 82</d2p1:Prop65ToxicityDevelopmentalChemicals>
          <d2p1:Pure>true</d2p1:Pure>
          <d2p1:ReentryIntervalHours>sample string 5</d2p1:ReentryIntervalHours>
          <d2p1:SafetyComments1>sample string 8</d2p1:SafetyComments1>
          <d2p1:SafetyComments2>sample string 9</d2p1:SafetyComments2>
          <d2p1:SafetyComments3>sample string 10</d2p1:SafetyComments3>
          <d2p1:ShippingManifestPkgQtyIsAlways1>true</d2p1:ShippingManifestPkgQtyIsAlways1>
          <d2p1:ShippingName>sample string 3</d2p1:ShippingName>
          <d2p1:Solid>true</d2p1:Solid>
          <d2p1:Temp1>sample string 38</d2p1:Temp1>
          <d2p1:Temp2>sample string 41</d2p1:Temp2>
          <d2p1:Temp3>sample string 44</d2p1:Temp3>
          <d2p1:Temp4>sample string 47</d2p1:Temp4>
          <d2p1:Temp5>sample string 50</d2p1:Temp5>
          <d2p1:Temp6>sample string 53</d2p1:Temp6>
          <d2p1:Threshold>77.1</d2p1:Threshold>
          <d2p1:TradeSecret>true</d2p1:TradeSecret>
          <d2p1:UNNAID>sample string 12</d2p1:UNNAID>
        </d2p1:Safety>
      </d2p1:Safety>
      <d2p1:SeedSize>sample string 61</d2p1:SeedSize>
      <d2p1:SeedYear>43</d2p1:SeedYear>
      <d2p1:StateRestrictions>
        <d2p1:StateRestrictions>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
          <d2p1:State>sample string 3</d2p1:State>
        </d2p1:StateRestrictions>
        <d2p1:StateRestrictions>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
          <d2p1:State>sample string 3</d2p1:State>
        </d2p1:StateRestrictions>
      </d2p1:StateRestrictions>
      <d2p1:StatesWhereProductIsRestrictedFromDistribution>
        <d2p1:ProductStateRestrictAvailForDist>
          <d2p1:StateId>sample string 1</d2p1:StateId>
        </d2p1:ProductStateRestrictAvailForDist>
        <d2p1:ProductStateRestrictAvailForDist>
          <d2p1:StateId>sample string 1</d2p1:StateId>
        </d2p1:ProductStateRestrictAvailForDist>
      </d2p1:StatesWhereProductIsRestrictedFromDistribution>
      <d2p1:StorageCodes>
        <d2p1:StorageCodes>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:LineItem>3</d2p1:LineItem>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
          <d2p1:StorageCode>sample string 4</d2p1:StorageCode>
        </d2p1:StorageCodes>
        <d2p1:StorageCodes>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:LineItem>3</d2p1:LineItem>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
          <d2p1:StorageCode>sample string 4</d2p1:StorageCode>
        </d2p1:StorageCodes>
      </d2p1:StorageCodes>
      <d2p1:TechnologyGroup>sample string 38</d2p1:TechnologyGroup>
      <d2p1:TestDate>sample string 49</d2p1:TestDate>
      <d2p1:Trait>sample string 55</d2p1:Trait>
      <d2p1:TreatmentCode>sample string 60</d2p1:TreatmentCode>
      <d2p1:UniqueKey>1</d2p1:UniqueKey>
      <d2p1:UnitWeight>sample string 15</d2p1:UnitWeight>
      <d2p1:Variety>sample string 46</d2p1:Variety>
      <d2p1:WeedPercent>52.1</d2p1:WeedPercent>
      <d2p1:deleteYN>true</d2p1:deleteYN>
    </d2p1:Product>
    <d2p1:Product>
      <d2p1:Accounts>
        <d2p1:Accounts>
          <d2p1:BeginningYearBalance>5.1</d2p1:BeginningYearBalance>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:EndOfMonth1>6.1</d2p1:EndOfMonth1>
          <d2p1:EndOfMonth10>15.1</d2p1:EndOfMonth10>
          <d2p1:EndOfMonth11>16.1</d2p1:EndOfMonth11>
          <d2p1:EndOfMonth12>17.1</d2p1:EndOfMonth12>
          <d2p1:EndOfMonth2>7.1</d2p1:EndOfMonth2>
          <d2p1:EndOfMonth3>8.1</d2p1:EndOfMonth3>
          <d2p1:EndOfMonth4>9.1</d2p1:EndOfMonth4>
          <d2p1:EndOfMonth5>10.1</d2p1:EndOfMonth5>
          <d2p1:EndOfMonth6>11.1</d2p1:EndOfMonth6>
          <d2p1:EndOfMonth7>12.1</d2p1:EndOfMonth7>
          <d2p1:EndOfMonth8>13.1</d2p1:EndOfMonth8>
          <d2p1:EndOfMonth9>14.1</d2p1:EndOfMonth9>
          <d2p1:FreightAccount>sample string 21</d2p1:FreightAccount>
          <d2p1:GrowerStateTaxable>true</d2p1:GrowerStateTaxable>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
          <d2p1:ProductStateTaxable>true</d2p1:ProductStateTaxable>
          <d2p1:PurchaseAccount>sample string 20</d2p1:PurchaseAccount>
          <d2p1:PurchaseDiscount>sample string 22</d2p1:PurchaseDiscount>
          <d2p1:SalesAccount>sample string 4</d2p1:SalesAccount>
          <d2p1:SalesTaxable>true</d2p1:SalesTaxable>
        </d2p1:Accounts>
        <d2p1:Accounts>
          <d2p1:BeginningYearBalance>5.1</d2p1:BeginningYearBalance>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:EndOfMonth1>6.1</d2p1:EndOfMonth1>
          <d2p1:EndOfMonth10>15.1</d2p1:EndOfMonth10>
          <d2p1:EndOfMonth11>16.1</d2p1:EndOfMonth11>
          <d2p1:EndOfMonth12>17.1</d2p1:EndOfMonth12>
          <d2p1:EndOfMonth2>7.1</d2p1:EndOfMonth2>
          <d2p1:EndOfMonth3>8.1</d2p1:EndOfMonth3>
          <d2p1:EndOfMonth4>9.1</d2p1:EndOfMonth4>
          <d2p1:EndOfMonth5>10.1</d2p1:EndOfMonth5>
          <d2p1:EndOfMonth6>11.1</d2p1:EndOfMonth6>
          <d2p1:EndOfMonth7>12.1</d2p1:EndOfMonth7>
          <d2p1:EndOfMonth8>13.1</d2p1:EndOfMonth8>
          <d2p1:EndOfMonth9>14.1</d2p1:EndOfMonth9>
          <d2p1:FreightAccount>sample string 21</d2p1:FreightAccount>
          <d2p1:GrowerStateTaxable>true</d2p1:GrowerStateTaxable>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
          <d2p1:ProductStateTaxable>true</d2p1:ProductStateTaxable>
          <d2p1:PurchaseAccount>sample string 20</d2p1:PurchaseAccount>
          <d2p1:PurchaseDiscount>sample string 22</d2p1:PurchaseDiscount>
          <d2p1:SalesAccount>sample string 4</d2p1:SalesAccount>
          <d2p1:SalesTaxable>true</d2p1:SalesTaxable>
        </d2p1:Accounts>
      </d2p1:Accounts>
      <d2p1:ActiveIngredient>sample string 25</d2p1:ActiveIngredient>
      <d2p1:AlternateProductID>sample string 42</d2p1:AlternateProductID>
      <d2p1:AmountOnHand>sample string 13</d2p1:AmountOnHand>
      <d2p1:Attributes>
        <d2p1:Attributes>
          <d2p1:DisallowDuplicates>true</d2p1:DisallowDuplicates>
          <d2p1:MaximumLength>8</d2p1:MaximumLength>
          <d2p1:Name>sample string 6</d2p1:Name>
          <d2p1:Required>true</d2p1:Required>
          <d2p1:Value>sample string 5</d2p1:Value>
        </d2p1:Attributes>
        <d2p1:Attributes>
          <d2p1:DisallowDuplicates>true</d2p1:DisallowDuplicates>
          <d2p1:MaximumLength>8</d2p1:MaximumLength>
          <d2p1:Name>sample string 6</d2p1:Name>
          <d2p1:Required>true</d2p1:Required>
          <d2p1:Value>sample string 5</d2p1:Value>
        </d2p1:Attributes>
      </d2p1:Attributes>
      <d2p1:BarCodeID>sample string 22</d2p1:BarCodeID>
      <d2p1:BarCodes>
        <d2p1:BarCodes>
          <d2p1:Barcode>sample string 4</d2p1:Barcode>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:LineItem>3</d2p1:LineItem>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
        </d2p1:BarCodes>
        <d2p1:BarCodes>
          <d2p1:Barcode>sample string 4</d2p1:Barcode>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:LineItem>3</d2p1:LineItem>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
        </d2p1:BarCodes>
      </d2p1:BarCodes>
      <d2p1:Blends>
        <d2p1:Blends>
          <d2p1:Aluminum>81.1</d2p1:Aluminum>
          <d2p1:AmmoniacalNitrogenPercentOfTotalN>27.1</d2p1:AmmoniacalNitrogenPercentOfTotalN>
          <d2p1:AmmoniacalNitrogenPercentSlowReleaseN>88.1</d2p1:AmmoniacalNitrogenPercentSlowReleaseN>
          <d2p1:AmmoniacalNitrogenSlowReleaseDerivedFromProductList>sample string 89</d2p1:AmmoniacalNitrogenSlowReleaseDerivedFromProductList>
          <d2p1:AvailablePhosphate>34.1</d2p1:AvailablePhosphate>
          <d2p1:BlendToInventoryRatio>sample string 9</d2p1:BlendToInventoryRatio>
          <d2p1:BlenderFactor>sample string 10</d2p1:BlenderFactor>
          <d2p1:BlendingUnits>sample string 5</d2p1:BlendingUnits>
          <d2p1:ChlorinePercent>39.1</d2p1:ChlorinePercent>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:DirectionsForApplication>sample string 100</d2p1:DirectionsForApplication>
          <d2p1:HeatingCoolingEnergyBTUPerLB>26.1</d2p1:HeatingCoolingEnergyBTUPerLB>
          <d2p1:MimimumPercentPassing20MeshSieve>76.1</d2p1:MimimumPercentPassing20MeshSieve>
          <d2p1:MinimumPercentPassing100MeshSieve>78.1</d2p1:MinimumPercentPassing100MeshSieve>
          <d2p1:MinimumPercentPassing50MeshSieve>77.1</d2p1:MinimumPercentPassing50MeshSieve>
          <d2p1:MinimumPercentPassing8MeshSieve>75.1</d2p1:MinimumPercentPassing8MeshSieve>
          <d2p1:NitrateNitrogenPercentOfTotalN>28.1</d2p1:NitrateNitrogenPercentOfTotalN>
          <d2p1:NitrateNitrogenPercentSlowRelease>90.1</d2p1:NitrateNitrogenPercentSlowRelease>
          <d2p1:NitrateNitrogenSlowReleaseDerivedFromProductList>sample string 91</d2p1:NitrateNitrogenSlowReleaseDerivedFromProductList>
          <d2p1:NumberOfLbsEqualToOneTonOfStandardLimingMaterial>72.1</d2p1:NumberOfLbsEqualToOneTonOfStandardLimingMaterial>
          <d2p1:NutrientContributorB>sample string 25</d2p1:NutrientContributorB>
          <d2p1:NutrientContributorCa>sample string 19</d2p1:NutrientContributorCa>
          <d2p1:NutrientContributorCu>sample string 24</d2p1:NutrientContributorCu>
          <d2p1:NutrientContributorFe>sample string 22</d2p1:NutrientContributorFe>
          <d2p1:NutrientContributorK>sample string 16</d2p1:NutrientContributorK>
          <d2p1:NutrientContributorMg>sample string 20</d2p1:NutrientContributorMg>
          <d2p1:NutrientContributorMn>sample string 23</d2p1:NutrientContributorMn>
          <d2p1:NutrientContributorN>sample string 14</d2p1:NutrientContributorN>
          <d2p1:NutrientContributorP>sample string 15</d2p1:NutrientContributorP>
          <d2p1:NutrientContributorS>sample string 17</d2p1:NutrientContributorS>
          <d2p1:NutrientContributorUserDefined>sample string 18</d2p1:NutrientContributorUserDefined>
          <d2p1:NutrientContributorZn>sample string 21</d2p1:NutrientContributorZn>
          <d2p1:OtherWaterSolubleAndWaterInsolubleNitrogen>sample string 93</d2p1:OtherWaterSolubleAndWaterInsolubleNitrogen>
          <d2p1:OtherWaterSolubleNitrogenPercentOfTotalN>29.1</d2p1:OtherWaterSolubleNitrogenPercentOfTotalN>
          <d2p1:PercentAsCaCO3>67.1</d2p1:PercentAsCaCO3>
          <d2p1:PercentAsMgCO3>44.1</d2p1:PercentAsMgCO3>
          <d2p1:PercentCalciumCarbonateEquivalence>70.1</d2p1:PercentCalciumCarbonateEquivalence>
          <d2p1:PercentCalciumHydroxideCaOH2>74.1</d2p1:PercentCalciumHydroxideCaOH2>
          <d2p1:PercentCalciumSulfateCaSO4>73.1</d2p1:PercentCalciumSulfateCaSO4>
          <d2p1:PercentChelatedCopperIf1ChelatedProductInBlend>60.1</d2p1:PercentChelatedCopperIf1ChelatedProductInBlend>
          <d2p1:PercentChelatedCopperIf2OrMoreChelatedProductsInBlend>61.1</d2p1:PercentChelatedCopperIf2OrMoreChelatedProductsInBlend>
          <d2p1:PercentChelatedIronIf1ChelatedProductInBlend>56.1</d2p1:PercentChelatedIronIf1ChelatedProductInBlend>
          <d2p1:PercentChelatedIronIf2OrMoreChelatedProductsInBlend>57.1</d2p1:PercentChelatedIronIf2OrMoreChelatedProductsInBlend>
          <d2p1:PercentChelatedMagnesiumIf1ChelatedProductInBlend>43.1</d2p1:PercentChelatedMagnesiumIf1ChelatedProductInBlend>
          <d2p1:PercentChelatedMagnesiumIf2OrMoreChelatedProductsInBlend>45.1</d2p1:PercentChelatedMagnesiumIf2OrMoreChelatedProductsInBlend>
          <d2p1:PercentChelatedManganeseIf1ChelatedProductInBlend>48.1</d2p1:PercentChelatedManganeseIf1ChelatedProductInBlend>
          <d2p1:PercentChelatedManganeseIf2OrMoreChelatedProductsInBlend>49.1</d2p1:PercentChelatedManganeseIf2OrMoreChelatedProductsInBlend>
          <d2p1:PercentChelatedZincIf1ChelatedProductInBlend>52.1</d2p1:PercentChelatedZincIf1ChelatedProductInBlend>
          <d2p1:PercentChelatedZincIf2OrMoreChelatedProductsInBlend>53.1</d2p1:PercentChelatedZincIf2OrMoreChelatedProductsInBlend>
          <d2p1:PercentClay>sample string 13</d2p1:PercentClay>
          <d2p1:PercentCombinedSulfur>63.1</d2p1:PercentCombinedSulfur>
          <d2p1:PercentFreeSulfur>64.1</d2p1:PercentFreeSulfur>
          <d2p1:PercentMoisture>71.1</d2p1:PercentMoisture>
          <d2p1:PercentSlowReleaseOtherWaterSolubleNitrogen>92.1</d2p1:PercentSlowReleaseOtherWaterSolubleNitrogen>
          <d2p1:PercentSlowReleasePhosphate>36.1</d2p1:PercentSlowReleasePhosphate>
          <d2p1:PercentSlowReleasePotassium>40.1</d2p1:PercentSlowReleasePotassium>
          <d2p1:PercentSolidMaterial>sample string 11</d2p1:PercentSolidMaterial>
          <d2p1:PercentWater>sample string 12</d2p1:PercentWater>
          <d2p1:PercentWaterSolubleCopper>59.1</d2p1:PercentWaterSolubleCopper>
          <d2p1:PercentWaterSolubleIron>55.1</d2p1:PercentWaterSolubleIron>
          <d2p1:PercentWaterSolubleMagnesium>42.1</d2p1:PercentWaterSolubleMagnesium>
          <d2p1:PercentWaterSolubleManganese>47.1</d2p1:PercentWaterSolubleManganese>
          <d2p1:PercentWaterSolubleZinc>51.1</d2p1:PercentWaterSolubleZinc>
          <d2p1:ProductDensity>sample string 3</d2p1:ProductDensity>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
          <d2p1:ProductSpecificTagWarning1>sample string 83</d2p1:ProductSpecificTagWarning1>
          <d2p1:ProductSpecificTagWarning2>sample string 84</d2p1:ProductSpecificTagWarning2>
          <d2p1:PurposeOfProduct>sample string 99</d2p1:PurposeOfProduct>
          <d2p1:RatePerAcreUnits>sample string 4</d2p1:RatePerAcreUnits>
          <d2p1:RateToBlendingRatio>sample string 8</d2p1:RateToBlendingRatio>
          <d2p1:RecommendedRatePerAcre>sample string 7</d2p1:RecommendedRatePerAcre>
          <d2p1:SaltIndex>69.1</d2p1:SaltIndex>
          <d2p1:SolublePotash>38.1</d2p1:SolublePotash>
          <d2p1:SpecificGravity>98.1</d2p1:SpecificGravity>
          <d2p1:TonnageTaxMaterialOrFertilizerCode>sample string 82</d2p1:TonnageTaxMaterialOrFertilizerCode>
          <d2p1:TotalPhosphate>35.1</d2p1:TotalPhosphate>
          <d2p1:UreaNitrogenPercentOfTotalN>30.1</d2p1:UreaNitrogenPercentOfTotalN>
          <d2p1:UreaNitrogenPercentSlowRelease>94.1</d2p1:UreaNitrogenPercentSlowRelease>
          <d2p1:UreaNitrogenSlowReleaseDerivedFromProductList>sample string 95</d2p1:UreaNitrogenSlowReleaseDerivedFromProductList>
          <d2p1:WaterInsolubleNitrogenPercentOfTotalN>31.1</d2p1:WaterInsolubleNitrogenPercentOfTotalN>
          <d2p1:WaterInsolubleNitrogenPercentSlowRelease>96.1</d2p1:WaterInsolubleNitrogenPercentSlowRelease>
        </d2p1:Blends>
        <d2p1:Blends>
          <d2p1:Aluminum>81.1</d2p1:Aluminum>
          <d2p1:AmmoniacalNitrogenPercentOfTotalN>27.1</d2p1:AmmoniacalNitrogenPercentOfTotalN>
          <d2p1:AmmoniacalNitrogenPercentSlowReleaseN>88.1</d2p1:AmmoniacalNitrogenPercentSlowReleaseN>
          <d2p1:AmmoniacalNitrogenSlowReleaseDerivedFromProductList>sample string 89</d2p1:AmmoniacalNitrogenSlowReleaseDerivedFromProductList>
          <d2p1:AvailablePhosphate>34.1</d2p1:AvailablePhosphate>
          <d2p1:BlendToInventoryRatio>sample string 9</d2p1:BlendToInventoryRatio>
          <d2p1:BlenderFactor>sample string 10</d2p1:BlenderFactor>
          <d2p1:BlendingUnits>sample string 5</d2p1:BlendingUnits>
          <d2p1:ChlorinePercent>39.1</d2p1:ChlorinePercent>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:DirectionsForApplication>sample string 100</d2p1:DirectionsForApplication>
          <d2p1:HeatingCoolingEnergyBTUPerLB>26.1</d2p1:HeatingCoolingEnergyBTUPerLB>
          <d2p1:MimimumPercentPassing20MeshSieve>76.1</d2p1:MimimumPercentPassing20MeshSieve>
          <d2p1:MinimumPercentPassing100MeshSieve>78.1</d2p1:MinimumPercentPassing100MeshSieve>
          <d2p1:MinimumPercentPassing50MeshSieve>77.1</d2p1:MinimumPercentPassing50MeshSieve>
          <d2p1:MinimumPercentPassing8MeshSieve>75.1</d2p1:MinimumPercentPassing8MeshSieve>
          <d2p1:NitrateNitrogenPercentOfTotalN>28.1</d2p1:NitrateNitrogenPercentOfTotalN>
          <d2p1:NitrateNitrogenPercentSlowRelease>90.1</d2p1:NitrateNitrogenPercentSlowRelease>
          <d2p1:NitrateNitrogenSlowReleaseDerivedFromProductList>sample string 91</d2p1:NitrateNitrogenSlowReleaseDerivedFromProductList>
          <d2p1:NumberOfLbsEqualToOneTonOfStandardLimingMaterial>72.1</d2p1:NumberOfLbsEqualToOneTonOfStandardLimingMaterial>
          <d2p1:NutrientContributorB>sample string 25</d2p1:NutrientContributorB>
          <d2p1:NutrientContributorCa>sample string 19</d2p1:NutrientContributorCa>
          <d2p1:NutrientContributorCu>sample string 24</d2p1:NutrientContributorCu>
          <d2p1:NutrientContributorFe>sample string 22</d2p1:NutrientContributorFe>
          <d2p1:NutrientContributorK>sample string 16</d2p1:NutrientContributorK>
          <d2p1:NutrientContributorMg>sample string 20</d2p1:NutrientContributorMg>
          <d2p1:NutrientContributorMn>sample string 23</d2p1:NutrientContributorMn>
          <d2p1:NutrientContributorN>sample string 14</d2p1:NutrientContributorN>
          <d2p1:NutrientContributorP>sample string 15</d2p1:NutrientContributorP>
          <d2p1:NutrientContributorS>sample string 17</d2p1:NutrientContributorS>
          <d2p1:NutrientContributorUserDefined>sample string 18</d2p1:NutrientContributorUserDefined>
          <d2p1:NutrientContributorZn>sample string 21</d2p1:NutrientContributorZn>
          <d2p1:OtherWaterSolubleAndWaterInsolubleNitrogen>sample string 93</d2p1:OtherWaterSolubleAndWaterInsolubleNitrogen>
          <d2p1:OtherWaterSolubleNitrogenPercentOfTotalN>29.1</d2p1:OtherWaterSolubleNitrogenPercentOfTotalN>
          <d2p1:PercentAsCaCO3>67.1</d2p1:PercentAsCaCO3>
          <d2p1:PercentAsMgCO3>44.1</d2p1:PercentAsMgCO3>
          <d2p1:PercentCalciumCarbonateEquivalence>70.1</d2p1:PercentCalciumCarbonateEquivalence>
          <d2p1:PercentCalciumHydroxideCaOH2>74.1</d2p1:PercentCalciumHydroxideCaOH2>
          <d2p1:PercentCalciumSulfateCaSO4>73.1</d2p1:PercentCalciumSulfateCaSO4>
          <d2p1:PercentChelatedCopperIf1ChelatedProductInBlend>60.1</d2p1:PercentChelatedCopperIf1ChelatedProductInBlend>
          <d2p1:PercentChelatedCopperIf2OrMoreChelatedProductsInBlend>61.1</d2p1:PercentChelatedCopperIf2OrMoreChelatedProductsInBlend>
          <d2p1:PercentChelatedIronIf1ChelatedProductInBlend>56.1</d2p1:PercentChelatedIronIf1ChelatedProductInBlend>
          <d2p1:PercentChelatedIronIf2OrMoreChelatedProductsInBlend>57.1</d2p1:PercentChelatedIronIf2OrMoreChelatedProductsInBlend>
          <d2p1:PercentChelatedMagnesiumIf1ChelatedProductInBlend>43.1</d2p1:PercentChelatedMagnesiumIf1ChelatedProductInBlend>
          <d2p1:PercentChelatedMagnesiumIf2OrMoreChelatedProductsInBlend>45.1</d2p1:PercentChelatedMagnesiumIf2OrMoreChelatedProductsInBlend>
          <d2p1:PercentChelatedManganeseIf1ChelatedProductInBlend>48.1</d2p1:PercentChelatedManganeseIf1ChelatedProductInBlend>
          <d2p1:PercentChelatedManganeseIf2OrMoreChelatedProductsInBlend>49.1</d2p1:PercentChelatedManganeseIf2OrMoreChelatedProductsInBlend>
          <d2p1:PercentChelatedZincIf1ChelatedProductInBlend>52.1</d2p1:PercentChelatedZincIf1ChelatedProductInBlend>
          <d2p1:PercentChelatedZincIf2OrMoreChelatedProductsInBlend>53.1</d2p1:PercentChelatedZincIf2OrMoreChelatedProductsInBlend>
          <d2p1:PercentClay>sample string 13</d2p1:PercentClay>
          <d2p1:PercentCombinedSulfur>63.1</d2p1:PercentCombinedSulfur>
          <d2p1:PercentFreeSulfur>64.1</d2p1:PercentFreeSulfur>
          <d2p1:PercentMoisture>71.1</d2p1:PercentMoisture>
          <d2p1:PercentSlowReleaseOtherWaterSolubleNitrogen>92.1</d2p1:PercentSlowReleaseOtherWaterSolubleNitrogen>
          <d2p1:PercentSlowReleasePhosphate>36.1</d2p1:PercentSlowReleasePhosphate>
          <d2p1:PercentSlowReleasePotassium>40.1</d2p1:PercentSlowReleasePotassium>
          <d2p1:PercentSolidMaterial>sample string 11</d2p1:PercentSolidMaterial>
          <d2p1:PercentWater>sample string 12</d2p1:PercentWater>
          <d2p1:PercentWaterSolubleCopper>59.1</d2p1:PercentWaterSolubleCopper>
          <d2p1:PercentWaterSolubleIron>55.1</d2p1:PercentWaterSolubleIron>
          <d2p1:PercentWaterSolubleMagnesium>42.1</d2p1:PercentWaterSolubleMagnesium>
          <d2p1:PercentWaterSolubleManganese>47.1</d2p1:PercentWaterSolubleManganese>
          <d2p1:PercentWaterSolubleZinc>51.1</d2p1:PercentWaterSolubleZinc>
          <d2p1:ProductDensity>sample string 3</d2p1:ProductDensity>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
          <d2p1:ProductSpecificTagWarning1>sample string 83</d2p1:ProductSpecificTagWarning1>
          <d2p1:ProductSpecificTagWarning2>sample string 84</d2p1:ProductSpecificTagWarning2>
          <d2p1:PurposeOfProduct>sample string 99</d2p1:PurposeOfProduct>
          <d2p1:RatePerAcreUnits>sample string 4</d2p1:RatePerAcreUnits>
          <d2p1:RateToBlendingRatio>sample string 8</d2p1:RateToBlendingRatio>
          <d2p1:RecommendedRatePerAcre>sample string 7</d2p1:RecommendedRatePerAcre>
          <d2p1:SaltIndex>69.1</d2p1:SaltIndex>
          <d2p1:SolublePotash>38.1</d2p1:SolublePotash>
          <d2p1:SpecificGravity>98.1</d2p1:SpecificGravity>
          <d2p1:TonnageTaxMaterialOrFertilizerCode>sample string 82</d2p1:TonnageTaxMaterialOrFertilizerCode>
          <d2p1:TotalPhosphate>35.1</d2p1:TotalPhosphate>
          <d2p1:UreaNitrogenPercentOfTotalN>30.1</d2p1:UreaNitrogenPercentOfTotalN>
          <d2p1:UreaNitrogenPercentSlowRelease>94.1</d2p1:UreaNitrogenPercentSlowRelease>
          <d2p1:UreaNitrogenSlowReleaseDerivedFromProductList>sample string 95</d2p1:UreaNitrogenSlowReleaseDerivedFromProductList>
          <d2p1:WaterInsolubleNitrogenPercentOfTotalN>31.1</d2p1:WaterInsolubleNitrogenPercentOfTotalN>
          <d2p1:WaterInsolubleNitrogenPercentSlowRelease>96.1</d2p1:WaterInsolubleNitrogenPercentSlowRelease>
        </d2p1:Blends>
      </d2p1:Blends>
      <d2p1:BrandName>sample string 56</d2p1:BrandName>
      <d2p1:CASNumbers>
        <d2p1:CASNumbers>
          <d2p1:CASNumber>sample string 4</d2p1:CASNumber>
          <d2p1:ChemicalName>sample string 6</d2p1:ChemicalName>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:EHS>true</d2p1:EHS>
          <d2p1:FUSFriendlyName>sample string 12</d2p1:FUSFriendlyName>
          <d2p1:Key>sample string 11</d2p1:Key>
          <d2p1:LineItem>3</d2p1:LineItem>
          <d2p1:MinimumReportableQuantity>5.1</d2p1:MinimumReportableQuantity>
          <d2p1:PercentActive>7.1</d2p1:PercentActive>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
          <d2p1:ThresholdPlanQty>9.1</d2p1:ThresholdPlanQty>
          <d2p1:ThresholdReportQty>10.1</d2p1:ThresholdReportQty>
        </d2p1:CASNumbers>
        <d2p1:CASNumbers>
          <d2p1:CASNumber>sample string 4</d2p1:CASNumber>
          <d2p1:ChemicalName>sample string 6</d2p1:ChemicalName>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:EHS>true</d2p1:EHS>
          <d2p1:FUSFriendlyName>sample string 12</d2p1:FUSFriendlyName>
          <d2p1:Key>sample string 11</d2p1:Key>
          <d2p1:LineItem>3</d2p1:LineItem>
          <d2p1:MinimumReportableQuantity>5.1</d2p1:MinimumReportableQuantity>
          <d2p1:PercentActive>7.1</d2p1:PercentActive>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
          <d2p1:ThresholdPlanQty>9.1</d2p1:ThresholdPlanQty>
          <d2p1:ThresholdReportQty>10.1</d2p1:ThresholdReportQty>
        </d2p1:CASNumbers>
      </d2p1:CASNumbers>
      <d2p1:Classifications>
        <d2p1:Classifications>
          <d2p1:Name>sample string 6</d2p1:Name>
        </d2p1:Classifications>
        <d2p1:Classifications>
          <d2p1:Name>sample string 6</d2p1:Name>
        </d2p1:Classifications>
      </d2p1:Classifications>
      <d2p1:CommodityRef>sample string 40</d2p1:CommodityRef>
      <d2p1:Consignment>true</d2p1:Consignment>
      <d2p1:ContainerRequiredOnPOS>true</d2p1:ContainerRequiredOnPOS>
      <d2p1:Crop>sample string 44</d2p1:Crop>
      <d2p1:CrossRef1>sample string 18</d2p1:CrossRef1>
      <d2p1:CrossRef2>sample string 19</d2p1:CrossRef2>
      <d2p1:CrossRef3>sample string 20</d2p1:CrossRef3>
      <d2p1:CrossRef4>sample string 21</d2p1:CrossRef4>
      <d2p1:DepartmentID>sample string 2</d2p1:DepartmentID>
      <d2p1:DepartmentName>sample string 3</d2p1:DepartmentName>
      <d2p1:DepartmentScale>79</d2p1:DepartmentScale>
      <d2p1:DryOrLiquid>sample string 24</d2p1:DryOrLiquid>
      <d2p1:EDIReportable>true</d2p1:EDIReportable>
      <d2p1:EPANumber>sample string 9</d2p1:EPANumber>
      <d2p1:ExtraCharges>
        <d2p1:ExtraCharges>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:ExtraChargeID>sample string 4</d2p1:ExtraChargeID>
          <d2p1:LineItem>3</d2p1:LineItem>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
        </d2p1:ExtraCharges>
        <d2p1:ExtraCharges>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:ExtraChargeID>sample string 4</d2p1:ExtraChargeID>
          <d2p1:LineItem>3</d2p1:LineItem>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
        </d2p1:ExtraCharges>
      </d2p1:ExtraCharges>
      <d2p1:FederallyRestricted>true</d2p1:FederallyRestricted>
      <d2p1:GTIN>sample string 63</d2p1:GTIN>
      <d2p1:GermPercent>53.1</d2p1:GermPercent>
      <d2p1:HardPercent>54.1</d2p1:HardPercent>
      <d2p1:Inactive>true</d2p1:Inactive>
      <d2p1:InertPercent>51.1</d2p1:InertPercent>
      <d2p1:Ingredients>
        <d2p1:Ingredients>
          <d2p1:B>true</d2p1:B>
          <d2p1:Ca>true</d2p1:Ca>
          <d2p1:Cu>true</d2p1:Cu>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:Ext1>true</d2p1:Ext1>
          <d2p1:Ext2>true</d2p1:Ext2>
          <d2p1:Ext3>true</d2p1:Ext3>
          <d2p1:Ext4>true</d2p1:Ext4>
          <d2p1:Ext5>true</d2p1:Ext5>
          <d2p1:Ext6>true</d2p1:Ext6>
          <d2p1:ExtraData1>sample string 23</d2p1:ExtraData1>
          <d2p1:Fe>true</d2p1:Fe>
          <d2p1:Ingredient>sample string 4</d2p1:Ingredient>
          <d2p1:K>true</d2p1:K>
          <d2p1:Lineitem>3</d2p1:Lineitem>
          <d2p1:Mg>true</d2p1:Mg>
          <d2p1:Mn>true</d2p1:Mn>
          <d2p1:N>true</d2p1:N>
          <d2p1:P>true</d2p1:P>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
          <d2p1:S>true</d2p1:S>
          <d2p1:UD>true</d2p1:UD>
          <d2p1:Zn>true</d2p1:Zn>
        </d2p1:Ingredients>
        <d2p1:Ingredients>
          <d2p1:B>true</d2p1:B>
          <d2p1:Ca>true</d2p1:Ca>
          <d2p1:Cu>true</d2p1:Cu>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:Ext1>true</d2p1:Ext1>
          <d2p1:Ext2>true</d2p1:Ext2>
          <d2p1:Ext3>true</d2p1:Ext3>
          <d2p1:Ext4>true</d2p1:Ext4>
          <d2p1:Ext5>true</d2p1:Ext5>
          <d2p1:Ext6>true</d2p1:Ext6>
          <d2p1:ExtraData1>sample string 23</d2p1:ExtraData1>
          <d2p1:Fe>true</d2p1:Fe>
          <d2p1:Ingredient>sample string 4</d2p1:Ingredient>
          <d2p1:K>true</d2p1:K>
          <d2p1:Lineitem>3</d2p1:Lineitem>
          <d2p1:Mg>true</d2p1:Mg>
          <d2p1:Mn>true</d2p1:Mn>
          <d2p1:N>true</d2p1:N>
          <d2p1:P>true</d2p1:P>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
          <d2p1:S>true</d2p1:S>
          <d2p1:UD>true</d2p1:UD>
          <d2p1:Zn>true</d2p1:Zn>
        </d2p1:Ingredients>
      </d2p1:Ingredients>
      <d2p1:InventoryUnits>sample string 12</d2p1:InventoryUnits>
      <d2p1:InvoiceLineItemComment>sample string 34</d2p1:InvoiceLineItemComment>
      <d2p1:IsAnalysis>true</d2p1:IsAnalysis>
      <d2p1:IsBioTech>true</d2p1:IsBioTech>
      <d2p1:IsInsectResistantMaterial>true</d2p1:IsInsectResistantMaterial>
      <d2p1:Kind>sample string 47</d2p1:Kind>
      <d2p1:LastModifiedUTC>2025-05-15T13:33:12.8244996+00:00</d2p1:LastModifiedUTC>
      <d2p1:LotAttributes>
        <d2p1:LotAttributes>
          <d2p1:AttributeValue>sample string 6</d2p1:AttributeValue>
          <d2p1:DepartmentID>sample string 3</d2p1:DepartmentID>
          <d2p1:LotNumber>sample string 5</d2p1:LotNumber>
          <d2p1:MasterCrossRefNamesKey>2</d2p1:MasterCrossRefNamesKey>
          <d2p1:ProdLotAttributesKey>1</d2p1:ProdLotAttributesKey>
          <d2p1:ProductID>sample string 4</d2p1:ProductID>
        </d2p1:LotAttributes>
        <d2p1:LotAttributes>
          <d2p1:AttributeValue>sample string 6</d2p1:AttributeValue>
          <d2p1:DepartmentID>sample string 3</d2p1:DepartmentID>
          <d2p1:LotNumber>sample string 5</d2p1:LotNumber>
          <d2p1:MasterCrossRefNamesKey>2</d2p1:MasterCrossRefNamesKey>
          <d2p1:ProdLotAttributesKey>1</d2p1:ProdLotAttributesKey>
          <d2p1:ProductID>sample string 4</d2p1:ProductID>
        </d2p1:LotAttributes>
      </d2p1:LotAttributes>
      <d2p1:Lots>
        <d2p1:Lots>
          <d2p1:BeginningBalance>4.1</d2p1:BeginningBalance>
          <d2p1:CalculatedBalance>9.1</d2p1:CalculatedBalance>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:ExpireDate>sample string 6</d2p1:ExpireDate>
          <d2p1:InActive>true</d2p1:InActive>
          <d2p1:LotNumber>sample string 3</d2p1:LotNumber>
          <d2p1:MPSGuid>sample string 7</d2p1:MPSGuid>
          <d2p1:MPSStatus>8</d2p1:MPSStatus>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
        </d2p1:Lots>
        <d2p1:Lots>
          <d2p1:BeginningBalance>4.1</d2p1:BeginningBalance>
          <d2p1:CalculatedBalance>9.1</d2p1:CalculatedBalance>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:ExpireDate>sample string 6</d2p1:ExpireDate>
          <d2p1:InActive>true</d2p1:InActive>
          <d2p1:LotNumber>sample string 3</d2p1:LotNumber>
          <d2p1:MPSGuid>sample string 7</d2p1:MPSGuid>
          <d2p1:MPSStatus>8</d2p1:MPSStatus>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
        </d2p1:Lots>
      </d2p1:Lots>
      <d2p1:MPSCode>sample string 68</d2p1:MPSCode>
      <d2p1:MPSDescription>sample string 69</d2p1:MPSDescription>
      <d2p1:MPSGuid>sample string 66</d2p1:MPSGuid>
      <d2p1:MPSMaxSetPoint>73.1</d2p1:MPSMaxSetPoint>
      <d2p1:MPSMinSetPoint>72.1</d2p1:MPSMinSetPoint>
      <d2p1:MPSOutOfFieldRate>75.1</d2p1:MPSOutOfFieldRate>
      <d2p1:MPSProductCategoryKey>sample string 67</d2p1:MPSProductCategoryKey>
      <d2p1:MPSProductForm>70</d2p1:MPSProductForm>
      <d2p1:MPSRoundRecMethodInt>76</d2p1:MPSRoundRecMethodInt>
      <d2p1:MPSRoundRecValue>77.1</d2p1:MPSRoundRecValue>
      <d2p1:MPSSwitchSetPoint>74.1</d2p1:MPSSwitchSetPoint>
      <d2p1:Manufacturer>sample string 5</d2p1:Manufacturer>
      <d2p1:ManufacturerPartNumber>sample string 41</d2p1:ManufacturerPartNumber>
      <d2p1:MapXRefGUID>sample string 78</d2p1:MapXRefGUID>
      <d2p1:NeedsFieldCoordinates>true</d2p1:NeedsFieldCoordinates>
      <d2p1:OnHold>true</d2p1:OnHold>
      <d2p1:OrderQuantityMultiple>62.1</d2p1:OrderQuantityMultiple>
      <d2p1:Origin>sample string 48</d2p1:Origin>
      <d2p1:PackageSize>sample string 16</d2p1:PackageSize>
      <d2p1:PackageUnits>sample string 17</d2p1:PackageUnits>
      <d2p1:PotentiallyHazardous>true</d2p1:PotentiallyHazardous>
      <d2p1:Prices>
        <d2p1:Prices>
          <d2p1:AverageCost>sample string 5</d2p1:AverageCost>
          <d2p1:BillingDivisor>sample string 4</d2p1:BillingDivisor>
          <d2p1:BillingUnits>sample string 3</d2p1:BillingUnits>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:EstimatedAverageCost>33.1</d2p1:EstimatedAverageCost>
          <d2p1:FormulaAmount0>84.1</d2p1:FormulaAmount0>
          <d2p1:FormulaAmount1>85.1</d2p1:FormulaAmount1>
          <d2p1:FormulaAmount10>94.1</d2p1:FormulaAmount10>
          <d2p1:FormulaAmount11>95.1</d2p1:FormulaAmount11>
          <d2p1:FormulaAmount12>96.1</d2p1:FormulaAmount12>
          <d2p1:FormulaAmount13>97.1</d2p1:FormulaAmount13>
          <d2p1:FormulaAmount14>98.1</d2p1:FormulaAmount14>
          <d2p1:FormulaAmount15>99.1</d2p1:FormulaAmount15>
          <d2p1:FormulaAmount16>100.1</d2p1:FormulaAmount16>
          <d2p1:FormulaAmount17>101.1</d2p1:FormulaAmount17>
          <d2p1:FormulaAmount18>102.1</d2p1:FormulaAmount18>
          <d2p1:FormulaAmount19>103.1</d2p1:FormulaAmount19>
          <d2p1:FormulaAmount2>86.1</d2p1:FormulaAmount2>
          <d2p1:FormulaAmount20>104.1</d2p1:FormulaAmount20>
          <d2p1:FormulaAmount21>105.1</d2p1:FormulaAmount21>
          <d2p1:FormulaAmount22>106.1</d2p1:FormulaAmount22>
          <d2p1:FormulaAmount23>107.1</d2p1:FormulaAmount23>
          <d2p1:FormulaAmount24>108.1</d2p1:FormulaAmount24>
          <d2p1:FormulaAmount3>87.1</d2p1:FormulaAmount3>
          <d2p1:FormulaAmount4>88.1</d2p1:FormulaAmount4>
          <d2p1:FormulaAmount5>89.1</d2p1:FormulaAmount5>
          <d2p1:FormulaAmount6>90.1</d2p1:FormulaAmount6>
          <d2p1:FormulaAmount7>91.1</d2p1:FormulaAmount7>
          <d2p1:FormulaAmount8>92.1</d2p1:FormulaAmount8>
          <d2p1:FormulaAmount9>93.1</d2p1:FormulaAmount9>
          <d2p1:FormulaAmountAC>111.1</d2p1:FormulaAmountAC>
          <d2p1:FormulaAmountEAC>120.1</d2p1:FormulaAmountEAC>
          <d2p1:FormulaAmountLC>114.1</d2p1:FormulaAmountLC>
          <d2p1:FormulaAmountRC>117.1</d2p1:FormulaAmountRC>
          <d2p1:FormulaAmountRC2>126.1</d2p1:FormulaAmountRC2>
          <d2p1:FormulaAmountRC3>129.1</d2p1:FormulaAmountRC3>
          <d2p1:FormulaAmountRC4>132.1</d2p1:FormulaAmountRC4>
          <d2p1:FormulaSource0>34</d2p1:FormulaSource0>
          <d2p1:FormulaSource1>35</d2p1:FormulaSource1>
          <d2p1:FormulaSource10>44</d2p1:FormulaSource10>
          <d2p1:FormulaSource11>45</d2p1:FormulaSource11>
          <d2p1:FormulaSource12>46</d2p1:FormulaSource12>
          <d2p1:FormulaSource13>47</d2p1:FormulaSource13>
          <d2p1:FormulaSource14>48</d2p1:FormulaSource14>
          <d2p1:FormulaSource15>49</d2p1:FormulaSource15>
          <d2p1:FormulaSource16>50</d2p1:FormulaSource16>
          <d2p1:FormulaSource17>51</d2p1:FormulaSource17>
          <d2p1:FormulaSource18>52</d2p1:FormulaSource18>
          <d2p1:FormulaSource19>53</d2p1:FormulaSource19>
          <d2p1:FormulaSource2>36</d2p1:FormulaSource2>
          <d2p1:FormulaSource20>54</d2p1:FormulaSource20>
          <d2p1:FormulaSource21>55</d2p1:FormulaSource21>
          <d2p1:FormulaSource22>56</d2p1:FormulaSource22>
          <d2p1:FormulaSource23>57</d2p1:FormulaSource23>
          <d2p1:FormulaSource24>58</d2p1:FormulaSource24>
          <d2p1:FormulaSource3>37</d2p1:FormulaSource3>
          <d2p1:FormulaSource4>38</d2p1:FormulaSource4>
          <d2p1:FormulaSource5>39</d2p1:FormulaSource5>
          <d2p1:FormulaSource6>40</d2p1:FormulaSource6>
          <d2p1:FormulaSource7>41</d2p1:FormulaSource7>
          <d2p1:FormulaSource8>42</d2p1:FormulaSource8>
          <d2p1:FormulaSource9>43</d2p1:FormulaSource9>
          <d2p1:FormulaSourceAC>109</d2p1:FormulaSourceAC>
          <d2p1:FormulaSourceEAC>118</d2p1:FormulaSourceEAC>
          <d2p1:FormulaSourceLC>112</d2p1:FormulaSourceLC>
          <d2p1:FormulaSourceRC>115</d2p1:FormulaSourceRC>
          <d2p1:FormulaSourceRC2>124</d2p1:FormulaSourceRC2>
          <d2p1:FormulaSourceRC3>127</d2p1:FormulaSourceRC3>
          <d2p1:FormulaSourceRC4>130</d2p1:FormulaSourceRC4>
          <d2p1:FormulaType0>sample string 59</d2p1:FormulaType0>
          <d2p1:FormulaType1>sample string 60</d2p1:FormulaType1>
          <d2p1:FormulaType10>sample string 69</d2p1:FormulaType10>
          <d2p1:FormulaType11>sample string 70</d2p1:FormulaType11>
          <d2p1:FormulaType12>sample string 71</d2p1:FormulaType12>
          <d2p1:FormulaType13>sample string 72</d2p1:FormulaType13>
          <d2p1:FormulaType14>sample string 73</d2p1:FormulaType14>
          <d2p1:FormulaType15>sample string 74</d2p1:FormulaType15>
          <d2p1:FormulaType16>sample string 75</d2p1:FormulaType16>
          <d2p1:FormulaType17>sample string 76</d2p1:FormulaType17>
          <d2p1:FormulaType18>sample string 77</d2p1:FormulaType18>
          <d2p1:FormulaType19>sample string 78</d2p1:FormulaType19>
          <d2p1:FormulaType2>sample string 61</d2p1:FormulaType2>
          <d2p1:FormulaType20>sample string 79</d2p1:FormulaType20>
          <d2p1:FormulaType21>sample string 80</d2p1:FormulaType21>
          <d2p1:FormulaType22>sample string 81</d2p1:FormulaType22>
          <d2p1:FormulaType23>sample string 82</d2p1:FormulaType23>
          <d2p1:FormulaType24>sample string 83</d2p1:FormulaType24>
          <d2p1:FormulaType3>sample string 62</d2p1:FormulaType3>
          <d2p1:FormulaType4>sample string 63</d2p1:FormulaType4>
          <d2p1:FormulaType5>sample string 64</d2p1:FormulaType5>
          <d2p1:FormulaType6>sample string 65</d2p1:FormulaType6>
          <d2p1:FormulaType7>sample string 66</d2p1:FormulaType7>
          <d2p1:FormulaType8>sample string 67</d2p1:FormulaType8>
          <d2p1:FormulaType9>sample string 68</d2p1:FormulaType9>
          <d2p1:FormulaTypeAC>sample string 110</d2p1:FormulaTypeAC>
          <d2p1:FormulaTypeEAC>sample string 119</d2p1:FormulaTypeEAC>
          <d2p1:FormulaTypeLC>sample string 113</d2p1:FormulaTypeLC>
          <d2p1:FormulaTypeRC>sample string 116</d2p1:FormulaTypeRC>
          <d2p1:FormulaTypeRC2>sample string 125</d2p1:FormulaTypeRC2>
          <d2p1:FormulaTypeRC3>sample string 128</d2p1:FormulaTypeRC3>
          <d2p1:FormulaTypeRC4>sample string 131</d2p1:FormulaTypeRC4>
          <d2p1:LastPurchaseCost>sample string 7</d2p1:LastPurchaseCost>
          <d2p1:List>sample string 6</d2p1:List>
          <d2p1:PriceLevel1>sample string 8</d2p1:PriceLevel1>
          <d2p1:PriceLevel10>sample string 18</d2p1:PriceLevel10>
          <d2p1:PriceLevel11>sample string 19</d2p1:PriceLevel11>
          <d2p1:PriceLevel12>sample string 20</d2p1:PriceLevel12>
          <d2p1:PriceLevel13>sample string 21</d2p1:PriceLevel13>
          <d2p1:PriceLevel14>sample string 22</d2p1:PriceLevel14>
          <d2p1:PriceLevel15>sample string 23</d2p1:PriceLevel15>
          <d2p1:PriceLevel16>sample string 24</d2p1:PriceLevel16>
          <d2p1:PriceLevel17>sample string 25</d2p1:PriceLevel17>
          <d2p1:PriceLevel18>sample string 26</d2p1:PriceLevel18>
          <d2p1:PriceLevel19>sample string 27</d2p1:PriceLevel19>
          <d2p1:PriceLevel2>sample string 9</d2p1:PriceLevel2>
          <d2p1:PriceLevel20>sample string 28</d2p1:PriceLevel20>
          <d2p1:PriceLevel21>sample string 29</d2p1:PriceLevel21>
          <d2p1:PriceLevel22>sample string 30</d2p1:PriceLevel22>
          <d2p1:PriceLevel23>sample string 31</d2p1:PriceLevel23>
          <d2p1:PriceLevel24>sample string 32</d2p1:PriceLevel24>
          <d2p1:PriceLevel3>sample string 10</d2p1:PriceLevel3>
          <d2p1:PriceLevel4>sample string 11</d2p1:PriceLevel4>
          <d2p1:PriceLevel5>sample string 12</d2p1:PriceLevel5>
          <d2p1:PriceLevel6>sample string 13</d2p1:PriceLevel6>
          <d2p1:PriceLevel7>sample string 14</d2p1:PriceLevel7>
          <d2p1:PriceLevel8>sample string 15</d2p1:PriceLevel8>
          <d2p1:PriceLevel9>sample string 17</d2p1:PriceLevel9>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
          <d2p1:ProfitMargin>16.1</d2p1:ProfitMargin>
          <d2p1:ReplacementCost2>121.1</d2p1:ReplacementCost2>
          <d2p1:ReplacementCost3>122.1</d2p1:ReplacementCost3>
          <d2p1:ReplacementCost4>123.1</d2p1:ReplacementCost4>
        </d2p1:Prices>
        <d2p1:Prices>
          <d2p1:AverageCost>sample string 5</d2p1:AverageCost>
          <d2p1:BillingDivisor>sample string 4</d2p1:BillingDivisor>
          <d2p1:BillingUnits>sample string 3</d2p1:BillingUnits>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:EstimatedAverageCost>33.1</d2p1:EstimatedAverageCost>
          <d2p1:FormulaAmount0>84.1</d2p1:FormulaAmount0>
          <d2p1:FormulaAmount1>85.1</d2p1:FormulaAmount1>
          <d2p1:FormulaAmount10>94.1</d2p1:FormulaAmount10>
          <d2p1:FormulaAmount11>95.1</d2p1:FormulaAmount11>
          <d2p1:FormulaAmount12>96.1</d2p1:FormulaAmount12>
          <d2p1:FormulaAmount13>97.1</d2p1:FormulaAmount13>
          <d2p1:FormulaAmount14>98.1</d2p1:FormulaAmount14>
          <d2p1:FormulaAmount15>99.1</d2p1:FormulaAmount15>
          <d2p1:FormulaAmount16>100.1</d2p1:FormulaAmount16>
          <d2p1:FormulaAmount17>101.1</d2p1:FormulaAmount17>
          <d2p1:FormulaAmount18>102.1</d2p1:FormulaAmount18>
          <d2p1:FormulaAmount19>103.1</d2p1:FormulaAmount19>
          <d2p1:FormulaAmount2>86.1</d2p1:FormulaAmount2>
          <d2p1:FormulaAmount20>104.1</d2p1:FormulaAmount20>
          <d2p1:FormulaAmount21>105.1</d2p1:FormulaAmount21>
          <d2p1:FormulaAmount22>106.1</d2p1:FormulaAmount22>
          <d2p1:FormulaAmount23>107.1</d2p1:FormulaAmount23>
          <d2p1:FormulaAmount24>108.1</d2p1:FormulaAmount24>
          <d2p1:FormulaAmount3>87.1</d2p1:FormulaAmount3>
          <d2p1:FormulaAmount4>88.1</d2p1:FormulaAmount4>
          <d2p1:FormulaAmount5>89.1</d2p1:FormulaAmount5>
          <d2p1:FormulaAmount6>90.1</d2p1:FormulaAmount6>
          <d2p1:FormulaAmount7>91.1</d2p1:FormulaAmount7>
          <d2p1:FormulaAmount8>92.1</d2p1:FormulaAmount8>
          <d2p1:FormulaAmount9>93.1</d2p1:FormulaAmount9>
          <d2p1:FormulaAmountAC>111.1</d2p1:FormulaAmountAC>
          <d2p1:FormulaAmountEAC>120.1</d2p1:FormulaAmountEAC>
          <d2p1:FormulaAmountLC>114.1</d2p1:FormulaAmountLC>
          <d2p1:FormulaAmountRC>117.1</d2p1:FormulaAmountRC>
          <d2p1:FormulaAmountRC2>126.1</d2p1:FormulaAmountRC2>
          <d2p1:FormulaAmountRC3>129.1</d2p1:FormulaAmountRC3>
          <d2p1:FormulaAmountRC4>132.1</d2p1:FormulaAmountRC4>
          <d2p1:FormulaSource0>34</d2p1:FormulaSource0>
          <d2p1:FormulaSource1>35</d2p1:FormulaSource1>
          <d2p1:FormulaSource10>44</d2p1:FormulaSource10>
          <d2p1:FormulaSource11>45</d2p1:FormulaSource11>
          <d2p1:FormulaSource12>46</d2p1:FormulaSource12>
          <d2p1:FormulaSource13>47</d2p1:FormulaSource13>
          <d2p1:FormulaSource14>48</d2p1:FormulaSource14>
          <d2p1:FormulaSource15>49</d2p1:FormulaSource15>
          <d2p1:FormulaSource16>50</d2p1:FormulaSource16>
          <d2p1:FormulaSource17>51</d2p1:FormulaSource17>
          <d2p1:FormulaSource18>52</d2p1:FormulaSource18>
          <d2p1:FormulaSource19>53</d2p1:FormulaSource19>
          <d2p1:FormulaSource2>36</d2p1:FormulaSource2>
          <d2p1:FormulaSource20>54</d2p1:FormulaSource20>
          <d2p1:FormulaSource21>55</d2p1:FormulaSource21>
          <d2p1:FormulaSource22>56</d2p1:FormulaSource22>
          <d2p1:FormulaSource23>57</d2p1:FormulaSource23>
          <d2p1:FormulaSource24>58</d2p1:FormulaSource24>
          <d2p1:FormulaSource3>37</d2p1:FormulaSource3>
          <d2p1:FormulaSource4>38</d2p1:FormulaSource4>
          <d2p1:FormulaSource5>39</d2p1:FormulaSource5>
          <d2p1:FormulaSource6>40</d2p1:FormulaSource6>
          <d2p1:FormulaSource7>41</d2p1:FormulaSource7>
          <d2p1:FormulaSource8>42</d2p1:FormulaSource8>
          <d2p1:FormulaSource9>43</d2p1:FormulaSource9>
          <d2p1:FormulaSourceAC>109</d2p1:FormulaSourceAC>
          <d2p1:FormulaSourceEAC>118</d2p1:FormulaSourceEAC>
          <d2p1:FormulaSourceLC>112</d2p1:FormulaSourceLC>
          <d2p1:FormulaSourceRC>115</d2p1:FormulaSourceRC>
          <d2p1:FormulaSourceRC2>124</d2p1:FormulaSourceRC2>
          <d2p1:FormulaSourceRC3>127</d2p1:FormulaSourceRC3>
          <d2p1:FormulaSourceRC4>130</d2p1:FormulaSourceRC4>
          <d2p1:FormulaType0>sample string 59</d2p1:FormulaType0>
          <d2p1:FormulaType1>sample string 60</d2p1:FormulaType1>
          <d2p1:FormulaType10>sample string 69</d2p1:FormulaType10>
          <d2p1:FormulaType11>sample string 70</d2p1:FormulaType11>
          <d2p1:FormulaType12>sample string 71</d2p1:FormulaType12>
          <d2p1:FormulaType13>sample string 72</d2p1:FormulaType13>
          <d2p1:FormulaType14>sample string 73</d2p1:FormulaType14>
          <d2p1:FormulaType15>sample string 74</d2p1:FormulaType15>
          <d2p1:FormulaType16>sample string 75</d2p1:FormulaType16>
          <d2p1:FormulaType17>sample string 76</d2p1:FormulaType17>
          <d2p1:FormulaType18>sample string 77</d2p1:FormulaType18>
          <d2p1:FormulaType19>sample string 78</d2p1:FormulaType19>
          <d2p1:FormulaType2>sample string 61</d2p1:FormulaType2>
          <d2p1:FormulaType20>sample string 79</d2p1:FormulaType20>
          <d2p1:FormulaType21>sample string 80</d2p1:FormulaType21>
          <d2p1:FormulaType22>sample string 81</d2p1:FormulaType22>
          <d2p1:FormulaType23>sample string 82</d2p1:FormulaType23>
          <d2p1:FormulaType24>sample string 83</d2p1:FormulaType24>
          <d2p1:FormulaType3>sample string 62</d2p1:FormulaType3>
          <d2p1:FormulaType4>sample string 63</d2p1:FormulaType4>
          <d2p1:FormulaType5>sample string 64</d2p1:FormulaType5>
          <d2p1:FormulaType6>sample string 65</d2p1:FormulaType6>
          <d2p1:FormulaType7>sample string 66</d2p1:FormulaType7>
          <d2p1:FormulaType8>sample string 67</d2p1:FormulaType8>
          <d2p1:FormulaType9>sample string 68</d2p1:FormulaType9>
          <d2p1:FormulaTypeAC>sample string 110</d2p1:FormulaTypeAC>
          <d2p1:FormulaTypeEAC>sample string 119</d2p1:FormulaTypeEAC>
          <d2p1:FormulaTypeLC>sample string 113</d2p1:FormulaTypeLC>
          <d2p1:FormulaTypeRC>sample string 116</d2p1:FormulaTypeRC>
          <d2p1:FormulaTypeRC2>sample string 125</d2p1:FormulaTypeRC2>
          <d2p1:FormulaTypeRC3>sample string 128</d2p1:FormulaTypeRC3>
          <d2p1:FormulaTypeRC4>sample string 131</d2p1:FormulaTypeRC4>
          <d2p1:LastPurchaseCost>sample string 7</d2p1:LastPurchaseCost>
          <d2p1:List>sample string 6</d2p1:List>
          <d2p1:PriceLevel1>sample string 8</d2p1:PriceLevel1>
          <d2p1:PriceLevel10>sample string 18</d2p1:PriceLevel10>
          <d2p1:PriceLevel11>sample string 19</d2p1:PriceLevel11>
          <d2p1:PriceLevel12>sample string 20</d2p1:PriceLevel12>
          <d2p1:PriceLevel13>sample string 21</d2p1:PriceLevel13>
          <d2p1:PriceLevel14>sample string 22</d2p1:PriceLevel14>
          <d2p1:PriceLevel15>sample string 23</d2p1:PriceLevel15>
          <d2p1:PriceLevel16>sample string 24</d2p1:PriceLevel16>
          <d2p1:PriceLevel17>sample string 25</d2p1:PriceLevel17>
          <d2p1:PriceLevel18>sample string 26</d2p1:PriceLevel18>
          <d2p1:PriceLevel19>sample string 27</d2p1:PriceLevel19>
          <d2p1:PriceLevel2>sample string 9</d2p1:PriceLevel2>
          <d2p1:PriceLevel20>sample string 28</d2p1:PriceLevel20>
          <d2p1:PriceLevel21>sample string 29</d2p1:PriceLevel21>
          <d2p1:PriceLevel22>sample string 30</d2p1:PriceLevel22>
          <d2p1:PriceLevel23>sample string 31</d2p1:PriceLevel23>
          <d2p1:PriceLevel24>sample string 32</d2p1:PriceLevel24>
          <d2p1:PriceLevel3>sample string 10</d2p1:PriceLevel3>
          <d2p1:PriceLevel4>sample string 11</d2p1:PriceLevel4>
          <d2p1:PriceLevel5>sample string 12</d2p1:PriceLevel5>
          <d2p1:PriceLevel6>sample string 13</d2p1:PriceLevel6>
          <d2p1:PriceLevel7>sample string 14</d2p1:PriceLevel7>
          <d2p1:PriceLevel8>sample string 15</d2p1:PriceLevel8>
          <d2p1:PriceLevel9>sample string 17</d2p1:PriceLevel9>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
          <d2p1:ProfitMargin>16.1</d2p1:ProfitMargin>
          <d2p1:ReplacementCost2>121.1</d2p1:ReplacementCost2>
          <d2p1:ReplacementCost3>122.1</d2p1:ReplacementCost3>
          <d2p1:ReplacementCost4>123.1</d2p1:ReplacementCost4>
        </d2p1:Prices>
      </d2p1:Prices>
      <d2p1:ProcessorCode>sample string 59</d2p1:ProcessorCode>
      <d2p1:ProductID>sample string 4</d2p1:ProductID>
      <d2p1:ProductName>sample string 7</d2p1:ProductName>
      <d2p1:PurityPercent>50.1</d2p1:PurityPercent>
      <d2p1:ReorderLevel>14.1</d2p1:ReorderLevel>
      <d2p1:ReplacementCost>sample string 23</d2p1:ReplacementCost>
      <d2p1:SSIGlobalID>64</d2p1:SSIGlobalID>
      <d2p1:Safety>
        <d2p1:Safety>
          <d2p1:AUXAgrianDOTConfig>sample string 69</d2p1:AUXAgrianDOTConfig>
          <d2p1:AUXAgrianID>sample string 68</d2p1:AUXAgrianID>
          <d2p1:AUXAgrianSizeID>sample string 70</d2p1:AUXAgrianSizeID>
          <d2p1:AgrianDOTConfig>sample string 66</d2p1:AgrianDOTConfig>
          <d2p1:AgrianID>sample string 65</d2p1:AgrianID>
          <d2p1:AgrianSizeID>sample string 67</d2p1:AgrianSizeID>
          <d2p1:ContType1>sample string 36</d2p1:ContType1>
          <d2p1:ContType2>sample string 39</d2p1:ContType2>
          <d2p1:ContType3>sample string 42</d2p1:ContType3>
          <d2p1:ContType4>sample string 45</d2p1:ContType4>
          <d2p1:ContType5>sample string 48</d2p1:ContType5>
          <d2p1:ContType6>sample string 51</d2p1:ContType6>
          <d2p1:DOTWarningNote>sample string 64</d2p1:DOTWarningNote>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:EHSName>sample string 28</d2p1:EHSName>
          <d2p1:GHS>true</d2p1:GHS>
          <d2p1:Gas>true</d2p1:Gas>
          <d2p1:HazardClass>sample string 6</d2p1:HazardClass>
          <d2p1:HealthHazardDelayedChronic>true</d2p1:HealthHazardDelayedChronic>
          <d2p1:HealthHazardFire>true</d2p1:HealthHazardFire>
          <d2p1:HealthHazardImmediateAcute>true</d2p1:HealthHazardImmediateAcute>
          <d2p1:HealthHazardReactivity>true</d2p1:HealthHazardReactivity>
          <d2p1:HealthHazardSuddenReleaseOfPressure>true</d2p1:HealthHazardSuddenReleaseOfPressure>
          <d2p1:Liquid>true</d2p1:Liquid>
          <d2p1:Locations>sample string 35</d2p1:Locations>
          <d2p1:Mix>true</d2p1:Mix>
          <d2p1:NationalMotorCarrierClass>sample string 4</d2p1:NationalMotorCarrierClass>
          <d2p1:Optional>true</d2p1:Optional>
          <d2p1:OralWarning>true</d2p1:OralWarning>
          <d2p1:PLACARD>sample string 11</d2p1:PLACARD>
          <d2p1:PackageSizeIsBulk>true</d2p1:PackageSizeIsBulk>
          <d2p1:PackingGroup>sample string 7</d2p1:PackingGroup>
          <d2p1:PercentActiveIngredientForCanadaTag>59.1</d2p1:PercentActiveIngredientForCanadaTag>
          <d2p1:PostedWarning>true</d2p1:PostedWarning>
          <d2p1:Pressure1>sample string 37</d2p1:Pressure1>
          <d2p1:Pressure2>sample string 40</d2p1:Pressure2>
          <d2p1:Pressure3>sample string 43</d2p1:Pressure3>
          <d2p1:Pressure4>sample string 46</d2p1:Pressure4>
          <d2p1:Pressure5>sample string 49</d2p1:Pressure5>
          <d2p1:Pressure6>sample string 52</d2p1:Pressure6>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
          <d2p1:Prop65>true</d2p1:Prop65>
          <d2p1:Prop65ToxicityCancer>true</d2p1:Prop65ToxicityCancer>
          <d2p1:Prop65ToxicityCancerChemicals>sample string 80</d2p1:Prop65ToxicityCancerChemicals>
          <d2p1:Prop65ToxicityDevelopmental>true</d2p1:Prop65ToxicityDevelopmental>
          <d2p1:Prop65ToxicityDevelopmentalChemicals>sample string 82</d2p1:Prop65ToxicityDevelopmentalChemicals>
          <d2p1:Pure>true</d2p1:Pure>
          <d2p1:ReentryIntervalHours>sample string 5</d2p1:ReentryIntervalHours>
          <d2p1:SafetyComments1>sample string 8</d2p1:SafetyComments1>
          <d2p1:SafetyComments2>sample string 9</d2p1:SafetyComments2>
          <d2p1:SafetyComments3>sample string 10</d2p1:SafetyComments3>
          <d2p1:ShippingManifestPkgQtyIsAlways1>true</d2p1:ShippingManifestPkgQtyIsAlways1>
          <d2p1:ShippingName>sample string 3</d2p1:ShippingName>
          <d2p1:Solid>true</d2p1:Solid>
          <d2p1:Temp1>sample string 38</d2p1:Temp1>
          <d2p1:Temp2>sample string 41</d2p1:Temp2>
          <d2p1:Temp3>sample string 44</d2p1:Temp3>
          <d2p1:Temp4>sample string 47</d2p1:Temp4>
          <d2p1:Temp5>sample string 50</d2p1:Temp5>
          <d2p1:Temp6>sample string 53</d2p1:Temp6>
          <d2p1:Threshold>77.1</d2p1:Threshold>
          <d2p1:TradeSecret>true</d2p1:TradeSecret>
          <d2p1:UNNAID>sample string 12</d2p1:UNNAID>
        </d2p1:Safety>
        <d2p1:Safety>
          <d2p1:AUXAgrianDOTConfig>sample string 69</d2p1:AUXAgrianDOTConfig>
          <d2p1:AUXAgrianID>sample string 68</d2p1:AUXAgrianID>
          <d2p1:AUXAgrianSizeID>sample string 70</d2p1:AUXAgrianSizeID>
          <d2p1:AgrianDOTConfig>sample string 66</d2p1:AgrianDOTConfig>
          <d2p1:AgrianID>sample string 65</d2p1:AgrianID>
          <d2p1:AgrianSizeID>sample string 67</d2p1:AgrianSizeID>
          <d2p1:ContType1>sample string 36</d2p1:ContType1>
          <d2p1:ContType2>sample string 39</d2p1:ContType2>
          <d2p1:ContType3>sample string 42</d2p1:ContType3>
          <d2p1:ContType4>sample string 45</d2p1:ContType4>
          <d2p1:ContType5>sample string 48</d2p1:ContType5>
          <d2p1:ContType6>sample string 51</d2p1:ContType6>
          <d2p1:DOTWarningNote>sample string 64</d2p1:DOTWarningNote>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:EHSName>sample string 28</d2p1:EHSName>
          <d2p1:GHS>true</d2p1:GHS>
          <d2p1:Gas>true</d2p1:Gas>
          <d2p1:HazardClass>sample string 6</d2p1:HazardClass>
          <d2p1:HealthHazardDelayedChronic>true</d2p1:HealthHazardDelayedChronic>
          <d2p1:HealthHazardFire>true</d2p1:HealthHazardFire>
          <d2p1:HealthHazardImmediateAcute>true</d2p1:HealthHazardImmediateAcute>
          <d2p1:HealthHazardReactivity>true</d2p1:HealthHazardReactivity>
          <d2p1:HealthHazardSuddenReleaseOfPressure>true</d2p1:HealthHazardSuddenReleaseOfPressure>
          <d2p1:Liquid>true</d2p1:Liquid>
          <d2p1:Locations>sample string 35</d2p1:Locations>
          <d2p1:Mix>true</d2p1:Mix>
          <d2p1:NationalMotorCarrierClass>sample string 4</d2p1:NationalMotorCarrierClass>
          <d2p1:Optional>true</d2p1:Optional>
          <d2p1:OralWarning>true</d2p1:OralWarning>
          <d2p1:PLACARD>sample string 11</d2p1:PLACARD>
          <d2p1:PackageSizeIsBulk>true</d2p1:PackageSizeIsBulk>
          <d2p1:PackingGroup>sample string 7</d2p1:PackingGroup>
          <d2p1:PercentActiveIngredientForCanadaTag>59.1</d2p1:PercentActiveIngredientForCanadaTag>
          <d2p1:PostedWarning>true</d2p1:PostedWarning>
          <d2p1:Pressure1>sample string 37</d2p1:Pressure1>
          <d2p1:Pressure2>sample string 40</d2p1:Pressure2>
          <d2p1:Pressure3>sample string 43</d2p1:Pressure3>
          <d2p1:Pressure4>sample string 46</d2p1:Pressure4>
          <d2p1:Pressure5>sample string 49</d2p1:Pressure5>
          <d2p1:Pressure6>sample string 52</d2p1:Pressure6>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
          <d2p1:Prop65>true</d2p1:Prop65>
          <d2p1:Prop65ToxicityCancer>true</d2p1:Prop65ToxicityCancer>
          <d2p1:Prop65ToxicityCancerChemicals>sample string 80</d2p1:Prop65ToxicityCancerChemicals>
          <d2p1:Prop65ToxicityDevelopmental>true</d2p1:Prop65ToxicityDevelopmental>
          <d2p1:Prop65ToxicityDevelopmentalChemicals>sample string 82</d2p1:Prop65ToxicityDevelopmentalChemicals>
          <d2p1:Pure>true</d2p1:Pure>
          <d2p1:ReentryIntervalHours>sample string 5</d2p1:ReentryIntervalHours>
          <d2p1:SafetyComments1>sample string 8</d2p1:SafetyComments1>
          <d2p1:SafetyComments2>sample string 9</d2p1:SafetyComments2>
          <d2p1:SafetyComments3>sample string 10</d2p1:SafetyComments3>
          <d2p1:ShippingManifestPkgQtyIsAlways1>true</d2p1:ShippingManifestPkgQtyIsAlways1>
          <d2p1:ShippingName>sample string 3</d2p1:ShippingName>
          <d2p1:Solid>true</d2p1:Solid>
          <d2p1:Temp1>sample string 38</d2p1:Temp1>
          <d2p1:Temp2>sample string 41</d2p1:Temp2>
          <d2p1:Temp3>sample string 44</d2p1:Temp3>
          <d2p1:Temp4>sample string 47</d2p1:Temp4>
          <d2p1:Temp5>sample string 50</d2p1:Temp5>
          <d2p1:Temp6>sample string 53</d2p1:Temp6>
          <d2p1:Threshold>77.1</d2p1:Threshold>
          <d2p1:TradeSecret>true</d2p1:TradeSecret>
          <d2p1:UNNAID>sample string 12</d2p1:UNNAID>
        </d2p1:Safety>
      </d2p1:Safety>
      <d2p1:SeedSize>sample string 61</d2p1:SeedSize>
      <d2p1:SeedYear>43</d2p1:SeedYear>
      <d2p1:StateRestrictions>
        <d2p1:StateRestrictions>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
          <d2p1:State>sample string 3</d2p1:State>
        </d2p1:StateRestrictions>
        <d2p1:StateRestrictions>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
          <d2p1:State>sample string 3</d2p1:State>
        </d2p1:StateRestrictions>
      </d2p1:StateRestrictions>
      <d2p1:StatesWhereProductIsRestrictedFromDistribution>
        <d2p1:ProductStateRestrictAvailForDist>
          <d2p1:StateId>sample string 1</d2p1:StateId>
        </d2p1:ProductStateRestrictAvailForDist>
        <d2p1:ProductStateRestrictAvailForDist>
          <d2p1:StateId>sample string 1</d2p1:StateId>
        </d2p1:ProductStateRestrictAvailForDist>
      </d2p1:StatesWhereProductIsRestrictedFromDistribution>
      <d2p1:StorageCodes>
        <d2p1:StorageCodes>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:LineItem>3</d2p1:LineItem>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
          <d2p1:StorageCode>sample string 4</d2p1:StorageCode>
        </d2p1:StorageCodes>
        <d2p1:StorageCodes>
          <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
          <d2p1:LineItem>3</d2p1:LineItem>
          <d2p1:ProductID>sample string 2</d2p1:ProductID>
          <d2p1:StorageCode>sample string 4</d2p1:StorageCode>
        </d2p1:StorageCodes>
      </d2p1:StorageCodes>
      <d2p1:TechnologyGroup>sample string 38</d2p1:TechnologyGroup>
      <d2p1:TestDate>sample string 49</d2p1:TestDate>
      <d2p1:Trait>sample string 55</d2p1:Trait>
      <d2p1:TreatmentCode>sample string 60</d2p1:TreatmentCode>
      <d2p1:UniqueKey>1</d2p1:UniqueKey>
      <d2p1:UnitWeight>sample string 15</d2p1:UnitWeight>
      <d2p1:Variety>sample string 46</d2p1:Variety>
      <d2p1:WeedPercent>52.1</d2p1:WeedPercent>
      <d2p1:deleteYN>true</d2p1:deleteYN>
    </d2p1:Product>
  </ProductRecords>
  <Status>sample string 1</Status>
</AgvProductFull>