Update Bulk Products
Use this operation to update any of the writable fields of an existing Products 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 |
XML: | string |
Path Params | |
---|---|
yourCompany: | string |
callback_url | string |
sendRecordNo | string
|
Header Params | |
---|---|
Accept: | string |
Query Auth | |
---|---|
key: | string |
Header Auth | |
---|---|
apiKey: | string |
Sample Code
{
"Products": {
"Product": [{
"ProductName": "Test New Product1",
"ProductCode": "TNP1",
"Barcode": "2654986",
"ProductCategory": "CARVINGS",
"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",
"IncomeAccount": "Sales",
"CogsAccount": "Cost of Goods Sold",
"AssetAccount": "Uncategorized Asset",
"ExpenseAccount": "Uncategorized Expense",
"TaxCategory": "Taxable",
"QuickbooksItem": "Hours",
"SalesStartDate": "07-10-2021",
"SalesEndDate": "07-11-2021",
"SupportStartDate": "07-12-2021",
"SupportExpiryDate": "07-13-2021",
"ContactName": "Contact Name",
"CommissionRate": "25.000",
"QuickbooksItem": "Hours",
"TaxcloudTaxCode": "10001",
"AvalaraTaxCode": "D9999999",
"AmazonCategory": "Automotive",
"UsageUnit": "each",
"QtyPerUnit": "16.0000",
"ProductCustomFields": {
"CustomField": [{
"Name": "CustomFied1",
"Value": "Custom info 1"
},
{
"Name": "CustomFied2",
"Value": "Custom info 2"
}
]
},
"StockLocationDetails": {
"StockLocationDetail": [{
"StockLocation": "OAK",
"QtyInStock": 20,
"ReorderLevel": 10,
"PreferredStockLevel": 15,
"BinLocation": "TestBin1",
"UnitCost": "20"
},
{
"StockLocation": "FBA",
"QtyInStock": 30,
"ReorderLevel": 5,
"PreferredStockLevel": 10,
"BinLocation": "TestBin2",
"UnitCost": "10"
}
]
}
},
{
"ProductName": "Test New Product2",
"ProductCode": "TNP2",
"Barcode": "2654987",
"ProductCategory": "CARVINGS",
"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",
"IncomeAccount": "Sales",
"CogsAccount": "Cost of Goods Sold",
"AssetAccount": "Uncategorized Asset",
"ExpenseAccount": "Uncategorized Expense",
"TaxCategory": "Taxable",
"QuickbooksItem": "Hours",
"SalesStartDate": "07-10-2021",
"SalesEndDate": "07-11-2021",
"SupportStartDate": "07-12-2021",
"SupportExpiryDate": "07-13-2021",
"ContactName": "Contact Name",
"CommissionRate": "25.000",
"QuickbooksItem": "Hours",
"TaxcloudTaxCode": "10001",
"AvalaraTaxCode": "D9999999",
"AmazonCategory": "Automotive",
"UsageUnit": "each",
"QtyPerUnit": "16.0000",
"ProductCustomFields": {
"CustomField": [{
"Name": "CustomFied1",
"Value": "Custom info 1"
},
{
"Name": "CustomFied2",
"Value": "Custom info 2"
}
]
},
"StockLocationDetails": {
"StockLocationDetail": [{
"StockLocation": "OAK",
"QtyInStock": 20,
"ReorderLevel": 10,
"PreferredStockLevel": 15,
"BinLocation": "TestBin1",
"UnitCost": "20"
},
{
"StockLocation": "FBA",
"QtyInStock": 30,
"ReorderLevel": 5,
"PreferredStockLevel": 10,
"BinLocation": "TestBin2",
"UnitCost": "20"
}
]
}
}
]
}
}
<Products>
<Product>
<ProductName>Test New Product1</ProductName>
<ProductCode>TNP1</ProductCode>
<Barcode>2654986</Barcode>
<ProductCategory>CARVINGS</ProductCategory>
<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></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>
<IncomeAccount>Sales </IncomeAccount>
<CogsAccount>Cost of Goods Sold </CogsAccount>
<AssetAccount>Uncategorized Asset </AssetAccount>
<ExpenseAccount>Uncategorized Expense </ExpenseAccount>
<TaxCategory>Taxable</TaxCategory>
<QuickbooksItem>Hours</QuickbooksItem>
<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>
<TaxcloudTaxCode>10001</TaxcloudTaxCode>
<AvalaraTaxCode>D9999999</AvalaraTaxCode>
<AmazonCategory>Automotive</AmazonCategory>
<UsageUnit>meter</UsageUnit>
<QtyPerUnit>16.0000</QtyPerUnit>
<ProductCustomFields>
<CustomField>
<Name>CustomFied1</Name>
<Value>Custom info 1</Value>
</CustomField>
<CustomField>
<Name>CustomFied2</Name>
<Value>Custom info 2</Value>
</CustomField>
</ProductCustomFields>
<StockLocationDetails>
<StockLocationDetail>
<StockLocation>OAK</StockLocation>
<QtyInStock>20</QtyInStock>
<ReorderLevel>20</ReorderLevel>
<PreferredStockLevel>20</PreferredStockLevel>
<BinLocation>20</BinLocation>
<UnitCost>20</UnitCost>
</StockLocationDetail>
<StockLocationDetail>
<StockLocation>FBA</StockLocation>
<QtyInStock>30</QtyInStock>
<ReorderLevel>20</ReorderLevel>
<PreferredStockLevel>20</PreferredStockLevel>
<BinLocation>20</BinLocation>
<UnitCost>20</UnitCost>
</StockLocationDetail>
</StockLocationDetails>
</Product>
<Product>
<ProductName>Test New Product2</ProductName>
<ProductCode>TNP2</ProductCode>
<Barcode>2654987</Barcode>
<ProductCategory>CARVINGS</ProductCategory>
<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></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>
<IncomeAccount>Sales </IncomeAccount>
<CogsAccount>Cost of Goods Sold </CogsAccount>
<AssetAccount>Uncategorized Asset </AssetAccount>
<ExpenseAccount>Uncategorized Expense </ExpenseAccount>
<TaxCategory>Taxable</TaxCategory>
<QuickbooksItem>Hours</QuickbooksItem>
<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>
<TaxcloudTaxCode>10001</TaxcloudTaxCode>
<AvalaraTaxCode>D9999999</AvalaraTaxCode>
<AmazonCategory>Automotive</AmazonCategory>
<UsageUnit>meter</UsageUnit>
<QtyPerUnit>16.0000</QtyPerUnit>
<ProductCustomFields>
<CustomField>
<Name>CustomFied1</Name>
<Value>Custom info 1</Value>
</CustomField>
<CustomField>
<Name>CustomFied2</Name>
<Value>Custom info 2</Value>
</CustomField>
</ProductCustomFields>
<StockLocationDetails>
<StockLocationDetail>
<StockLocation>DROP</StockLocation>
<QtyInStock>20</QtyInStock>
<ReorderLevel>20</ReorderLevel>
<PreferredStockLevel>20</PreferredStockLevel>
<BinLocation>20</BinLocation>
<UnitCost>20</UnitCost>
</StockLocationDetail>
<StockLocationDetail>
<StockLocation>FBA</StockLocation>
<QtyInStock>30</QtyInStock>
<ReorderLevel>20</ReorderLevel>
<PreferredStockLevel>20</PreferredStockLevel>
<BinLocation>20</BinLocation>
<UnitCost>20</UnitCost>
</StockLocationDetail>
</StockLocationDetails>
</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",
"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>assembly</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": "kit",
"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>kit</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": "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",
"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>proxy</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": "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-11 04:13:24"
},
"parameters": {
"results": {
"message": {
"status": "Success",
"success_message": "Bulk Product Update Initiated Successfully.",
"batch_id": "thggii1212kjkl"
}
}
}
}
}
<MCM>
<response>
<objectType>Products</objectType>
<syncTime>2021-06-11 04:13:24</syncTime>
</response>
<parameters>
<results>
<message>
<status>Success</status>
<success_message> Bulk Product Update Initiated Successfully. </success_message>
<batch_id>thggii1212kjkl</batch_id>
</message>
</results>
</parameters>
</MCM>
WADL
<?xml version="1.0" encoding="utf-8"?>
<application>
<resources base="https://{yourCompany}.agiliron.net/agiliron/api-40/">
<resource path="Bulk-Products">
<method name="PUT">
<request>
<param name="key" type="xsd:string" style="query" required="true"/>
<param name="ProductName" type="xsd:string" style="body" required="true"/>
<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" required="true"/>
<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="FNSKU" 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>
Sample Webhook
<?php
$url = "https://{your_custom_url}"; //this custom url will be called after the code is executed
$curlConn = curl_init();
curl_setopt($curlConn, CURLOPT_CUSTOMREQUEST, "POST");
curl_setopt($curlConn, CURLOPT_POSTFIELDS,$results); //$results contain the result set
curl_setopt($curlConn,CURLOPT_URL,$url);
curl_setopt($curlConn, CURLOPT_SSL_VERIFYHOST, 0);
curl_setopt($curlConn, CURLOPT_SSL_VERIFYPEER, 0);
curl_setopt($curlConn, CURLOPT_RETURNTRANSFER, 1);
$ret = curl_exec($curlConn);
?>
<result>
<SuccessNumber>1</SuccessNumber>
<FailureNumber>1</FailureNumber>
<Success>
<Product>
<ProductCode>TNP1234</ProductCode>
</Product>
</Success>
<Failure>
<Product>
<ProductCode>TNP123</ProductCode>
<Message>Invalid vendor name</Message>
</Product>
</Failure>
</result>
{
"result": {
"SuccessNumber": "1",
"FailureNumber": "1",
"Success": {
"Product": {
"ProductCode": "TNP1234"
}
},
"Failure": {
"Product": {
"ProductCode": "TNP123",
"Message": "Invalid vendor name"
}
}
}
}
<result>
<SuccessNumber>1</SuccessNumber>
<FailureNumber>1</FailureNumber>
<Success>
<Product>
<ProductCode>TNP1234</ProductCode>
<Record>1</Record>
</Product>
</Success>
<Failure>
<Product>
<ProductCode>TNP123</ProductCode>
<Message>Invalid vendor name</Message>
<Record>2</Record>
</Product>
</Failure>
</result>
{
"result": {
"SuccessNumber": "1",
"FailureNumber": "1",
"Success": {
"Product": {
"ProductCode": "TNP1234",
"Record": "1"
}
},
"Failure": {
"Product": {
"ProductCode": "TNP123",
"Message": "Invalid vendor name",
"Record": "2"
}
}
}
}
Updated about 21 hours ago