Update Product

Use this operation to update any of the writable fields of an existing Product object. The request body must include all writable fields of the existing object as returned in a read response. Writable fields omitted from the request body are set to NULL.

Parameters

Body Params
JSON:json
Product details needs to be passed as body parameter,it should be in JSON format.Unique parameter need to be passed in JSON for eg. Product Code.Product Code is required field.
XML:string
Product details needs to be passed as body parameter,it should be in XML format.Unique parameter need to be passed in XML for eg. Product Code.Product Code is required field.
Path Params
yourCompany:string
The Company name need to passed in the base URL.For eg. if you enter xyzcompany name, the url https://{yourCompany}.agiliron.net/agiliron/api-40.php/Products will change to https://xyzcompany.agiliron.net/agiliron/api-40.php/Products
Header Params
Accept:string
Response header need to be passed for eg. application/json or application/xml.
Query Auth
key:string
API key needs to be passed in this variable.The option to enter API key will appear when you click on Try it button.This will be the first option in AUTHENTICATION block.Default is SET to 0.
Header Auth
apiKey:string
Dedicated API key needs to be passed in this variable via header.The option to enter API key will appear when you click on Try it button.This will be the second option in AUTHENTICATION block.Default is SET to 0.

Sample Code

Product Types:

  • Standard
  • Matrix
  • Assembly
  • Kit
  • Lot
  • Proxy
  • Serialised
  • Service

Special charachters !@#&%*₹ are not allowed in product image names.

{
	"Products": {
		"Product": [{
			"ProductName": "Test New Product",
			"ProductCode": "TNP",
			"Barcode": "2654986",
			"ProductCategory": "CARVINGS",
			"SalesStartDate": "07-10-2021",
			"SalesEndDate": "07-11-2021",
			"SupportStartDate": "07-12-2021",
			"SupportExpiryDate": "07-13-2021",
			"ContactName": "Contact Name",
			"CommissionRate": "25.000",
			"PreferredVendor": "Vendor1",
			"Manufacturer": "Advance",
			"ProductType": "standard",
			"ProductImages": "image1.jpg,image2.jpeg",
			"ProductImagesBase64": {
				"ProductImageBase64": [{
						"FileName": "image1.jpg",
						"ImageData": "R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="
					},
					{
						"FileName": "image2.jpeg",
						"ImageData": "iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII="
					}
				]
			},
			"SeoTitle": "Test Title",
			"SeoDescription": "The SEO Description Goes here.",
			"SeoKeywords": "The Keywords Goes here.",
			"Description": "The Description Goes here.",
			"ManufacturerPartNo": "895",
			"Discontinued": "NO",
			"Website": "www.abc.com",
			"ProductStockManager": "admin",
			"SendStockNotification": "NO",
			"AutoCreatePOAtReorderLevel": "NO",
			"Asin": "",
			"FNSKU": "",
			"EbayItemId": "",
			"Volume": "10.0000",
			"Length": "10.0000",
			"Width": "10.0000",
			"Height": "10.0000",
			"WeightMajor": "10.0000",
			"WeightMinor": "10.0000",
			"ShippingCost": "10.00",
			"Irregular": "NO",
			"IncomeAccount": "Sales",
			"CogsAccount": "Cost of Goods Sold",
			"AssetAccount": "Uncategorized Asset",
			"ExpenseAccount": "Uncategorized Expense",
			"TaxCategory": "Taxable",
			"QuickbooksItem": "Hours",
			"TaxcloudTaxCode": "10001",
			"AvalaraTaxCode": "D9999999",
			"AmazonCategory": "Automotive",
			"UsageUnit": "each",
			"QtyPerUnit": "16.0000",
			"QtyInStock": "0",
			"QtyOnSO": "0",
			"QtyOnPO": "0",
			"ProductCustomFields": {
				"CustomField": [{
						"Name": "CustomFied1",
						"Value": "Custom info 1"
					},
					{
						"Name": "CustomFied2",
						"Value": "Custom info 2"
					}
				]
			}
		}]
	}
}
<Products>
   <Product>
      <ProductName>Test New Product</ProductName>
      <ProductCode>TNP</ProductCode>
      <Barcode>2654986</Barcode>
      <ProductCategory>CARVINGS</ProductCategory>
      <SalesStartDate>07-10-2021</SalesStartDate>
      <SalesEndDate>07-11-2021</SalesEndDate>
      <SupportStartDate>07-12-2021</SupportStartDate>
      <SupportExpiryDate>07-13-2021</SupportExpiryDate>
      <ContactName>Deepak Singh1234</ContactName>
      <CommissionRate>25.000</CommissionRate>
      <PreferredVendor>Vendor1</PreferredVendor>
      <Manufacturer>Advance</Manufacturer>
      <ProductType>standard</ProductType>
      <ProductImages>image1.jpg,image2.jpeg</ProductImages>
      <ProductImagesBase64>
         <ProductImageBase64>
            <FileName>image1.jpg</FileName>
            <ImageData>R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==</ImageData>
         </ProductImageBase64>
         <ProductImageBase64>
            <FileName>image2.jpeg</FileName>
            <ImageData>iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII=</ImageData>
         </ProductImageBase64>
      </ProductImagesBase64>
      <SeoTitle>Test Title</SeoTitle>
      <SeoDescription>The SEO Description Goes here.</SeoDescription>
      <SeoKeywords>The Keywords Goes here.</SeoKeywords>
      <Description>The Description Goes here.</Description>
      <ManufacturerPartNo>895</ManufacturerPartNo>
      <Discontinued>NO</Discontinued>
      <Website>www.abc.com</Website>
      <ProductStockManager>admin</ProductStockManager>
      <SendStockNotification>NO</SendStockNotification>
      <AutoCreatePOAtReorderLevel>NO</AutoCreatePOAtReorderLevel>
      <Asin />
      <FNSKU></FNSKU>
      <EbayItemId />
      <Volume>10.0000</Volume>
      <Length>10.0000</Length>
      <Width>10.0000</Width>
      <Height>10.0000</Height>
      <WeightMajor>10.0000</WeightMajor>
      <WeightMinor>10.0000</WeightMinor>
      <ShippingCost>10.00</ShippingCost>
      <Irregular>NO</Irregular>
      <IncomeAccount>Sales</IncomeAccount>
      <CogsAccount>Cost of Goods Sold</CogsAccount>
      <AssetAccount>Uncategorized Asset</AssetAccount>
      <ExpenseAccount>Uncategorized Expense</ExpenseAccount>
      <TaxCategory>Taxable</TaxCategory>
      <QuickbooksItem>Hours</QuickbooksItem>
     	<TaxcloudTaxCode>10001</TaxcloudTaxCode>
      <AvalaraTaxCode>D9999999</AvalaraTaxCode>
      <AmazonCategory>Automotive</AmazonCategory>
      <UsageUnit>meter</UsageUnit>
      <QtyPerUnit>16.0000</QtyPerUnit>
      <QtyInStock>0</QtyInStock>
      <QtyOnSO>0</QtyOnSO>
      <QtyOnPO>0</QtyOnPO>
      <ProductCustomFields>
         <CustomField>
            <Name>CustomFied1</Name>
            <Value>Custom info 1</Value>
         </CustomField>
         <CustomField>
            <Name>CustomFied2</Name>
            <Value>Custom info 2</Value>
         </CustomField>
      </ProductCustomFields>
   </Product>
