Read Product
Retrieves the details of a Product object that has been previously created.
Parameters
Path Params | |
---|---|
yourCompany: | string |
Query Params | |
---|---|
filter: | string
List of condition abbrevations to be used: |
showImageData: | string
|
customview: | string https://xyzcompany.agiliron.net/agiliron/api-40/Products?customview=ABC Customview&key=xyzkey |
page: | string https://xyzcompany.agiliron.net/agiliron/api-40/Products?filter=ProductCode,cs,abc&page=3&key=xyzkey |
pageSize: | string |
showQuickbooksData: | string
|
Header Params | |
---|---|
Accept: | string |
Query Auth | |
---|---|
key: | string |
Header Auth | |
---|---|
apiKey: | string |
Sample Code
Product Types:
- Standard
- Matrix
- Assembly
- Kit
- Lot
- Proxy
- Serialised
- Service
{
"Products": {
"Product": [{
"ProductId": "2365",
"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",
"CreatedTime": "01-24-2020 05:01:35",
"CreatedTimeUTC": "01-24-2020 15:01:35",
"ModifiedTime": "01-24-2020 05:05:56",
"ModifiedTimeUTC": "01-24-2020 15:05:56",
"ProductCustomFields": {
"CustomField": [{
"Name": "CustomFied1",
"Value": "Custom info 1"
},
{
"Name": "CustomFied2",
"Value": "Custom info 2"
}
]
}
}]
}
}
<Products>
<Product>
<ProductId>2365</ProductId>
<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>
<CreatedTime>01-24-2020 05:01:35</CreatedTime>
<CreatedTimeUTC>01-24-2020 15:01:35</CreatedTimeUTC>
<ModifiedTime>01-24-2020 05:05:56</ModifiedTime>
<ModifiedTimeUTC>01-24-2020 15:05:56</ModifiedTimeUTC>
<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": [{
"ProductId": "2365",
"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",
"CreatedTime": "01-24-2020 05:01:35",
"CreatedTimeUTC": "01-24-2020 15:01:35",
"ModifiedTime": "01-24-2020 05:05:56",
"ModifiedTimeUTC": "01-24-2020 15:05:56",
"ProductCustomFields": {
"CustomField": [{
"Name": "CustomFied1",
"Value": "Custom info 1"
},
{
"Name": "CustomFied2",
"Value": "Custom info 2"
}
]
}
}]
}
}
<Products>
<Product>
<ProductId>2365</ProductId>
<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>
<CreatedTime>01-24-2020 05:01:35</CreatedTime>
<CreatedTimeUTC>01-24-2020 15:01:35</CreatedTimeUTC>
<ModifiedTime>01-24-2020 05:05:56</ModifiedTime>
<ModifiedTimeUTC>01-24-2020 15:05:56</ModifiedTimeUTC>
<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": [{
"ProductId": "2365",
"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",
"CreatedTime": "01-24-2020 05:01:35",
"CreatedTimeUTC": "01-24-2020 15:01:35",
"ModifiedTime": "01-24-2020 05:05:56",
"ModifiedTimeUTC": "01-24-2020 15:05:56",
"ProductCustomFields": {
"CustomField": [{
"Name": "CustomFied1",
"Value": "Custom info 1"
},
{
"Name": "CustomFied2",
"Value": "Custom info 2"
}
]
}
}]
}
}
<Products>
<Product>
<ProductId>2365</ProductId>
<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>
<CreatedTime>01-24-2020 05:01:35</CreatedTime>
<CreatedTimeUTC>01-24-2020 15:01:35</CreatedTimeUTC>
<ModifiedTime>01-24-2020 05:05:56</ModifiedTime>
<ModifiedTimeUTC>01-24-2020 15:05:56</ModifiedTimeUTC>
<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": [{
"ProductId": "2365",
"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",
"ProductComponentQuantityInStock": "10"
}
},
"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",
"CreatedTime": "01-24-2020 05:01:35",
"CreatedTimeUTC": "01-24-2020 15:01:35",
"ModifiedTime": "01-24-2020 05:05:56",
"ModifiedTimeUTC": "01-24-2020 15:05:56",
"ProductCustomFields": {
"CustomField": [{
"Name": "CustomFied1",
"Value": "Custom info 1"
},
{
"Name": "CustomFied2",
"Value": "Custom info 2"
}
]
}
}]
}
}
<Products>
<Product>
<ProductId>2365</ProductId>
<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>
<ProductComponentQuantityInStock>10</ProductComponentQuantityInStock>
</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>
<CreatedTime>01-24-2020 05:01:35</CreatedTime>
<CreatedTimeUTC>01-24-2020 15:01:35</CreatedTimeUTC>
<ModifiedTime>01-24-2020 05:05:56</ModifiedTime>
<ModifiedTimeUTC>01-24-2020 15:05:56</ModifiedTimeUTC>
<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": [{
"ProductId": "2365",
"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",
"CreatedTime": "01-24-2020 05:01:35",
"CreatedTimeUTC": "01-24-2020 15:01:35",
"ModifiedTime": "01-24-2020 05:05:56",
"ModifiedTimeUTC": "01-24-2020 15:05:56",
"ProductCustomFields": {
"CustomField": [{
"Name": "CustomFied1",
"Value": "Custom info 1"
},
{
"Name": "CustomFied2",
"Value": "Custom info 2"
}
]
}
}]
}
}
<Products>
<Product>
<ProductId>2365</ProductId>
<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>
<CreatedTime>01-24-2020 05:01:35</CreatedTime>
<CreatedTimeUTC>01-24-2020 15:01:35</CreatedTimeUTC>
<ModifiedTime>01-24-2020 05:05:56</ModifiedTime>
<ModifiedTimeUTC>01-24-2020 15:05:56</ModifiedTimeUTC>
<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": [{
"ProductId": "2365",
"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",
"CreatedTime": "01-24-2020 05:01:35",
"CreatedTimeUTC": "01-24-2020 15:01:35",
"ModifiedTime": "01-24-2020 05:05:56",
"ModifiedTimeUTC": "01-24-2020 15:05:56",
"ProductCustomFields": {
"CustomField": [{
"Name": "CustomFied1",
"Value": "Custom info 1"
},
{
"Name": "CustomFied2",
"Value": "Custom info 2"
}
]
}
}]
}
}
<Products>
<Product>
<ProductId>2365</ProductId>
<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>
<CreatedTime>01-24-2020 05:01:35</CreatedTime>
<CreatedTimeUTC>01-24-2020 15:01:35</CreatedTimeUTC>
<ModifiedTime>01-24-2020 05:05:56</ModifiedTime>
<ModifiedTimeUTC>01-24-2020 15:05:56</ModifiedTimeUTC>
<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": [{
"ProductId": "2365",
"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",
"CreatedTime": "01-24-2020 05:01:35",
"CreatedTimeUTC": "01-24-2020 15:01:35",
"ModifiedTime": "01-24-2020 05:05:56",
"ModifiedTimeUTC": "01-24-2020 15:05:56",
"ProductCustomFields": {
"CustomField": [{
"Name": "CustomFied1",
"Value": "Custom info 1"
},
{
"Name": "CustomFied2",
"Value": "Custom info 2"
}
]
}
}]
}
}
<Products>
<Product>
<ProductId>2365</ProductId>
<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>
<CreatedTime>01-24-2020 05:01:35</CreatedTime>
<CreatedTimeUTC>01-24-2020 15:01:35</CreatedTimeUTC>
<ModifiedTime>01-24-2020 05:05:56</ModifiedTime>
<ModifiedTimeUTC>01-24-2020 15:05:56</ModifiedTimeUTC>
<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": [{
"ProductId": "2365",
"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",
"CreatedTime": "01-24-2020 05:01:35",
"CreatedTimeUTC": "01-24-2020 15:01:35",
"ModifiedTime": "01-24-2020 05:05:56",
"ModifiedTimeUTC": "01-24-2020 15:05:56",
"ProductCustomFields": {
"CustomField": [{
"Name": "CustomFied1",
"Value": "Custom info 1"
},
{
"Name": "CustomFied2",
"Value": "Custom info 2"
}
]
}
}]
}
}
<Products>
<Product>
<ProductId>2365</ProductId>
<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>
<CreatedTime>01-24-2020 05:01:35</CreatedTime>
<CreatedTimeUTC>01-24-2020 15:01:35</CreatedTimeUTC>
<ModifiedTime>01-24-2020 05:05:56</ModifiedTime>
<ModifiedTimeUTC>01-24-2020 15:05:56</ModifiedTimeUTC>
<ProductCustomFields>
<CustomField>
<Name>CustomFied1</Name>
<Value>Custom info 1</Value>
</CustomField>
<CustomField>
<Name>CustomFied2</Name>
<Value>Custom info 2</Value>
</CustomField>
</ProductCustomFields>
</Product>
</Products>
WADL
<?xml version="1.0" encoding="utf-8"?>
<application>
<resources base="https://{yourCompany}.agiliron.net/agiliron/api-40/">
<resource path="Products">
<method name="GET">
<resource path="{ProductCode}">
<request>
<param name="key" type="xsd:string" style="query" required="true"/>
</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>
Updated about 22 hours ago