Read Product
Retrieves the details of a Product object that has been previously created.
Parameters
Path Params | |
---|---|
yourCompany: | string The Company name need to passed in the base URL.For eg. if you enter xyzcompany name, the url https://{yourCompany}.agiliron.net/agiliron/api-40.php/Products will change to https://xyzcompany.agiliron.net/agiliron/api-40.php/Products |
Query Params | |
---|---|
filter: | string In this parameter fieldname needs to be provided with condition and value to fetch related details.for eg. ProductName,eq,Products name 1. To fetch Products with productname equal to Cream and custom field(Test CheckBox) value is no or off, the following url must be usedhttps://xyzcompany.agiliron.net/agiliron/api-40/Products?filter=ProductName,eq,Cream;Test CheckBox,eq,no&key=xyzkey 2. To fetch Products with created date between 01-15-2020 to 01-31-2020 (Use | between two dates), the following url must be usedhttps://xyzcompany.agiliron.net/agiliron/api-40/Products?filter=CreatedTime,bt,01-15-2020 | 01-31-2020&key=xyzkey 3. To fetch Products with created datetime between 01-15-2020 01:03:10 to 01-31-2020 20:00:00 (Use | between two dates), the following url must be usedhttps://xyzcompany.agiliron.net/agiliron/api-40/Products?filter=CreatedTime,bt,01-15-2020 01:03:10| 01-31-2020 20:00:00&key=xyzkey 4. To fetch Products with ProductCategory 'Brands' OR 'Hardware' (Use OR between two values), the following url must be usedhttps://xyzcompany.agiliron.net/agiliron/api-40/Products?filter=ProductCategory,eq,Brands OR Hardware&key=xyzkey 5. To fetch Product with Product Code equal to TNP, the following url must be usedhttps://xyzcompany.agiliron.net/agiliron/api-40/Products?filter=ProductCode,eq,TNP&key=xyzkey List of condition abbrevations to be used: "cs": contain string (string contains value) "sw": start with (string starts with value) "ew": end with (string end with value) "neq": not equal (string or number should not match) "eq": equal (string or number matches exactly) "lt": lower than (number is lower than value) "le": lower or equal (number is lower than or equal to value) "ge": greater or equal (number is higher than or equal to value) "gt": greater than (number is higher than value) "bt": between (number is between two comma separated values) |
showImageData: | string In this parameter yes or no value needs to be passed respectively to fetch image data or to skip image data in response.for eg. showImageData=No (By default value for showImageData will be Yes) 1. To fetch Products with productname equal to Cream and without image data, the following url must be usedhttps://xyzcompany.agiliron.net/agiliron/api-40/Products?filter=ProductName,eq,Cream;Test CheckBox,eq,no&key=xyzkey&showImageData=No |
customview: | string In this parameter customview name needs to be provided to fetch related details.For eg. To fetch Product customview with name as ABC Customview, the following url must be used https://xyzcompany.agiliron.net/agiliron/api-40/Products?customview=ABC Customview&key=xyzkey |
page: | string In this parameter page number needs to be provided to fetch related page details.For eg. To fetch Product with productcode contains abc and page number 3 , the following url must be used https://xyzcompany.agiliron.net/agiliron/api-40/Products?filter=ProductCode,cs,abc&page=3&key=xyzkey |
pageSize: | string In this parameter pageSize number needs to be provided to fetch related page details.For eg. To fetch Product with productcode contains abc and page size 10 , the following url must be used https://xyzcompany.agiliron.net/agiliron/api-40/Products?filter=ProductCode,cs,abc&pageSize=10&key=xyzkey |
showQuickbooksData: | string In this parameter yes or no value needs to be passed respectively to fetch quickbooks data or to skip quickbooks data in response.for eg. showQuickbooksData=No (By default value for showQuickbooksData will be Yes) Note To fetch the quickbooks data , quickbooks online must be enabled for respective instance. 1. To fetch Products with productname equal to Cream and without Quickbooks data, the following url must be usedhttps://xyzcompany.agiliron.net/agiliron/api-40/Products?filter=ProductName,eq,Cream;Test CheckBox,eq,no&key=xyzkey&showQuickbooksData=No |
Header Params | |
---|---|
Accept: | string Response header need to be passed for eg. application/json or application/xml. |
Query Auth | |
---|---|
key: | string API key needs to be passed in this variable.The option to enter API key will appear when you click on Try it button.This will be the first option in AUTHENTICATION block.Default is SET to 0. |
Header Auth | |
---|---|
apiKey: | string Dedicated API key needs to be passed in this variable via header.The option to enter API key will appear when you click on Try it button.This will be the second option in AUTHENTICATION block.Default is SET to 0. |
Sample Code
Product Types:
- Standard
- Matrix
- Assembly
- Kit
- Lot
- Proxy
- Serialised
- Service
{
"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 18 days ago