</Products>
{
	"Products": {
		"Product": [{
			"ProductName": "Test New Product",
			"ProductCode": "TNP",
			"Barcode": "2654986",
			"ProductCategory": "CARVINGS",
			"SalesStartDate": "07-10-2021",
			"SalesEndDate": "07-11-2021",
			"SupportStartDate": "07-12-2021",
			"SupportExpiryDate": "07-13-2021",
			"ContactName": "Contact Name",
			"CommissionRate": "25.000",
			"PreferredVendor": "Vendor1",
			"Manufacturer": "Advance",
			"ProductType": "matrix",
			"ProductMatrixItems": {
				"ProductMatrixItem": [{
						"ProductMatrixName": "Blue:S",
						"ProductSkewId": "",
						"ProductMatrixSKUCode": "43234325",
						"ProductMatrixBarcode": "76832",
						"ProductMatrixLocation": "OAK",
						"ProductMatrixQuantity": "10",
						"ProductMatrixReorderLevel": "5",
						"ProductMatrixPreferredStockLevel": "5",
						"ProductMatrixUnitCost": "10.00",
						"ProductMatrixASIN": "",
						"ProductMatrixFNSKU": "",
						"ProductMatrixBinLocation": "BinLocation1",
						"ProductMatrixDefinitions": {
							"ProductMatrixDefinition": [{
									"Name": "Color",
									"Value": "Blue"
								},
								{
									"Name": "Size",
									"Value": "S"
								},
								{
									"Name": "Condition",
									"Value": "New"
								},
								{
									"Name": "Capacity",
									"Value": "1GB"
								}
							]
						},
						"ProductMatrixCustomFields": {
							"CustomField": [{
									"Name": "MatrixCf1",
									"Value": "Value1"
								},
								{
									"Name": "MatrixCf2",
									"Value": "Value2"
								}
							]
						}
					},
					{
						"ProductMatrixName": "Blue:M",
						"ProductSkewId": "",
						"ProductMatrixSKUCode": "343242342",
						"ProductMatrixBarcode": "65423",
						"ProductMatrixLocation": "PDX",
						"ProductMatrixQuantity": "20",
						"ProductMatrixReorderLevel": "10",
						"ProductMatrixPreferredStockLevel": "10",
						"ProductMatrixUnitCost": "20.00000",
						"ProductMatrixASIN": "",
						"ProductMatrixFNSKU": "",
						"ProductMatrixBinLocation": "BinLocation2",
						"ProductMatrixDefinitions": {
							"ProductMatrixDefinition": [{
									"Name": "Color",
									"Value": "Blue"
								},
								{
									"Name": "Size",
									"Value": "M"
								},
								{
									"Name": "Condition",
									"Value": ""
								},
								{
									"Name": "Capacity",
									"Value": ""
								}
							]
						},
						"ProductMatrixCustomFields": {
							"CustomField": [{
									"Name": "MatrixCf1",
									"Value": "Value1"
								},
								{
									"Name": "MatrixCf2",
									"Value": "Value2"
								}
							]
						}
					}
				]
			},
			"ProductImages": "image1.jpg,image2.jpeg",
			"ProductImagesBase64": {
				"ProductImageBase64": [{
						"FileName": "image1.jpg",
						"ImageData": "R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="
					},
					{
						"FileName": "image2.jpeg",
						"ImageData": "iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII="
					}
				]
			},
			"SeoTitle": "Test Title",
			"SeoDescription": "The SEO Description Goes here.",
			"SeoKeywords": "The Keywords Goes here.",
			"Description": "The Description Goes here.",
			"ManufacturerPartNo": "895",
			"Discontinued": "NO",
			"Website": "www.abc.com",
			"ProductStockManager": "admin",
			"SendStockNotification": "NO",
			"AutoCreatePOAtReorderLevel": "NO",
			"Asin": "",
			"FNSKU": "",
			"EbayItemId": "",
			"Volume": "10.0000",
			"Length": "10.0000",
			"Width": "10.0000",
			"Height": "10.0000",
			"WeightMajor": "10.0000",
			"WeightMinor": "10.0000",
			"ShippingCost": "10.00",
			"Irregular": "NO",
			"IncomeAccount": "Sales",
			"CogsAccount": "Cost of Goods Sold",
			"AssetAccount": "Uncategorized Asset",
			"ExpenseAccount": "Uncategorized Expense",
			"TaxCategory": "Taxable",
			"QuickbooksItem": "Hours",
			"TaxcloudTaxCode": "10001",
			"AvalaraTaxCode": "D9999999",
			"AmazonCategory": "Automotive",
			"UsageUnit": "each",
			"QtyPerUnit": "16.0000",
			"QtyInStock": "0",
			"QtyOnSO": "0",
			"QtyOnPO": "0",
			"ProductCustomFields": {
				"CustomField": [{
						"Name": "CustomFied1",
						"Value": "Custom info 1"
					},
					{
						"Name": "CustomFied2",
						"Value": "Custom info 2"
					}
				]
			}
		}]
	}
}
<Products>
   <Product>
      <ProductName>Test New Product</ProductName>
      <ProductCode>TNP</ProductCode>
      <Barcode>2654986</Barcode>
      <ProductCategory>CARVINGS</ProductCategory>
      <SalesStartDate>07-10-2021</SalesStartDate>
      <SalesEndDate>07-11-2021</SalesEndDate>
      <SupportStartDate>07-12-2021</SupportStartDate>
      <SupportExpiryDate>07-13-2021</SupportExpiryDate>
      <ContactName>Deepak Singh1234</ContactName>
      <CommissionRate>25.000</CommissionRate>
      <PreferredVendor>Vendor1</PreferredVendor>
      <Manufacturer>Advance</Manufacturer>
      <ProductType>matrix</ProductType>
      <ProductMatrixItems>
         <ProductMatrixItem>
            <ProductMatrixName>Blue:S</ProductMatrixName>
            <ProductSkewId />
            <ProductMatrixSKUCode>43234325</ProductMatrixSKUCode>
            <ProductMatrixBarcode>76832</ProductMatrixBarcode>
            <ProductMatrixLocation>OAK</ProductMatrixLocation>
            <ProductMatrixQuantity>10</ProductMatrixQuantity>
            <ProductMatrixReorderLevel>5</ProductMatrixReorderLevel>
            <ProductMatrixPreferredStockLevel>5</ProductMatrixPreferredStockLevel>
            <ProductMatrixUnitCost>10.00</ProductMatrixUnitCost>
            <ProductMatrixASIN />
            <ProductMatrixFNSKU />
            <ProductMatrixBinLocation>BinLocation1</ProductMatrixBinLocation>
            <ProductMatrixDefinitions>
               <ProductMatrixDefinition>
                  <Name>Color</Name>
                  <Value>Blue</Value>
               </ProductMatrixDefinition>
               <ProductMatrixDefinition>
                  <Name>Size</Name>
                  <Value>S</Value>
               </ProductMatrixDefinition>
               <ProductMatrixDefinition>
                  <Name>Condition</Name>
                  <Value>New</Value>
               </ProductMatrixDefinition>
               <ProductMatrixDefinition>
                  <Name>Capacity</Name>
                  <Value>1GB</Value>
               </ProductMatrixDefinition>
            </ProductMatrixDefinitions>
            <ProductMatrixCustomFields>
               <CustomField>
                  <Name>MatrixCf1</Name>
                  <Value>Value1</Value>
               </CustomField>
               <CustomField>
                  <Name>MatrixCf2</Name>
                  <Value>Value2</Value>
               </CustomField>
            </ProductMatrixCustomFields>
         </ProductMatrixItem>
         <ProductMatrixItem>
            <ProductMatrixName>Blue:M</ProductMatrixName>
            <ProductSkewId />
            <ProductMatrixSKUCode>343242342</ProductMatrixSKUCode>
            <ProductMatrixBarcode>65423</ProductMatrixBarcode>
            <ProductMatrixLocation>PDX</ProductMatrixLocation>
            <ProductMatrixQuantity>20</ProductMatrixQuantity>
            <ProductMatrixReorderLevel>10</ProductMatrixReorderLevel>
            <ProductMatrixPreferredStockLevel>10</ProductMatrixPreferredStockLevel>
            <ProductMatrixUnitCost>20.00000</ProductMatrixUnitCost>
            <ProductMatrixASIN />
            <ProductMatrixFNSKU />
            <ProductMatrixBinLocation>BinLocation2</ProductMatrixBinLocation>
            <ProductMatrixDefinitions>
               <ProductMatrixDefinition>
                  <Name>Color</Name>
                  <Value>Blue</Value>
               </ProductMatrixDefinition>
               <ProductMatrixDefinition>
                  <Name>Size</Name>
                  <Value>M</Value>
               </ProductMatrixDefinition>
               <ProductMatrixDefinition>
                  <Name>Condition</Name>
                  <Value />
               </ProductMatrixDefinition>
               <ProductMatrixDefinition>
                  <Name>Capacity</Name>
                  <Value />
               </ProductMatrixDefinition>
            </ProductMatrixDefinitions>
            <ProductMatrixCustomFields>
               <CustomField>
                  <Name>MatrixCf1</Name>
                  <Value>Value1</Value>
               </CustomField>
               <CustomField>
                  <Name>MatrixCf2</Name>
                  <Value>Value2</Value>
               </CustomField>
            </ProductMatrixCustomFields>
         </ProductMatrixItem>
      </ProductMatrixItems>
      <ProductImages>image1.jpg,image2.jpeg</ProductImages>
      <ProductImagesBase64>
         <ProductImageBase64>
            <FileName>image1.jpg</FileName>
            <ImageData>R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==</ImageData>
         </ProductImageBase64>
         <ProductImageBase64>
            <FileName>image2.jpeg</FileName>
            <ImageData>iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII=</ImageData>
         </ProductImageBase64>
      </ProductImagesBase64>
      <SeoTitle>Test Title</SeoTitle>
      <SeoDescription>The SEO Description Goes here.</SeoDescription>
      <SeoKeywords>The Keywords Goes here.</SeoKeywords>
      <Description>The Description Goes here.</Description>
      <ManufacturerPartNo>895</ManufacturerPartNo>
      <Discontinued>NO</Discontinued>
      <Website>www.abc.com</Website>
      <ProductStockManager>admin</ProductStockManager>
      <SendStockNotification>NO</SendStockNotification>
      <AutoCreatePOAtReorderLevel>NO</AutoCreatePOAtReorderLevel>
      <Asin />
      <FNSKU></FNSKU>
      <EbayItemId />
      <Volume>10.0000</Volume>
      <Length>10.0000</Length>
      <Width>10.0000</Width>
      <Height>10.0000</Height>
      <WeightMajor>10.0000</WeightMajor>
      <WeightMinor>10.0000</WeightMinor>
      <ShippingCost>10.00</ShippingCost>
      <Irregular>NO</Irregular>
      <IncomeAccount>Sales</IncomeAccount>
      <CogsAccount>Cost of Goods Sold</CogsAccount>
      <AssetAccount>Uncategorized Asset</AssetAccount>
      <ExpenseAccount>Uncategorized Expense</ExpenseAccount>
      <TaxCategory>Taxable</TaxCategory>
      <QuickbooksItem>Hours</QuickbooksItem>
     	<TaxcloudTaxCode>10001</TaxcloudTaxCode>
      <AvalaraTaxCode>D9999999</AvalaraTaxCode>
      <AmazonCategory>Automotive</AmazonCategory>
      <UsageUnit>meter</UsageUnit>
      <QtyPerUnit>16.0000</QtyPerUnit>
      <QtyInStock>0</QtyInStock>
      <QtyOnSO>0</QtyOnSO>
      <QtyOnPO>0</QtyOnPO>
      <ProductCustomFields>
         <CustomField>
            <Name>CustomFied1</Name>
            <Value>Custom info 1</Value>
         </CustomField>
         <CustomField>
            <Name>CustomFied2</Name>
            <Value>Custom info 2</Value>
         </CustomField>
      </ProductCustomFields>
   </Product>
</Products>
{
	"Products": {
		"Product": [{
			"ProductName": "Test New Product",
			"ProductCode": "TNP",
			"Barcode": "2654986",
			"ProductCategory": "CARVINGS",
			"SalesStartDate": "07-10-2021",
			"SalesEndDate": "07-11-2021",
			"SupportStartDate": "07-12-2021",
			"SupportExpiryDate": "07-13-2021",
			"ContactName": "Contact Name",
			"CommissionRate": "25.000",
			"PreferredVendor": "Vendor1",
			"Manufacturer": "Advance",
			"ProductType": "assembly",
			"ProductComponents": {
				"ProductComponent": [{
						"ProductComponentId": "15403",
						"ProductComponentCode": "49494003",
						"ProductComponentSkewId": "15405",
						"ProductComponentName": "Matrix12oct test",
						"ProductComponentQuantity": "3"
					},
					{
						"ProductComponentId": "15403",
						"ProductComponentCode": "49494003",
						"ProductComponentSkewId": "15404",
						"ProductComponentName": "Matrix12oct test",
						"ProductComponentQuantity": "3"
					}
				]
			},
			"ProductImages": "image1.jpg,image2.jpeg",
			"ProductImagesBase64": {
				"ProductImageBase64": [{
						"FileName": "image1.jpg",
						"ImageData": "R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="
					},
					{
						"FileName": "image2.jpeg",
						"ImageData": "iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII="
					}
				]
			},
			"SeoTitle": "Test Title",
			"SeoDescription": "The SEO Description Goes here.",
			"SeoKeywords": "The Keywords Goes here.",
			"Description": "The Description Goes here.",
			"ManufacturerPartNo": "895",
			"Discontinued": "NO",
			"Website": "www.abc.com",
			"ProductStockManager": "admin",
			"SendStockNotification": "NO",
			"AutoCreatePOAtReorderLevel": "NO",
			"Asin": "",
			"FNSKU": "",
			"EbayItemId": "",
			"Volume": "10.0000",
			"Length": "10.0000",
			"Width": "10.0000",
			"Height": "10.0000",
			"WeightMajor": "10.0000",
			"WeightMinor": "10.0000",
			"ShippingCost": "10.00",
			"Irregular": "NO",
			"IncomeAccount": "Sales",
			"CogsAccount": "Cost of Goods Sold",
			"AssetAccount": "Uncategorized Asset",
			"ExpenseAccount": "Uncategorized Expense",
			"TaxCategory": "Taxable",
			"QuickbooksItem": "Hours",
			"TaxcloudTaxCode": "10001",
			"AvalaraTaxCode": "D9999999",
			"AmazonCategory": "Automotive",
			"UsageUnit": "each",
			"QtyPerUnit": "16.0000",
			"QtyInStock": "0",
			"QtyOnSO": "0",
			"QtyOnPO": "0",
			"ProductCustomFields": {
				"CustomField": [{
						"Name": "CustomFied1",
						"Value": "Custom info 1"
					},
					{
						"Name": "CustomFied2",
						"Value": "Custom info 2"
					}
				]
			}
		}]
	}
}
<Products>
  <Product>
    <ProductName>Test New Product</ProductName>
    <ProductCode>TNP</ProductCode>
    <Barcode>2654986</Barcode>
    <ProductCategory>CARVINGS</ProductCategory>
    <SalesStartDate>07-10-2021</SalesStartDate>
    <SalesEndDate>07-11-2021</SalesEndDate>
    <SupportStartDate>07-12-2021</SupportStartDate>
    <SupportExpiryDate>07-13-2021</SupportExpiryDate>
    <ContactName>Contact Name</ContactName>
    <CommissionRate>25.000</CommissionRate>
    <PreferredVendor>Vendor1</PreferredVendor>
    <Manufacturer>Advance</Manufacturer>
    <ProductType>assembly</ProductType>
    <ProductComponents>
      <ProductComponent>
        <ProductComponentId>15403</ProductComponentId>
        <ProductComponentCode>49494003</ProductComponentCode>
        <ProductComponentSkewId>15405</ProductComponentSkewId>
        <ProductComponentName>Matrix12oct test</ProductComponentName>
        <ProductComponentQuantity>3</ProductComponentQuantity>
      </ProductComponent>
      <ProductComponent>
        <ProductComponentId>15403</ProductComponentId>
        <ProductComponentCode>49494003</ProductComponentCode>
        <ProductComponentSkewId>15404</ProductComponentSkewId>
        <ProductComponentName>Matrix12oct test</ProductComponentName>
        <ProductComponentQuantity>3</ProductComponentQuantity>
      </ProductComponent>
    </ProductComponents>
    <ProductImages>image1.jpg,image2.jpeg</ProductImages>
    <ProductImagesBase64>
      <ProductImageBase64>
        <FileName>image1.jpg</FileName>
        <ImageData>R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==</ImageData>
      </ProductImageBase64>
      <ProductImageBase64>
        <FileName>image2.jpeg</FileName>
        <ImageData>iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII=</ImageData>
      </ProductImageBase64>
    </ProductImagesBase64>
    <SeoTitle>Test Title</SeoTitle>
    <SeoDescription>The SEO Description Goes here.</SeoDescription>
    <SeoKeywords>The Keywords Goes here.</SeoKeywords>
    <Description>The Description Goes here.</Description>
    <ManufacturerPartNo>895</ManufacturerPartNo>
    <Discontinued>NO</Discontinued>
    <Website>www.abc.com</Website>
    <ProductStockManager>admin</ProductStockManager>
    <SendStockNotification>NO</SendStockNotification>
    <AutoCreatePOAtReorderLevel>NO</AutoCreatePOAtReorderLevel>
    <Asin></Asin>
    <FNSKU></FNSKU>
    <EbayItemId></EbayItemId>
    <Volume>10.0000</Volume>
    <Length>10.0000</Length>
    <Width>10.0000</Width>
    <Height>10.0000</Height>
    <WeightMajor>10.0000</WeightMajor>
    <WeightMinor>10.0000</WeightMinor>
    <ShippingCost>10.00</ShippingCost>
    <Irregular>NO</Irregular>
    <IncomeAccount>Sales</IncomeAccount>
    <CogsAccount>Cost of Goods Sold</CogsAccount>
    <AssetAccount>Uncategorized Asset</AssetAccount>
    <ExpenseAccount>Uncategorized Expense</ExpenseAccount>
    <TaxCategory>Taxable</TaxCategory>
    <QuickbooksItem>Hours</QuickbooksItem>
    <TaxcloudTaxCode>10001</TaxcloudTaxCode>
    <AvalaraTaxCode>D9999999</AvalaraTaxCode>
    <AmazonCategory>Automotive</AmazonCategory>
    <UsageUnit>each</UsageUnit>
    <QtyPerUnit>16.0000</QtyPerUnit>
    <QtyInStock>0</QtyInStock>
    <QtyOnSO>0</QtyOnSO>
    <QtyOnPO>0</QtyOnPO>
    <ProductCustomFields>
      <CustomField>
        <Name>CustomFied1</Name>
        <Value>Custom info 1</Value>
      </CustomField>
      <CustomField>
        <Name>CustomFied2</Name>
        <Value>Custom info 2</Value>
      </CustomField>
    </ProductCustomFields>
  </Product>
</Products>
{
	"Products": {
		"Product": [{
			"ProductName": "Test New Product",
			"ProductCode": "TNP",
			"Barcode": "2654986",
			"ProductCategory": "CARVINGS",
			"SalesStartDate": "07-10-2021",
			"SalesEndDate": "07-11-2021",
			"SupportStartDate": "07-12-2021",
			"SupportExpiryDate": "07-13-2021",
			"ContactName": "Contact Name",
			"CommissionRate": "25.000",
			"PreferredVendor": "Vendor1",
			"Manufacturer": "Advance",
			"ProductType": "kit",
			"ProductComponents": {
				"ProductComponent": {
					"ProductComponentId": "16268",
					"ProductComponentCode": "22NovLOT",
					"ProductComponentSkewId": "0",
					"ProductComponentName": "22NovLOT",
					"ProductComponentQuantity": "1"
				}
			},
			"ProductImages": "image1.jpg,image2.jpeg",
			"ProductImagesBase64": {
				"ProductImageBase64": [{
						"FileName": "image1.jpg",
						"ImageData": "R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="
					},
					{
						"FileName": "image2.jpeg",
						"ImageData": "iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII="
					}
				]
			},
			"SeoTitle": "Test Title",
			"SeoDescription": "The SEO Description Goes here.",
			"SeoKeywords": "The Keywords Goes here.",
			"Description": "The Description Goes here.",
			"ManufacturerPartNo": "895",
			"Discontinued": "NO",
			"Website": "www.abc.com",
			"ProductStockManager": "admin",
			"SendStockNotification": "NO",
			"AutoCreatePOAtReorderLevel": "NO",
			"Asin": "",
			"FNSKU": "",
			"EbayItemId": "",
			"Volume": "10.0000",
			"Length": "10.0000",
			"Width": "10.0000",
			"Height": "10.0000",
			"WeightMajor": "10.0000",
			"WeightMinor": "10.0000",
			"ShippingCost": "10.00",
			"Irregular": "NO",
			"IncomeAccount": "Sales",
			"CogsAccount": "Cost of Goods Sold",
			"AssetAccount": "Uncategorized Asset",
			"ExpenseAccount": "Uncategorized Expense",
			"TaxCategory": "Taxable",
			"QuickbooksItem": "Hours",
			"TaxcloudTaxCode": "10001",
			"AvalaraTaxCode": "D9999999",
			"AmazonCategory": "Automotive",
			"UsageUnit": "each",
			"QtyPerUnit": "16.0000",
			"QtyInStock": "0",
			"QtyOnSO": "0",
			"QtyOnPO": "0",
			"ProductCustomFields": {
				"CustomField": [{
						"Name": "CustomFied1",
						"Value": "Custom info 1"
					},
					{
						"Name": "CustomFied2",
						"Value": "Custom info 2"
					}
				]
			}
		}]
	}
}
<Products>
  <Product>
    <ProductName>Test New Product</ProductName>
    <ProductCode>TNP</ProductCode>
    <Barcode>2654986</Barcode>
    <ProductCategory>CARVINGS</ProductCategory>
    <SalesStartDate>07-10-2021</SalesStartDate>
    <SalesEndDate>07-11-2021</SalesEndDate>
    <SupportStartDate>07-12-2021</SupportStartDate>
    <SupportExpiryDate>07-13-2021</SupportExpiryDate>
    <ContactName>Contact Name</ContactName>
    <CommissionRate>25.000</CommissionRate>
    <PreferredVendor>Vendor1</PreferredVendor>
    <Manufacturer>Advance</Manufacturer>
    <ProductType>kit</ProductType>
    <ProductComponents>
      <ProductComponent>
        <ProductComponentId>16268</ProductComponentId>
        <ProductComponentCode>22NovLOT</ProductComponentCode>
        <ProductComponentSkewId>0</ProductComponentSkewId>
        <ProductComponentName>22NovLOT</ProductComponentName>
        <ProductComponentQuantity>1</ProductComponentQuantity>
      </ProductComponent>
    </ProductComponents>
    <ProductImages>image1.jpg,image2.jpeg</ProductImages>
    <ProductImagesBase64>
      <ProductImageBase64>
        <FileName>image1.jpg</FileName>
        <ImageData>R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==</ImageData>
      </ProductImageBase64>
      <ProductImageBase64>
        <FileName>image2.jpeg</FileName>
        <ImageData>iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII=</ImageData>
      </ProductImageBase64>
    </ProductImagesBase64>
    <SeoTitle>Test Title</SeoTitle>
    <SeoDescription>The SEO Description Goes here.</SeoDescription>
    <SeoKeywords>The Keywords Goes here.</SeoKeywords>
    <Description>The Description Goes here.</Description>
    <ManufacturerPartNo>895</ManufacturerPartNo>
    <Discontinued>NO</Discontinued>
    <Website>www.abc.com</Website>
    <ProductStockManager>admin</ProductStockManager>
    <SendStockNotification>NO</SendStockNotification>
    <AutoCreatePOAtReorderLevel>NO</AutoCreatePOAtReorderLevel>
    <Asin></Asin>
    <FNSKU></FNSKU>
    <EbayItemId></EbayItemId>
    <Volume>10.0000</Volume>
    <Length>10.0000</Length>
    <Width>10.0000</Width>
    <Height>10.0000</Height>
    <WeightMajor>10.0000</WeightMajor>
    <WeightMinor>10.0000</WeightMinor>
    <ShippingCost>10.00</ShippingCost>
    <Irregular>NO</Irregular>
    <IncomeAccount>Sales</IncomeAccount>
    <CogsAccount>Cost of Goods Sold</CogsAccount>
    <AssetAccount>Uncategorized Asset</AssetAccount>
    <ExpenseAccount>Uncategorized Expense</ExpenseAccount>
    <TaxCategory>Taxable</TaxCategory>
    <QuickbooksItem>Hours</QuickbooksItem>
    <TaxcloudTaxCode>10001</TaxcloudTaxCode>
    <AvalaraTaxCode>D9999999</AvalaraTaxCode>
    <AmazonCategory>Automotive</AmazonCategory>
    <UsageUnit>each</UsageUnit>
    <QtyPerUnit>16.0000</QtyPerUnit>
    <QtyInStock>0</QtyInStock>
    <QtyOnSO>0</QtyOnSO>
    <QtyOnPO>0</QtyOnPO>
    <ProductCustomFields>
      <CustomField>
        <Name>CustomFied1</Name>
        <Value>Custom info 1</Value>
      </CustomField>
      <CustomField>
        <Name>CustomFied2</Name>
        <Value>Custom info 2</Value>
      </CustomField>
    </ProductCustomFields>
  </Product>
</Products>
{
	"Products": {
		"Product": [{
			"ProductName": "Test New Product",
			"ProductCode": "TNP",
			"Barcode": "2654986",
			"ProductCategory": "CARVINGS",
			"SalesStartDate": "07-10-2021",
			"SalesEndDate": "07-11-2021",
			"SupportStartDate": "07-12-2021",
			"SupportExpiryDate": "07-13-2021",
			"ContactName": "Contact Name",
			"CommissionRate": "25.000",
			"PreferredVendor": "Vendor1",
			"Manufacturer": "Advance",
			"ProductType": "lot",
			"ProductImages": "image1.jpg,image2.jpeg",
			"ProductImagesBase64": {
				"ProductImageBase64": [{
						"FileName": "image1.jpg",
						"ImageData": "R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="
					},
					{
						"FileName": "image2.jpeg",
						"ImageData": "iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII="
					}
				]
			},
			"SeoTitle": "Test Title",
			"SeoDescription": "The SEO Description Goes here.",
			"SeoKeywords": "The Keywords Goes here.",
			"Description": "The Description Goes here.",
			"ManufacturerPartNo": "895",
			"Discontinued": "NO",
			"Website": "www.abc.com",
			"ProductStockManager": "admin",
			"SendStockNotification": "NO",
			"AutoCreatePOAtReorderLevel": "NO",
			"Asin": "",
			"FNSKU": "",
			"EbayItemId": "",
			"Volume": "10.0000",
			"Length": "10.0000",
			"Width": "10.0000",
			"Height": "10.0000",
			"WeightMajor": "10.0000",
			"WeightMinor": "10.0000",
			"ShippingCost": "10.00",
			"Irregular": "NO",
			"IncomeAccount": "Sales",
			"CogsAccount": "Cost of Goods Sold",
			"AssetAccount": "Uncategorized Asset",
			"ExpenseAccount": "Uncategorized Expense",
			"TaxCategory": "Taxable",
			"QuickbooksItem": "Hours",
			"TaxcloudTaxCode": "10001",
			"AvalaraTaxCode": "D9999999",
			"AmazonCategory": "Automotive",
			"UsageUnit": "each",
			"QtyPerUnit": "16.0000",
			"QtyInStock": "0",
			"QtyOnSO": "0",
			"QtyOnPO": "0",
			"ProductCustomFields": {
				"CustomField": [{
						"Name": "CustomFied1",
						"Value": "Custom info 1"
					},
					{
						"Name": "CustomFied2",
						"Value": "Custom info 2"
					}
				]
			}
		}]
	}
}
<Products>
   <Product>
      <ProductName>Test New Product</ProductName>
      <ProductCode>TNP</ProductCode>
      <Barcode>2654986</Barcode>
      <ProductCategory>CARVINGS</ProductCategory>
      <SalesStartDate>07-10-2021</SalesStartDate>
      <SalesEndDate>07-11-2021</SalesEndDate>
      <SupportStartDate>07-12-2021</SupportStartDate>
      <SupportExpiryDate>07-13-2021</SupportExpiryDate>
      <ContactName>Deepak Singh1234</ContactName>
      <CommissionRate>25.000</CommissionRate>
      <PreferredVendor>Vendor1</PreferredVendor>
      <Manufacturer>Advance</Manufacturer>
      <ProductType>lot</ProductType>
      <ProductImages>image1.jpg,image2.jpeg</ProductImages>
      <ProductImagesBase64>
         <ProductImageBase64>
            <FileName>image1.jpg</FileName>
            <ImageData>R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==</ImageData>
         </ProductImageBase64>
         <ProductImageBase64>
            <FileName>image2.jpeg</FileName>
            <ImageData>iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII=</ImageData>
         </ProductImageBase64>
      </ProductImagesBase64>
      <SeoTitle>Test Title</SeoTitle>
      <SeoDescription>The SEO Description Goes here.</SeoDescription>
      <SeoKeywords>The Keywords Goes here.</SeoKeywords>
      <Description>The Description Goes here.</Description>
      <ManufacturerPartNo>895</ManufacturerPartNo>
      <Discontinued>NO</Discontinued>
      <Website>www.abc.com</Website>
      <ProductStockManager>admin</ProductStockManager>
      <SendStockNotification>NO</SendStockNotification>
      <AutoCreatePOAtReorderLevel>NO</AutoCreatePOAtReorderLevel>
      <Asin />
      <FNSKU></FNSKU>
      <EbayItemId />
      <Volume>10.0000</Volume>
      <Length>10.0000</Length>
      <Width>10.0000</Width>
      <Height>10.0000</Height>
      <WeightMajor>10.0000</WeightMajor>
      <WeightMinor>10.0000</WeightMinor>
      <ShippingCost>10.00</ShippingCost>
      <Irregular>NO</Irregular>
      <IncomeAccount>Sales</IncomeAccount>
      <CogsAccount>Cost of Goods Sold</CogsAccount>
      <AssetAccount>Uncategorized Asset</AssetAccount>
      <ExpenseAccount>Uncategorized Expense</ExpenseAccount>
      <TaxCategory>Taxable</TaxCategory>
      <QuickbooksItem>Hours</QuickbooksItem>
     	<TaxcloudTaxCode>10001</TaxcloudTaxCode>
      <AvalaraTaxCode>D9999999</AvalaraTaxCode>
      <AmazonCategory>Automotive</AmazonCategory>
      <UsageUnit>meter</UsageUnit>
      <QtyPerUnit>16.0000</QtyPerUnit>
      <QtyInStock>0</QtyInStock>
      <QtyOnSO>0</QtyOnSO>
      <QtyOnPO>0</QtyOnPO>
      <ProductCustomFields>
         <CustomField>
            <Name>CustomFied1</Name>
            <Value>Custom info 1</Value>
         </CustomField>
         <CustomField>
            <Name>CustomFied2</Name>
            <Value>Custom info 2</Value>
         </CustomField>
      </ProductCustomFields>
   </Product>
</Products>
{
	"Products": {
		"Product": [{
			"ProductName": "Test New Product",
			"ProductCode": "TNP",
			"Barcode": "2654986",
			"ProductCategory": "CARVINGS",
			"SalesStartDate": "07-10-2021",
			"SalesEndDate": "07-11-2021",
			"SupportStartDate": "07-12-2021",
			"SupportExpiryDate": "07-13-2021",
			"ContactName": "Contact Name",
			"CommissionRate": "25.000",
			"PreferredVendor": "Vendor1",
			"Manufacturer": "Advance",
			"ProductType": "proxy",
			"ProductComponents": {
				"ProductComponent": {
					"ProductComponentId": "23779",
					"ProductComponentCode": "Product-21march-Basic",
					"ProductComponentSkewId": "0",
					"ProductComponentName": "Product-21march-Basic",
					"ProductComponentQuantity": "1"
				}
			},
			"ProductImages": "image1.jpg,image2.jpeg",
			"ProductImagesBase64": {
				"ProductImageBase64": [{
						"FileName": "image1.jpg",
						"ImageData": "R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="
					},
					{
						"FileName": "image2.jpeg",
						"ImageData": "iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII="
					}
				]
			},
			"SeoTitle": "Test Title",
			"SeoDescription": "The SEO Description Goes here.",
			"SeoKeywords": "The Keywords Goes here.",
			"Description": "The Description Goes here.",
			"ManufacturerPartNo": "895",
			"Discontinued": "NO",
			"Website": "www.abc.com",
			"ProductStockManager": "admin",
			"SendStockNotification": "NO",
			"AutoCreatePOAtReorderLevel": "NO",
			"Asin": "",
			"FNSKU": "",
			"EbayItemId": "",
			"Volume": "10.0000",
			"Length": "10.0000",
			"Width": "10.0000",
			"Height": "10.0000",
			"WeightMajor": "10.0000",
			"WeightMinor": "10.0000",
			"ShippingCost": "10.00",
			"Irregular": "NO",
			"IncomeAccount": "Sales",
			"CogsAccount": "Cost of Goods Sold",
			"AssetAccount": "Uncategorized Asset",
			"ExpenseAccount": "Uncategorized Expense",
			"TaxCategory": "Taxable",
			"QuickbooksItem": "Hours",
			"TaxcloudTaxCode": "10001",
			"AvalaraTaxCode": "D9999999",
			"AmazonCategory": "Automotive",
			"UsageUnit": "each",
			"QtyPerUnit": "16.0000",
			"QtyInStock": "0",
			"QtyOnSO": "0",
			"QtyOnPO": "0",
			"ProductCustomFields": {
				"CustomField": [{
						"Name": "CustomFied1",
						"Value": "Custom info 1"
					},
					{
						"Name": "CustomFied2",
						"Value": "Custom info 2"
					}
				]
			}
		}]
	}
}
<Products>
  <Product>
    <ProductName>Test New Product</ProductName>
    <ProductCode>TNP</ProductCode>
    <Barcode>2654986</Barcode>
    <ProductCategory>CARVINGS</ProductCategory>
    <SalesStartDate>07-10-2021</SalesStartDate>
    <SalesEndDate>07-11-2021</SalesEndDate>
    <SupportStartDate>07-12-2021</SupportStartDate>
    <SupportExpiryDate>07-13-2021</SupportExpiryDate>
    <ContactName>Contact Name</ContactName>
    <CommissionRate>25.000</CommissionRate>
    <PreferredVendor>Vendor1</PreferredVendor>
    <Manufacturer>Advance</Manufacturer>
    <ProductType>proxy</ProductType>
    <ProductComponents>
      <ProductComponent>
        <ProductComponentId>23779</ProductComponentId>
        <ProductComponentCode>Product-21march-Basic</ProductComponentCode>
        <ProductComponentSkewId>0</ProductComponentSkewId>
        <ProductComponentName>Product-21march-Basic</ProductComponentName>
        <ProductComponentQuantity>1</ProductComponentQuantity>
      </ProductComponent>
    </ProductComponents>
    <ProductImages>image1.jpg,image2.jpeg</ProductImages>
    <ProductImagesBase64>
      <ProductImageBase64>
        <FileName>image1.jpg</FileName>
        <ImageData>R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==</ImageData>
      </ProductImageBase64>
      <ProductImageBase64>
        <FileName>image2.jpeg</FileName>
        <ImageData>iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII=</ImageData>
      </ProductImageBase64>
    </ProductImagesBase64>
    <SeoTitle>Test Title</SeoTitle>
    <SeoDescription>The SEO Description Goes here.</SeoDescription>
    <SeoKeywords>The Keywords Goes here.</SeoKeywords>
    <Description>The Description Goes here.</Description>
    <ManufacturerPartNo>895</ManufacturerPartNo>
    <Discontinued>NO</Discontinued>
    <Website>www.abc.com</Website>
    <ProductStockManager>admin</ProductStockManager>
    <SendStockNotification>NO</SendStockNotification>
    <AutoCreatePOAtReorderLevel>NO</AutoCreatePOAtReorderLevel>
    <Asin></Asin>
    <FNSKU></FNSKU>
    <EbayItemId></EbayItemId>
    <Volume>10.0000</Volume>
    <Length>10.0000</Length>
    <Width>10.0000</Width>
    <Height>10.0000</Height>
    <WeightMajor>10.0000</WeightMajor>
    <WeightMinor>10.0000</WeightMinor>
    <ShippingCost>10.00</ShippingCost>
    <Irregular>NO</Irregular>
    <IncomeAccount>Sales</IncomeAccount>
    <CogsAccount>Cost of Goods Sold</CogsAccount>
    <AssetAccount>Uncategorized Asset</AssetAccount>
    <ExpenseAccount>Uncategorized Expense</ExpenseAccount>
    <TaxCategory>Taxable</TaxCategory>
    <QuickbooksItem>Hours</QuickbooksItem>
    <TaxcloudTaxCode>10001</TaxcloudTaxCode>
    <AvalaraTaxCode>D9999999</AvalaraTaxCode>
    <AmazonCategory>Automotive</AmazonCategory>
    <UsageUnit>each</UsageUnit>
    <QtyPerUnit>16.0000</QtyPerUnit>
    <QtyInStock>0</QtyInStock>
    <QtyOnSO>0</QtyOnSO>
    <QtyOnPO>0</QtyOnPO>
    <ProductCustomFields>
      <CustomField>
        <Name>CustomFied1</Name>
        <Value>Custom info 1</Value>
      </CustomField>
      <CustomField>
        <Name>CustomFied2</Name>
        <Value>Custom info 2</Value>
      </CustomField>
    </ProductCustomFields>
  </Product>
</Products>
{
	"Products": {
		"Product": [{
			"ProductName": "Test New Product",
			"ProductCode": "TNP",
			"Barcode": "2654986",
			"ProductCategory": "CARVINGS",
			"SalesStartDate": "07-10-2021",
			"SalesEndDate": "07-11-2021",
			"SupportStartDate": "07-12-2021",
			"SupportExpiryDate": "07-13-2021",
			"ContactName": "Contact Name",
			"CommissionRate": "25.000",
			"PreferredVendor": "Vendor1",
			"Manufacturer": "Advance",
			"ProductType": "serialised",
			"ProductImages": "image1.jpg,image2.jpeg",
			"ProductImagesBase64": {
				"ProductImageBase64": [{
						"FileName": "image1.jpg",
						"ImageData": "R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="
					},
					{
						"FileName": "image2.jpeg",
						"ImageData": "iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII="
					}
				]
			},
			"SeoTitle": "Test Title",
			"SeoDescription": "The SEO Description Goes here.",
			"SeoKeywords": "The Keywords Goes here.",
			"Description": "The Description Goes here.",
			"ManufacturerPartNo": "895",
			"Discontinued": "NO",
			"Website": "www.abc.com",
			"ProductStockManager": "admin",
			"SendStockNotification": "NO",
			"AutoCreatePOAtReorderLevel": "NO",
			"Asin": "",
			"FNSKU": "",
			"EbayItemId": "",
			"Volume": "10.0000",
			"Length": "10.0000",
			"Width": "10.0000",
			"Height": "10.0000",
			"WeightMajor": "10.0000",
			"WeightMinor": "10.0000",
			"ShippingCost": "10.00",
			"Irregular": "NO",
			"IncomeAccount": "Sales",
			"CogsAccount": "Cost of Goods Sold",
			"AssetAccount": "Uncategorized Asset",
			"ExpenseAccount": "Uncategorized Expense",
			"TaxCategory": "Taxable",
			"QuickbooksItem": "Hours",
			"TaxcloudTaxCode": "10001",
			"AvalaraTaxCode": "D9999999",
			"AmazonCategory": "Automotive",
			"UsageUnit": "each",
			"QtyPerUnit": "16.0000",
			"QtyInStock": "0",
			"QtyOnSO": "0",
			"QtyOnPO": "0",
			"ProductCustomFields": {
				"CustomField": [{
						"Name": "CustomFied1",
						"Value": "Custom info 1"
					},
					{
						"Name": "CustomFied2",
						"Value": "Custom info 2"
					}
				]
			}
		}]
	}
}
<Products>
   <Product>
      <ProductName>Test New Product</ProductName>
      <ProductCode>TNP</ProductCode>
      <Barcode>2654986</Barcode>
      <ProductCategory>CARVINGS</ProductCategory>
      <SalesStartDate>07-10-2021</SalesStartDate>
      <SalesEndDate>07-11-2021</SalesEndDate>
      <SupportStartDate>07-12-2021</SupportStartDate>
      <SupportExpiryDate>07-13-2021</SupportExpiryDate>
      <ContactName>Deepak Singh1234</ContactName>
      <CommissionRate>25.000</CommissionRate>
      <PreferredVendor>Vendor1</PreferredVendor>
      <Manufacturer>Advance</Manufacturer>
      <ProductType>serialised</ProductType>
      <ProductImages>image1.jpg,image2.jpeg</ProductImages>
      <ProductImagesBase64>
         <ProductImageBase64>
            <FileName>image1.jpg</FileName>
            <ImageData>R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==</ImageData>
         </ProductImageBase64>
         <ProductImageBase64>
            <FileName>image2.jpeg</FileName>
            <ImageData>iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII=</ImageData>
         </ProductImageBase64>
      </ProductImagesBase64>
      <SeoTitle>Test Title</SeoTitle>
      <SeoDescription>The SEO Description Goes here.</SeoDescription>
      <SeoKeywords>The Keywords Goes here.</SeoKeywords>
      <Description>The Description Goes here.</Description>
      <ManufacturerPartNo>895</ManufacturerPartNo>
      <Discontinued>NO</Discontinued>
      <Website>www.abc.com</Website>
      <ProductStockManager>admin</ProductStockManager>
      <SendStockNotification>NO</SendStockNotification>
      <AutoCreatePOAtReorderLevel>NO</AutoCreatePOAtReorderLevel>
      <Asin />
      <FNSKU></FNSKU>
      <EbayItemId />
      <Volume>10.0000</Volume>
      <Length>10.0000</Length>
      <Width>10.0000</Width>
      <Height>10.0000</Height>
      <WeightMajor>10.0000</WeightMajor>
      <WeightMinor>10.0000</WeightMinor>
      <ShippingCost>10.00</ShippingCost>
      <Irregular>NO</Irregular>
      <IncomeAccount>Sales</IncomeAccount>
      <CogsAccount>Cost of Goods Sold</CogsAccount>
      <AssetAccount>Uncategorized Asset</AssetAccount>
      <ExpenseAccount>Uncategorized Expense</ExpenseAccount>
      <TaxCategory>Taxable</TaxCategory>
      <QuickbooksItem>Hours</QuickbooksItem>
     	<TaxcloudTaxCode>10001</TaxcloudTaxCode>
      <AvalaraTaxCode>D9999999</AvalaraTaxCode>
      <AmazonCategory>Automotive</AmazonCategory>
      <UsageUnit>meter</UsageUnit>
      <QtyPerUnit>16.0000</QtyPerUnit>
      <QtyInStock>0</QtyInStock>
      <QtyOnSO>0</QtyOnSO>
      <QtyOnPO>0</QtyOnPO>
      <ProductCustomFields>
         <CustomField>
            <Name>CustomFied1</Name>
            <Value>Custom info 1</Value>
         </CustomField>
         <CustomField>
            <Name>CustomFied2</Name>
            <Value>Custom info 2</Value>
         </CustomField>
      </ProductCustomFields>
   </Product>
</Products>
{
	"Products": {
		"Product": [{
			"ProductName": "Test New Product",
			"ProductCode": "TNP",
			"Barcode": "2654986",
			"ProductCategory": "CARVINGS",
			"SalesStartDate": "07-10-2021",
			"SalesEndDate": "07-11-2021",
			"SupportStartDate": "07-12-2021",
			"SupportExpiryDate": "07-13-2021",
			"ContactName": "Contact Name",
			"CommissionRate": "25.000",
			"PreferredVendor": "Vendor1",
			"Manufacturer": "Advance",
			"ProductType": "service",
			"ProductImages": "image1.jpg,image2.jpeg",
			"ProductImagesBase64": {
				"ProductImageBase64": [{
						"FileName": "image1.jpg",
						"ImageData": "R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="
					},
					{
						"FileName": "image2.jpeg",
						"ImageData": "iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII="
					}
				]
			},
			"SeoTitle": "Test Title",
			"SeoDescription": "The SEO Description Goes here.",
			"SeoKeywords": "The Keywords Goes here.",
			"Description": "The Description Goes here.",
			"ManufacturerPartNo": "895",
			"Discontinued": "NO",
			"Website": "www.abc.com",
			"ProductStockManager": "admin",
			"SendStockNotification": "NO",
			"AutoCreatePOAtReorderLevel": "NO",
			"Asin": "",
			"FNSKU": "",
			"EbayItemId": "",
			"Volume": "10.0000",
			"Length": "10.0000",
			"Width": "10.0000",
			"Height": "10.0000",
			"WeightMajor": "10.0000",
			"WeightMinor": "10.0000",
			"ShippingCost": "10.00",
			"Irregular": "NO",
			"IncomeAccount": "Sales",
			"CogsAccount": "Cost of Goods Sold",
			"AssetAccount": "Uncategorized Asset",
			"ExpenseAccount": "Uncategorized Expense",
			"TaxCategory": "Taxable",
			"QuickbooksItem": "Hours",
			"TaxcloudTaxCode": "10001",
			"AvalaraTaxCode": "D9999999",
			"AmazonCategory": "Automotive",
			"UsageUnit": "each",
			"QtyPerUnit": "16.0000",
			"QtyInStock": "0",
			"QtyOnSO": "0",
			"QtyOnPO": "0",
			"ProductCustomFields": {
				"CustomField": [{
						"Name": "CustomFied1",
						"Value": "Custom info 1"
					},
					{
						"Name": "CustomFied2",
						"Value": "Custom info 2"
					}
				]
			}
		}]
	}
}
<Products>
   <Product>
      <ProductName>Test New Product</ProductName>
      <ProductCode>TNP</ProductCode>
      <Barcode>2654986</Barcode>
      <ProductCategory>CARVINGS</ProductCategory>
      <SalesStartDate>07-10-2021</SalesStartDate>
      <SalesEndDate>07-11-2021</SalesEndDate>
      <SupportStartDate>07-12-2021</SupportStartDate>
      <SupportExpiryDate>07-13-2021</SupportExpiryDate>
      <ContactName>Deepak Singh1234</ContactName>
      <CommissionRate>25.000</CommissionRate>
      <PreferredVendor>Vendor1</PreferredVendor>
      <Manufacturer>Advance</Manufacturer>
      <ProductType>service</ProductType>
      <ProductImages>image1.jpg,image2.jpeg</ProductImages>
      <ProductImagesBase64>
         <ProductImageBase64>
            <FileName>image1.jpg</FileName>
            <ImageData>R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==</ImageData>
         </ProductImageBase64>
         <ProductImageBase64>
            <FileName>image2.jpeg</FileName>
            <ImageData>iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII=</ImageData>
         </ProductImageBase64>
      </ProductImagesBase64>
      <SeoTitle>Test Title</SeoTitle>
      <SeoDescription>The SEO Description Goes here.</SeoDescription>
      <SeoKeywords>The Keywords Goes here.</SeoKeywords>
      <Description>The Description Goes here.</Description>
      <ManufacturerPartNo>895</ManufacturerPartNo>
      <Discontinued>NO</Discontinued>
      <Website>www.abc.com</Website>
      <ProductStockManager>admin</ProductStockManager>
      <SendStockNotification>NO</SendStockNotification>
      <AutoCreatePOAtReorderLevel>NO</AutoCreatePOAtReorderLevel>
      <Asin />
      <FNSKU></FNSKU>
      <EbayItemId />
      <Volume>10.0000</Volume>
      <Length>10.0000</Length>
      <Width>10.0000</Width>
      <Height>10.0000</Height>
      <WeightMajor>10.0000</WeightMajor>
      <WeightMinor>10.0000</WeightMinor>
      <ShippingCost>10.00</ShippingCost>
      <Irregular>NO</Irregular>
      <IncomeAccount>Sales</IncomeAccount>
      <CogsAccount>Cost of Goods Sold</CogsAccount>
      <AssetAccount>Uncategorized Asset</AssetAccount>
      <ExpenseAccount>Uncategorized Expense</ExpenseAccount>
      <TaxCategory>Taxable</TaxCategory>
      <QuickbooksItem>Hours</QuickbooksItem>
     	<TaxcloudTaxCode>10001</TaxcloudTaxCode>
      <AvalaraTaxCode>D9999999</AvalaraTaxCode>
      <AmazonCategory>Automotive</AmazonCategory>
      <UsageUnit>meter</UsageUnit>
      <QtyPerUnit>16.0000</QtyPerUnit>
      <QtyInStock>0</QtyInStock>
      <QtyOnSO>0</QtyOnSO>
      <QtyOnPO>0</QtyOnPO>
      <ProductCustomFields>
         <CustomField>
            <Name>CustomFied1</Name>
            <Value>Custom info 1</Value>
         </CustomField>
         <CustomField>
            <Name>CustomFied2</Name>
            <Value>Custom info 2</Value>
         </CustomField>
      </ProductCustomFields>
   </Product>
</Products>

Sample Response

{
    "MCM": {
        "response": {
            "objectType": "Products",
            "syncTime": "2021-06-10 03:23:14"
        },
        "parameters": {
            "results": {
                "message": {
                    "status": "Success",
                    "success_message": {
                        "product_code": "TNP",
                        "product_id": "203060"
                    }
                }
            }
        }
    }
}
<MCM>
  <response>
    <objectType>Products</objectType>
    <syncTime>2021-06-10 03:23:14</syncTime>
  </response>
  <parameters>
    <results>
      <message>
        <status>Success</status>
        <success_message>
          <product_code>TNP</product_code>
          <product_id>203060</product_id>
        </success_message>
      </message>
    </results>
  </parameters>
</MCM>

WADL

<?xml version="1.0" encoding="utf-8"?>
<application>
   <resources base="https://{yourCompany}.agiliron.net/agiliron/api-40/">
     <resource path="Products"> 
       <method name="POST">
         <request>
           <param name="key" type="xsd:string" style="query" required="true"/>
           <param name="ProductName" type="xsd:string" style="body"/>
           <param name="ProductCode" type="xsd:string" style="body" required="true"/>
           <param name="Barcode" type="xsd:string" style="body"/>
           <param name="ProductCategory" type="xsd:string" style="body"/>
           <param name="PreferredVendor" type="xsd:string" style="body"/>
           <param name="Manufacturer" type="xsd:string" style="body"/>
           <param name="ProductType" type="xsd:string" style="body" default="standard">
             <option value="serialised"/> 
             <option value="serialised_matrix"/> 
             <option value="matrix"/>
             <option value="service"/>
             <option value="lot"/>
             <option value="assembly"/>
             <option value="lot_assembly"/>
             <option value="dropship_matrix"/>
             <option value="kit"/>	
             <option value="proxy"/>	
           </param>
           <param name="ProductImages" type="xsd:string" style="body"/>
           <param name="ProductImagesBase64" type="xsd:string" style="body"/>
           <param name="SeoTitle" type="xsd:string" style="body"/>
           <param name="SeoDescription" type="xsd:string" style="body"/>
           <param name="SeoKeywords" type="xsd:string" style="body"/>
           <param name="Description" type="xsd:string" style="body"/>
           <param name="ManufacturerPartNo" type="xsd:string" style="body"/>
           <param name="Discontinued" type="xsd:string" style="body"/>
           <param name="Website" type="xsd:string" style="body"/>
           <param name="ProductStockManager" type="xsd:string" style="body"/>
           <param name="SendStockNotification" type="xsd:string" style="body"/>
           <param name="AutoCreatePOAtReorderLevel" type="xsd:string" style="body"/>
           <param name="Asin" type="xsd:string" style="body"/>
           <param name="EbayItemId" type="xsd:string" style="body"/>
           <param name="Volume" type="xsd:decimal" style="body"/>
           <param name="Length" type="xsd:decimal" style="body"/>
           <param name="Width" type="xsd:decimal" style="body"/>
           <param name="Height" type="xsd:decimal" style="body"/>
           <param name="WeightMajor" type="xsd:decimal" style="body"/>
           <param name="WeightMinor" type="xsd:decimal" style="body"/>
           <param name="ShippingCost" type="xsd:decimal" style="body"/>
           <param name="IncomeAccount" type="xsd:string" style="body"/>
           <param name="CogsAccount" type="xsd:string" style="body"/>
           <param name="AssetAccount" type="xsd:string" style="body"/>
           <param name="ExpenseAccount" type="xsd:string" style="body"/>
           <param name="TaxCategory" type="xsd:string" style="body"/>
           <param name="QuickbooksItem" type="xsd:string" style="body"/>
           <param name="QtyInStock" type="xsd:int" style="body"/>
           <param name="QtyOnSO" type="xsd:int" style="body"/>
           <param name="QtyOnPO" type="xsd:int" style="body"/>
         </request> 
         <response status="200"> 
            <representation mediaType="application/xml" element="yn:ResultSet"/> 
         </response> 
         <response status="400"> 
            <representation mediaType="application/xml" element="ya:Error"/> 
         </response> 
       </method> 
     </resource> 
   </resources>
 </application>
<?xml version="1.0" encoding="utf-8"?>
<application>
   <resources base="https://{yourCompany}.agiliron.net/agiliron/api-40/">
     <resource path="Products"> 
       <method name="PUT">
         <request>
           <param name="key" type="xsd:string" style="query" required="true"/>
           <param name="ProductName" type="xsd:string" style="body"/>
           <param name="ProductCode" type="xsd:string" style="body" required="true"/>
           <param name="Barcode" type="xsd:string" style="body"/>
           <param name="ProductCategory" type="xsd:string" style="body"/>
           <param name="SalesStartDate" type="xsd:date" style="body"/>
           <param name="SalesEndDate" type="xsd:date" style="body"/>
           <param name="SupportStartDate" type="xsd:date" style="body"/>
           <param name="SupportExpiryDate" type="xsd:date" style="body"/>
           <param name="ContactName" type="xsd:string" style="body"/>
           <param name="CommissionRate" type="xsd:decimal" style="body"/>
           <param name="PreferredVendor" type="xsd:string" style="body"/>
           <param name="Manufacturer" type="xsd:string" style="body"/>
           <param name="ProductType" type="xsd:string" style="body" default="standard">
             <option value="serialised"/> 
             <option value="serialised_matrix"/> 
             <option value="matrix"/>
             <option value="service"/>
             <option value="lot"/>
             <option value="assembly"/>
             <option value="lot_assembly"/>
             <option value="dropship_matrix"/>
             <option value="kit"/>	
             <option value="proxy"/>	
           </param>
           <param name="ProductMatrixName" type="xsd:string" style="body"/>
           <param name="ProductSkewId" type="xsd:int" style="body"/>
           <param name="ProductMatrixSKUCode" type="xsd:string" style="body"/>
           <param name="ProductMatrixBarcode" type="xsd:string" style="body"/>
           <param name="ProductMatrixLocation" type="xsd:string" style="body"/>
           <param name="ProductMatrixQuantity" type="xsd:int" style="body"/>
           <param name="ProductMatrixReorderLevel" type="xsd:int" style="body"/>
           <param name="ProductMatrixPreferredStockLevel" type="xsd:int" style="body"/>
           <param name="ProductMatrixUnitCost" type="xsd:decimal" style="body"/>
           <param name="ProductMatrixASIN" type="xsd:string" style="body"/>
           <param name="ProductMatrixFNSKU" type="xsd:string" style="body"/>
           <param name="ProductMatrixBinLocation" type="xsd:string" style="body"/>
           <param name="ProductMatrixDefinitions" type="xsd:string" style="body"/>
           <param name="ProductImages" type="xsd:string" style="body"/>
           <param name="ProductImagesBase64" type="xsd:string" style="body"/>
           <param name="SeoTitle" type="xsd:string" style="body"/>
           <param name="SeoDescription" type="xsd:string" style="body"/>
           <param name="SeoKeywords" type="xsd:string" style="body"/>
           <param name="Description" type="xsd:string" style="body"/>
           <param name="ManufacturerPartNo" type="xsd:string" style="body"/>
           <param name="Discontinued" type="xsd:string" style="body"/>
           <param name="Website" type="xsd:string" style="body"/>
           <param name="ProductStockManager" type="xsd:string" style="body"/>
           <param name="SendStockNotification" type="xsd:string" style="body"/>
           <param name="AutoCreatePOAtReorderLevel" type="xsd:string" style="body"/>
           <param name="Asin" type="xsd:string" style="body"/>
           <param name="EbayItemId" type="xsd:string" style="body"/>
           <param name="Volume" type="xsd:decimal" style="body"/>
           <param name="Length" type="xsd:decimal" style="body"/>
           <param name="Width" type="xsd:decimal" style="body"/>
           <param name="Height" type="xsd:decimal" style="body"/>
           <param name="WeightMajor" type="xsd:decimal" style="body"/>
           <param name="WeightMinor" type="xsd:decimal" style="body"/>
           <param name="ShippingCost" type="xsd:decimal" style="body"/>
           <param name="IncomeAccount" type="xsd:string" style="body"/>
           <param name="CogsAccount" type="xsd:string" style="body"/>
           <param name="AssetAccount" type="xsd:string" style="body"/>
           <param name="ExpenseAccount" type="xsd:string" style="body"/>
           <param name="TaxCategory" type="xsd:string" style="body"/>
           <param name="QuickbooksItem" type="xsd:string" style="body"/>
           <param name="AmazonCategory" type="xsd:string" style="body"/>
           <param name="UsageUnit" type="xsd:decimal" style="body"/>
           <param name="QtyPerUnit" type="xsd:int" style="body"/>
           <param name="QtyInStock" type="xsd:int" style="body"/>
           <param name="QtyOnSO" type="xsd:int" style="body"/>
           <param name="QtyOnPO" type="xsd:int" style="body"/>
         </request> 
         <response status="200"> 
            <representation mediaType="application/xml" element="yn:ResultSet"/> 
         </response> 
         <response status="400"> 
            <representation mediaType="application/xml" element="ya:Error"/> 
         </response> 
       </method> 
     </resource> 
   </resources>
 </application>
<?xml version="1.0" encoding="utf-8"?>
<application>
   <resources base="https://{yourCompany}.agiliron.net/agiliron/api-40/">
     <resource path="Products"> 
       <method name="POST">
         <request>
           <param name="key" type="xsd:string" style="query" required="true"/>
           <param name="ProductName" type="xsd:string" style="body"/>
           <param name="ProductCode" type="xsd:string" style="body" required="true"/>
           <param name="Barcode" type="xsd:string" style="body"/>
           <param name="ProductCategory" type="xsd:string" style="body"/>
           <param name="SalesStartDate" type="xsd:date" style="body"/>
           <param name="SalesEndDate" type="xsd:date" style="body"/>
           <param name="SupportStartDate" type="xsd:date" style="body"/>
           <param name="SupportExpiryDate" type="xsd:date" style="body"/>
           <param name="ContactName" type="xsd:string" style="body"/>
           <param name="CommissionRate" type="xsd:decimal" style="body"/>
           <param name="PreferredVendor" type="xsd:string" style="body"/>
           <param name="Manufacturer" type="xsd:string" style="body"/>
           <param name="ProductType" type="xsd:string" style="body" default="standard">
             <option value="serialised"/> 
             <option value="serialised_matrix"/> 
             <option value="matrix"/>
             <option value="service"/>
             <option value="lot"/>
             <option value="assembly"/>
             <option value="lot_assembly"/>
             <option value="dropship_matrix"/>
             <option value="kit"/>	
             <option value="proxy"/>	
           </param>
           <param name="ProductImages" type="xsd:string" style="body"/>
           <param name="ProductImagesBase64" type="xsd:string" style="body"/>
           <param name="SeoTitle" type="xsd:string" style="body"/>
           <param name="SeoDescription" type="xsd:string" style="body"/>
           <param name="SeoKeywords" type="xsd:string" style="body"/>
           <param name="Description" type="xsd:string" style="body"/>
           <param name="ManufacturerPartNo" type="xsd:string" style="body"/>
           <param name="Discontinued" type="xsd:string" style="body"/>
           <param name="Website" type="xsd:string" style="body"/>
           <param name="ProductStockManager" type="xsd:string" style="body"/>
           <param name="SendStockNotification" type="xsd:string" style="body"/>
           <param name="AutoCreatePOAtReorderLevel" type="xsd:string" style="body"/>
           <param name="Asin" type="xsd:string" style="body"/>
           <param name="EbayItemId" type="xsd:string" style="body"/>
           <param name="Volume" type="xsd:decimal" style="body"/>
           <param name="Length" type="xsd:decimal" style="body"/>
           <param name="Width" type="xsd:decimal" style="body"/>
           <param name="Height" type="xsd:decimal" style="body"/>
           <param name="WeightMajor" type="xsd:decimal" style="body"/>
           <param name="WeightMinor" type="xsd:decimal" style="body"/>
           <param name="ShippingCost" type="xsd:decimal" style="body"/>
           <param name="IncomeAccount" type="xsd:string" style="body"/>
           <param name="CogsAccount" type="xsd:string" style="body"/>
           <param name="AssetAccount" type="xsd:string" style="body"/>
           <param name="ExpenseAccount" type="xsd:string" style="body"/>
           <param name="TaxCategory" type="xsd:string" style="body"/>
           <param name="QuickbooksItem" type="xsd:string" style="body"/>
           <param name="AmazonCategory" type="xsd:string" style="body"/>
           <param name="UsageUnit" type="xsd:decimal" style="body"/>
           <param name="QtyPerUnit" type="xsd:int" style="body"/>
           <param name="QtyInStock" type="xsd:int" style="body"/>
           <param name="QtyOnSO" type="xsd:int" style="body"/>
           <param name="QtyOnPO" type="xsd:int" style="body"/>
         </request> 
         <response status="200"> 
            <representation mediaType="application/xml" element="yn:ResultSet"/> 
         </response> 
         <response status="400"> 
            <representation mediaType="application/xml" element="ya:Error"/> 
         </response> 
       </method> 
     </resource> 
   </resources>
 </application>
<?xml version="1.0" encoding="utf-8"?>
<application>
   <resources base="https://{yourCompany}.agiliron.net/agiliron/api-40/">
     <resource path="Products"> 
       <method name="POST">
         <request>
           <param name="key" type="xsd:string" style="query" required="true"/>
           <param name="ProductName" type="xsd:string" style="body"/>
           <param name="ProductCode" type="xsd:string" style="body" required="true"/>
           <param name="Barcode" type="xsd:string" style="body"/>
           <param name="ProductCategory" type="xsd:string" style="body"/>
           <param name="SalesStartDate" type="xsd:date" style="body"/>
           <param name="SalesEndDate" type="xsd:date" style="body"/>
           <param name="SupportStartDate" type="xsd:date" style="body"/>
           <param name="SupportExpiryDate" type="xsd:date" style="body"/>
           <param name="ContactName" type="xsd:string" style="body"/>
           <param name="CommissionRate" type="xsd:decimal" style="body"/>
           <param name="PreferredVendor" type="xsd:string" style="body"/>
           <param name="Manufacturer" type="xsd:string" style="body"/>
           <param name="ProductType" type="xsd:string" style="body" default="standard">
             <option value="serialised"/> 
             <option value="serialised_matrix"/> 
             <option value="matrix"/>
             <option value="service"/>
             <option value="lot"/>
             <option value="assembly"/>
             <option value="lot_assembly"/>
             <option value="dropship_matrix"/>
             <option value="kit"/>	
             <option value="proxy"/>	
           </param>
           <param name="ProductImages" type="xsd:string" style="body"/>
           <param name="ProductImagesBase64" type="xsd:string" style="body"/>
           <param name="SeoTitle" type="xsd:string" style="body"/>
           <param name="SeoDescription" type="xsd:string" style="body"/>
           <param name="SeoKeywords" type="xsd:string" style="body"/>
           <param name="Description" type="xsd:string" style="body"/>
           <param name="ManufacturerPartNo" type="xsd:string" style="body"/>
           <param name="Discontinued" type="xsd:string" style="body"/>
           <param name="Website" type="xsd:string" style="body"/>
           <param name="ProductStockManager" type="xsd:string" style="body"/>
           <param name="SendStockNotification" type="xsd:string" style="body"/>
           <param name="AutoCreatePOAtReorderLevel" type="xsd:string" style="body"/>
           <param name="Asin" type="xsd:string" style="body"/>
           <param name="EbayItemId" type="xsd:string" style="body"/>
           <param name="Volume" type="xsd:decimal" style="body"/>
           <param name="Length" type="xsd:decimal" style="body"/>
           <param name="Width" type="xsd:decimal" style="body"/>
           <param name="Height" type="xsd:decimal" style="body"/>
           <param name="WeightMajor" type="xsd:decimal" style="body"/>
           <param name="WeightMinor" type="xsd:decimal" style="body"/>
           <param name="ShippingCost" type="xsd:decimal" style="body"/>
           <param name="IncomeAccount" type="xsd:string" style="body"/>
           <param name="CogsAccount" type="xsd:string" style="body"/>
           <param name="AssetAccount" type="xsd:string" style="body"/>
           <param name="ExpenseAccount" type="xsd:string" style="body"/>
           <param name="TaxCategory" type="xsd:string" style="body"/>
           <param name="QuickbooksItem" type="xsd:string" style="body"/>
           <param name="AmazonCategory" type="xsd:string" style="body"/>
           <param name="UsageUnit" type="xsd:decimal" style="body"/>
           <param name="QtyPerUnit" type="xsd:int" style="body"/>
           <param name="QtyInStock" type="xsd:int" style="body"/>
           <param name="QtyOnSO" type="xsd:int" style="body"/>
           <param name="QtyOnPO" type="xsd:int" style="body"/>
         </request> 
         <response status="200"> 
            <representation mediaType="application/xml" element="yn:ResultSet"/> 
         </response> 
         <response status="400"> 
            <representation mediaType="application/xml" element="ya:Error"/> 
         </response> 
       </method> 
     </resource> 
   </resources>
 </application>
<?xml version="1.0" encoding="utf-8"?>
<application>
   <resources base="https://{yourCompany}.agiliron.net/agiliron/api-40/">
     <resource path="Products"> 
       <method name="POST">
         <request>
           <param name="key" type="xsd:string" style="query" required="true"/>
           <param name="ProductName" type="xsd:string" style="body"/>
           <param name="ProductCode" type="xsd:string" style="body" required="true"/>
           <param name="Barcode" type="xsd:string" style="body"/>
           <param name="ProductCategory" type="xsd:string" style="body"/>
           <param name="SalesStartDate" type="xsd:date" style="body"/>
           <param name="SalesEndDate" type="xsd:date" style="body"/>
           <param name="SupportStartDate" type="xsd:date" style="body"/>
           <param name="SupportExpiryDate" type="xsd:date" style="body"/>
           <param name="ContactName" type="xsd:string" style="body"/>
           <param name="CommissionRate" type="xsd:decimal" style="body"/>
           <param name="PreferredVendor" type="xsd:string" style="body"/>
           <param name="Manufacturer" type="xsd:string" style="body"/>
           <param name="ProductType" type="xsd:string" style="body" default="standard">
             <option value="serialised"/> 
             <option value="serialised_matrix"/> 
             <option value="matrix"/>
             <option value="service"/>
             <option value="lot"/>
             <option value="assembly"/>
             <option value="lot_assembly"/>
             <option value="dropship_matrix"/>
             <option value="kit"/>	
             <option value="proxy"/>	
           </param>
           <param name="ProductImages" type="xsd:string" style="body"/>
           <param name="ProductImagesBase64" type="xsd:string" style="body"/>
           <param name="SeoTitle" type="xsd:string" style="body"/>
           <param name="SeoDescription" type="xsd:string" style="body"/>
           <param name="SeoKeywords" type="xsd:string" style="body"/>
           <param name="Description" type="xsd:string" style="body"/>
           <param name="ManufacturerPartNo" type="xsd:string" style="body"/>
           <param name="Discontinued" type="xsd:string" style="body"/>
           <param name="Website" type="xsd:string" style="body"/>
           <param name="ProductStockManager" type="xsd:string" style="body"/>
           <param name="SendStockNotification" type="xsd:string" style="body"/>
           <param name="AutoCreatePOAtReorderLevel" type="xsd:string" style="body"/>
           <param name="Asin" type="xsd:string" style="body"/>
           <param name="EbayItemId" type="xsd:string" style="body"/>
           <param name="Volume" type="xsd:decimal" style="body"/>
           <param name="Length" type="xsd:decimal" style="body"/>
           <param name="Width" type="xsd:decimal" style="body"/>
           <param name="Height" type="xsd:decimal" style="body"/>
           <param name="WeightMajor" type="xsd:decimal" style="body"/>
           <param name="WeightMinor" type="xsd:decimal" style="body"/>
           <param name="ShippingCost" type="xsd:decimal" style="body"/>
           <param name="IncomeAccount" type="xsd:string" style="body"/>
           <param name="CogsAccount" type="xsd:string" style="body"/>
           <param name="AssetAccount" type="xsd:string" style="body"/>
           <param name="ExpenseAccount" type="xsd:string" style="body"/>
           <param name="TaxCategory" type="xsd:string" style="body"/>
           <param name="QuickbooksItem" type="xsd:string" style="body"/>
           <param name="AmazonCategory" type="xsd:string" style="body"/>
           <param name="UsageUnit" type="xsd:decimal" style="body"/>
           <param name="QtyPerUnit" type="xsd:int" style="body"/>
           <param name="QtyInStock" type="xsd:int" style="body"/>
           <param name="QtyOnSO" type="xsd:int" style="body"/>
           <param name="QtyOnPO" type="xsd:int" style="body"/>
         </request> 
         <response status="200"> 
            <representation mediaType="application/xml" element="yn:ResultSet"/> 
         </response> 
         <response status="400"> 
            <representation mediaType="application/xml" element="ya:Error"/> 
         </response> 
       </method> 
     </resource> 
   </resources>
 </application>
<?xml version="1.0" encoding="utf-8"?>
<application>
   <resources base="https://{yourCompany}.agiliron.net/agiliron/api-40/">
     <resource path="Products"> 
       <method name="POST">
         <request>
           <param name="key" type="xsd:string" style="query" required="true"/>
           <param name="ProductName" type="xsd:string" style="body"/>
           <param name="ProductCode" type="xsd:string" style="body" required="true"/>
           <param name="Barcode" type="xsd:string" style="body"/>
           <param name="ProductCategory" type="xsd:string" style="body"/>
           <param name="SalesStartDate" type="xsd:date" style="body"/>
           <param name="SalesEndDate" type="xsd:date" style="body"/>
           <param name="SupportStartDate" type="xsd:date" style="body"/>
           <param name="SupportExpiryDate" type="xsd:date" style="body"/>
           <param name="ContactName" type="xsd:string" style="body"/>
           <param name="CommissionRate" type="xsd:decimal" style="body"/>
           <param name="PreferredVendor" type="xsd:string" style="body"/>
           <param name="Manufacturer" type="xsd:string" style="body"/>
           <param name="ProductType" type="xsd:string" style="body" default="standard">
             <option value="serialised"/> 
             <option value="serialised_matrix"/> 
             <option value="matrix"/>
             <option value="service"/>
             <option value="lot"/>
             <option value="assembly"/>
             <option value="lot_assembly"/>
             <option value="dropship_matrix"/>
             <option value="kit"/>	
             <option value="proxy"/>	
           </param>
           <param name="ProductImages" type="xsd:string" style="body"/>
           <param name="ProductImagesBase64" type="xsd:string" style="body"/>
           <param name="SeoTitle" type="xsd:string" style="body"/>
           <param name="SeoDescription" type="xsd:string" style="body"/>
           <param name="SeoKeywords" type="xsd:string" style="body"/>
           <param name="Description" type="xsd:string" style="body"/>
           <param name="ManufacturerPartNo" type="xsd:string" style="body"/>
           <param name="Discontinued" type="xsd:string" style="body"/>
           <param name="Website" type="xsd:string" style="body"/>
           <param name="ProductStockManager" type="xsd:string" style="body"/>
           <param name="SendStockNotification" type="xsd:string" style="body"/>
           <param name="AutoCreatePOAtReorderLevel" type="xsd:string" style="body"/>
           <param name="Asin" type="xsd:string" style="body"/>
           <param name="EbayItemId" type="xsd:string" style="body"/>
           <param name="Volume" type="xsd:decimal" style="body"/>
           <param name="Length" type="xsd:decimal" style="body"/>
           <param name="Width" type="xsd:decimal" style="body"/>
           <param name="Height" type="xsd:decimal" style="body"/>
           <param name="WeightMajor" type="xsd:decimal" style="body"/>
           <param name="WeightMinor" type="xsd:decimal" style="body"/>
           <param name="ShippingCost" type="xsd:decimal" style="body"/>
           <param name="IncomeAccount" type="xsd:string" style="body"/>
           <param name="CogsAccount" type="xsd:string" style="body"/>
           <param name="AssetAccount" type="xsd:string" style="body"/>
           <param name="ExpenseAccount" type="xsd:string" style="body"/>
           <param name="TaxCategory" type="xsd:string" style="body"/>
           <param name="QuickbooksItem" type="xsd:string" style="body"/>
           <param name="AmazonCategory" type="xsd:string" style="body"/>
           <param name="UsageUnit" type="xsd:decimal" style="body"/>
           <param name="QtyPerUnit" type="xsd:int" style="body"/>
           <param name="QtyInStock" type="xsd:int" style="body"/>
           <param name="QtyOnSO" type="xsd:int" style="body"/>
           <param name="QtyOnPO" type="xsd:int" style="body"/>
         </request> 
         <response status="200"> 
            <representation mediaType="application/xml" element="yn:ResultSet"/> 
         </response> 
         <response status="400"> 
            <representation mediaType="application/xml" element="ya:Error"/> 
         </response> 
       </method> 
     </resource> 
   </resources>
 </application>
<?xml version="1.0" encoding="utf-8"?>
<application>
   <resources base="https://{yourCompany}.agiliron.net/agiliron/api-40/">
     <resource path="Products"> 
       <method name="POST">
         <request>
           <param name="key" type="xsd:string" style="query" required="true"/>
           <param name="ProductName" type="xsd:string" style="body"/>
           <param name="ProductCode" type="xsd:string" style="body" required="true"/>
           <param name="Barcode" type="xsd:string" style="body"/>
           <param name="ProductCategory" type="xsd:string" style="body"/>
           <param name="SalesStartDate" type="xsd:date" style="body"/>
           <param name="SalesEndDate" type="xsd:date" style="body"/>
           <param name="SupportStartDate" type="xsd:date" style="body"/>
           <param name="SupportExpiryDate" type="xsd:date" style="body"/>
           <param name="ContactName" type="xsd:string" style="body"/>
           <param name="CommissionRate" type="xsd:decimal" style="body"/>
           <param name="PreferredVendor" type="xsd:string" style="body"/>
           <param name="Manufacturer" type="xsd:string" style="body"/>
           <param name="ProductType" type="xsd:string" style="body" default="standard">
             <option value="serialised"/> 
             <option value="serialised_matrix"/> 
             <option value="matrix"/>
             <option value="service"/>
             <option value="lot"/>
             <option value="assembly"/>
             <option value="lot_assembly"/>
             <option value="dropship_matrix"/>
             <option value="kit"/>	
             <option value="proxy"/>	
           </param>
           <param name="ProductImages" type="xsd:string" style="body"/>
           <param name="ProductImagesBase64" type="xsd:string" style="body"/>
           <param name="SeoTitle" type="xsd:string" style="body"/>
           <param name="SeoDescription" type="xsd:string" style="body"/>
           <param name="SeoKeywords" type="xsd:string" style="body"/>
           <param name="Description" type="xsd:string" style="body"/>
           <param name="ManufacturerPartNo" type="xsd:string" style="body"/>
           <param name="Discontinued" type="xsd:string" style="body"/>
           <param name="Website" type="xsd:string" style="body"/>
           <param name="ProductStockManager" type="xsd:string" style="body"/>
           <param name="SendStockNotification" type="xsd:string" style="body"/>
           <param name="AutoCreatePOAtReorderLevel" type="xsd:string" style="body"/>
           <param name="Asin" type="xsd:string" style="body"/>
           <param name="EbayItemId" type="xsd:string" style="body"/>
           <param name="Volume" type="xsd:decimal" style="body"/>
           <param name="Length" type="xsd:decimal" style="body"/>
           <param name="Width" type="xsd:decimal" style="body"/>
           <param name="Height" type="xsd:decimal" style="body"/>
           <param name="WeightMajor" type="xsd:decimal" style="body"/>
           <param name="WeightMinor" type="xsd:decimal" style="body"/>
           <param name="ShippingCost" type="xsd:decimal" style="body"/>
           <param name="IncomeAccount" type="xsd:string" style="body"/>
           <param name="CogsAccount" type="xsd:string" style="body"/>
           <param name="AssetAccount" type="xsd:string" style="body"/>
           <param name="ExpenseAccount" type="xsd:string" style="body"/>
           <param name="TaxCategory" type="xsd:string" style="body"/>
           <param name="QuickbooksItem" type="xsd:string" style="body"/>
           <param name="AmazonCategory" type="xsd:string" style="body"/>
           <param name="UsageUnit" type="xsd:decimal" style="body"/>
           <param name="QtyPerUnit" type="xsd:int" style="body"/>
           <param name="QtyInStock" type="xsd:int" style="body"/>
           <param name="QtyOnSO" type="xsd:int" style="body"/>
           <param name="QtyOnPO" type="xsd:int" style="body"/>
         </request> 
         <response status="200"> 
            <representation mediaType="application/xml" element="yn:ResultSet"/> 
         </response> 
         <response status="400"> 
            <representation mediaType="application/xml" element="ya:Error"/> 
         </response> 
       </method> 
     </resource> 
   </resources>
 </application>
<?xml version="1.0" encoding="utf-8"?>
<application>
   <resources base="https://{yourCompany}.agiliron.net/agiliron/api-40/">
     <resource path="Products"> 
       <method name="POST">
         <request>
           <param name="key" type="xsd:string" style="query" required="true"/>
           <param name="ProductName" type="xsd:string" style="body"/>
           <param name="ProductCode" type="xsd:string" style="body" required="true"/>
           <param name="Barcode" type="xsd:string" style="body"/>
           <param name="ProductCategory" type="xsd:string" style="body"/>
           <param name="SalesStartDate" type="xsd:date" style="body"/>
           <param name="SalesEndDate" type="xsd:date" style="body"/>
           <param name="SupportStartDate" type="xsd:date" style="body"/>
           <param name="SupportExpiryDate" type="xsd:date" style="body"/>
           <param name="ContactName" type="xsd:string" style="body"/>
           <param name="CommissionRate" type="xsd:decimal" style="body"/>
           <param name="PreferredVendor" type="xsd:string" style="body"/>
           <param name="Manufacturer" type="xsd:string" style="body"/>
           <param name="ProductType" type="xsd:string" style="body" default="standard">
             <option value="serialised"/> 
             <option value="serialised_matrix"/> 
             <option value="matrix"/>
             <option value="service"/>
             <option value="lot"/>
             <option value="assembly"/>
             <option value="lot_assembly"/>
             <option value="dropship_matrix"/>
             <option value="kit"/>	
             <option value="proxy"/>	
           </param>
           <param name="ProductImages" type="xsd:string" style="body"/>
           <param name="ProductImagesBase64" type="xsd:string" style="body"/>
           <param name="SeoTitle" type="xsd:string" style="body"/>
           <param name="SeoDescription" type="xsd:string" style="body"/>
           <param name="SeoKeywords" type="xsd:string" style="body"/>
           <param name="Description" type="xsd:string" style="body"/>
           <param name="ManufacturerPartNo" type="xsd:string" style="body"/>
           <param name="Discontinued" type="xsd:string" style="body"/>
           <param name="Website" type="xsd:string" style="body"/>
           <param name="ProductStockManager" type="xsd:string" style="body"/>
           <param name="SendStockNotification" type="xsd:string" style="body"/>
           <param name="AutoCreatePOAtReorderLevel" type="xsd:string" style="body"/>
           <param name="Asin" type="xsd:string" style="body"/>
           <param name="EbayItemId" type="xsd:string" style="body"/>
           <param name="Volume" type="xsd:decimal" style="body"/>
           <param name="Length" type="xsd:decimal" style="body"/>
           <param name="Width" type="xsd:decimal" style="body"/>
           <param name="Height" type="xsd:decimal" style="body"/>
           <param name="WeightMajor" type="xsd:decimal" style="body"/>
           <param name="WeightMinor" type="xsd:decimal" style="body"/>
           <param name="ShippingCost" type="xsd:decimal" style="body"/>
           <param name="IncomeAccount" type="xsd:string" style="body"/>
           <param name="CogsAccount" type="xsd:string" style="body"/>
           <param name="AssetAccount" type="xsd:string" style="body"/>
           <param name="ExpenseAccount" type="xsd:string" style="body"/>
           <param name="TaxCategory" type="xsd:string" style="body"/>
           <param name="QuickbooksItem" type="xsd:string" style="body"/>
           <param name="AmazonCategory" type="xsd:string" style="body"/>
           <param name="UsageUnit" type="xsd:decimal" style="body"/>
           <param name="QtyPerUnit" type="xsd:int" style="body"/>
           <param name="QtyInStock" type="xsd:int" style="body"/>
           <param name="QtyOnSO" type="xsd:int" style="body"/>
           <param name="QtyOnPO" type="xsd:int" style="body"/>
         </request> 
         <response status="200"> 
            <representation mediaType="application/xml" element="yn:ResultSet"/> 
         </response> 
         <response status="400"> 
            <representation mediaType="application/xml" element="ya:Error"/> 
         </response> 
       </method> 
     </resource> 
   </resources>
 </application>