ProductService


Click here for a complete list of operations.

GetProductSOAP

Retrieves ProductCollection object for a specific product id.

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
ClientName:
Guid:
ProductID:

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /productservice.asmx HTTP/1.1
Host: api-jako.aptos.io
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://api.shopvisible.com/GetProductSOAP"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetProductSOAP xmlns="http://api.shopvisible.com/">
      <ClientName>string</ClientName>
      <Guid>string</Guid>
      <ProductID>string</ProductID>
    </GetProductSOAP>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetProductSOAPResponse xmlns="http://api.shopvisible.com/">
      <Products>
        <ProductCurrentPage>int</ProductCurrentPage>
        <ProductTotalPages>int</ProductTotalPages>
        <Product>
          <ProductRMAAble>boolean</ProductRMAAble>
          <ProductAllowBackorder>boolean</ProductAllowBackorder>
          <ProductUpsellItems>
            <UpsellItem xsi:nil="true" />
            <UpsellItem xsi:nil="true" />
            <Response xsi:nil="true" />
          </ProductUpsellItems>
          <ProductReviewCount>int</ProductReviewCount>
          <InventoryMarkup>decimal</InventoryMarkup>
          <ProductID>int</ProductID>
          <DeptID>int</DeptID>
          <ProductCode>string</ProductCode>
          <ProductName>string</ProductName>
          <ProductWeight>decimal</ProductWeight>
          <ProductQuantity>int</ProductQuantity>
          <ProductAvailability>string</ProductAvailability>
          <ProductOrderable>boolean</ProductOrderable>
          <ProductImagePath>string</ProductImagePath>
          <ProductImageRefresh>boolean</ProductImageRefresh>
          <ProductThumbnailImagePath>string</ProductThumbnailImagePath>
          <ProductCaption>string</ProductCaption>
          <ProductSpecsList>string</ProductSpecsList>
          <ProductReviewURL>string</ProductReviewURL>
          <ProductrWriteReviewURL>string</ProductrWriteReviewURL>
          <ProductEditorsChoice>boolean</ProductEditorsChoice>
          <ProductNewProduct>boolean</ProductNewProduct>
          <ProductNewProductDate>dateTime</ProductNewProductDate>
          <ProductFreeShipping>boolean</ProductFreeShipping>
          <ProductSpecialProduct>boolean</ProductSpecialProduct>
          <ProductSpecialProductDate>dateTime</ProductSpecialProductDate>
          <ProductNotes>string</ProductNotes>
          <ProductStockStatusID>int</ProductStockStatusID>
          <ProductStockStatus>string</ProductStockStatus>
          <ProductFutureStockStatusID>int</ProductFutureStockStatusID>
          <ProductFutureStockStatus>string</ProductFutureStockStatus>
          <ProductFutureStockQuantity>int</ProductFutureStockQuantity>
          <ProductFutureStockThreshold>int</ProductFutureStockThreshold>
          <ProductDetailedStatus>string</ProductDetailedStatus>
          <ProductStockOverride>boolean</ProductStockOverride>
          <ProductPriceOverride>boolean</ProductPriceOverride>
          <ProductDeleted>boolean</ProductDeleted>
          <ProductPreOrder>boolean</ProductPreOrder>
          <ProductInStockDate>dateTime</ProductInStockDate>
          <ProductPartNo>string</ProductPartNo>
          <ProductPartNoAlternate>string</ProductPartNoAlternate>
          <ProductLocalSales>boolean</ProductLocalSales>
          <ProductPayPerClick>boolean</ProductPayPerClick>
          <ProductShopbot>boolean</ProductShopbot>
          <ProductOpenboxCondition>string</ProductOpenboxCondition>
          <ProductCustomText>string</ProductCustomText>
          <ProductReturnProtection>boolean</ProductReturnProtection>
          <ProductAmazon>boolean</ProductAmazon>
          <ProductUPC>string</ProductUPC>
          <ProductOrder>int</ProductOrder>
          <ProductCatalogBookNumber>string</ProductCatalogBookNumber>
          <ProductCatalogPageNumber>string</ProductCatalogPageNumber>
          <ProductStandardFreight>boolean</ProductStandardFreight>
          <ProductSystemShippingAmount>decimal</ProductSystemShippingAmount>
          <ProductFreightClass>decimal</ProductFreightClass>
          <ProductIsLimited>boolean</ProductIsLimited>
          <ProductVIN>string</ProductVIN>
          <ProductYear>string</ProductYear>
          <ProductSubModel>string</ProductSubModel>
          <ProductMiles>int</ProductMiles>
          <ProductMetaTitle>string</ProductMetaTitle>
          <ProductMetaKeywords>string</ProductMetaKeywords>
          <ProductMetaDescription>string</ProductMetaDescription>
          <ProductMetaTags>string</ProductMetaTags>
          <ProductCertifiedStatus>string</ProductCertifiedStatus>
          <ProductSubWeight>decimal</ProductSubWeight>
          <ProductNextPurchaseOn>string</ProductNextPurchaseOn>
          <ProductNextPurchaseOnPeriod>string</ProductNextPurchaseOnPeriod>
          <ProductNextProductAccessoryGroup>int</ProductNextProductAccessoryGroup>
          <ProductIsGiftCard>boolean</ProductIsGiftCard>
          <ProductGiftCardExpiresDate>dateTime</ProductGiftCardExpiresDate>
          <ProductGiftCardValidForDays>int</ProductGiftCardValidForDays>
          <ProductSelectableList>string</ProductSelectableList>
          <ProductExcludeFromThirdPartyCheckout>boolean</ProductExcludeFromThirdPartyCheckout>
          <ProductIsOversized>boolean</ProductIsOversized>
          <ProductSizeHeight>int</ProductSizeHeight>
          <ProductSizeWidth>int</ProductSizeWidth>
          <ProductSizeLength>int</ProductSizeLength>
          <ProductWarrantyProvider>string</ProductWarrantyProvider>
          <ProductWarrantyLength>string</ProductWarrantyLength>
          <ProductWarrantyPhone>string</ProductWarrantyPhone>
          <ProductInOverstock>boolean</ProductInOverstock>
          <ProductCreated>dateTime</ProductCreated>
          <ProductModified>dateTime</ProductModified>
          <ProductMasterProductID>int</ProductMasterProductID>
          <ProductCustomXML>string</ProductCustomXML>
          <ProductExtra1>string</ProductExtra1>
          <ProductExtra2>string</ProductExtra2>
          <ProductExtra3>string</ProductExtra3>
          <ProductExtra4>string</ProductExtra4>
          <ProductExtra5>string</ProductExtra5>
          <ProductExtra6>string</ProductExtra6>
          <ProductExtra7>string</ProductExtra7>
          <ProductExtra8>string</ProductExtra8>
          <ProductExtra9>string</ProductExtra9>
          <ProductExtra10>string</ProductExtra10>
          <ProductDisallowGiftwrap>boolean</ProductDisallowGiftwrap>
          <ProductAmazonIDNumber>string</ProductAmazonIDNumber>
          <ProductManufactureCountry>string</ProductManufactureCountry>
          <ProductFreeConditionalShipping>boolean</ProductFreeConditionalShipping>
          <ProductHSCode>string</ProductHSCode>
          <ProductTaxExempt>boolean</ProductTaxExempt>
          <ProductQtyThresholdLow>int</ProductQtyThresholdLow>
          <ProductQtyThresholdHigh>int</ProductQtyThresholdHigh>
          <ProductAmazonSKU>string</ProductAmazonSKU>
          <ProductBinNo>string</ProductBinNo>
          <ProductURL>string</ProductURL>
          <ProductDigital>boolean</ProductDigital>
          <ProductDisplayInMobile>boolean</ProductDisplayInMobile>
          <ProductExpirationDate>dateTime</ProductExpirationDate>
          <ProductRequiresActivation>boolean</ProductRequiresActivation>
          <Categories>
            <Category xsi:nil="true" />
            <Category xsi:nil="true" />
            <Response xsi:nil="true" />
          </Categories>
          <SubCategoriesShared>
            <SubCategory xsi:nil="true" />
            <SubCategory xsi:nil="true" />
            <Response xsi:nil="true" />
          </SubCategoriesShared>
          <Brand>
            <BrandID>int</BrandID>
            <BrandName>string</BrandName>
            <BrandDescription>string</BrandDescription>
            <BrandURL>string</BrandURL>
            <BrandTitle>string</BrandTitle>
            <BrandMetaKeywords>string</BrandMetaKeywords>
            <BrandMetaDescription>string</BrandMetaDescription>
            <BrandCSS>string</BrandCSS>
            <BrandTags>string</BrandTags>
            <BrandHeaderImage>string</BrandHeaderImage>
            <BrandUPCCode>string</BrandUPCCode>
            <BrandImage>string</BrandImage>
            <BrandFeatured>boolean</BrandFeatured>
            <SubBrands xsi:nil="true" />
            <ExternalID>string</ExternalID>
          </Brand>
          <SubBrand>
            <SubBrandID>int</SubBrandID>
            <SubBrandName>string</SubBrandName>
            <SubBrandBrandID>int</SubBrandBrandID>
            <SubBrandBrand>string</SubBrandBrand>
            <SubBrandDescription>string</SubBrandDescription>
            <SubBrandImage>string</SubBrandImage>
            <SubBrandOrder>decimal</SubBrandOrder>
            <SubBrandMetaTitle>string</SubBrandMetaTitle>
            <SubBrandMetaKeywords>string</SubBrandMetaKeywords>
            <SubBrandMetaDescription>string</SubBrandMetaDescription>
          </SubBrand>
          <Price>
            <PriceProductID>int</PriceProductID>
            <PriceIncrementalPaymentLength>int</PriceIncrementalPaymentLength>
            <PriceMSRPMin>decimal</PriceMSRPMin>
            <PriceMSRPMax>decimal</PriceMSRPMax>
            <PriceSale>decimal</PriceSale>
            <PriceCost>decimal</PriceCost>
            <PriceMAP>decimal</PriceMAP>
            <PriceCall>decimal</PriceCall>
            <PricePersonalization>decimal</PricePersonalization>
            <PriceOnSale>decimal</PriceOnSale>
            <PriceShippingDomestic>decimal</PriceShippingDomestic>
            <PriceShippingInternational>decimal</PriceShippingInternational>
            <PriceGiftCardMin>decimal</PriceGiftCardMin>
            <PriceGiftCardMax>decimal</PriceGiftCardMax>
            <PriceGiftCardIncrement>decimal</PriceGiftCardIncrement>
            <PriceBestOffer>decimal</PriceBestOffer>
            <SaleStartDateTime>dateTime</SaleStartDateTime>
            <SaleEndDateTime>dateTime</SaleEndDateTime>
            <PriceWholesale>decimal</PriceWholesale>
            <WholeSaleOnSaleStartDate>dateTime</WholeSaleOnSaleStartDate>
            <WholeSaleOnSaleEndDate>dateTime</WholeSaleOnSaleEndDate>
            <WholeSaleOnSale>decimal</WholeSaleOnSale>
          </Price>
          <PriceBreaks>
            <ProductPriceBreak xsi:nil="true" />
            <ProductPriceBreak xsi:nil="true" />
            <Response xsi:nil="true" />
          </PriceBreaks>
          <ProductOptionGroups>
            <ProductOptionGroup xsi:nil="true" />
            <ProductOptionGroup xsi:nil="true" />
            <Response xsi:nil="true" />
          </ProductOptionGroups>
          <Images>
            <ProductImage xsi:nil="true" />
            <ProductImage xsi:nil="true" />
            <Response xsi:nil="true" />
          </Images>
          <Videos>
            <ProductVideo xsi:nil="true" />
            <ProductVideo xsi:nil="true" />
            <Response xsi:nil="true" />
          </Videos>
          <Suppliers>
            <ProductSupplier xsi:nil="true" />
            <ProductSupplier xsi:nil="true" />
            <Response xsi:nil="true" />
          </Suppliers>
          <Classifications>
            <Classification xsi:nil="true" />
            <Classification xsi:nil="true" />
            <Response xsi:nil="true" />
          </Classifications>
          <ComparableSpecs>
            <ProductComparableSpec xsi:nil="true" />
            <ProductComparableSpec xsi:nil="true" />
            <Response xsi:nil="true" />
          </ComparableSpecs>
          <tiergroupproducts>
            <tiergroupproduct xsi:nil="true" />
            <tiergroupproduct xsi:nil="true" />
            <Response xsi:nil="true" />
          </tiergroupproducts>
          <ProductIsAmazonFBA>int</ProductIsAmazonFBA>
          <ProductAmazonFBASKU>string</ProductAmazonFBASKU>
          <NonDiscountable>boolean</NonDiscountable>
          <ProductAmazonActive>boolean</ProductAmazonActive>
          <ProductIsDonationProduct>boolean</ProductIsDonationProduct>
          <ProductDonationAmountSelectedAtCheckout>boolean</ProductDonationAmountSelectedAtCheckout>
          <ExternalID>string</ExternalID>
          <ProductBundleItemsShipTogether>boolean</ProductBundleItemsShipTogether>
          <ImageVersion>string</ImageVersion>
          <ProductInStockThreshold>int</ProductInStockThreshold>
          <ProductMaximumCartQty>int</ProductMaximumCartQty>
          <ProductNsiDsi>int</ProductNsiDsi>
        </Product>
        <Product>
          <ProductRMAAble>boolean</ProductRMAAble>
          <ProductAllowBackorder>boolean</ProductAllowBackorder>
          <ProductUpsellItems>
            <UpsellItem xsi:nil="true" />
            <UpsellItem xsi:nil="true" />
            <Response xsi:nil="true" />
          </ProductUpsellItems>
          <ProductReviewCount>int</ProductReviewCount>
          <InventoryMarkup>decimal</InventoryMarkup>
          <ProductID>int</ProductID>
          <DeptID>int</DeptID>
          <ProductCode>string</ProductCode>
          <ProductName>string</ProductName>
          <ProductWeight>decimal</ProductWeight>
          <ProductQuantity>int</ProductQuantity>
          <ProductAvailability>string</ProductAvailability>
          <ProductOrderable>boolean</ProductOrderable>
          <ProductImagePath>string</ProductImagePath>
          <ProductImageRefresh>boolean</ProductImageRefresh>
          <ProductThumbnailImagePath>string</ProductThumbnailImagePath>
          <ProductCaption>string</ProductCaption>
          <ProductSpecsList>string</ProductSpecsList>
          <ProductReviewURL>string</ProductReviewURL>
          <ProductrWriteReviewURL>string</ProductrWriteReviewURL>
          <ProductEditorsChoice>boolean</ProductEditorsChoice>
          <ProductNewProduct>boolean</ProductNewProduct>
          <ProductNewProductDate>dateTime</ProductNewProductDate>
          <ProductFreeShipping>boolean</ProductFreeShipping>
          <ProductSpecialProduct>boolean</ProductSpecialProduct>
          <ProductSpecialProductDate>dateTime</ProductSpecialProductDate>
          <ProductNotes>string</ProductNotes>
          <ProductStockStatusID>int</ProductStockStatusID>
          <ProductStockStatus>string</ProductStockStatus>
          <ProductFutureStockStatusID>int</ProductFutureStockStatusID>
          <ProductFutureStockStatus>string</ProductFutureStockStatus>
          <ProductFutureStockQuantity>int</ProductFutureStockQuantity>
          <ProductFutureStockThreshold>int</ProductFutureStockThreshold>
          <ProductDetailedStatus>string</ProductDetailedStatus>
          <ProductStockOverride>boolean</ProductStockOverride>
          <ProductPriceOverride>boolean</ProductPriceOverride>
          <ProductDeleted>boolean</ProductDeleted>
          <ProductPreOrder>boolean</ProductPreOrder>
          <ProductInStockDate>dateTime</ProductInStockDate>
          <ProductPartNo>string</ProductPartNo>
          <ProductPartNoAlternate>string</ProductPartNoAlternate>
          <ProductLocalSales>boolean</ProductLocalSales>
          <ProductPayPerClick>boolean</ProductPayPerClick>
          <ProductShopbot>boolean</ProductShopbot>
          <ProductOpenboxCondition>string</ProductOpenboxCondition>
          <ProductCustomText>string</ProductCustomText>
          <ProductReturnProtection>boolean</ProductReturnProtection>
          <ProductAmazon>boolean</ProductAmazon>
          <ProductUPC>string</ProductUPC>
          <ProductOrder>int</ProductOrder>
          <ProductCatalogBookNumber>string</ProductCatalogBookNumber>
          <ProductCatalogPageNumber>string</ProductCatalogPageNumber>
          <ProductStandardFreight>boolean</ProductStandardFreight>
          <ProductSystemShippingAmount>decimal</ProductSystemShippingAmount>
          <ProductFreightClass>decimal</ProductFreightClass>
          <ProductIsLimited>boolean</ProductIsLimited>
          <ProductVIN>string</ProductVIN>
          <ProductYear>string</ProductYear>
          <ProductSubModel>string</ProductSubModel>
          <ProductMiles>int</ProductMiles>
          <ProductMetaTitle>string</ProductMetaTitle>
          <ProductMetaKeywords>string</ProductMetaKeywords>
          <ProductMetaDescription>string</ProductMetaDescription>
          <ProductMetaTags>string</ProductMetaTags>
          <ProductCertifiedStatus>string</ProductCertifiedStatus>
          <ProductSubWeight>decimal</ProductSubWeight>
          <ProductNextPurchaseOn>string</ProductNextPurchaseOn>
          <ProductNextPurchaseOnPeriod>string</ProductNextPurchaseOnPeriod>
          <ProductNextProductAccessoryGroup>int</ProductNextProductAccessoryGroup>
          <ProductIsGiftCard>boolean</ProductIsGiftCard>
          <ProductGiftCardExpiresDate>dateTime</ProductGiftCardExpiresDate>
          <ProductGiftCardValidForDays>int</ProductGiftCardValidForDays>
          <ProductSelectableList>string</ProductSelectableList>
          <ProductExcludeFromThirdPartyCheckout>boolean</ProductExcludeFromThirdPartyCheckout>
          <ProductIsOversized>boolean</ProductIsOversized>
          <ProductSizeHeight>int</ProductSizeHeight>
          <ProductSizeWidth>int</ProductSizeWidth>
          <ProductSizeLength>int</ProductSizeLength>
          <ProductWarrantyProvider>string</ProductWarrantyProvider>
          <ProductWarrantyLength>string</ProductWarrantyLength>
          <ProductWarrantyPhone>string</ProductWarrantyPhone>
          <ProductInOverstock>boolean</ProductInOverstock>
          <ProductCreated>dateTime</ProductCreated>
          <ProductModified>dateTime</ProductModified>
          <ProductMasterProductID>int</ProductMasterProductID>
          <ProductCustomXML>string</ProductCustomXML>
          <ProductExtra1>string</ProductExtra1>
          <ProductExtra2>string</ProductExtra2>
          <ProductExtra3>string</ProductExtra3>
          <ProductExtra4>string</ProductExtra4>
          <ProductExtra5>string</ProductExtra5>
          <ProductExtra6>string</ProductExtra6>
          <ProductExtra7>string</ProductExtra7>
          <ProductExtra8>string</ProductExtra8>
          <ProductExtra9>string</ProductExtra9>
          <ProductExtra10>string</ProductExtra10>
          <ProductDisallowGiftwrap>boolean</ProductDisallowGiftwrap>
          <ProductAmazonIDNumber>string</ProductAmazonIDNumber>
          <ProductManufactureCountry>string</ProductManufactureCountry>
          <ProductFreeConditionalShipping>boolean</ProductFreeConditionalShipping>
          <ProductHSCode>string</ProductHSCode>
          <ProductTaxExempt>boolean</ProductTaxExempt>
          <ProductQtyThresholdLow>int</ProductQtyThresholdLow>
          <ProductQtyThresholdHigh>int</ProductQtyThresholdHigh>
          <ProductAmazonSKU>string</ProductAmazonSKU>
          <ProductBinNo>string</ProductBinNo>
          <ProductURL>string</ProductURL>
          <ProductDigital>boolean</ProductDigital>
          <ProductDisplayInMobile>boolean</ProductDisplayInMobile>
          <ProductExpirationDate>dateTime</ProductExpirationDate>
          <ProductRequiresActivation>boolean</ProductRequiresActivation>
          <Categories>
            <Category xsi:nil="true" />
            <Category xsi:nil="true" />
            <Response xsi:nil="true" />
          </Categories>
          <SubCategoriesShared>
            <SubCategory xsi:nil="true" />
            <SubCategory xsi:nil="true" />
            <Response xsi:nil="true" />
          </SubCategoriesShared>
          <Brand>
            <BrandID>int</BrandID>
            <BrandName>string</BrandName>
            <BrandDescription>string</BrandDescription>
            <BrandURL>string</BrandURL>
            <BrandTitle>string</BrandTitle>
            <BrandMetaKeywords>string</BrandMetaKeywords>
            <BrandMetaDescription>string</BrandMetaDescription>
            <BrandCSS>string</BrandCSS>
            <BrandTags>string</BrandTags>
            <BrandHeaderImage>string</BrandHeaderImage>
            <BrandUPCCode>string</BrandUPCCode>
            <BrandImage>string</BrandImage>
            <BrandFeatured>boolean</BrandFeatured>
            <SubBrands xsi:nil="true" />
            <ExternalID>string</ExternalID>
          </Brand>
          <SubBrand>
            <SubBrandID>int</SubBrandID>
            <SubBrandName>string</SubBrandName>
            <SubBrandBrandID>int</SubBrandBrandID>
            <SubBrandBrand>string</SubBrandBrand>
            <SubBrandDescription>string</SubBrandDescription>
            <SubBrandImage>string</SubBrandImage>
            <SubBrandOrder>decimal</SubBrandOrder>
            <SubBrandMetaTitle>string</SubBrandMetaTitle>
            <SubBrandMetaKeywords>string</SubBrandMetaKeywords>
            <SubBrandMetaDescription>string</SubBrandMetaDescription>
          </SubBrand>
          <Price>
            <PriceProductID>int</PriceProductID>
            <PriceIncrementalPaymentLength>int</PriceIncrementalPaymentLength>
            <PriceMSRPMin>decimal</PriceMSRPMin>
            <PriceMSRPMax>decimal</PriceMSRPMax>
            <PriceSale>decimal</PriceSale>
            <PriceCost>decimal</PriceCost>
            <PriceMAP>decimal</PriceMAP>
            <PriceCall>decimal</PriceCall>
            <PricePersonalization>decimal</PricePersonalization>
            <PriceOnSale>decimal</PriceOnSale>
            <PriceShippingDomestic>decimal</PriceShippingDomestic>
            <PriceShippingInternational>decimal</PriceShippingInternational>
            <PriceGiftCardMin>decimal</PriceGiftCardMin>
            <PriceGiftCardMax>decimal</PriceGiftCardMax>
            <PriceGiftCardIncrement>decimal</PriceGiftCardIncrement>
            <PriceBestOffer>decimal</PriceBestOffer>
            <SaleStartDateTime>dateTime</SaleStartDateTime>
            <SaleEndDateTime>dateTime</SaleEndDateTime>
            <PriceWholesale>decimal</PriceWholesale>
            <WholeSaleOnSaleStartDate>dateTime</WholeSaleOnSaleStartDate>
            <WholeSaleOnSaleEndDate>dateTime</WholeSaleOnSaleEndDate>
            <WholeSaleOnSale>decimal</WholeSaleOnSale>
          </Price>
          <PriceBreaks>
            <ProductPriceBreak xsi:nil="true" />
            <ProductPriceBreak xsi:nil="true" />
            <Response xsi:nil="true" />
          </PriceBreaks>
          <ProductOptionGroups>
            <ProductOptionGroup xsi:nil="true" />
            <ProductOptionGroup xsi:nil="true" />
            <Response xsi:nil="true" />
          </ProductOptionGroups>
          <Images>
            <ProductImage xsi:nil="true" />
            <ProductImage xsi:nil="true" />
            <Response xsi:nil="true" />
          </Images>
          <Videos>
            <ProductVideo xsi:nil="true" />
            <ProductVideo xsi:nil="true" />
            <Response xsi:nil="true" />
          </Videos>
          <Suppliers>
            <ProductSupplier xsi:nil="true" />
            <ProductSupplier xsi:nil="true" />
            <Response xsi:nil="true" />
          </Suppliers>
          <Classifications>
            <Classification xsi:nil="true" />
            <Classification xsi:nil="true" />
            <Response xsi:nil="true" />
          </Classifications>
          <ComparableSpecs>
            <ProductComparableSpec xsi:nil="true" />
            <ProductComparableSpec xsi:nil="true" />
            <Response xsi:nil="true" />
          </ComparableSpecs>
          <tiergroupproducts>
            <tiergroupproduct xsi:nil="true" />
            <tiergroupproduct xsi:nil="true" />
            <Response xsi:nil="true" />
          </tiergroupproducts>
          <ProductIsAmazonFBA>int</ProductIsAmazonFBA>
          <ProductAmazonFBASKU>string</ProductAmazonFBASKU>
          <NonDiscountable>boolean</NonDiscountable>
          <ProductAmazonActive>boolean</ProductAmazonActive>
          <ProductIsDonationProduct>boolean</ProductIsDonationProduct>
          <ProductDonationAmountSelectedAtCheckout>boolean</ProductDonationAmountSelectedAtCheckout>
          <ExternalID>string</ExternalID>
          <ProductBundleItemsShipTogether>boolean</ProductBundleItemsShipTogether>
          <ImageVersion>string</ImageVersion>
          <ProductInStockThreshold>int</ProductInStockThreshold>
          <ProductMaximumCartQty>int</ProductMaximumCartQty>
          <ProductNsiDsi>int</ProductNsiDsi>
        </Product>
        <Response>
          <ResponseHasErrors>boolean</ResponseHasErrors>
          <ResponseCode>string</ResponseCode>
          <ResponseDescription>string</ResponseDescription>
          <ResponseCustomReturn1>string</ResponseCustomReturn1>
          <ResponseCustomReturn2>string</ResponseCustomReturn2>
          <ResponseCustomReturn3>string</ResponseCustomReturn3>
          <ResponseCustomReturn4>string</ResponseCustomReturn4>
          <ResponseCustomReturn5>string</ResponseCustomReturn5>
          <ResponseDebugging>string</ResponseDebugging>
          <ResponseOrderSuccess>
            <ResponseOrderSuccess xsi:nil="true" />
            <ResponseOrderSuccess xsi:nil="true" />
          </ResponseOrderSuccess>
          <ResponseOrderErrors>
            <ResponseOrderError xsi:nil="true" />
            <ResponseOrderError xsi:nil="true" />
          </ResponseOrderErrors>
          <ResponseOrderMessages>
            <ResponseOrderMessage xsi:nil="true" />
            <ResponseOrderMessage xsi:nil="true" />
          </ResponseOrderMessages>
        </Response>
      </Products>
    </GetProductSOAPResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /productservice.asmx HTTP/1.1
Host: api-jako.aptos.io
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetProductSOAP xmlns="http://api.shopvisible.com/">
      <ClientName>string</ClientName>
      <Guid>string</Guid>
      <ProductID>string</ProductID>
    </GetProductSOAP>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetProductSOAPResponse xmlns="http://api.shopvisible.com/">
      <Products>
        <ProductCurrentPage>int</ProductCurrentPage>
        <ProductTotalPages>int</ProductTotalPages>
        <Product>
          <ProductRMAAble>boolean</ProductRMAAble>
          <ProductAllowBackorder>boolean</ProductAllowBackorder>
          <ProductUpsellItems>
            <UpsellItem xsi:nil="true" />
            <UpsellItem xsi:nil="true" />
            <Response xsi:nil="true" />
          </ProductUpsellItems>
          <ProductReviewCount>int</ProductReviewCount>
          <InventoryMarkup>decimal</InventoryMarkup>
          <ProductID>int</ProductID>
          <DeptID>int</DeptID>
          <ProductCode>string</ProductCode>
          <ProductName>string</ProductName>
          <ProductWeight>decimal</ProductWeight>
          <ProductQuantity>int</ProductQuantity>
          <ProductAvailability>string</ProductAvailability>
          <ProductOrderable>boolean</ProductOrderable>
          <ProductImagePath>string</ProductImagePath>
          <ProductImageRefresh>boolean</ProductImageRefresh>
          <ProductThumbnailImagePath>string</ProductThumbnailImagePath>
          <ProductCaption>string</ProductCaption>
          <ProductSpecsList>string</ProductSpecsList>
          <ProductReviewURL>string</ProductReviewURL>
          <ProductrWriteReviewURL>string</ProductrWriteReviewURL>
          <ProductEditorsChoice>boolean</ProductEditorsChoice>
          <ProductNewProduct>boolean</ProductNewProduct>
          <ProductNewProductDate>dateTime</ProductNewProductDate>
          <ProductFreeShipping>boolean</ProductFreeShipping>
          <ProductSpecialProduct>boolean</ProductSpecialProduct>
          <ProductSpecialProductDate>dateTime</ProductSpecialProductDate>
          <ProductNotes>string</ProductNotes>
          <ProductStockStatusID>int</ProductStockStatusID>
          <ProductStockStatus>string</ProductStockStatus>
          <ProductFutureStockStatusID>int</ProductFutureStockStatusID>
          <ProductFutureStockStatus>string</ProductFutureStockStatus>
          <ProductFutureStockQuantity>int</ProductFutureStockQuantity>
          <ProductFutureStockThreshold>int</ProductFutureStockThreshold>
          <ProductDetailedStatus>string</ProductDetailedStatus>
          <ProductStockOverride>boolean</ProductStockOverride>
          <ProductPriceOverride>boolean</ProductPriceOverride>
          <ProductDeleted>boolean</ProductDeleted>
          <ProductPreOrder>boolean</ProductPreOrder>
          <ProductInStockDate>dateTime</ProductInStockDate>
          <ProductPartNo>string</ProductPartNo>
          <ProductPartNoAlternate>string</ProductPartNoAlternate>
          <ProductLocalSales>boolean</ProductLocalSales>
          <ProductPayPerClick>boolean</ProductPayPerClick>
          <ProductShopbot>boolean</ProductShopbot>
          <ProductOpenboxCondition>string</ProductOpenboxCondition>
          <ProductCustomText>string</ProductCustomText>
          <ProductReturnProtection>boolean</ProductReturnProtection>
          <ProductAmazon>boolean</ProductAmazon>
          <ProductUPC>string</ProductUPC>
          <ProductOrder>int</ProductOrder>
          <ProductCatalogBookNumber>string</ProductCatalogBookNumber>
          <ProductCatalogPageNumber>string</ProductCatalogPageNumber>
          <ProductStandardFreight>boolean</ProductStandardFreight>
          <ProductSystemShippingAmount>decimal</ProductSystemShippingAmount>
          <ProductFreightClass>decimal</ProductFreightClass>
          <ProductIsLimited>boolean</ProductIsLimited>
          <ProductVIN>string</ProductVIN>
          <ProductYear>string</ProductYear>
          <ProductSubModel>string</ProductSubModel>
          <ProductMiles>int</ProductMiles>
          <ProductMetaTitle>string</ProductMetaTitle>
          <ProductMetaKeywords>string</ProductMetaKeywords>
          <ProductMetaDescription>string</ProductMetaDescription>
          <ProductMetaTags>string</ProductMetaTags>
          <ProductCertifiedStatus>string</ProductCertifiedStatus>
          <ProductSubWeight>decimal</ProductSubWeight>
          <ProductNextPurchaseOn>string</ProductNextPurchaseOn>
          <ProductNextPurchaseOnPeriod>string</ProductNextPurchaseOnPeriod>
          <ProductNextProductAccessoryGroup>int</ProductNextProductAccessoryGroup>
          <ProductIsGiftCard>boolean</ProductIsGiftCard>
          <ProductGiftCardExpiresDate>dateTime</ProductGiftCardExpiresDate>
          <ProductGiftCardValidForDays>int</ProductGiftCardValidForDays>
          <ProductSelectableList>string</ProductSelectableList>
          <ProductExcludeFromThirdPartyCheckout>boolean</ProductExcludeFromThirdPartyCheckout>
          <ProductIsOversized>boolean</ProductIsOversized>
          <ProductSizeHeight>int</ProductSizeHeight>
          <ProductSizeWidth>int</ProductSizeWidth>
          <ProductSizeLength>int</ProductSizeLength>
          <ProductWarrantyProvider>string</ProductWarrantyProvider>
          <ProductWarrantyLength>string</ProductWarrantyLength>
          <ProductWarrantyPhone>string</ProductWarrantyPhone>
          <ProductInOverstock>boolean</ProductInOverstock>
          <ProductCreated>dateTime</ProductCreated>
          <ProductModified>dateTime</ProductModified>
          <ProductMasterProductID>int</ProductMasterProductID>
          <ProductCustomXML>string</ProductCustomXML>
          <ProductExtra1>string</ProductExtra1>
          <ProductExtra2>string</ProductExtra2>
          <ProductExtra3>string</ProductExtra3>
          <ProductExtra4>string</ProductExtra4>
          <ProductExtra5>string</ProductExtra5>
          <ProductExtra6>string</ProductExtra6>
          <ProductExtra7>string</ProductExtra7>
          <ProductExtra8>string</ProductExtra8>
          <ProductExtra9>string</ProductExtra9>
          <ProductExtra10>string</ProductExtra10>
          <ProductDisallowGiftwrap>boolean</ProductDisallowGiftwrap>
          <ProductAmazonIDNumber>string</ProductAmazonIDNumber>
          <ProductManufactureCountry>string</ProductManufactureCountry>
          <ProductFreeConditionalShipping>boolean</ProductFreeConditionalShipping>
          <ProductHSCode>string</ProductHSCode>
          <ProductTaxExempt>boolean</ProductTaxExempt>
          <ProductQtyThresholdLow>int</ProductQtyThresholdLow>
          <ProductQtyThresholdHigh>int</ProductQtyThresholdHigh>
          <ProductAmazonSKU>string</ProductAmazonSKU>
          <ProductBinNo>string</ProductBinNo>
          <ProductURL>string</ProductURL>
          <ProductDigital>boolean</ProductDigital>
          <ProductDisplayInMobile>boolean</ProductDisplayInMobile>
          <ProductExpirationDate>dateTime</ProductExpirationDate>
          <ProductRequiresActivation>boolean</ProductRequiresActivation>
          <Categories>
            <Category xsi:nil="true" />
            <Category xsi:nil="true" />
            <Response xsi:nil="true" />
          </Categories>
          <SubCategoriesShared>
            <SubCategory xsi:nil="true" />
            <SubCategory xsi:nil="true" />
            <Response xsi:nil="true" />
          </SubCategoriesShared>
          <Brand>
            <BrandID>int</BrandID>
            <BrandName>string</BrandName>
            <BrandDescription>string</BrandDescription>
            <BrandURL>string</BrandURL>
            <BrandTitle>string</BrandTitle>
            <BrandMetaKeywords>string</BrandMetaKeywords>
            <BrandMetaDescription>string</BrandMetaDescription>
            <BrandCSS>string</BrandCSS>
            <BrandTags>string</BrandTags>
            <BrandHeaderImage>string</BrandHeaderImage>
            <BrandUPCCode>string</BrandUPCCode>
            <BrandImage>string</BrandImage>
            <BrandFeatured>boolean</BrandFeatured>
            <SubBrands xsi:nil="true" />
            <ExternalID>string</ExternalID>
          </Brand>
          <SubBrand>
            <SubBrandID>int</SubBrandID>
            <SubBrandName>string</SubBrandName>
            <SubBrandBrandID>int</SubBrandBrandID>
            <SubBrandBrand>string</SubBrandBrand>
            <SubBrandDescription>string</SubBrandDescription>
            <SubBrandImage>string</SubBrandImage>
            <SubBrandOrder>decimal</SubBrandOrder>
            <SubBrandMetaTitle>string</SubBrandMetaTitle>
            <SubBrandMetaKeywords>string</SubBrandMetaKeywords>
            <SubBrandMetaDescription>string</SubBrandMetaDescription>
          </SubBrand>
          <Price>
            <PriceProductID>int</PriceProductID>
            <PriceIncrementalPaymentLength>int</PriceIncrementalPaymentLength>
            <PriceMSRPMin>decimal</PriceMSRPMin>
            <PriceMSRPMax>decimal</PriceMSRPMax>
            <PriceSale>decimal</PriceSale>
            <PriceCost>decimal</PriceCost>
            <PriceMAP>decimal</PriceMAP>
            <PriceCall>decimal</PriceCall>
            <PricePersonalization>decimal</PricePersonalization>
            <PriceOnSale>decimal</PriceOnSale>
            <PriceShippingDomestic>decimal</PriceShippingDomestic>
            <PriceShippingInternational>decimal</PriceShippingInternational>
            <PriceGiftCardMin>decimal</PriceGiftCardMin>
            <PriceGiftCardMax>decimal</PriceGiftCardMax>
            <PriceGiftCardIncrement>decimal</PriceGiftCardIncrement>
            <PriceBestOffer>decimal</PriceBestOffer>
            <SaleStartDateTime>dateTime</SaleStartDateTime>
            <SaleEndDateTime>dateTime</SaleEndDateTime>
            <PriceWholesale>decimal</PriceWholesale>
            <WholeSaleOnSaleStartDate>dateTime</WholeSaleOnSaleStartDate>
            <WholeSaleOnSaleEndDate>dateTime</WholeSaleOnSaleEndDate>
            <WholeSaleOnSale>decimal</WholeSaleOnSale>
          </Price>
          <PriceBreaks>
            <ProductPriceBreak xsi:nil="true" />
            <ProductPriceBreak xsi:nil="true" />
            <Response xsi:nil="true" />
          </PriceBreaks>
          <ProductOptionGroups>
            <ProductOptionGroup xsi:nil="true" />
            <ProductOptionGroup xsi:nil="true" />
            <Response xsi:nil="true" />
          </ProductOptionGroups>
          <Images>
            <ProductImage xsi:nil="true" />
            <ProductImage xsi:nil="true" />
            <Response xsi:nil="true" />
          </Images>
          <Videos>
            <ProductVideo xsi:nil="true" />
            <ProductVideo xsi:nil="true" />
            <Response xsi:nil="true" />
          </Videos>
          <Suppliers>
            <ProductSupplier xsi:nil="true" />
            <ProductSupplier xsi:nil="true" />
            <Response xsi:nil="true" />
          </Suppliers>
          <Classifications>
            <Classification xsi:nil="true" />
            <Classification xsi:nil="true" />
            <Response xsi:nil="true" />
          </Classifications>
          <ComparableSpecs>
            <ProductComparableSpec xsi:nil="true" />
            <ProductComparableSpec xsi:nil="true" />
            <Response xsi:nil="true" />
          </ComparableSpecs>
          <tiergroupproducts>
            <tiergroupproduct xsi:nil="true" />
            <tiergroupproduct xsi:nil="true" />
            <Response xsi:nil="true" />
          </tiergroupproducts>
          <ProductIsAmazonFBA>int</ProductIsAmazonFBA>
          <ProductAmazonFBASKU>string</ProductAmazonFBASKU>
          <NonDiscountable>boolean</NonDiscountable>
          <ProductAmazonActive>boolean</ProductAmazonActive>
          <ProductIsDonationProduct>boolean</ProductIsDonationProduct>
          <ProductDonationAmountSelectedAtCheckout>boolean</ProductDonationAmountSelectedAtCheckout>
          <ExternalID>string</ExternalID>
          <ProductBundleItemsShipTogether>boolean</ProductBundleItemsShipTogether>
          <ImageVersion>string</ImageVersion>
          <ProductInStockThreshold>int</ProductInStockThreshold>
          <ProductMaximumCartQty>int</ProductMaximumCartQty>
          <ProductNsiDsi>int</ProductNsiDsi>
        </Product>
        <Product>
          <ProductRMAAble>boolean</ProductRMAAble>
          <ProductAllowBackorder>boolean</ProductAllowBackorder>
          <ProductUpsellItems>
            <UpsellItem xsi:nil="true" />
            <UpsellItem xsi:nil="true" />
            <Response xsi:nil="true" />
          </ProductUpsellItems>
          <ProductReviewCount>int</ProductReviewCount>
          <InventoryMarkup>decimal</InventoryMarkup>
          <ProductID>int</ProductID>
          <DeptID>int</DeptID>
          <ProductCode>string</ProductCode>
          <ProductName>string</ProductName>
          <ProductWeight>decimal</ProductWeight>
          <ProductQuantity>int</ProductQuantity>
          <ProductAvailability>string</ProductAvailability>
          <ProductOrderable>boolean</ProductOrderable>
          <ProductImagePath>string</ProductImagePath>
          <ProductImageRefresh>boolean</ProductImageRefresh>
          <ProductThumbnailImagePath>string</ProductThumbnailImagePath>
          <ProductCaption>string</ProductCaption>
          <ProductSpecsList>string</ProductSpecsList>
          <ProductReviewURL>string</ProductReviewURL>
          <ProductrWriteReviewURL>string</ProductrWriteReviewURL>
          <ProductEditorsChoice>boolean</ProductEditorsChoice>
          <ProductNewProduct>boolean</ProductNewProduct>
          <ProductNewProductDate>dateTime</ProductNewProductDate>
          <ProductFreeShipping>boolean</ProductFreeShipping>
          <ProductSpecialProduct>boolean</ProductSpecialProduct>
          <ProductSpecialProductDate>dateTime</ProductSpecialProductDate>
          <ProductNotes>string</ProductNotes>
          <ProductStockStatusID>int</ProductStockStatusID>
          <ProductStockStatus>string</ProductStockStatus>
          <ProductFutureStockStatusID>int</ProductFutureStockStatusID>
          <ProductFutureStockStatus>string</ProductFutureStockStatus>
          <ProductFutureStockQuantity>int</ProductFutureStockQuantity>
          <ProductFutureStockThreshold>int</ProductFutureStockThreshold>
          <ProductDetailedStatus>string</ProductDetailedStatus>
          <ProductStockOverride>boolean</ProductStockOverride>
          <ProductPriceOverride>boolean</ProductPriceOverride>
          <ProductDeleted>boolean</ProductDeleted>
          <ProductPreOrder>boolean</ProductPreOrder>
          <ProductInStockDate>dateTime</ProductInStockDate>
          <ProductPartNo>string</ProductPartNo>
          <ProductPartNoAlternate>string</ProductPartNoAlternate>
          <ProductLocalSales>boolean</ProductLocalSales>
          <ProductPayPerClick>boolean</ProductPayPerClick>
          <ProductShopbot>boolean</ProductShopbot>
          <ProductOpenboxCondition>string</ProductOpenboxCondition>
          <ProductCustomText>string</ProductCustomText>
          <ProductReturnProtection>boolean</ProductReturnProtection>
          <ProductAmazon>boolean</ProductAmazon>
          <ProductUPC>string</ProductUPC>
          <ProductOrder>int</ProductOrder>
          <ProductCatalogBookNumber>string</ProductCatalogBookNumber>
          <ProductCatalogPageNumber>string</ProductCatalogPageNumber>
          <ProductStandardFreight>boolean</ProductStandardFreight>
          <ProductSystemShippingAmount>decimal</ProductSystemShippingAmount>
          <ProductFreightClass>decimal</ProductFreightClass>
          <ProductIsLimited>boolean</ProductIsLimited>
          <ProductVIN>string</ProductVIN>
          <ProductYear>string</ProductYear>
          <ProductSubModel>string</ProductSubModel>
          <ProductMiles>int</ProductMiles>
          <ProductMetaTitle>string</ProductMetaTitle>
          <ProductMetaKeywords>string</ProductMetaKeywords>
          <ProductMetaDescription>string</ProductMetaDescription>
          <ProductMetaTags>string</ProductMetaTags>
          <ProductCertifiedStatus>string</ProductCertifiedStatus>
          <ProductSubWeight>decimal</ProductSubWeight>
          <ProductNextPurchaseOn>string</ProductNextPurchaseOn>
          <ProductNextPurchaseOnPeriod>string</ProductNextPurchaseOnPeriod>
          <ProductNextProductAccessoryGroup>int</ProductNextProductAccessoryGroup>
          <ProductIsGiftCard>boolean</ProductIsGiftCard>
          <ProductGiftCardExpiresDate>dateTime</ProductGiftCardExpiresDate>
          <ProductGiftCardValidForDays>int</ProductGiftCardValidForDays>
          <ProductSelectableList>string</ProductSelectableList>
          <ProductExcludeFromThirdPartyCheckout>boolean</ProductExcludeFromThirdPartyCheckout>
          <ProductIsOversized>boolean</ProductIsOversized>
          <ProductSizeHeight>int</ProductSizeHeight>
          <ProductSizeWidth>int</ProductSizeWidth>
          <ProductSizeLength>int</ProductSizeLength>
          <ProductWarrantyProvider>string</ProductWarrantyProvider>
          <ProductWarrantyLength>string</ProductWarrantyLength>
          <ProductWarrantyPhone>string</ProductWarrantyPhone>
          <ProductInOverstock>boolean</ProductInOverstock>
          <ProductCreated>dateTime</ProductCreated>
          <ProductModified>dateTime</ProductModified>
          <ProductMasterProductID>int</ProductMasterProductID>
          <ProductCustomXML>string</ProductCustomXML>
          <ProductExtra1>string</ProductExtra1>
          <ProductExtra2>string</ProductExtra2>
          <ProductExtra3>string</ProductExtra3>
          <ProductExtra4>string</ProductExtra4>
          <ProductExtra5>string</ProductExtra5>
          <ProductExtra6>string</ProductExtra6>
          <ProductExtra7>string</ProductExtra7>
          <ProductExtra8>string</ProductExtra8>
          <ProductExtra9>string</ProductExtra9>
          <ProductExtra10>string</ProductExtra10>
          <ProductDisallowGiftwrap>boolean</ProductDisallowGiftwrap>
          <ProductAmazonIDNumber>string</ProductAmazonIDNumber>
          <ProductManufactureCountry>string</ProductManufactureCountry>
          <ProductFreeConditionalShipping>boolean</ProductFreeConditionalShipping>
          <ProductHSCode>string</ProductHSCode>
          <ProductTaxExempt>boolean</ProductTaxExempt>
          <ProductQtyThresholdLow>int</ProductQtyThresholdLow>
          <ProductQtyThresholdHigh>int</ProductQtyThresholdHigh>
          <ProductAmazonSKU>string</ProductAmazonSKU>
          <ProductBinNo>string</ProductBinNo>
          <ProductURL>string</ProductURL>
          <ProductDigital>boolean</ProductDigital>
          <ProductDisplayInMobile>boolean</ProductDisplayInMobile>
          <ProductExpirationDate>dateTime</ProductExpirationDate>
          <ProductRequiresActivation>boolean</ProductRequiresActivation>
          <Categories>
            <Category xsi:nil="true" />
            <Category xsi:nil="true" />
            <Response xsi:nil="true" />
          </Categories>
          <SubCategoriesShared>
            <SubCategory xsi:nil="true" />
            <SubCategory xsi:nil="true" />
            <Response xsi:nil="true" />
          </SubCategoriesShared>
          <Brand>
            <BrandID>int</BrandID>
            <BrandName>string</BrandName>
            <BrandDescription>string</BrandDescription>
            <BrandURL>string</BrandURL>
            <BrandTitle>string</BrandTitle>
            <BrandMetaKeywords>string</BrandMetaKeywords>
            <BrandMetaDescription>string</BrandMetaDescription>
            <BrandCSS>string</BrandCSS>
            <BrandTags>string</BrandTags>
            <BrandHeaderImage>string</BrandHeaderImage>
            <BrandUPCCode>string</BrandUPCCode>
            <BrandImage>string</BrandImage>
            <BrandFeatured>boolean</BrandFeatured>
            <SubBrands xsi:nil="true" />
            <ExternalID>string</ExternalID>
          </Brand>
          <SubBrand>
            <SubBrandID>int</SubBrandID>
            <SubBrandName>string</SubBrandName>
            <SubBrandBrandID>int</SubBrandBrandID>
            <SubBrandBrand>string</SubBrandBrand>
            <SubBrandDescription>string</SubBrandDescription>
            <SubBrandImage>string</SubBrandImage>
            <SubBrandOrder>decimal</SubBrandOrder>
            <SubBrandMetaTitle>string</SubBrandMetaTitle>
            <SubBrandMetaKeywords>string</SubBrandMetaKeywords>
            <SubBrandMetaDescription>string</SubBrandMetaDescription>
          </SubBrand>
          <Price>
            <PriceProductID>int</PriceProductID>
            <PriceIncrementalPaymentLength>int</PriceIncrementalPaymentLength>
            <PriceMSRPMin>decimal</PriceMSRPMin>
            <PriceMSRPMax>decimal</PriceMSRPMax>
            <PriceSale>decimal</PriceSale>
            <PriceCost>decimal</PriceCost>
            <PriceMAP>decimal</PriceMAP>
            <PriceCall>decimal</PriceCall>
            <PricePersonalization>decimal</PricePersonalization>
            <PriceOnSale>decimal</PriceOnSale>
            <PriceShippingDomestic>decimal</PriceShippingDomestic>
            <PriceShippingInternational>decimal</PriceShippingInternational>
            <PriceGiftCardMin>decimal</PriceGiftCardMin>
            <PriceGiftCardMax>decimal</PriceGiftCardMax>
            <PriceGiftCardIncrement>decimal</PriceGiftCardIncrement>
            <PriceBestOffer>decimal</PriceBestOffer>
            <SaleStartDateTime>dateTime</SaleStartDateTime>
            <SaleEndDateTime>dateTime</SaleEndDateTime>
            <PriceWholesale>decimal</PriceWholesale>
            <WholeSaleOnSaleStartDate>dateTime</WholeSaleOnSaleStartDate>
            <WholeSaleOnSaleEndDate>dateTime</WholeSaleOnSaleEndDate>
            <WholeSaleOnSale>decimal</WholeSaleOnSale>
          </Price>
          <PriceBreaks>
            <ProductPriceBreak xsi:nil="true" />
            <ProductPriceBreak xsi:nil="true" />
            <Response xsi:nil="true" />
          </PriceBreaks>
          <ProductOptionGroups>
            <ProductOptionGroup xsi:nil="true" />
            <ProductOptionGroup xsi:nil="true" />
            <Response xsi:nil="true" />
          </ProductOptionGroups>
          <Images>
            <ProductImage xsi:nil="true" />
            <ProductImage xsi:nil="true" />
            <Response xsi:nil="true" />
          </Images>
          <Videos>
            <ProductVideo xsi:nil="true" />
            <ProductVideo xsi:nil="true" />
            <Response xsi:nil="true" />
          </Videos>
          <Suppliers>
            <ProductSupplier xsi:nil="true" />
            <ProductSupplier xsi:nil="true" />
            <Response xsi:nil="true" />
          </Suppliers>
          <Classifications>
            <Classification xsi:nil="true" />
            <Classification xsi:nil="true" />
            <Response xsi:nil="true" />
          </Classifications>
          <ComparableSpecs>
            <ProductComparableSpec xsi:nil="true" />
            <ProductComparableSpec xsi:nil="true" />
            <Response xsi:nil="true" />
          </ComparableSpecs>
          <tiergroupproducts>
            <tiergroupproduct xsi:nil="true" />
            <tiergroupproduct xsi:nil="true" />
            <Response xsi:nil="true" />
          </tiergroupproducts>
          <ProductIsAmazonFBA>int</ProductIsAmazonFBA>
          <ProductAmazonFBASKU>string</ProductAmazonFBASKU>
          <NonDiscountable>boolean</NonDiscountable>
          <ProductAmazonActive>boolean</ProductAmazonActive>
          <ProductIsDonationProduct>boolean</ProductIsDonationProduct>
          <ProductDonationAmountSelectedAtCheckout>boolean</ProductDonationAmountSelectedAtCheckout>
          <ExternalID>string</ExternalID>
          <ProductBundleItemsShipTogether>boolean</ProductBundleItemsShipTogether>
          <ImageVersion>string</ImageVersion>
          <ProductInStockThreshold>int</ProductInStockThreshold>
          <ProductMaximumCartQty>int</ProductMaximumCartQty>
          <ProductNsiDsi>int</ProductNsiDsi>
        </Product>
        <Response>
          <ResponseHasErrors>boolean</ResponseHasErrors>
          <ResponseCode>string</ResponseCode>
          <ResponseDescription>string</ResponseDescription>
          <ResponseCustomReturn1>string</ResponseCustomReturn1>
          <ResponseCustomReturn2>string</ResponseCustomReturn2>
          <ResponseCustomReturn3>string</ResponseCustomReturn3>
          <ResponseCustomReturn4>string</ResponseCustomReturn4>
          <ResponseCustomReturn5>string</ResponseCustomReturn5>
          <ResponseDebugging>string</ResponseDebugging>
          <ResponseOrderSuccess>
            <ResponseOrderSuccess xsi:nil="true" />
            <ResponseOrderSuccess xsi:nil="true" />
          </ResponseOrderSuccess>
          <ResponseOrderErrors>
            <ResponseOrderError xsi:nil="true" />
            <ResponseOrderError xsi:nil="true" />
          </ResponseOrderErrors>
          <ResponseOrderMessages>
            <ResponseOrderMessage xsi:nil="true" />
            <ResponseOrderMessage xsi:nil="true" />
          </ResponseOrderMessages>
        </Response>
      </Products>
    </GetProductSOAPResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /productservice.asmx/GetProductSOAP?ClientName=string&Guid=string&ProductID=string HTTP/1.1
Host: api-jako.aptos.io
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<Products xmlns="http://api.shopvisible.com/">
  <ProductCurrentPage>int</ProductCurrentPage>
  <ProductTotalPages>int</ProductTotalPages>
  <Product>
    <ProductRMAAble>boolean</ProductRMAAble>
    <ProductAllowBackorder>boolean</ProductAllowBackorder>
    <ProductUpsellItems>
      <UpsellItem>
        <AccessoryGroupId>int</AccessoryGroupId>
        <AccessoryId>int</AccessoryId>
        <DisplayDescription>string</DisplayDescription>
        <DisplayOrder>int</DisplayOrder>
        <ProductId>int</ProductId>
        <RowId>int</RowId>
        <Product d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </UpsellItem>
      <UpsellItem>
        <AccessoryGroupId>int</AccessoryGroupId>
        <AccessoryId>int</AccessoryId>
        <DisplayDescription>string</DisplayDescription>
        <DisplayOrder>int</DisplayOrder>
        <ProductId>int</ProductId>
        <RowId>int</RowId>
        <Product d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </UpsellItem>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </ProductUpsellItems>
    <ProductReviewCount>int</ProductReviewCount>
    <InventoryMarkup>decimal</InventoryMarkup>
    <ProductID>int</ProductID>
    <DeptID>int</DeptID>
    <ProductCode>string</ProductCode>
    <ProductName>string</ProductName>
    <ProductWeight>decimal</ProductWeight>
    <ProductQuantity>int</ProductQuantity>
    <ProductAvailability>string</ProductAvailability>
    <ProductOrderable>boolean</ProductOrderable>
    <ProductImagePath>string</ProductImagePath>
    <ProductImageRefresh>boolean</ProductImageRefresh>
    <ProductThumbnailImagePath>string</ProductThumbnailImagePath>
    <ProductCaption>string</ProductCaption>
    <ProductSpecsList>string</ProductSpecsList>
    <ProductReviewURL>string</ProductReviewURL>
    <ProductrWriteReviewURL>string</ProductrWriteReviewURL>
    <ProductEditorsChoice>boolean</ProductEditorsChoice>
    <ProductNewProduct>boolean</ProductNewProduct>
    <ProductNewProductDate>dateTime</ProductNewProductDate>
    <ProductFreeShipping>boolean</ProductFreeShipping>
    <ProductSpecialProduct>boolean</ProductSpecialProduct>
    <ProductSpecialProductDate>dateTime</ProductSpecialProductDate>
    <ProductNotes>string</ProductNotes>
    <ProductStockStatusID>int</ProductStockStatusID>
    <ProductStockStatus>string</ProductStockStatus>
    <ProductFutureStockStatusID>int</ProductFutureStockStatusID>
    <ProductFutureStockStatus>string</ProductFutureStockStatus>
    <ProductFutureStockQuantity>int</ProductFutureStockQuantity>
    <ProductFutureStockThreshold>int</ProductFutureStockThreshold>
    <ProductDetailedStatus>string</ProductDetailedStatus>
    <ProductStockOverride>boolean</ProductStockOverride>
    <ProductPriceOverride>boolean</ProductPriceOverride>
    <ProductDeleted>boolean</ProductDeleted>
    <ProductPreOrder>boolean</ProductPreOrder>
    <ProductInStockDate>dateTime</ProductInStockDate>
    <ProductPartNo>string</ProductPartNo>
    <ProductPartNoAlternate>string</ProductPartNoAlternate>
    <ProductLocalSales>boolean</ProductLocalSales>
    <ProductPayPerClick>boolean</ProductPayPerClick>
    <ProductShopbot>boolean</ProductShopbot>
    <ProductOpenboxCondition>string</ProductOpenboxCondition>
    <ProductCustomText>string</ProductCustomText>
    <ProductReturnProtection>boolean</ProductReturnProtection>
    <ProductAmazon>boolean</ProductAmazon>
    <ProductUPC>string</ProductUPC>
    <ProductOrder>int</ProductOrder>
    <ProductCatalogBookNumber>string</ProductCatalogBookNumber>
    <ProductCatalogPageNumber>string</ProductCatalogPageNumber>
    <ProductStandardFreight>boolean</ProductStandardFreight>
    <ProductSystemShippingAmount>decimal</ProductSystemShippingAmount>
    <ProductFreightClass>decimal</ProductFreightClass>
    <ProductIsLimited>boolean</ProductIsLimited>
    <ProductVIN>string</ProductVIN>
    <ProductYear>string</ProductYear>
    <ProductSubModel>string</ProductSubModel>
    <ProductMiles>int</ProductMiles>
    <ProductMetaTitle>string</ProductMetaTitle>
    <ProductMetaKeywords>string</ProductMetaKeywords>
    <ProductMetaDescription>string</ProductMetaDescription>
    <ProductMetaTags>string</ProductMetaTags>
    <ProductCertifiedStatus>string</ProductCertifiedStatus>
    <ProductSubWeight>decimal</ProductSubWeight>
    <ProductNextPurchaseOn>string</ProductNextPurchaseOn>
    <ProductNextPurchaseOnPeriod>string</ProductNextPurchaseOnPeriod>
    <ProductNextProductAccessoryGroup>int</ProductNextProductAccessoryGroup>
    <ProductIsGiftCard>boolean</ProductIsGiftCard>
    <ProductGiftCardExpiresDate>dateTime</ProductGiftCardExpiresDate>
    <ProductGiftCardValidForDays>int</ProductGiftCardValidForDays>
    <ProductSelectableList>string</ProductSelectableList>
    <ProductExcludeFromThirdPartyCheckout>boolean</ProductExcludeFromThirdPartyCheckout>
    <ProductIsOversized>boolean</ProductIsOversized>
    <ProductSizeHeight>int</ProductSizeHeight>
    <ProductSizeWidth>int</ProductSizeWidth>
    <ProductSizeLength>int</ProductSizeLength>
    <ProductWarrantyProvider>string</ProductWarrantyProvider>
    <ProductWarrantyLength>string</ProductWarrantyLength>
    <ProductWarrantyPhone>string</ProductWarrantyPhone>
    <ProductInOverstock>boolean</ProductInOverstock>
    <ProductCreated>dateTime</ProductCreated>
    <ProductModified>dateTime</ProductModified>
    <ProductMasterProductID>int</ProductMasterProductID>
    <ProductCustomXML>string</ProductCustomXML>
    <ProductExtra1>string</ProductExtra1>
    <ProductExtra2>string</ProductExtra2>
    <ProductExtra3>string</ProductExtra3>
    <ProductExtra4>string</ProductExtra4>
    <ProductExtra5>string</ProductExtra5>
    <ProductExtra6>string</ProductExtra6>
    <ProductExtra7>string</ProductExtra7>
    <ProductExtra8>string</ProductExtra8>
    <ProductExtra9>string</ProductExtra9>
    <ProductExtra10>string</ProductExtra10>
    <ProductDisallowGiftwrap>boolean</ProductDisallowGiftwrap>
    <ProductAmazonIDNumber>string</ProductAmazonIDNumber>
    <ProductManufactureCountry>string</ProductManufactureCountry>
    <ProductFreeConditionalShipping>boolean</ProductFreeConditionalShipping>
    <ProductHSCode>string</ProductHSCode>
    <ProductTaxExempt>boolean</ProductTaxExempt>
    <ProductQtyThresholdLow>int</ProductQtyThresholdLow>
    <ProductQtyThresholdHigh>int</ProductQtyThresholdHigh>
    <ProductAmazonSKU>string</ProductAmazonSKU>
    <ProductBinNo>string</ProductBinNo>
    <ProductURL>string</ProductURL>
    <ProductDigital>boolean</ProductDigital>
    <ProductDisplayInMobile>boolean</ProductDisplayInMobile>
    <ProductExpirationDate>dateTime</ProductExpirationDate>
    <ProductRequiresActivation>boolean</ProductRequiresActivation>
    <Categories>
      <Category>
        <CategoryID>int</CategoryID>
        <SocialCommerceImage>string</SocialCommerceImage>
        <CategoryName>string</CategoryName>
        <CategoryOrder>int</CategoryOrder>
        <CategoryImage>string</CategoryImage>
        <CategoryMetaTitle>string</CategoryMetaTitle>
        <CategoryMetaKeywords>string</CategoryMetaKeywords>
        <CategoryMetaDescription>string</CategoryMetaDescription>
        <CategoryFeaturedProducts>string</CategoryFeaturedProducts>
        <CategoryHeading>string</CategoryHeading>
        <Hidden>boolean</Hidden>
        <SubCategories d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DisplayOnMobile>boolean</DisplayOnMobile>
        <ExternalID>string</ExternalID>
      </Category>
      <Category>
        <CategoryID>int</CategoryID>
        <SocialCommerceImage>string</SocialCommerceImage>
        <CategoryName>string</CategoryName>
        <CategoryOrder>int</CategoryOrder>
        <CategoryImage>string</CategoryImage>
        <CategoryMetaTitle>string</CategoryMetaTitle>
        <CategoryMetaKeywords>string</CategoryMetaKeywords>
        <CategoryMetaDescription>string</CategoryMetaDescription>
        <CategoryFeaturedProducts>string</CategoryFeaturedProducts>
        <CategoryHeading>string</CategoryHeading>
        <Hidden>boolean</Hidden>
        <SubCategories d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DisplayOnMobile>boolean</DisplayOnMobile>
        <ExternalID>string</ExternalID>
      </Category>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </Categories>
    <SubCategoriesShared>
      <SubCategory>
        <SubCategoryID>int</SubCategoryID>
        <SubCategoryName>string</SubCategoryName>
        <SubCategoryURL>string</SubCategoryURL>
        <SubCategoryOrder>decimal</SubCategoryOrder>
        <SubCategoryParentSubCategoryID>int</SubCategoryParentSubCategoryID>
        <SubCategoryImage>string</SubCategoryImage>
        <SubCategoryHeaderImage>string</SubCategoryHeaderImage>
        <SubCategoryDescription>string</SubCategoryDescription>
        <SubCategoryShortDescription>string</SubCategoryShortDescription>
        <SubCategoryCustomDescription>string</SubCategoryCustomDescription>
        <SubCategoryKeywords>string</SubCategoryKeywords>
        <SubCategoryAlias>string</SubCategoryAlias>
        <SubCategoryAlt>string</SubCategoryAlt>
        <SubCategoryAltURL>string</SubCategoryAltURL>
        <SubCategoryIsHidden>boolean</SubCategoryIsHidden>
        <SubCategoryShowInSearch>boolean</SubCategoryShowInSearch>
        <SubCategoryAutoStock>boolean</SubCategoryAutoStock>
        <SubCategoryAutoMargin>int</SubCategoryAutoMargin>
        <SubCategoryAltURLSwitch>boolean</SubCategoryAltURLSwitch>
        <SubCategoryAccSubCategory>boolean</SubCategoryAccSubCategory>
        <SubCategoryOpenBox>boolean</SubCategoryOpenBox>
        <SubCategoryOverture1>string</SubCategoryOverture1>
        <SubCategoryOverture2>string</SubCategoryOverture2>
        <SubCategoryEWaste>decimal</SubCategoryEWaste>
        <SubCategoryAmazonUsedFor>string</SubCategoryAmazonUsedFor>
        <SubCategoryAmazonItemType>string</SubCategoryAmazonItemType>
        <SubCategoryAmazonOtherItemAttributes>string</SubCategoryAmazonOtherItemAttributes>
        <SubCategoryAmazonSubjectContent>string</SubCategoryAmazonSubjectContent>
        <SubCategoryHiddenAffiliateOverrides>string</SubCategoryHiddenAffiliateOverrides>
        <SubCategoryEbayCategoryID>int</SubCategoryEbayCategoryID>
        <SubCategoryProntoCategoryID>short</SubCategoryProntoCategoryID>
        <SubCategoryInventoryMarkup>decimal</SubCategoryInventoryMarkup>
        <WebsiteId>int</WebsiteId>
        <Favorite>boolean</Favorite>
        <FraudCheck>boolean</FraudCheck>
        <HideFromPhoneOrder>boolean</HideFromPhoneOrder>
        <AllowedCartQuantity>int</AllowedCartQuantity>
        <SocialCommerceImage>string</SocialCommerceImage>
        <FraudCartQuantity>int</FraudCartQuantity>
        <CategoryID>int</CategoryID>
        <CategoryName>string</CategoryName>
        <SubCategories d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ExternalID>string</ExternalID>
      </SubCategory>
      <SubCategory>
        <SubCategoryID>int</SubCategoryID>
        <SubCategoryName>string</SubCategoryName>
        <SubCategoryURL>string</SubCategoryURL>
        <SubCategoryOrder>decimal</SubCategoryOrder>
        <SubCategoryParentSubCategoryID>int</SubCategoryParentSubCategoryID>
        <SubCategoryImage>string</SubCategoryImage>
        <SubCategoryHeaderImage>string</SubCategoryHeaderImage>
        <SubCategoryDescription>string</SubCategoryDescription>
        <SubCategoryShortDescription>string</SubCategoryShortDescription>
        <SubCategoryCustomDescription>string</SubCategoryCustomDescription>
        <SubCategoryKeywords>string</SubCategoryKeywords>
        <SubCategoryAlias>string</SubCategoryAlias>
        <SubCategoryAlt>string</SubCategoryAlt>
        <SubCategoryAltURL>string</SubCategoryAltURL>
        <SubCategoryIsHidden>boolean</SubCategoryIsHidden>
        <SubCategoryShowInSearch>boolean</SubCategoryShowInSearch>
        <SubCategoryAutoStock>boolean</SubCategoryAutoStock>
        <SubCategoryAutoMargin>int</SubCategoryAutoMargin>
        <SubCategoryAltURLSwitch>boolean</SubCategoryAltURLSwitch>
        <SubCategoryAccSubCategory>boolean</SubCategoryAccSubCategory>
        <SubCategoryOpenBox>boolean</SubCategoryOpenBox>
        <SubCategoryOverture1>string</SubCategoryOverture1>
        <SubCategoryOverture2>string</SubCategoryOverture2>
        <SubCategoryEWaste>decimal</SubCategoryEWaste>
        <SubCategoryAmazonUsedFor>string</SubCategoryAmazonUsedFor>
        <SubCategoryAmazonItemType>string</SubCategoryAmazonItemType>
        <SubCategoryAmazonOtherItemAttributes>string</SubCategoryAmazonOtherItemAttributes>
        <SubCategoryAmazonSubjectContent>string</SubCategoryAmazonSubjectContent>
        <SubCategoryHiddenAffiliateOverrides>string</SubCategoryHiddenAffiliateOverrides>
        <SubCategoryEbayCategoryID>int</SubCategoryEbayCategoryID>
        <SubCategoryProntoCategoryID>short</SubCategoryProntoCategoryID>
        <SubCategoryInventoryMarkup>decimal</SubCategoryInventoryMarkup>
        <WebsiteId>int</WebsiteId>
        <Favorite>boolean</Favorite>
        <FraudCheck>boolean</FraudCheck>
        <HideFromPhoneOrder>boolean</HideFromPhoneOrder>
        <AllowedCartQuantity>int</AllowedCartQuantity>
        <SocialCommerceImage>string</SocialCommerceImage>
        <FraudCartQuantity>int</FraudCartQuantity>
        <CategoryID>int</CategoryID>
        <CategoryName>string</CategoryName>
        <SubCategories d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ExternalID>string</ExternalID>
      </SubCategory>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </SubCategoriesShared>
    <Brand>
      <BrandID>int</BrandID>
      <BrandName>string</BrandName>
      <BrandDescription>string</BrandDescription>
      <BrandURL>string</BrandURL>
      <BrandTitle>string</BrandTitle>
      <BrandMetaKeywords>string</BrandMetaKeywords>
      <BrandMetaDescription>string</BrandMetaDescription>
      <BrandCSS>string</BrandCSS>
      <BrandTags>string</BrandTags>
      <BrandHeaderImage>string</BrandHeaderImage>
      <BrandUPCCode>string</BrandUPCCode>
      <BrandImage>string</BrandImage>
      <BrandFeatured>boolean</BrandFeatured>
      <SubBrands>
        <SubBrand d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SubBrand d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Response d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </SubBrands>
      <ExternalID>string</ExternalID>
    </Brand>
    <SubBrand>
      <SubBrandID>int</SubBrandID>
      <SubBrandName>string</SubBrandName>
      <SubBrandBrandID>int</SubBrandBrandID>
      <SubBrandBrand>string</SubBrandBrand>
      <SubBrandDescription>string</SubBrandDescription>
      <SubBrandImage>string</SubBrandImage>
      <SubBrandOrder>decimal</SubBrandOrder>
      <SubBrandMetaTitle>string</SubBrandMetaTitle>
      <SubBrandMetaKeywords>string</SubBrandMetaKeywords>
      <SubBrandMetaDescription>string</SubBrandMetaDescription>
    </SubBrand>
    <Price>
      <PriceProductID>int</PriceProductID>
      <PriceIncrementalPaymentLength>int</PriceIncrementalPaymentLength>
      <PriceMSRPMin>decimal</PriceMSRPMin>
      <PriceMSRPMax>decimal</PriceMSRPMax>
      <PriceSale>decimal</PriceSale>
      <PriceCost>decimal</PriceCost>
      <PriceMAP>decimal</PriceMAP>
      <PriceCall>decimal</PriceCall>
      <PricePersonalization>decimal</PricePersonalization>
      <PriceOnSale>decimal</PriceOnSale>
      <PriceShippingDomestic>decimal</PriceShippingDomestic>
      <PriceShippingInternational>decimal</PriceShippingInternational>
      <PriceGiftCardMin>decimal</PriceGiftCardMin>
      <PriceGiftCardMax>decimal</PriceGiftCardMax>
      <PriceGiftCardIncrement>decimal</PriceGiftCardIncrement>
      <PriceBestOffer>decimal</PriceBestOffer>
      <SaleStartDateTime>dateTime</SaleStartDateTime>
      <SaleEndDateTime>dateTime</SaleEndDateTime>
      <PriceWholesale>decimal</PriceWholesale>
      <WholeSaleOnSaleStartDate>dateTime</WholeSaleOnSaleStartDate>
      <WholeSaleOnSaleEndDate>dateTime</WholeSaleOnSaleEndDate>
      <WholeSaleOnSale>decimal</WholeSaleOnSale>
    </Price>
    <PriceBreaks>
      <ProductPriceBreak>
        <ProductPriceBreakProductID>int</ProductPriceBreakProductID>
        <ProductPriceBreakQuantity>int</ProductPriceBreakQuantity>
        <ProductPriceBreakPrice>decimal</ProductPriceBreakPrice>
        <ProductPriceBreakLevel>string</ProductPriceBreakLevel>
        <ProductPriceBreakType>string</ProductPriceBreakType>
        <ProductPriceBreakTierGroupID>int</ProductPriceBreakTierGroupID>
        <ProductPriceBreakApplytoAllTiers>boolean</ProductPriceBreakApplytoAllTiers>
        <ProductCode>string</ProductCode>
        <ProductPartNo>string</ProductPartNo>
        <TierGroupName>string</TierGroupName>
      </ProductPriceBreak>
      <ProductPriceBreak>
        <ProductPriceBreakProductID>int</ProductPriceBreakProductID>
        <ProductPriceBreakQuantity>int</ProductPriceBreakQuantity>
        <ProductPriceBreakPrice>decimal</ProductPriceBreakPrice>
        <ProductPriceBreakLevel>string</ProductPriceBreakLevel>
        <ProductPriceBreakType>string</ProductPriceBreakType>
        <ProductPriceBreakTierGroupID>int</ProductPriceBreakTierGroupID>
        <ProductPriceBreakApplytoAllTiers>boolean</ProductPriceBreakApplytoAllTiers>
        <ProductCode>string</ProductCode>
        <ProductPartNo>string</ProductPartNo>
        <TierGroupName>string</TierGroupName>
      </ProductPriceBreak>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </PriceBreaks>
    <ProductOptionGroups>
      <ProductOptionGroup>
        <ProductOptionGroupID>int</ProductOptionGroupID>
        <ProductOptionGroupName>string</ProductOptionGroupName>
        <ProductOptionGroupAlias>string</ProductOptionGroupAlias>
        <ProductOptionGroupDisplayUpCharge>boolean</ProductOptionGroupDisplayUpCharge>
        <ProductOptionGroupUsesSwatches>boolean</ProductOptionGroupUsesSwatches>
        <ProductOptions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ProductOptionGroup>
      <ProductOptionGroup>
        <ProductOptionGroupID>int</ProductOptionGroupID>
        <ProductOptionGroupName>string</ProductOptionGroupName>
        <ProductOptionGroupAlias>string</ProductOptionGroupAlias>
        <ProductOptionGroupDisplayUpCharge>boolean</ProductOptionGroupDisplayUpCharge>
        <ProductOptionGroupUsesSwatches>boolean</ProductOptionGroupUsesSwatches>
        <ProductOptions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ProductOptionGroup>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </ProductOptionGroups>
    <Images>
      <ProductImage>
        <ImageID>int</ImageID>
        <ImageProductID>int</ImageProductID>
        <ImageName>string</ImageName>
        <ImageCaption>string</ImageCaption>
        <ImageDisplayOrder>int</ImageDisplayOrder>
      </ProductImage>
      <ProductImage>
        <ImageID>int</ImageID>
        <ImageProductID>int</ImageProductID>
        <ImageName>string</ImageName>
        <ImageCaption>string</ImageCaption>
        <ImageDisplayOrder>int</ImageDisplayOrder>
      </ProductImage>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </Images>
    <Videos>
      <ProductVideo>
        <VideoID>int</VideoID>
        <VideoProductID>int</VideoProductID>
        <VideoName>string</VideoName>
        <VideoCaption>string</VideoCaption>
        <VideoDisplayOrder>int</VideoDisplayOrder>
      </ProductVideo>
      <ProductVideo>
        <VideoID>int</VideoID>
        <VideoProductID>int</VideoProductID>
        <VideoName>string</VideoName>
        <VideoCaption>string</VideoCaption>
        <VideoDisplayOrder>int</VideoDisplayOrder>
      </ProductVideo>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </Videos>
    <Suppliers>
      <ProductSupplier>
        <SupplierID>int</SupplierID>
        <SupplierName>string</SupplierName>
        <SupplierCompanyName>string</SupplierCompanyName>
        <SupplierEmail>string</SupplierEmail>
        <SupplierPhone>string</SupplierPhone>
        <SupplierAddress>string</SupplierAddress>
        <SupplierCity>string</SupplierCity>
        <SupplierStateProvince>string</SupplierStateProvince>
        <SupplierPostalCode>string</SupplierPostalCode>
        <SupplierProductID>int</SupplierProductID>
        <SupplierQuantity>int</SupplierQuantity>
        <SupplierCost>decimal</SupplierCost>
        <SupplierRange>int</SupplierRange>
        <SupplierMargin>int</SupplierMargin>
        <SupplierUpdateDate>dateTime</SupplierUpdateDate>
        <SupplierComments>string</SupplierComments>
        <SupplierDiscontinued>boolean</SupplierDiscontinued>
        <SupplierSafetyStock>int</SupplierSafetyStock>
        <SupplierCountry>string</SupplierCountry>
        <SupplierDistanceFromOrigin>double</SupplierDistanceFromOrigin>
        <SupplierCountryCode>string</SupplierCountryCode>
        <SupplierCountryIsoCode>string</SupplierCountryIsoCode>
      </ProductSupplier>
      <ProductSupplier>
        <SupplierID>int</SupplierID>
        <SupplierName>string</SupplierName>
        <SupplierCompanyName>string</SupplierCompanyName>
        <SupplierEmail>string</SupplierEmail>
        <SupplierPhone>string</SupplierPhone>
        <SupplierAddress>string</SupplierAddress>
        <SupplierCity>string</SupplierCity>
        <SupplierStateProvince>string</SupplierStateProvince>
        <SupplierPostalCode>string</SupplierPostalCode>
        <SupplierProductID>int</SupplierProductID>
        <SupplierQuantity>int</SupplierQuantity>
        <SupplierCost>decimal</SupplierCost>
        <SupplierRange>int</SupplierRange>
        <SupplierMargin>int</SupplierMargin>
        <SupplierUpdateDate>dateTime</SupplierUpdateDate>
        <SupplierComments>string</SupplierComments>
        <SupplierDiscontinued>boolean</SupplierDiscontinued>
        <SupplierSafetyStock>int</SupplierSafetyStock>
        <SupplierCountry>string</SupplierCountry>
        <SupplierDistanceFromOrigin>double</SupplierDistanceFromOrigin>
        <SupplierCountryCode>string</SupplierCountryCode>
        <SupplierCountryIsoCode>string</SupplierCountryIsoCode>
      </ProductSupplier>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </Suppliers>
    <Classifications>
      <Classification>
        <ClassificationID>int</ClassificationID>
        <ClassificationName>string</ClassificationName>
        <ClassificationDisplayName>string</ClassificationDisplayName>
        <ClassificationGroupID>int</ClassificationGroupID>
        <ClassificationGroup>string</ClassificationGroup>
        <ClassificationOrder>int</ClassificationOrder>
        <ClassificationAttributes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Classification>
      <Classification>
        <ClassificationID>int</ClassificationID>
        <ClassificationName>string</ClassificationName>
        <ClassificationDisplayName>string</ClassificationDisplayName>
        <ClassificationGroupID>int</ClassificationGroupID>
        <ClassificationGroup>string</ClassificationGroup>
        <ClassificationOrder>int</ClassificationOrder>
        <ClassificationAttributes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Classification>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </Classifications>
    <ComparableSpecs>
      <ProductComparableSpec>
        <CompSpecID>int</CompSpecID>
        <CompSpecOrder>int</CompSpecOrder>
        <CompSpecGroupID>int</CompSpecGroupID>
        <CompCompareID>int</CompCompareID>
        <CompSpecName>string</CompSpecName>
        <CompSpecDefinition>string</CompSpecDefinition>
        <CompSpecImage>string</CompSpecImage>
        <CompSpecGroupName>string</CompSpecGroupName>
        <CompSpecValue>string</CompSpecValue>
      </ProductComparableSpec>
      <ProductComparableSpec>
        <CompSpecID>int</CompSpecID>
        <CompSpecOrder>int</CompSpecOrder>
        <CompSpecGroupID>int</CompSpecGroupID>
        <CompCompareID>int</CompCompareID>
        <CompSpecName>string</CompSpecName>
        <CompSpecDefinition>string</CompSpecDefinition>
        <CompSpecImage>string</CompSpecImage>
        <CompSpecGroupName>string</CompSpecGroupName>
        <CompSpecValue>string</CompSpecValue>
      </ProductComparableSpec>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </ComparableSpecs>
    <tiergroupproducts>
      <tiergroupproduct>
        <tiergroupid>int</tiergroupid>
        <tiergroupname>string</tiergroupname>
        <tierdescription>string</tierdescription>
        <productid>int</productid>
        <tierprice>decimal</tierprice>
        <tierstartdate>dateTime</tierstartdate>
        <tierenddate>dateTime</tierenddate>
        <tierrowid>int</tierrowid>
        <tierproductpartno>string</tierproductpartno>
        <productpartno>string</productpartno>
        <stringtierstartdate>string</stringtierstartdate>
        <stringtierenddate>string</stringtierenddate>
      </tiergroupproduct>
      <tiergroupproduct>
        <tiergroupid>int</tiergroupid>
        <tiergroupname>string</tiergroupname>
        <tierdescription>string</tierdescription>
        <productid>int</productid>
        <tierprice>decimal</tierprice>
        <tierstartdate>dateTime</tierstartdate>
        <tierenddate>dateTime</tierenddate>
        <tierrowid>int</tierrowid>
        <tierproductpartno>string</tierproductpartno>
        <productpartno>string</productpartno>
        <stringtierstartdate>string</stringtierstartdate>
        <stringtierenddate>string</stringtierenddate>
      </tiergroupproduct>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </tiergroupproducts>
    <ProductIsAmazonFBA>int</ProductIsAmazonFBA>
    <ProductAmazonFBASKU>string</ProductAmazonFBASKU>
    <NonDiscountable>boolean</NonDiscountable>
    <ProductAmazonActive>boolean</ProductAmazonActive>
    <ProductIsDonationProduct>boolean</ProductIsDonationProduct>
    <ProductDonationAmountSelectedAtCheckout>boolean</ProductDonationAmountSelectedAtCheckout>
    <ExternalID>string</ExternalID>
    <ProductBundleItemsShipTogether>boolean</ProductBundleItemsShipTogether>
    <ImageVersion>string</ImageVersion>
    <ProductInStockThreshold>int</ProductInStockThreshold>
    <ProductMaximumCartQty>int</ProductMaximumCartQty>
    <ProductNsiDsi>int</ProductNsiDsi>
  </Product>
  <Product>
    <ProductRMAAble>boolean</ProductRMAAble>
    <ProductAllowBackorder>boolean</ProductAllowBackorder>
    <ProductUpsellItems>
      <UpsellItem>
        <AccessoryGroupId>int</AccessoryGroupId>
        <AccessoryId>int</AccessoryId>
        <DisplayDescription>string</DisplayDescription>
        <DisplayOrder>int</DisplayOrder>
        <ProductId>int</ProductId>
        <RowId>int</RowId>
        <Product d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </UpsellItem>
      <UpsellItem>
        <AccessoryGroupId>int</AccessoryGroupId>
        <AccessoryId>int</AccessoryId>
        <DisplayDescription>string</DisplayDescription>
        <DisplayOrder>int</DisplayOrder>
        <ProductId>int</ProductId>
        <RowId>int</RowId>
        <Product d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </UpsellItem>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </ProductUpsellItems>
    <ProductReviewCount>int</ProductReviewCount>
    <InventoryMarkup>decimal</InventoryMarkup>
    <ProductID>int</ProductID>
    <DeptID>int</DeptID>
    <ProductCode>string</ProductCode>
    <ProductName>string</ProductName>
    <ProductWeight>decimal</ProductWeight>
    <ProductQuantity>int</ProductQuantity>
    <ProductAvailability>string</ProductAvailability>
    <ProductOrderable>boolean</ProductOrderable>
    <ProductImagePath>string</ProductImagePath>
    <ProductImageRefresh>boolean</ProductImageRefresh>
    <ProductThumbnailImagePath>string</ProductThumbnailImagePath>
    <ProductCaption>string</ProductCaption>
    <ProductSpecsList>string</ProductSpecsList>
    <ProductReviewURL>string</ProductReviewURL>
    <ProductrWriteReviewURL>string</ProductrWriteReviewURL>
    <ProductEditorsChoice>boolean</ProductEditorsChoice>
    <ProductNewProduct>boolean</ProductNewProduct>
    <ProductNewProductDate>dateTime</ProductNewProductDate>
    <ProductFreeShipping>boolean</ProductFreeShipping>
    <ProductSpecialProduct>boolean</ProductSpecialProduct>
    <ProductSpecialProductDate>dateTime</ProductSpecialProductDate>
    <ProductNotes>string</ProductNotes>
    <ProductStockStatusID>int</ProductStockStatusID>
    <ProductStockStatus>string</ProductStockStatus>
    <ProductFutureStockStatusID>int</ProductFutureStockStatusID>
    <ProductFutureStockStatus>string</ProductFutureStockStatus>
    <ProductFutureStockQuantity>int</ProductFutureStockQuantity>
    <ProductFutureStockThreshold>int</ProductFutureStockThreshold>
    <ProductDetailedStatus>string</ProductDetailedStatus>
    <ProductStockOverride>boolean</ProductStockOverride>
    <ProductPriceOverride>boolean</ProductPriceOverride>
    <ProductDeleted>boolean</ProductDeleted>
    <ProductPreOrder>boolean</ProductPreOrder>
    <ProductInStockDate>dateTime</ProductInStockDate>
    <ProductPartNo>string</ProductPartNo>
    <ProductPartNoAlternate>string</ProductPartNoAlternate>
    <ProductLocalSales>boolean</ProductLocalSales>
    <ProductPayPerClick>boolean</ProductPayPerClick>
    <ProductShopbot>boolean</ProductShopbot>
    <ProductOpenboxCondition>string</ProductOpenboxCondition>
    <ProductCustomText>string</ProductCustomText>
    <ProductReturnProtection>boolean</ProductReturnProtection>
    <ProductAmazon>boolean</ProductAmazon>
    <ProductUPC>string</ProductUPC>
    <ProductOrder>int</ProductOrder>
    <ProductCatalogBookNumber>string</ProductCatalogBookNumber>
    <ProductCatalogPageNumber>string</ProductCatalogPageNumber>
    <ProductStandardFreight>boolean</ProductStandardFreight>
    <ProductSystemShippingAmount>decimal</ProductSystemShippingAmount>
    <ProductFreightClass>decimal</ProductFreightClass>
    <ProductIsLimited>boolean</ProductIsLimited>
    <ProductVIN>string</ProductVIN>
    <ProductYear>string</ProductYear>
    <ProductSubModel>string</ProductSubModel>
    <ProductMiles>int</ProductMiles>
    <ProductMetaTitle>string</ProductMetaTitle>
    <ProductMetaKeywords>string</ProductMetaKeywords>
    <ProductMetaDescription>string</ProductMetaDescription>
    <ProductMetaTags>string</ProductMetaTags>
    <ProductCertifiedStatus>string</ProductCertifiedStatus>
    <ProductSubWeight>decimal</ProductSubWeight>
    <ProductNextPurchaseOn>string</ProductNextPurchaseOn>
    <ProductNextPurchaseOnPeriod>string</ProductNextPurchaseOnPeriod>
    <ProductNextProductAccessoryGroup>int</ProductNextProductAccessoryGroup>
    <ProductIsGiftCard>boolean</ProductIsGiftCard>
    <ProductGiftCardExpiresDate>dateTime</ProductGiftCardExpiresDate>
    <ProductGiftCardValidForDays>int</ProductGiftCardValidForDays>
    <ProductSelectableList>string</ProductSelectableList>
    <ProductExcludeFromThirdPartyCheckout>boolean</ProductExcludeFromThirdPartyCheckout>
    <ProductIsOversized>boolean</ProductIsOversized>
    <ProductSizeHeight>int</ProductSizeHeight>
    <ProductSizeWidth>int</ProductSizeWidth>
    <ProductSizeLength>int</ProductSizeLength>
    <ProductWarrantyProvider>string</ProductWarrantyProvider>
    <ProductWarrantyLength>string</ProductWarrantyLength>
    <ProductWarrantyPhone>string</ProductWarrantyPhone>
    <ProductInOverstock>boolean</ProductInOverstock>
    <ProductCreated>dateTime</ProductCreated>
    <ProductModified>dateTime</ProductModified>
    <ProductMasterProductID>int</ProductMasterProductID>
    <ProductCustomXML>string</ProductCustomXML>
    <ProductExtra1>string</ProductExtra1>
    <ProductExtra2>string</ProductExtra2>
    <ProductExtra3>string</ProductExtra3>
    <ProductExtra4>string</ProductExtra4>
    <ProductExtra5>string</ProductExtra5>
    <ProductExtra6>string</ProductExtra6>
    <ProductExtra7>string</ProductExtra7>
    <ProductExtra8>string</ProductExtra8>
    <ProductExtra9>string</ProductExtra9>
    <ProductExtra10>string</ProductExtra10>
    <ProductDisallowGiftwrap>boolean</ProductDisallowGiftwrap>
    <ProductAmazonIDNumber>string</ProductAmazonIDNumber>
    <ProductManufactureCountry>string</ProductManufactureCountry>
    <ProductFreeConditionalShipping>boolean</ProductFreeConditionalShipping>
    <ProductHSCode>string</ProductHSCode>
    <ProductTaxExempt>boolean</ProductTaxExempt>
    <ProductQtyThresholdLow>int</ProductQtyThresholdLow>
    <ProductQtyThresholdHigh>int</ProductQtyThresholdHigh>
    <ProductAmazonSKU>string</ProductAmazonSKU>
    <ProductBinNo>string</ProductBinNo>
    <ProductURL>string</ProductURL>
    <ProductDigital>boolean</ProductDigital>
    <ProductDisplayInMobile>boolean</ProductDisplayInMobile>
    <ProductExpirationDate>dateTime</ProductExpirationDate>
    <ProductRequiresActivation>boolean</ProductRequiresActivation>
    <Categories>
      <Category>
        <CategoryID>int</CategoryID>
        <SocialCommerceImage>string</SocialCommerceImage>
        <CategoryName>string</CategoryName>
        <CategoryOrder>int</CategoryOrder>
        <CategoryImage>string</CategoryImage>
        <CategoryMetaTitle>string</CategoryMetaTitle>
        <CategoryMetaKeywords>string</CategoryMetaKeywords>
        <CategoryMetaDescription>string</CategoryMetaDescription>
        <CategoryFeaturedProducts>string</CategoryFeaturedProducts>
        <CategoryHeading>string</CategoryHeading>
        <Hidden>boolean</Hidden>
        <SubCategories d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DisplayOnMobile>boolean</DisplayOnMobile>
        <ExternalID>string</ExternalID>
      </Category>
      <Category>
        <CategoryID>int</CategoryID>
        <SocialCommerceImage>string</SocialCommerceImage>
        <CategoryName>string</CategoryName>
        <CategoryOrder>int</CategoryOrder>
        <CategoryImage>string</CategoryImage>
        <CategoryMetaTitle>string</CategoryMetaTitle>
        <CategoryMetaKeywords>string</CategoryMetaKeywords>
        <CategoryMetaDescription>string</CategoryMetaDescription>
        <CategoryFeaturedProducts>string</CategoryFeaturedProducts>
        <CategoryHeading>string</CategoryHeading>
        <Hidden>boolean</Hidden>
        <SubCategories d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DisplayOnMobile>boolean</DisplayOnMobile>
        <ExternalID>string</ExternalID>
      </Category>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </Categories>
    <SubCategoriesShared>
      <SubCategory>
        <SubCategoryID>int</SubCategoryID>
        <SubCategoryName>string</SubCategoryName>
        <SubCategoryURL>string</SubCategoryURL>
        <SubCategoryOrder>decimal</SubCategoryOrder>
        <SubCategoryParentSubCategoryID>int</SubCategoryParentSubCategoryID>
        <SubCategoryImage>string</SubCategoryImage>
        <SubCategoryHeaderImage>string</SubCategoryHeaderImage>
        <SubCategoryDescription>string</SubCategoryDescription>
        <SubCategoryShortDescription>string</SubCategoryShortDescription>
        <SubCategoryCustomDescription>string</SubCategoryCustomDescription>
        <SubCategoryKeywords>string</SubCategoryKeywords>
        <SubCategoryAlias>string</SubCategoryAlias>
        <SubCategoryAlt>string</SubCategoryAlt>
        <SubCategoryAltURL>string</SubCategoryAltURL>
        <SubCategoryIsHidden>boolean</SubCategoryIsHidden>
        <SubCategoryShowInSearch>boolean</SubCategoryShowInSearch>
        <SubCategoryAutoStock>boolean</SubCategoryAutoStock>
        <SubCategoryAutoMargin>int</SubCategoryAutoMargin>
        <SubCategoryAltURLSwitch>boolean</SubCategoryAltURLSwitch>
        <SubCategoryAccSubCategory>boolean</SubCategoryAccSubCategory>
        <SubCategoryOpenBox>boolean</SubCategoryOpenBox>
        <SubCategoryOverture1>string</SubCategoryOverture1>
        <SubCategoryOverture2>string</SubCategoryOverture2>
        <SubCategoryEWaste>decimal</SubCategoryEWaste>
        <SubCategoryAmazonUsedFor>string</SubCategoryAmazonUsedFor>
        <SubCategoryAmazonItemType>string</SubCategoryAmazonItemType>
        <SubCategoryAmazonOtherItemAttributes>string</SubCategoryAmazonOtherItemAttributes>
        <SubCategoryAmazonSubjectContent>string</SubCategoryAmazonSubjectContent>
        <SubCategoryHiddenAffiliateOverrides>string</SubCategoryHiddenAffiliateOverrides>
        <SubCategoryEbayCategoryID>int</SubCategoryEbayCategoryID>
        <SubCategoryProntoCategoryID>short</SubCategoryProntoCategoryID>
        <SubCategoryInventoryMarkup>decimal</SubCategoryInventoryMarkup>
        <WebsiteId>int</WebsiteId>
        <Favorite>boolean</Favorite>
        <FraudCheck>boolean</FraudCheck>
        <HideFromPhoneOrder>boolean</HideFromPhoneOrder>
        <AllowedCartQuantity>int</AllowedCartQuantity>
        <SocialCommerceImage>string</SocialCommerceImage>
        <FraudCartQuantity>int</FraudCartQuantity>
        <CategoryID>int</CategoryID>
        <CategoryName>string</CategoryName>
        <SubCategories d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ExternalID>string</ExternalID>
      </SubCategory>
      <SubCategory>
        <SubCategoryID>int</SubCategoryID>
        <SubCategoryName>string</SubCategoryName>
        <SubCategoryURL>string</SubCategoryURL>
        <SubCategoryOrder>decimal</SubCategoryOrder>
        <SubCategoryParentSubCategoryID>int</SubCategoryParentSubCategoryID>
        <SubCategoryImage>string</SubCategoryImage>
        <SubCategoryHeaderImage>string</SubCategoryHeaderImage>
        <SubCategoryDescription>string</SubCategoryDescription>
        <SubCategoryShortDescription>string</SubCategoryShortDescription>
        <SubCategoryCustomDescription>string</SubCategoryCustomDescription>
        <SubCategoryKeywords>string</SubCategoryKeywords>
        <SubCategoryAlias>string</SubCategoryAlias>
        <SubCategoryAlt>string</SubCategoryAlt>
        <SubCategoryAltURL>string</SubCategoryAltURL>
        <SubCategoryIsHidden>boolean</SubCategoryIsHidden>
        <SubCategoryShowInSearch>boolean</SubCategoryShowInSearch>
        <SubCategoryAutoStock>boolean</SubCategoryAutoStock>
        <SubCategoryAutoMargin>int</SubCategoryAutoMargin>
        <SubCategoryAltURLSwitch>boolean</SubCategoryAltURLSwitch>
        <SubCategoryAccSubCategory>boolean</SubCategoryAccSubCategory>
        <SubCategoryOpenBox>boolean</SubCategoryOpenBox>
        <SubCategoryOverture1>string</SubCategoryOverture1>
        <SubCategoryOverture2>string</SubCategoryOverture2>
        <SubCategoryEWaste>decimal</SubCategoryEWaste>
        <SubCategoryAmazonUsedFor>string</SubCategoryAmazonUsedFor>
        <SubCategoryAmazonItemType>string</SubCategoryAmazonItemType>
        <SubCategoryAmazonOtherItemAttributes>string</SubCategoryAmazonOtherItemAttributes>
        <SubCategoryAmazonSubjectContent>string</SubCategoryAmazonSubjectContent>
        <SubCategoryHiddenAffiliateOverrides>string</SubCategoryHiddenAffiliateOverrides>
        <SubCategoryEbayCategoryID>int</SubCategoryEbayCategoryID>
        <SubCategoryProntoCategoryID>short</SubCategoryProntoCategoryID>
        <SubCategoryInventoryMarkup>decimal</SubCategoryInventoryMarkup>
        <WebsiteId>int</WebsiteId>
        <Favorite>boolean</Favorite>
        <FraudCheck>boolean</FraudCheck>
        <HideFromPhoneOrder>boolean</HideFromPhoneOrder>
        <AllowedCartQuantity>int</AllowedCartQuantity>
        <SocialCommerceImage>string</SocialCommerceImage>
        <FraudCartQuantity>int</FraudCartQuantity>
        <CategoryID>int</CategoryID>
        <CategoryName>string</CategoryName>
        <SubCategories d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ExternalID>string</ExternalID>
      </SubCategory>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </SubCategoriesShared>
    <Brand>
      <BrandID>int</BrandID>
      <BrandName>string</BrandName>
      <BrandDescription>string</BrandDescription>
      <BrandURL>string</BrandURL>
      <BrandTitle>string</BrandTitle>
      <BrandMetaKeywords>string</BrandMetaKeywords>
      <BrandMetaDescription>string</BrandMetaDescription>
      <BrandCSS>string</BrandCSS>
      <BrandTags>string</BrandTags>
      <BrandHeaderImage>string</BrandHeaderImage>
      <BrandUPCCode>string</BrandUPCCode>
      <BrandImage>string</BrandImage>
      <BrandFeatured>boolean</BrandFeatured>
      <SubBrands>
        <SubBrand d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SubBrand d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Response d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </SubBrands>
      <ExternalID>string</ExternalID>
    </Brand>
    <SubBrand>
      <SubBrandID>int</SubBrandID>
      <SubBrandName>string</SubBrandName>
      <SubBrandBrandID>int</SubBrandBrandID>
      <SubBrandBrand>string</SubBrandBrand>
      <SubBrandDescription>string</SubBrandDescription>
      <SubBrandImage>string</SubBrandImage>
      <SubBrandOrder>decimal</SubBrandOrder>
      <SubBrandMetaTitle>string</SubBrandMetaTitle>
      <SubBrandMetaKeywords>string</SubBrandMetaKeywords>
      <SubBrandMetaDescription>string</SubBrandMetaDescription>
    </SubBrand>
    <Price>
      <PriceProductID>int</PriceProductID>
      <PriceIncrementalPaymentLength>int</PriceIncrementalPaymentLength>
      <PriceMSRPMin>decimal</PriceMSRPMin>
      <PriceMSRPMax>decimal</PriceMSRPMax>
      <PriceSale>decimal</PriceSale>
      <PriceCost>decimal</PriceCost>
      <PriceMAP>decimal</PriceMAP>
      <PriceCall>decimal</PriceCall>
      <PricePersonalization>decimal</PricePersonalization>
      <PriceOnSale>decimal</PriceOnSale>
      <PriceShippingDomestic>decimal</PriceShippingDomestic>
      <PriceShippingInternational>decimal</PriceShippingInternational>
      <PriceGiftCardMin>decimal</PriceGiftCardMin>
      <PriceGiftCardMax>decimal</PriceGiftCardMax>
      <PriceGiftCardIncrement>decimal</PriceGiftCardIncrement>
      <PriceBestOffer>decimal</PriceBestOffer>
      <SaleStartDateTime>dateTime</SaleStartDateTime>
      <SaleEndDateTime>dateTime</SaleEndDateTime>
      <PriceWholesale>decimal</PriceWholesale>
      <WholeSaleOnSaleStartDate>dateTime</WholeSaleOnSaleStartDate>
      <WholeSaleOnSaleEndDate>dateTime</WholeSaleOnSaleEndDate>
      <WholeSaleOnSale>decimal</WholeSaleOnSale>
    </Price>
    <PriceBreaks>
      <ProductPriceBreak>
        <ProductPriceBreakProductID>int</ProductPriceBreakProductID>
        <ProductPriceBreakQuantity>int</ProductPriceBreakQuantity>
        <ProductPriceBreakPrice>decimal</ProductPriceBreakPrice>
        <ProductPriceBreakLevel>string</ProductPriceBreakLevel>
        <ProductPriceBreakType>string</ProductPriceBreakType>
        <ProductPriceBreakTierGroupID>int</ProductPriceBreakTierGroupID>
        <ProductPriceBreakApplytoAllTiers>boolean</ProductPriceBreakApplytoAllTiers>
        <ProductCode>string</ProductCode>
        <ProductPartNo>string</ProductPartNo>
        <TierGroupName>string</TierGroupName>
      </ProductPriceBreak>
      <ProductPriceBreak>
        <ProductPriceBreakProductID>int</ProductPriceBreakProductID>
        <ProductPriceBreakQuantity>int</ProductPriceBreakQuantity>
        <ProductPriceBreakPrice>decimal</ProductPriceBreakPrice>
        <ProductPriceBreakLevel>string</ProductPriceBreakLevel>
        <ProductPriceBreakType>string</ProductPriceBreakType>
        <ProductPriceBreakTierGroupID>int</ProductPriceBreakTierGroupID>
        <ProductPriceBreakApplytoAllTiers>boolean</ProductPriceBreakApplytoAllTiers>
        <ProductCode>string</ProductCode>
        <ProductPartNo>string</ProductPartNo>
        <TierGroupName>string</TierGroupName>
      </ProductPriceBreak>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </PriceBreaks>
    <ProductOptionGroups>
      <ProductOptionGroup>
        <ProductOptionGroupID>int</ProductOptionGroupID>
        <ProductOptionGroupName>string</ProductOptionGroupName>
        <ProductOptionGroupAlias>string</ProductOptionGroupAlias>
        <ProductOptionGroupDisplayUpCharge>boolean</ProductOptionGroupDisplayUpCharge>
        <ProductOptionGroupUsesSwatches>boolean</ProductOptionGroupUsesSwatches>
        <ProductOptions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ProductOptionGroup>
      <ProductOptionGroup>
        <ProductOptionGroupID>int</ProductOptionGroupID>
        <ProductOptionGroupName>string</ProductOptionGroupName>
        <ProductOptionGroupAlias>string</ProductOptionGroupAlias>
        <ProductOptionGroupDisplayUpCharge>boolean</ProductOptionGroupDisplayUpCharge>
        <ProductOptionGroupUsesSwatches>boolean</ProductOptionGroupUsesSwatches>
        <ProductOptions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ProductOptionGroup>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </ProductOptionGroups>
    <Images>
      <ProductImage>
        <ImageID>int</ImageID>
        <ImageProductID>int</ImageProductID>
        <ImageName>string</ImageName>
        <ImageCaption>string</ImageCaption>
        <ImageDisplayOrder>int</ImageDisplayOrder>
      </ProductImage>
      <ProductImage>
        <ImageID>int</ImageID>
        <ImageProductID>int</ImageProductID>
        <ImageName>string</ImageName>
        <ImageCaption>string</ImageCaption>
        <ImageDisplayOrder>int</ImageDisplayOrder>
      </ProductImage>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </Images>
    <Videos>
      <ProductVideo>
        <VideoID>int</VideoID>
        <VideoProductID>int</VideoProductID>
        <VideoName>string</VideoName>
        <VideoCaption>string</VideoCaption>
        <VideoDisplayOrder>int</VideoDisplayOrder>
      </ProductVideo>
      <ProductVideo>
        <VideoID>int</VideoID>
        <VideoProductID>int</VideoProductID>
        <VideoName>string</VideoName>
        <VideoCaption>string</VideoCaption>
        <VideoDisplayOrder>int</VideoDisplayOrder>
      </ProductVideo>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </Videos>
    <Suppliers>
      <ProductSupplier>
        <SupplierID>int</SupplierID>
        <SupplierName>string</SupplierName>
        <SupplierCompanyName>string</SupplierCompanyName>
        <SupplierEmail>string</SupplierEmail>
        <SupplierPhone>string</SupplierPhone>
        <SupplierAddress>string</SupplierAddress>
        <SupplierCity>string</SupplierCity>
        <SupplierStateProvince>string</SupplierStateProvince>
        <SupplierPostalCode>string</SupplierPostalCode>
        <SupplierProductID>int</SupplierProductID>
        <SupplierQuantity>int</SupplierQuantity>
        <SupplierCost>decimal</SupplierCost>
        <SupplierRange>int</SupplierRange>
        <SupplierMargin>int</SupplierMargin>
        <SupplierUpdateDate>dateTime</SupplierUpdateDate>
        <SupplierComments>string</SupplierComments>
        <SupplierDiscontinued>boolean</SupplierDiscontinued>
        <SupplierSafetyStock>int</SupplierSafetyStock>
        <SupplierCountry>string</SupplierCountry>
        <SupplierDistanceFromOrigin>double</SupplierDistanceFromOrigin>
        <SupplierCountryCode>string</SupplierCountryCode>
        <SupplierCountryIsoCode>string</SupplierCountryIsoCode>
      </ProductSupplier>
      <ProductSupplier>
        <SupplierID>int</SupplierID>
        <SupplierName>string</SupplierName>
        <SupplierCompanyName>string</SupplierCompanyName>
        <SupplierEmail>string</SupplierEmail>
        <SupplierPhone>string</SupplierPhone>
        <SupplierAddress>string</SupplierAddress>
        <SupplierCity>string</SupplierCity>
        <SupplierStateProvince>string</SupplierStateProvince>
        <SupplierPostalCode>string</SupplierPostalCode>
        <SupplierProductID>int</SupplierProductID>
        <SupplierQuantity>int</SupplierQuantity>
        <SupplierCost>decimal</SupplierCost>
        <SupplierRange>int</SupplierRange>
        <SupplierMargin>int</SupplierMargin>
        <SupplierUpdateDate>dateTime</SupplierUpdateDate>
        <SupplierComments>string</SupplierComments>
        <SupplierDiscontinued>boolean</SupplierDiscontinued>
        <SupplierSafetyStock>int</SupplierSafetyStock>
        <SupplierCountry>string</SupplierCountry>
        <SupplierDistanceFromOrigin>double</SupplierDistanceFromOrigin>
        <SupplierCountryCode>string</SupplierCountryCode>
        <SupplierCountryIsoCode>string</SupplierCountryIsoCode>
      </ProductSupplier>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </Suppliers>
    <Classifications>
      <Classification>
        <ClassificationID>int</ClassificationID>
        <ClassificationName>string</ClassificationName>
        <ClassificationDisplayName>string</ClassificationDisplayName>
        <ClassificationGroupID>int</ClassificationGroupID>
        <ClassificationGroup>string</ClassificationGroup>
        <ClassificationOrder>int</ClassificationOrder>
        <ClassificationAttributes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Classification>
      <Classification>
        <ClassificationID>int</ClassificationID>
        <ClassificationName>string</ClassificationName>
        <ClassificationDisplayName>string</ClassificationDisplayName>
        <ClassificationGroupID>int</ClassificationGroupID>
        <ClassificationGroup>string</ClassificationGroup>
        <ClassificationOrder>int</ClassificationOrder>
        <ClassificationAttributes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Classification>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </Classifications>
    <ComparableSpecs>
      <ProductComparableSpec>
        <CompSpecID>int</CompSpecID>
        <CompSpecOrder>int</CompSpecOrder>
        <CompSpecGroupID>int</CompSpecGroupID>
        <CompCompareID>int</CompCompareID>
        <CompSpecName>string</CompSpecName>
        <CompSpecDefinition>string</CompSpecDefinition>
        <CompSpecImage>string</CompSpecImage>
        <CompSpecGroupName>string</CompSpecGroupName>
        <CompSpecValue>string</CompSpecValue>
      </ProductComparableSpec>
      <ProductComparableSpec>
        <CompSpecID>int</CompSpecID>
        <CompSpecOrder>int</CompSpecOrder>
        <CompSpecGroupID>int</CompSpecGroupID>
        <CompCompareID>int</CompCompareID>
        <CompSpecName>string</CompSpecName>
        <CompSpecDefinition>string</CompSpecDefinition>
        <CompSpecImage>string</CompSpecImage>
        <CompSpecGroupName>string</CompSpecGroupName>
        <CompSpecValue>string</CompSpecValue>
      </ProductComparableSpec>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </ComparableSpecs>
    <tiergroupproducts>
      <tiergroupproduct>
        <tiergroupid>int</tiergroupid>
        <tiergroupname>string</tiergroupname>
        <tierdescription>string</tierdescription>
        <productid>int</productid>
        <tierprice>decimal</tierprice>
        <tierstartdate>dateTime</tierstartdate>
        <tierenddate>dateTime</tierenddate>
        <tierrowid>int</tierrowid>
        <tierproductpartno>string</tierproductpartno>
        <productpartno>string</productpartno>
        <stringtierstartdate>string</stringtierstartdate>
        <stringtierenddate>string</stringtierenddate>
      </tiergroupproduct>
      <tiergroupproduct>
        <tiergroupid>int</tiergroupid>
        <tiergroupname>string</tiergroupname>
        <tierdescription>string</tierdescription>
        <productid>int</productid>
        <tierprice>decimal</tierprice>
        <tierstartdate>dateTime</tierstartdate>
        <tierenddate>dateTime</tierenddate>
        <tierrowid>int</tierrowid>
        <tierproductpartno>string</tierproductpartno>
        <productpartno>string</productpartno>
        <stringtierstartdate>string</stringtierstartdate>
        <stringtierenddate>string</stringtierenddate>
      </tiergroupproduct>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </tiergroupproducts>
    <ProductIsAmazonFBA>int</ProductIsAmazonFBA>
    <ProductAmazonFBASKU>string</ProductAmazonFBASKU>
    <NonDiscountable>boolean</NonDiscountable>
    <ProductAmazonActive>boolean</ProductAmazonActive>
    <ProductIsDonationProduct>boolean</ProductIsDonationProduct>
    <ProductDonationAmountSelectedAtCheckout>boolean</ProductDonationAmountSelectedAtCheckout>
    <ExternalID>string</ExternalID>
    <ProductBundleItemsShipTogether>boolean</ProductBundleItemsShipTogether>
    <ImageVersion>string</ImageVersion>
    <ProductInStockThreshold>int</ProductInStockThreshold>
    <ProductMaximumCartQty>int</ProductMaximumCartQty>
    <ProductNsiDsi>int</ProductNsiDsi>
  </Product>
  <Response>
    <ResponseHasErrors>boolean</ResponseHasErrors>
    <ResponseCode>string</ResponseCode>
    <ResponseDescription>string</ResponseDescription>
    <ResponseCustomReturn1>string</ResponseCustomReturn1>
    <ResponseCustomReturn2>string</ResponseCustomReturn2>
    <ResponseCustomReturn3>string</ResponseCustomReturn3>
    <ResponseCustomReturn4>string</ResponseCustomReturn4>
    <ResponseCustomReturn5>string</ResponseCustomReturn5>
    <ResponseDebugging>string</ResponseDebugging>
    <ResponseOrderSuccess>
      <ResponseOrderSuccess>
        <OrderID>string</OrderID>
        <OrderStatusID>string</OrderStatusID>
        <OrderCustomerID>string</OrderCustomerID>
        <OrderInfo>string</OrderInfo>
      </ResponseOrderSuccess>
      <ResponseOrderSuccess>
        <OrderID>string</OrderID>
        <OrderStatusID>string</OrderStatusID>
        <OrderCustomerID>string</OrderCustomerID>
        <OrderInfo>string</OrderInfo>
      </ResponseOrderSuccess>
    </ResponseOrderSuccess>
    <ResponseOrderErrors>
      <ResponseOrderError>
        <OrderInfo>string</OrderInfo>
        <OrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ResponseOrderError>
      <ResponseOrderError>
        <OrderInfo>string</OrderInfo>
        <OrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ResponseOrderError>
    </ResponseOrderErrors>
    <ResponseOrderMessages>
      <ResponseOrderMessage>
        <OrderInfo>string</OrderInfo>
        <OrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ResponseOrderMessage>
      <ResponseOrderMessage>
        <OrderInfo>string</OrderInfo>
        <OrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ResponseOrderMessage>
    </ResponseOrderMessages>
  </Response>
</Products>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /productservice.asmx/GetProductSOAP HTTP/1.1
Host: api-jako.aptos.io
Content-Type: application/x-www-form-urlencoded
Content-Length: length

ClientName=string&Guid=string&ProductID=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<Products xmlns="http://api.shopvisible.com/">
  <ProductCurrentPage>int</ProductCurrentPage>
  <ProductTotalPages>int</ProductTotalPages>
  <Product>
    <ProductRMAAble>boolean</ProductRMAAble>
    <ProductAllowBackorder>boolean</ProductAllowBackorder>
    <ProductUpsellItems>
      <UpsellItem>
        <AccessoryGroupId>int</AccessoryGroupId>
        <AccessoryId>int</AccessoryId>
        <DisplayDescription>string</DisplayDescription>
        <DisplayOrder>int</DisplayOrder>
        <ProductId>int</ProductId>
        <RowId>int</RowId>
        <Product d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </UpsellItem>
      <UpsellItem>
        <AccessoryGroupId>int</AccessoryGroupId>
        <AccessoryId>int</AccessoryId>
        <DisplayDescription>string</DisplayDescription>
        <DisplayOrder>int</DisplayOrder>
        <ProductId>int</ProductId>
        <RowId>int</RowId>
        <Product d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </UpsellItem>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </ProductUpsellItems>
    <ProductReviewCount>int</ProductReviewCount>
    <InventoryMarkup>decimal</InventoryMarkup>
    <ProductID>int</ProductID>
    <DeptID>int</DeptID>
    <ProductCode>string</ProductCode>
    <ProductName>string</ProductName>
    <ProductWeight>decimal</ProductWeight>
    <ProductQuantity>int</ProductQuantity>
    <ProductAvailability>string</ProductAvailability>
    <ProductOrderable>boolean</ProductOrderable>
    <ProductImagePath>string</ProductImagePath>
    <ProductImageRefresh>boolean</ProductImageRefresh>
    <ProductThumbnailImagePath>string</ProductThumbnailImagePath>
    <ProductCaption>string</ProductCaption>
    <ProductSpecsList>string</ProductSpecsList>
    <ProductReviewURL>string</ProductReviewURL>
    <ProductrWriteReviewURL>string</ProductrWriteReviewURL>
    <ProductEditorsChoice>boolean</ProductEditorsChoice>
    <ProductNewProduct>boolean</ProductNewProduct>
    <ProductNewProductDate>dateTime</ProductNewProductDate>
    <ProductFreeShipping>boolean</ProductFreeShipping>
    <ProductSpecialProduct>boolean</ProductSpecialProduct>
    <ProductSpecialProductDate>dateTime</ProductSpecialProductDate>
    <ProductNotes>string</ProductNotes>
    <ProductStockStatusID>int</ProductStockStatusID>
    <ProductStockStatus>string</ProductStockStatus>
    <ProductFutureStockStatusID>int</ProductFutureStockStatusID>
    <ProductFutureStockStatus>string</ProductFutureStockStatus>
    <ProductFutureStockQuantity>int</ProductFutureStockQuantity>
    <ProductFutureStockThreshold>int</ProductFutureStockThreshold>
    <ProductDetailedStatus>string</ProductDetailedStatus>
    <ProductStockOverride>boolean</ProductStockOverride>
    <ProductPriceOverride>boolean</ProductPriceOverride>
    <ProductDeleted>boolean</ProductDeleted>
    <ProductPreOrder>boolean</ProductPreOrder>
    <ProductInStockDate>dateTime</ProductInStockDate>
    <ProductPartNo>string</ProductPartNo>
    <ProductPartNoAlternate>string</ProductPartNoAlternate>
    <ProductLocalSales>boolean</ProductLocalSales>
    <ProductPayPerClick>boolean</ProductPayPerClick>
    <ProductShopbot>boolean</ProductShopbot>
    <ProductOpenboxCondition>string</ProductOpenboxCondition>
    <ProductCustomText>string</ProductCustomText>
    <ProductReturnProtection>boolean</ProductReturnProtection>
    <ProductAmazon>boolean</ProductAmazon>
    <ProductUPC>string</ProductUPC>
    <ProductOrder>int</ProductOrder>
    <ProductCatalogBookNumber>string</ProductCatalogBookNumber>
    <ProductCatalogPageNumber>string</ProductCatalogPageNumber>
    <ProductStandardFreight>boolean</ProductStandardFreight>
    <ProductSystemShippingAmount>decimal</ProductSystemShippingAmount>
    <ProductFreightClass>decimal</ProductFreightClass>
    <ProductIsLimited>boolean</ProductIsLimited>
    <ProductVIN>string</ProductVIN>
    <ProductYear>string</ProductYear>
    <ProductSubModel>string</ProductSubModel>
    <ProductMiles>int</ProductMiles>
    <ProductMetaTitle>string</ProductMetaTitle>
    <ProductMetaKeywords>string</ProductMetaKeywords>
    <ProductMetaDescription>string</ProductMetaDescription>
    <ProductMetaTags>string</ProductMetaTags>
    <ProductCertifiedStatus>string</ProductCertifiedStatus>
    <ProductSubWeight>decimal</ProductSubWeight>
    <ProductNextPurchaseOn>string</ProductNextPurchaseOn>
    <ProductNextPurchaseOnPeriod>string</ProductNextPurchaseOnPeriod>
    <ProductNextProductAccessoryGroup>int</ProductNextProductAccessoryGroup>
    <ProductIsGiftCard>boolean</ProductIsGiftCard>
    <ProductGiftCardExpiresDate>dateTime</ProductGiftCardExpiresDate>
    <ProductGiftCardValidForDays>int</ProductGiftCardValidForDays>
    <ProductSelectableList>string</ProductSelectableList>
    <ProductExcludeFromThirdPartyCheckout>boolean</ProductExcludeFromThirdPartyCheckout>
    <ProductIsOversized>boolean</ProductIsOversized>
    <ProductSizeHeight>int</ProductSizeHeight>
    <ProductSizeWidth>int</ProductSizeWidth>
    <ProductSizeLength>int</ProductSizeLength>
    <ProductWarrantyProvider>string</ProductWarrantyProvider>
    <ProductWarrantyLength>string</ProductWarrantyLength>
    <ProductWarrantyPhone>string</ProductWarrantyPhone>
    <ProductInOverstock>boolean</ProductInOverstock>
    <ProductCreated>dateTime</ProductCreated>
    <ProductModified>dateTime</ProductModified>
    <ProductMasterProductID>int</ProductMasterProductID>
    <ProductCustomXML>string</ProductCustomXML>
    <ProductExtra1>string</ProductExtra1>
    <ProductExtra2>string</ProductExtra2>
    <ProductExtra3>string</ProductExtra3>
    <ProductExtra4>string</ProductExtra4>
    <ProductExtra5>string</ProductExtra5>
    <ProductExtra6>string</ProductExtra6>
    <ProductExtra7>string</ProductExtra7>
    <ProductExtra8>string</ProductExtra8>
    <ProductExtra9>string</ProductExtra9>
    <ProductExtra10>string</ProductExtra10>
    <ProductDisallowGiftwrap>boolean</ProductDisallowGiftwrap>
    <ProductAmazonIDNumber>string</ProductAmazonIDNumber>
    <ProductManufactureCountry>string</ProductManufactureCountry>
    <ProductFreeConditionalShipping>boolean</ProductFreeConditionalShipping>
    <ProductHSCode>string</ProductHSCode>
    <ProductTaxExempt>boolean</ProductTaxExempt>
    <ProductQtyThresholdLow>int</ProductQtyThresholdLow>
    <ProductQtyThresholdHigh>int</ProductQtyThresholdHigh>
    <ProductAmazonSKU>string</ProductAmazonSKU>
    <ProductBinNo>string</ProductBinNo>
    <ProductURL>string</ProductURL>
    <ProductDigital>boolean</ProductDigital>
    <ProductDisplayInMobile>boolean</ProductDisplayInMobile>
    <ProductExpirationDate>dateTime</ProductExpirationDate>
    <ProductRequiresActivation>boolean</ProductRequiresActivation>
    <Categories>
      <Category>
        <CategoryID>int</CategoryID>
        <SocialCommerceImage>string</SocialCommerceImage>
        <CategoryName>string</CategoryName>
        <CategoryOrder>int</CategoryOrder>
        <CategoryImage>string</CategoryImage>
        <CategoryMetaTitle>string</CategoryMetaTitle>
        <CategoryMetaKeywords>string</CategoryMetaKeywords>
        <CategoryMetaDescription>string</CategoryMetaDescription>
        <CategoryFeaturedProducts>string</CategoryFeaturedProducts>
        <CategoryHeading>string</CategoryHeading>
        <Hidden>boolean</Hidden>
        <SubCategories d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DisplayOnMobile>boolean</DisplayOnMobile>
        <ExternalID>string</ExternalID>
      </Category>
      <Category>
        <CategoryID>int</CategoryID>
        <SocialCommerceImage>string</SocialCommerceImage>
        <CategoryName>string</CategoryName>
        <CategoryOrder>int</CategoryOrder>
        <CategoryImage>string</CategoryImage>
        <CategoryMetaTitle>string</CategoryMetaTitle>
        <CategoryMetaKeywords>string</CategoryMetaKeywords>
        <CategoryMetaDescription>string</CategoryMetaDescription>
        <CategoryFeaturedProducts>string</CategoryFeaturedProducts>
        <CategoryHeading>string</CategoryHeading>
        <Hidden>boolean</Hidden>
        <SubCategories d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DisplayOnMobile>boolean</DisplayOnMobile>
        <ExternalID>string</ExternalID>
      </Category>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </Categories>
    <SubCategoriesShared>
      <SubCategory>
        <SubCategoryID>int</SubCategoryID>
        <SubCategoryName>string</SubCategoryName>
        <SubCategoryURL>string</SubCategoryURL>
        <SubCategoryOrder>decimal</SubCategoryOrder>
        <SubCategoryParentSubCategoryID>int</SubCategoryParentSubCategoryID>
        <SubCategoryImage>string</SubCategoryImage>
        <SubCategoryHeaderImage>string</SubCategoryHeaderImage>
        <SubCategoryDescription>string</SubCategoryDescription>
        <SubCategoryShortDescription>string</SubCategoryShortDescription>
        <SubCategoryCustomDescription>string</SubCategoryCustomDescription>
        <SubCategoryKeywords>string</SubCategoryKeywords>
        <SubCategoryAlias>string</SubCategoryAlias>
        <SubCategoryAlt>string</SubCategoryAlt>
        <SubCategoryAltURL>string</SubCategoryAltURL>
        <SubCategoryIsHidden>boolean</SubCategoryIsHidden>
        <SubCategoryShowInSearch>boolean</SubCategoryShowInSearch>
        <SubCategoryAutoStock>boolean</SubCategoryAutoStock>
        <SubCategoryAutoMargin>int</SubCategoryAutoMargin>
        <SubCategoryAltURLSwitch>boolean</SubCategoryAltURLSwitch>
        <SubCategoryAccSubCategory>boolean</SubCategoryAccSubCategory>
        <SubCategoryOpenBox>boolean</SubCategoryOpenBox>
        <SubCategoryOverture1>string</SubCategoryOverture1>
        <SubCategoryOverture2>string</SubCategoryOverture2>
        <SubCategoryEWaste>decimal</SubCategoryEWaste>
        <SubCategoryAmazonUsedFor>string</SubCategoryAmazonUsedFor>
        <SubCategoryAmazonItemType>string</SubCategoryAmazonItemType>
        <SubCategoryAmazonOtherItemAttributes>string</SubCategoryAmazonOtherItemAttributes>
        <SubCategoryAmazonSubjectContent>string</SubCategoryAmazonSubjectContent>
        <SubCategoryHiddenAffiliateOverrides>string</SubCategoryHiddenAffiliateOverrides>
        <SubCategoryEbayCategoryID>int</SubCategoryEbayCategoryID>
        <SubCategoryProntoCategoryID>short</SubCategoryProntoCategoryID>
        <SubCategoryInventoryMarkup>decimal</SubCategoryInventoryMarkup>
        <WebsiteId>int</WebsiteId>
        <Favorite>boolean</Favorite>
        <FraudCheck>boolean</FraudCheck>
        <HideFromPhoneOrder>boolean</HideFromPhoneOrder>
        <AllowedCartQuantity>int</AllowedCartQuantity>
        <SocialCommerceImage>string</SocialCommerceImage>
        <FraudCartQuantity>int</FraudCartQuantity>
        <CategoryID>int</CategoryID>
        <CategoryName>string</CategoryName>
        <SubCategories d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ExternalID>string</ExternalID>
      </SubCategory>
      <SubCategory>
        <SubCategoryID>int</SubCategoryID>
        <SubCategoryName>string</SubCategoryName>
        <SubCategoryURL>string</SubCategoryURL>
        <SubCategoryOrder>decimal</SubCategoryOrder>
        <SubCategoryParentSubCategoryID>int</SubCategoryParentSubCategoryID>
        <SubCategoryImage>string</SubCategoryImage>
        <SubCategoryHeaderImage>string</SubCategoryHeaderImage>
        <SubCategoryDescription>string</SubCategoryDescription>
        <SubCategoryShortDescription>string</SubCategoryShortDescription>
        <SubCategoryCustomDescription>string</SubCategoryCustomDescription>
        <SubCategoryKeywords>string</SubCategoryKeywords>
        <SubCategoryAlias>string</SubCategoryAlias>
        <SubCategoryAlt>string</SubCategoryAlt>
        <SubCategoryAltURL>string</SubCategoryAltURL>
        <SubCategoryIsHidden>boolean</SubCategoryIsHidden>
        <SubCategoryShowInSearch>boolean</SubCategoryShowInSearch>
        <SubCategoryAutoStock>boolean</SubCategoryAutoStock>
        <SubCategoryAutoMargin>int</SubCategoryAutoMargin>
        <SubCategoryAltURLSwitch>boolean</SubCategoryAltURLSwitch>
        <SubCategoryAccSubCategory>boolean</SubCategoryAccSubCategory>
        <SubCategoryOpenBox>boolean</SubCategoryOpenBox>
        <SubCategoryOverture1>string</SubCategoryOverture1>
        <SubCategoryOverture2>string</SubCategoryOverture2>
        <SubCategoryEWaste>decimal</SubCategoryEWaste>
        <SubCategoryAmazonUsedFor>string</SubCategoryAmazonUsedFor>
        <SubCategoryAmazonItemType>string</SubCategoryAmazonItemType>
        <SubCategoryAmazonOtherItemAttributes>string</SubCategoryAmazonOtherItemAttributes>
        <SubCategoryAmazonSubjectContent>string</SubCategoryAmazonSubjectContent>
        <SubCategoryHiddenAffiliateOverrides>string</SubCategoryHiddenAffiliateOverrides>
        <SubCategoryEbayCategoryID>int</SubCategoryEbayCategoryID>
        <SubCategoryProntoCategoryID>short</SubCategoryProntoCategoryID>
        <SubCategoryInventoryMarkup>decimal</SubCategoryInventoryMarkup>
        <WebsiteId>int</WebsiteId>
        <Favorite>boolean</Favorite>
        <FraudCheck>boolean</FraudCheck>
        <HideFromPhoneOrder>boolean</HideFromPhoneOrder>
        <AllowedCartQuantity>int</AllowedCartQuantity>
        <SocialCommerceImage>string</SocialCommerceImage>
        <FraudCartQuantity>int</FraudCartQuantity>
        <CategoryID>int</CategoryID>
        <CategoryName>string</CategoryName>
        <SubCategories d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ExternalID>string</ExternalID>
      </SubCategory>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </SubCategoriesShared>
    <Brand>
      <BrandID>int</BrandID>
      <BrandName>string</BrandName>
      <BrandDescription>string</BrandDescription>
      <BrandURL>string</BrandURL>
      <BrandTitle>string</BrandTitle>
      <BrandMetaKeywords>string</BrandMetaKeywords>
      <BrandMetaDescription>string</BrandMetaDescription>
      <BrandCSS>string</BrandCSS>
      <BrandTags>string</BrandTags>
      <BrandHeaderImage>string</BrandHeaderImage>
      <BrandUPCCode>string</BrandUPCCode>
      <BrandImage>string</BrandImage>
      <BrandFeatured>boolean</BrandFeatured>
      <SubBrands>
        <SubBrand d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SubBrand d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Response d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </SubBrands>
      <ExternalID>string</ExternalID>
    </Brand>
    <SubBrand>
      <SubBrandID>int</SubBrandID>
      <SubBrandName>string</SubBrandName>
      <SubBrandBrandID>int</SubBrandBrandID>
      <SubBrandBrand>string</SubBrandBrand>
      <SubBrandDescription>string</SubBrandDescription>
      <SubBrandImage>string</SubBrandImage>
      <SubBrandOrder>decimal</SubBrandOrder>
      <SubBrandMetaTitle>string</SubBrandMetaTitle>
      <SubBrandMetaKeywords>string</SubBrandMetaKeywords>
      <SubBrandMetaDescription>string</SubBrandMetaDescription>
    </SubBrand>
    <Price>
      <PriceProductID>int</PriceProductID>
      <PriceIncrementalPaymentLength>int</PriceIncrementalPaymentLength>
      <PriceMSRPMin>decimal</PriceMSRPMin>
      <PriceMSRPMax>decimal</PriceMSRPMax>
      <PriceSale>decimal</PriceSale>
      <PriceCost>decimal</PriceCost>
      <PriceMAP>decimal</PriceMAP>
      <PriceCall>decimal</PriceCall>
      <PricePersonalization>decimal</PricePersonalization>
      <PriceOnSale>decimal</PriceOnSale>
      <PriceShippingDomestic>decimal</PriceShippingDomestic>
      <PriceShippingInternational>decimal</PriceShippingInternational>
      <PriceGiftCardMin>decimal</PriceGiftCardMin>
      <PriceGiftCardMax>decimal</PriceGiftCardMax>
      <PriceGiftCardIncrement>decimal</PriceGiftCardIncrement>
      <PriceBestOffer>decimal</PriceBestOffer>
      <SaleStartDateTime>dateTime</SaleStartDateTime>
      <SaleEndDateTime>dateTime</SaleEndDateTime>
      <PriceWholesale>decimal</PriceWholesale>
      <WholeSaleOnSaleStartDate>dateTime</WholeSaleOnSaleStartDate>
      <WholeSaleOnSaleEndDate>dateTime</WholeSaleOnSaleEndDate>
      <WholeSaleOnSale>decimal</WholeSaleOnSale>
    </Price>
    <PriceBreaks>
      <ProductPriceBreak>
        <ProductPriceBreakProductID>int</ProductPriceBreakProductID>
        <ProductPriceBreakQuantity>int</ProductPriceBreakQuantity>
        <ProductPriceBreakPrice>decimal</ProductPriceBreakPrice>
        <ProductPriceBreakLevel>string</ProductPriceBreakLevel>
        <ProductPriceBreakType>string</ProductPriceBreakType>
        <ProductPriceBreakTierGroupID>int</ProductPriceBreakTierGroupID>
        <ProductPriceBreakApplytoAllTiers>boolean</ProductPriceBreakApplytoAllTiers>
        <ProductCode>string</ProductCode>
        <ProductPartNo>string</ProductPartNo>
        <TierGroupName>string</TierGroupName>
      </ProductPriceBreak>
      <ProductPriceBreak>
        <ProductPriceBreakProductID>int</ProductPriceBreakProductID>
        <ProductPriceBreakQuantity>int</ProductPriceBreakQuantity>
        <ProductPriceBreakPrice>decimal</ProductPriceBreakPrice>
        <ProductPriceBreakLevel>string</ProductPriceBreakLevel>
        <ProductPriceBreakType>string</ProductPriceBreakType>
        <ProductPriceBreakTierGroupID>int</ProductPriceBreakTierGroupID>
        <ProductPriceBreakApplytoAllTiers>boolean</ProductPriceBreakApplytoAllTiers>
        <ProductCode>string</ProductCode>
        <ProductPartNo>string</ProductPartNo>
        <TierGroupName>string</TierGroupName>
      </ProductPriceBreak>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </PriceBreaks>
    <ProductOptionGroups>
      <ProductOptionGroup>
        <ProductOptionGroupID>int</ProductOptionGroupID>
        <ProductOptionGroupName>string</ProductOptionGroupName>
        <ProductOptionGroupAlias>string</ProductOptionGroupAlias>
        <ProductOptionGroupDisplayUpCharge>boolean</ProductOptionGroupDisplayUpCharge>
        <ProductOptionGroupUsesSwatches>boolean</ProductOptionGroupUsesSwatches>
        <ProductOptions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ProductOptionGroup>
      <ProductOptionGroup>
        <ProductOptionGroupID>int</ProductOptionGroupID>
        <ProductOptionGroupName>string</ProductOptionGroupName>
        <ProductOptionGroupAlias>string</ProductOptionGroupAlias>
        <ProductOptionGroupDisplayUpCharge>boolean</ProductOptionGroupDisplayUpCharge>
        <ProductOptionGroupUsesSwatches>boolean</ProductOptionGroupUsesSwatches>
        <ProductOptions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ProductOptionGroup>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </ProductOptionGroups>
    <Images>
      <ProductImage>
        <ImageID>int</ImageID>
        <ImageProductID>int</ImageProductID>
        <ImageName>string</ImageName>
        <ImageCaption>string</ImageCaption>
        <ImageDisplayOrder>int</ImageDisplayOrder>
      </ProductImage>
      <ProductImage>
        <ImageID>int</ImageID>
        <ImageProductID>int</ImageProductID>
        <ImageName>string</ImageName>
        <ImageCaption>string</ImageCaption>
        <ImageDisplayOrder>int</ImageDisplayOrder>
      </ProductImage>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </Images>
    <Videos>
      <ProductVideo>
        <VideoID>int</VideoID>
        <VideoProductID>int</VideoProductID>
        <VideoName>string</VideoName>
        <VideoCaption>string</VideoCaption>
        <VideoDisplayOrder>int</VideoDisplayOrder>
      </ProductVideo>
      <ProductVideo>
        <VideoID>int</VideoID>
        <VideoProductID>int</VideoProductID>
        <VideoName>string</VideoName>
        <VideoCaption>string</VideoCaption>
        <VideoDisplayOrder>int</VideoDisplayOrder>
      </ProductVideo>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </Videos>
    <Suppliers>
      <ProductSupplier>
        <SupplierID>int</SupplierID>
        <SupplierName>string</SupplierName>
        <SupplierCompanyName>string</SupplierCompanyName>
        <SupplierEmail>string</SupplierEmail>
        <SupplierPhone>string</SupplierPhone>
        <SupplierAddress>string</SupplierAddress>
        <SupplierCity>string</SupplierCity>
        <SupplierStateProvince>string</SupplierStateProvince>
        <SupplierPostalCode>string</SupplierPostalCode>
        <SupplierProductID>int</SupplierProductID>
        <SupplierQuantity>int</SupplierQuantity>
        <SupplierCost>decimal</SupplierCost>
        <SupplierRange>int</SupplierRange>
        <SupplierMargin>int</SupplierMargin>
        <SupplierUpdateDate>dateTime</SupplierUpdateDate>
        <SupplierComments>string</SupplierComments>
        <SupplierDiscontinued>boolean</SupplierDiscontinued>
        <SupplierSafetyStock>int</SupplierSafetyStock>
        <SupplierCountry>string</SupplierCountry>
        <SupplierDistanceFromOrigin>double</SupplierDistanceFromOrigin>
        <SupplierCountryCode>string</SupplierCountryCode>
        <SupplierCountryIsoCode>string</SupplierCountryIsoCode>
      </ProductSupplier>
      <ProductSupplier>
        <SupplierID>int</SupplierID>
        <SupplierName>string</SupplierName>
        <SupplierCompanyName>string</SupplierCompanyName>
        <SupplierEmail>string</SupplierEmail>
        <SupplierPhone>string</SupplierPhone>
        <SupplierAddress>string</SupplierAddress>
        <SupplierCity>string</SupplierCity>
        <SupplierStateProvince>string</SupplierStateProvince>
        <SupplierPostalCode>string</SupplierPostalCode>
        <SupplierProductID>int</SupplierProductID>
        <SupplierQuantity>int</SupplierQuantity>
        <SupplierCost>decimal</SupplierCost>
        <SupplierRange>int</SupplierRange>
        <SupplierMargin>int</SupplierMargin>
        <SupplierUpdateDate>dateTime</SupplierUpdateDate>
        <SupplierComments>string</SupplierComments>
        <SupplierDiscontinued>boolean</SupplierDiscontinued>
        <SupplierSafetyStock>int</SupplierSafetyStock>
        <SupplierCountry>string</SupplierCountry>
        <SupplierDistanceFromOrigin>double</SupplierDistanceFromOrigin>
        <SupplierCountryCode>string</SupplierCountryCode>
        <SupplierCountryIsoCode>string</SupplierCountryIsoCode>
      </ProductSupplier>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </Suppliers>
    <Classifications>
      <Classification>
        <ClassificationID>int</ClassificationID>
        <ClassificationName>string</ClassificationName>
        <ClassificationDisplayName>string</ClassificationDisplayName>
        <ClassificationGroupID>int</ClassificationGroupID>
        <ClassificationGroup>string</ClassificationGroup>
        <ClassificationOrder>int</ClassificationOrder>
        <ClassificationAttributes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Classification>
      <Classification>
        <ClassificationID>int</ClassificationID>
        <ClassificationName>string</ClassificationName>
        <ClassificationDisplayName>string</ClassificationDisplayName>
        <ClassificationGroupID>int</ClassificationGroupID>
        <ClassificationGroup>string</ClassificationGroup>
        <ClassificationOrder>int</ClassificationOrder>
        <ClassificationAttributes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Classification>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </Classifications>
    <ComparableSpecs>
      <ProductComparableSpec>
        <CompSpecID>int</CompSpecID>
        <CompSpecOrder>int</CompSpecOrder>
        <CompSpecGroupID>int</CompSpecGroupID>
        <CompCompareID>int</CompCompareID>
        <CompSpecName>string</CompSpecName>
        <CompSpecDefinition>string</CompSpecDefinition>
        <CompSpecImage>string</CompSpecImage>
        <CompSpecGroupName>string</CompSpecGroupName>
        <CompSpecValue>string</CompSpecValue>
      </ProductComparableSpec>
      <ProductComparableSpec>
        <CompSpecID>int</CompSpecID>
        <CompSpecOrder>int</CompSpecOrder>
        <CompSpecGroupID>int</CompSpecGroupID>
        <CompCompareID>int</CompCompareID>
        <CompSpecName>string</CompSpecName>
        <CompSpecDefinition>string</CompSpecDefinition>
        <CompSpecImage>string</CompSpecImage>
        <CompSpecGroupName>string</CompSpecGroupName>
        <CompSpecValue>string</CompSpecValue>
      </ProductComparableSpec>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </ComparableSpecs>
    <tiergroupproducts>
      <tiergroupproduct>
        <tiergroupid>int</tiergroupid>
        <tiergroupname>string</tiergroupname>
        <tierdescription>string</tierdescription>
        <productid>int</productid>
        <tierprice>decimal</tierprice>
        <tierstartdate>dateTime</tierstartdate>
        <tierenddate>dateTime</tierenddate>
        <tierrowid>int</tierrowid>
        <tierproductpartno>string</tierproductpartno>
        <productpartno>string</productpartno>
        <stringtierstartdate>string</stringtierstartdate>
        <stringtierenddate>string</stringtierenddate>
      </tiergroupproduct>
      <tiergroupproduct>
        <tiergroupid>int</tiergroupid>
        <tiergroupname>string</tiergroupname>
        <tierdescription>string</tierdescription>
        <productid>int</productid>
        <tierprice>decimal</tierprice>
        <tierstartdate>dateTime</tierstartdate>
        <tierenddate>dateTime</tierenddate>
        <tierrowid>int</tierrowid>
        <tierproductpartno>string</tierproductpartno>
        <productpartno>string</productpartno>
        <stringtierstartdate>string</stringtierstartdate>
        <stringtierenddate>string</stringtierenddate>
      </tiergroupproduct>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </tiergroupproducts>
    <ProductIsAmazonFBA>int</ProductIsAmazonFBA>
    <ProductAmazonFBASKU>string</ProductAmazonFBASKU>
    <NonDiscountable>boolean</NonDiscountable>
    <ProductAmazonActive>boolean</ProductAmazonActive>
    <ProductIsDonationProduct>boolean</ProductIsDonationProduct>
    <ProductDonationAmountSelectedAtCheckout>boolean</ProductDonationAmountSelectedAtCheckout>
    <ExternalID>string</ExternalID>
    <ProductBundleItemsShipTogether>boolean</ProductBundleItemsShipTogether>
    <ImageVersion>string</ImageVersion>
    <ProductInStockThreshold>int</ProductInStockThreshold>
    <ProductMaximumCartQty>int</ProductMaximumCartQty>
    <ProductNsiDsi>int</ProductNsiDsi>
  </Product>
  <Product>
    <ProductRMAAble>boolean</ProductRMAAble>
    <ProductAllowBackorder>boolean</ProductAllowBackorder>
    <ProductUpsellItems>
      <UpsellItem>
        <AccessoryGroupId>int</AccessoryGroupId>
        <AccessoryId>int</AccessoryId>
        <DisplayDescription>string</DisplayDescription>
        <DisplayOrder>int</DisplayOrder>
        <ProductId>int</ProductId>
        <RowId>int</RowId>
        <Product d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </UpsellItem>
      <UpsellItem>
        <AccessoryGroupId>int</AccessoryGroupId>
        <AccessoryId>int</AccessoryId>
        <DisplayDescription>string</DisplayDescription>
        <DisplayOrder>int</DisplayOrder>
        <ProductId>int</ProductId>
        <RowId>int</RowId>
        <Product d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </UpsellItem>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </ProductUpsellItems>
    <ProductReviewCount>int</ProductReviewCount>
    <InventoryMarkup>decimal</InventoryMarkup>
    <ProductID>int</ProductID>
    <DeptID>int</DeptID>
    <ProductCode>string</ProductCode>
    <ProductName>string</ProductName>
    <ProductWeight>decimal</ProductWeight>
    <ProductQuantity>int</ProductQuantity>
    <ProductAvailability>string</ProductAvailability>
    <ProductOrderable>boolean</ProductOrderable>
    <ProductImagePath>string</ProductImagePath>
    <ProductImageRefresh>boolean</ProductImageRefresh>
    <ProductThumbnailImagePath>string</ProductThumbnailImagePath>
    <ProductCaption>string</ProductCaption>
    <ProductSpecsList>string</ProductSpecsList>
    <ProductReviewURL>string</ProductReviewURL>
    <ProductrWriteReviewURL>string</ProductrWriteReviewURL>
    <ProductEditorsChoice>boolean</ProductEditorsChoice>
    <ProductNewProduct>boolean</ProductNewProduct>
    <ProductNewProductDate>dateTime</ProductNewProductDate>
    <ProductFreeShipping>boolean</ProductFreeShipping>
    <ProductSpecialProduct>boolean</ProductSpecialProduct>
    <ProductSpecialProductDate>dateTime</ProductSpecialProductDate>
    <ProductNotes>string</ProductNotes>
    <ProductStockStatusID>int</ProductStockStatusID>
    <ProductStockStatus>string</ProductStockStatus>
    <ProductFutureStockStatusID>int</ProductFutureStockStatusID>
    <ProductFutureStockStatus>string</ProductFutureStockStatus>
    <ProductFutureStockQuantity>int</ProductFutureStockQuantity>
    <ProductFutureStockThreshold>int</ProductFutureStockThreshold>
    <ProductDetailedStatus>string</ProductDetailedStatus>
    <ProductStockOverride>boolean</ProductStockOverride>
    <ProductPriceOverride>boolean</ProductPriceOverride>
    <ProductDeleted>boolean</ProductDeleted>
    <ProductPreOrder>boolean</ProductPreOrder>
    <ProductInStockDate>dateTime</ProductInStockDate>
    <ProductPartNo>string</ProductPartNo>
    <ProductPartNoAlternate>string</ProductPartNoAlternate>
    <ProductLocalSales>boolean</ProductLocalSales>
    <ProductPayPerClick>boolean</ProductPayPerClick>
    <ProductShopbot>boolean</ProductShopbot>
    <ProductOpenboxCondition>string</ProductOpenboxCondition>
    <ProductCustomText>string</ProductCustomText>
    <ProductReturnProtection>boolean</ProductReturnProtection>
    <ProductAmazon>boolean</ProductAmazon>
    <ProductUPC>string</ProductUPC>
    <ProductOrder>int</ProductOrder>
    <ProductCatalogBookNumber>string</ProductCatalogBookNumber>
    <ProductCatalogPageNumber>string</ProductCatalogPageNumber>
    <ProductStandardFreight>boolean</ProductStandardFreight>
    <ProductSystemShippingAmount>decimal</ProductSystemShippingAmount>
    <ProductFreightClass>decimal</ProductFreightClass>
    <ProductIsLimited>boolean</ProductIsLimited>
    <ProductVIN>string</ProductVIN>
    <ProductYear>string</ProductYear>
    <ProductSubModel>string</ProductSubModel>
    <ProductMiles>int</ProductMiles>
    <ProductMetaTitle>string</ProductMetaTitle>
    <ProductMetaKeywords>string</ProductMetaKeywords>
    <ProductMetaDescription>string</ProductMetaDescription>
    <ProductMetaTags>string</ProductMetaTags>
    <ProductCertifiedStatus>string</ProductCertifiedStatus>
    <ProductSubWeight>decimal</ProductSubWeight>
    <ProductNextPurchaseOn>string</ProductNextPurchaseOn>
    <ProductNextPurchaseOnPeriod>string</ProductNextPurchaseOnPeriod>
    <ProductNextProductAccessoryGroup>int</ProductNextProductAccessoryGroup>
    <ProductIsGiftCard>boolean</ProductIsGiftCard>
    <ProductGiftCardExpiresDate>dateTime</ProductGiftCardExpiresDate>
    <ProductGiftCardValidForDays>int</ProductGiftCardValidForDays>
    <ProductSelectableList>string</ProductSelectableList>
    <ProductExcludeFromThirdPartyCheckout>boolean</ProductExcludeFromThirdPartyCheckout>
    <ProductIsOversized>boolean</ProductIsOversized>
    <ProductSizeHeight>int</ProductSizeHeight>
    <ProductSizeWidth>int</ProductSizeWidth>
    <ProductSizeLength>int</ProductSizeLength>
    <ProductWarrantyProvider>string</ProductWarrantyProvider>
    <ProductWarrantyLength>string</ProductWarrantyLength>
    <ProductWarrantyPhone>string</ProductWarrantyPhone>
    <ProductInOverstock>boolean</ProductInOverstock>
    <ProductCreated>dateTime</ProductCreated>
    <ProductModified>dateTime</ProductModified>
    <ProductMasterProductID>int</ProductMasterProductID>
    <ProductCustomXML>string</ProductCustomXML>
    <ProductExtra1>string</ProductExtra1>
    <ProductExtra2>string</ProductExtra2>
    <ProductExtra3>string</ProductExtra3>
    <ProductExtra4>string</ProductExtra4>
    <ProductExtra5>string</ProductExtra5>
    <ProductExtra6>string</ProductExtra6>
    <ProductExtra7>string</ProductExtra7>
    <ProductExtra8>string</ProductExtra8>
    <ProductExtra9>string</ProductExtra9>
    <ProductExtra10>string</ProductExtra10>
    <ProductDisallowGiftwrap>boolean</ProductDisallowGiftwrap>
    <ProductAmazonIDNumber>string</ProductAmazonIDNumber>
    <ProductManufactureCountry>string</ProductManufactureCountry>
    <ProductFreeConditionalShipping>boolean</ProductFreeConditionalShipping>
    <ProductHSCode>string</ProductHSCode>
    <ProductTaxExempt>boolean</ProductTaxExempt>
    <ProductQtyThresholdLow>int</ProductQtyThresholdLow>
    <ProductQtyThresholdHigh>int</ProductQtyThresholdHigh>
    <ProductAmazonSKU>string</ProductAmazonSKU>
    <ProductBinNo>string</ProductBinNo>
    <ProductURL>string</ProductURL>
    <ProductDigital>boolean</ProductDigital>
    <ProductDisplayInMobile>boolean</ProductDisplayInMobile>
    <ProductExpirationDate>dateTime</ProductExpirationDate>
    <ProductRequiresActivation>boolean</ProductRequiresActivation>
    <Categories>
      <Category>
        <CategoryID>int</CategoryID>
        <SocialCommerceImage>string</SocialCommerceImage>
        <CategoryName>string</CategoryName>
        <CategoryOrder>int</CategoryOrder>
        <CategoryImage>string</CategoryImage>
        <CategoryMetaTitle>string</CategoryMetaTitle>
        <CategoryMetaKeywords>string</CategoryMetaKeywords>
        <CategoryMetaDescription>string</CategoryMetaDescription>
        <CategoryFeaturedProducts>string</CategoryFeaturedProducts>
        <CategoryHeading>string</CategoryHeading>
        <Hidden>boolean</Hidden>
        <SubCategories d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DisplayOnMobile>boolean</DisplayOnMobile>
        <ExternalID>string</ExternalID>
      </Category>
      <Category>
        <CategoryID>int</CategoryID>
        <SocialCommerceImage>string</SocialCommerceImage>
        <CategoryName>string</CategoryName>
        <CategoryOrder>int</CategoryOrder>
        <CategoryImage>string</CategoryImage>
        <CategoryMetaTitle>string</CategoryMetaTitle>
        <CategoryMetaKeywords>string</CategoryMetaKeywords>
        <CategoryMetaDescription>string</CategoryMetaDescription>
        <CategoryFeaturedProducts>string</CategoryFeaturedProducts>
        <CategoryHeading>string</CategoryHeading>
        <Hidden>boolean</Hidden>
        <SubCategories d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DisplayOnMobile>boolean</DisplayOnMobile>
        <ExternalID>string</ExternalID>
      </Category>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </Categories>
    <SubCategoriesShared>
      <SubCategory>
        <SubCategoryID>int</SubCategoryID>
        <SubCategoryName>string</SubCategoryName>
        <SubCategoryURL>string</SubCategoryURL>
        <SubCategoryOrder>decimal</SubCategoryOrder>
        <SubCategoryParentSubCategoryID>int</SubCategoryParentSubCategoryID>
        <SubCategoryImage>string</SubCategoryImage>
        <SubCategoryHeaderImage>string</SubCategoryHeaderImage>
        <SubCategoryDescription>string</SubCategoryDescription>
        <SubCategoryShortDescription>string</SubCategoryShortDescription>
        <SubCategoryCustomDescription>string</SubCategoryCustomDescription>
        <SubCategoryKeywords>string</SubCategoryKeywords>
        <SubCategoryAlias>string</SubCategoryAlias>
        <SubCategoryAlt>string</SubCategoryAlt>
        <SubCategoryAltURL>string</SubCategoryAltURL>
        <SubCategoryIsHidden>boolean</SubCategoryIsHidden>
        <SubCategoryShowInSearch>boolean</SubCategoryShowInSearch>
        <SubCategoryAutoStock>boolean</SubCategoryAutoStock>
        <SubCategoryAutoMargin>int</SubCategoryAutoMargin>
        <SubCategoryAltURLSwitch>boolean</SubCategoryAltURLSwitch>
        <SubCategoryAccSubCategory>boolean</SubCategoryAccSubCategory>
        <SubCategoryOpenBox>boolean</SubCategoryOpenBox>
        <SubCategoryOverture1>string</SubCategoryOverture1>
        <SubCategoryOverture2>string</SubCategoryOverture2>
        <SubCategoryEWaste>decimal</SubCategoryEWaste>
        <SubCategoryAmazonUsedFor>string</SubCategoryAmazonUsedFor>
        <SubCategoryAmazonItemType>string</SubCategoryAmazonItemType>
        <SubCategoryAmazonOtherItemAttributes>string</SubCategoryAmazonOtherItemAttributes>
        <SubCategoryAmazonSubjectContent>string</SubCategoryAmazonSubjectContent>
        <SubCategoryHiddenAffiliateOverrides>string</SubCategoryHiddenAffiliateOverrides>
        <SubCategoryEbayCategoryID>int</SubCategoryEbayCategoryID>
        <SubCategoryProntoCategoryID>short</SubCategoryProntoCategoryID>
        <SubCategoryInventoryMarkup>decimal</SubCategoryInventoryMarkup>
        <WebsiteId>int</WebsiteId>
        <Favorite>boolean</Favorite>
        <FraudCheck>boolean</FraudCheck>
        <HideFromPhoneOrder>boolean</HideFromPhoneOrder>
        <AllowedCartQuantity>int</AllowedCartQuantity>
        <SocialCommerceImage>string</SocialCommerceImage>
        <FraudCartQuantity>int</FraudCartQuantity>
        <CategoryID>int</CategoryID>
        <CategoryName>string</CategoryName>
        <SubCategories d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ExternalID>string</ExternalID>
      </SubCategory>
      <SubCategory>
        <SubCategoryID>int</SubCategoryID>
        <SubCategoryName>string</SubCategoryName>
        <SubCategoryURL>string</SubCategoryURL>
        <SubCategoryOrder>decimal</SubCategoryOrder>
        <SubCategoryParentSubCategoryID>int</SubCategoryParentSubCategoryID>
        <SubCategoryImage>string</SubCategoryImage>
        <SubCategoryHeaderImage>string</SubCategoryHeaderImage>
        <SubCategoryDescription>string</SubCategoryDescription>
        <SubCategoryShortDescription>string</SubCategoryShortDescription>
        <SubCategoryCustomDescription>string</SubCategoryCustomDescription>
        <SubCategoryKeywords>string</SubCategoryKeywords>
        <SubCategoryAlias>string</SubCategoryAlias>
        <SubCategoryAlt>string</SubCategoryAlt>
        <SubCategoryAltURL>string</SubCategoryAltURL>
        <SubCategoryIsHidden>boolean</SubCategoryIsHidden>
        <SubCategoryShowInSearch>boolean</SubCategoryShowInSearch>
        <SubCategoryAutoStock>boolean</SubCategoryAutoStock>
        <SubCategoryAutoMargin>int</SubCategoryAutoMargin>
        <SubCategoryAltURLSwitch>boolean</SubCategoryAltURLSwitch>
        <SubCategoryAccSubCategory>boolean</SubCategoryAccSubCategory>
        <SubCategoryOpenBox>boolean</SubCategoryOpenBox>
        <SubCategoryOverture1>string</SubCategoryOverture1>
        <SubCategoryOverture2>string</SubCategoryOverture2>
        <SubCategoryEWaste>decimal</SubCategoryEWaste>
        <SubCategoryAmazonUsedFor>string</SubCategoryAmazonUsedFor>
        <SubCategoryAmazonItemType>string</SubCategoryAmazonItemType>
        <SubCategoryAmazonOtherItemAttributes>string</SubCategoryAmazonOtherItemAttributes>
        <SubCategoryAmazonSubjectContent>string</SubCategoryAmazonSubjectContent>
        <SubCategoryHiddenAffiliateOverrides>string</SubCategoryHiddenAffiliateOverrides>
        <SubCategoryEbayCategoryID>int</SubCategoryEbayCategoryID>
        <SubCategoryProntoCategoryID>short</SubCategoryProntoCategoryID>
        <SubCategoryInventoryMarkup>decimal</SubCategoryInventoryMarkup>
        <WebsiteId>int</WebsiteId>
        <Favorite>boolean</Favorite>
        <FraudCheck>boolean</FraudCheck>
        <HideFromPhoneOrder>boolean</HideFromPhoneOrder>
        <AllowedCartQuantity>int</AllowedCartQuantity>
        <SocialCommerceImage>string</SocialCommerceImage>
        <FraudCartQuantity>int</FraudCartQuantity>
        <CategoryID>int</CategoryID>
        <CategoryName>string</CategoryName>
        <SubCategories d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ExternalID>string</ExternalID>
      </SubCategory>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </SubCategoriesShared>
    <Brand>
      <BrandID>int</BrandID>
      <BrandName>string</BrandName>
      <BrandDescription>string</BrandDescription>
      <BrandURL>string</BrandURL>
      <BrandTitle>string</BrandTitle>
      <BrandMetaKeywords>string</BrandMetaKeywords>
      <BrandMetaDescription>string</BrandMetaDescription>
      <BrandCSS>string</BrandCSS>
      <BrandTags>string</BrandTags>
      <BrandHeaderImage>string</BrandHeaderImage>
      <BrandUPCCode>string</BrandUPCCode>
      <BrandImage>string</BrandImage>
      <BrandFeatured>boolean</BrandFeatured>
      <SubBrands>
        <SubBrand d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SubBrand d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Response d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </SubBrands>
      <ExternalID>string</ExternalID>
    </Brand>
    <SubBrand>
      <SubBrandID>int</SubBrandID>
      <SubBrandName>string</SubBrandName>
      <SubBrandBrandID>int</SubBrandBrandID>
      <SubBrandBrand>string</SubBrandBrand>
      <SubBrandDescription>string</SubBrandDescription>
      <SubBrandImage>string</SubBrandImage>
      <SubBrandOrder>decimal</SubBrandOrder>
      <SubBrandMetaTitle>string</SubBrandMetaTitle>
      <SubBrandMetaKeywords>string</SubBrandMetaKeywords>
      <SubBrandMetaDescription>string</SubBrandMetaDescription>
    </SubBrand>
    <Price>
      <PriceProductID>int</PriceProductID>
      <PriceIncrementalPaymentLength>int</PriceIncrementalPaymentLength>
      <PriceMSRPMin>decimal</PriceMSRPMin>
      <PriceMSRPMax>decimal</PriceMSRPMax>
      <PriceSale>decimal</PriceSale>
      <PriceCost>decimal</PriceCost>
      <PriceMAP>decimal</PriceMAP>
      <PriceCall>decimal</PriceCall>
      <PricePersonalization>decimal</PricePersonalization>
      <PriceOnSale>decimal</PriceOnSale>
      <PriceShippingDomestic>decimal</PriceShippingDomestic>
      <PriceShippingInternational>decimal</PriceShippingInternational>
      <PriceGiftCardMin>decimal</PriceGiftCardMin>
      <PriceGiftCardMax>decimal</PriceGiftCardMax>
      <PriceGiftCardIncrement>decimal</PriceGiftCardIncrement>
      <PriceBestOffer>decimal</PriceBestOffer>
      <SaleStartDateTime>dateTime</SaleStartDateTime>
      <SaleEndDateTime>dateTime</SaleEndDateTime>
      <PriceWholesale>decimal</PriceWholesale>
      <WholeSaleOnSaleStartDate>dateTime</WholeSaleOnSaleStartDate>
      <WholeSaleOnSaleEndDate>dateTime</WholeSaleOnSaleEndDate>
      <WholeSaleOnSale>decimal</WholeSaleOnSale>
    </Price>
    <PriceBreaks>
      <ProductPriceBreak>
        <ProductPriceBreakProductID>int</ProductPriceBreakProductID>
        <ProductPriceBreakQuantity>int</ProductPriceBreakQuantity>
        <ProductPriceBreakPrice>decimal</ProductPriceBreakPrice>
        <ProductPriceBreakLevel>string</ProductPriceBreakLevel>
        <ProductPriceBreakType>string</ProductPriceBreakType>
        <ProductPriceBreakTierGroupID>int</ProductPriceBreakTierGroupID>
        <ProductPriceBreakApplytoAllTiers>boolean</ProductPriceBreakApplytoAllTiers>
        <ProductCode>string</ProductCode>
        <ProductPartNo>string</ProductPartNo>
        <TierGroupName>string</TierGroupName>
      </ProductPriceBreak>
      <ProductPriceBreak>
        <ProductPriceBreakProductID>int</ProductPriceBreakProductID>
        <ProductPriceBreakQuantity>int</ProductPriceBreakQuantity>
        <ProductPriceBreakPrice>decimal</ProductPriceBreakPrice>
        <ProductPriceBreakLevel>string</ProductPriceBreakLevel>
        <ProductPriceBreakType>string</ProductPriceBreakType>
        <ProductPriceBreakTierGroupID>int</ProductPriceBreakTierGroupID>
        <ProductPriceBreakApplytoAllTiers>boolean</ProductPriceBreakApplytoAllTiers>
        <ProductCode>string</ProductCode>
        <ProductPartNo>string</ProductPartNo>
        <TierGroupName>string</TierGroupName>
      </ProductPriceBreak>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </PriceBreaks>
    <ProductOptionGroups>
      <ProductOptionGroup>
        <ProductOptionGroupID>int</ProductOptionGroupID>
        <ProductOptionGroupName>string</ProductOptionGroupName>
        <ProductOptionGroupAlias>string</ProductOptionGroupAlias>
        <ProductOptionGroupDisplayUpCharge>boolean</ProductOptionGroupDisplayUpCharge>
        <ProductOptionGroupUsesSwatches>boolean</ProductOptionGroupUsesSwatches>
        <ProductOptions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ProductOptionGroup>
      <ProductOptionGroup>
        <ProductOptionGroupID>int</ProductOptionGroupID>
        <ProductOptionGroupName>string</ProductOptionGroupName>
        <ProductOptionGroupAlias>string</ProductOptionGroupAlias>
        <ProductOptionGroupDisplayUpCharge>boolean</ProductOptionGroupDisplayUpCharge>
        <ProductOptionGroupUsesSwatches>boolean</ProductOptionGroupUsesSwatches>
        <ProductOptions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ProductOptionGroup>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </ProductOptionGroups>
    <Images>
      <ProductImage>
        <ImageID>int</ImageID>
        <ImageProductID>int</ImageProductID>
        <ImageName>string</ImageName>
        <ImageCaption>string</ImageCaption>
        <ImageDisplayOrder>int</ImageDisplayOrder>
      </ProductImage>
      <ProductImage>
        <ImageID>int</ImageID>
        <ImageProductID>int</ImageProductID>
        <ImageName>string</ImageName>
        <ImageCaption>string</ImageCaption>
        <ImageDisplayOrder>int</ImageDisplayOrder>
      </ProductImage>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </Images>
    <Videos>
      <ProductVideo>
        <VideoID>int</VideoID>
        <VideoProductID>int</VideoProductID>
        <VideoName>string</VideoName>
        <VideoCaption>string</VideoCaption>
        <VideoDisplayOrder>int</VideoDisplayOrder>
      </ProductVideo>
      <ProductVideo>
        <VideoID>int</VideoID>
        <VideoProductID>int</VideoProductID>
        <VideoName>string</VideoName>
        <VideoCaption>string</VideoCaption>
        <VideoDisplayOrder>int</VideoDisplayOrder>
      </ProductVideo>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </Videos>
    <Suppliers>
      <ProductSupplier>
        <SupplierID>int</SupplierID>
        <SupplierName>string</SupplierName>
        <SupplierCompanyName>string</SupplierCompanyName>
        <SupplierEmail>string</SupplierEmail>
        <SupplierPhone>string</SupplierPhone>
        <SupplierAddress>string</SupplierAddress>
        <SupplierCity>string</SupplierCity>
        <SupplierStateProvince>string</SupplierStateProvince>
        <SupplierPostalCode>string</SupplierPostalCode>
        <SupplierProductID>int</SupplierProductID>
        <SupplierQuantity>int</SupplierQuantity>
        <SupplierCost>decimal</SupplierCost>
        <SupplierRange>int</SupplierRange>
        <SupplierMargin>int</SupplierMargin>
        <SupplierUpdateDate>dateTime</SupplierUpdateDate>
        <SupplierComments>string</SupplierComments>
        <SupplierDiscontinued>boolean</SupplierDiscontinued>
        <SupplierSafetyStock>int</SupplierSafetyStock>
        <SupplierCountry>string</SupplierCountry>
        <SupplierDistanceFromOrigin>double</SupplierDistanceFromOrigin>
        <SupplierCountryCode>string</SupplierCountryCode>
        <SupplierCountryIsoCode>string</SupplierCountryIsoCode>
      </ProductSupplier>
      <ProductSupplier>
        <SupplierID>int</SupplierID>
        <SupplierName>string</SupplierName>
        <SupplierCompanyName>string</SupplierCompanyName>
        <SupplierEmail>string</SupplierEmail>
        <SupplierPhone>string</SupplierPhone>
        <SupplierAddress>string</SupplierAddress>
        <SupplierCity>string</SupplierCity>
        <SupplierStateProvince>string</SupplierStateProvince>
        <SupplierPostalCode>string</SupplierPostalCode>
        <SupplierProductID>int</SupplierProductID>
        <SupplierQuantity>int</SupplierQuantity>
        <SupplierCost>decimal</SupplierCost>
        <SupplierRange>int</SupplierRange>
        <SupplierMargin>int</SupplierMargin>
        <SupplierUpdateDate>dateTime</SupplierUpdateDate>
        <SupplierComments>string</SupplierComments>
        <SupplierDiscontinued>boolean</SupplierDiscontinued>
        <SupplierSafetyStock>int</SupplierSafetyStock>
        <SupplierCountry>string</SupplierCountry>
        <SupplierDistanceFromOrigin>double</SupplierDistanceFromOrigin>
        <SupplierCountryCode>string</SupplierCountryCode>
        <SupplierCountryIsoCode>string</SupplierCountryIsoCode>
      </ProductSupplier>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </Suppliers>
    <Classifications>
      <Classification>
        <ClassificationID>int</ClassificationID>
        <ClassificationName>string</ClassificationName>
        <ClassificationDisplayName>string</ClassificationDisplayName>
        <ClassificationGroupID>int</ClassificationGroupID>
        <ClassificationGroup>string</ClassificationGroup>
        <ClassificationOrder>int</ClassificationOrder>
        <ClassificationAttributes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Classification>
      <Classification>
        <ClassificationID>int</ClassificationID>
        <ClassificationName>string</ClassificationName>
        <ClassificationDisplayName>string</ClassificationDisplayName>
        <ClassificationGroupID>int</ClassificationGroupID>
        <ClassificationGroup>string</ClassificationGroup>
        <ClassificationOrder>int</ClassificationOrder>
        <ClassificationAttributes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Classification>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </Classifications>
    <ComparableSpecs>
      <ProductComparableSpec>
        <CompSpecID>int</CompSpecID>
        <CompSpecOrder>int</CompSpecOrder>
        <CompSpecGroupID>int</CompSpecGroupID>
        <CompCompareID>int</CompCompareID>
        <CompSpecName>string</CompSpecName>
        <CompSpecDefinition>string</CompSpecDefinition>
        <CompSpecImage>string</CompSpecImage>
        <CompSpecGroupName>string</CompSpecGroupName>
        <CompSpecValue>string</CompSpecValue>
      </ProductComparableSpec>
      <ProductComparableSpec>
        <CompSpecID>int</CompSpecID>
        <CompSpecOrder>int</CompSpecOrder>
        <CompSpecGroupID>int</CompSpecGroupID>
        <CompCompareID>int</CompCompareID>
        <CompSpecName>string</CompSpecName>
        <CompSpecDefinition>string</CompSpecDefinition>
        <CompSpecImage>string</CompSpecImage>
        <CompSpecGroupName>string</CompSpecGroupName>
        <CompSpecValue>string</CompSpecValue>
      </ProductComparableSpec>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </ComparableSpecs>
    <tiergroupproducts>
      <tiergroupproduct>
        <tiergroupid>int</tiergroupid>
        <tiergroupname>string</tiergroupname>
        <tierdescription>string</tierdescription>
        <productid>int</productid>
        <tierprice>decimal</tierprice>
        <tierstartdate>dateTime</tierstartdate>
        <tierenddate>dateTime</tierenddate>
        <tierrowid>int</tierrowid>
        <tierproductpartno>string</tierproductpartno>
        <productpartno>string</productpartno>
        <stringtierstartdate>string</stringtierstartdate>
        <stringtierenddate>string</stringtierenddate>
      </tiergroupproduct>
      <tiergroupproduct>
        <tiergroupid>int</tiergroupid>
        <tiergroupname>string</tiergroupname>
        <tierdescription>string</tierdescription>
        <productid>int</productid>
        <tierprice>decimal</tierprice>
        <tierstartdate>dateTime</tierstartdate>
        <tierenddate>dateTime</tierenddate>
        <tierrowid>int</tierrowid>
        <tierproductpartno>string</tierproductpartno>
        <productpartno>string</productpartno>
        <stringtierstartdate>string</stringtierstartdate>
        <stringtierenddate>string</stringtierenddate>
      </tiergroupproduct>
      <Response>
        <ResponseHasErrors>boolean</ResponseHasErrors>
        <ResponseCode>string</ResponseCode>
        <ResponseDescription>string</ResponseDescription>
        <ResponseCustomReturn1>string</ResponseCustomReturn1>
        <ResponseCustomReturn2>string</ResponseCustomReturn2>
        <ResponseCustomReturn3>string</ResponseCustomReturn3>
        <ResponseCustomReturn4>string</ResponseCustomReturn4>
        <ResponseCustomReturn5>string</ResponseCustomReturn5>
        <ResponseDebugging>string</ResponseDebugging>
        <ResponseOrderSuccess d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ResponseOrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Response>
    </tiergroupproducts>
    <ProductIsAmazonFBA>int</ProductIsAmazonFBA>
    <ProductAmazonFBASKU>string</ProductAmazonFBASKU>
    <NonDiscountable>boolean</NonDiscountable>
    <ProductAmazonActive>boolean</ProductAmazonActive>
    <ProductIsDonationProduct>boolean</ProductIsDonationProduct>
    <ProductDonationAmountSelectedAtCheckout>boolean</ProductDonationAmountSelectedAtCheckout>
    <ExternalID>string</ExternalID>
    <ProductBundleItemsShipTogether>boolean</ProductBundleItemsShipTogether>
    <ImageVersion>string</ImageVersion>
    <ProductInStockThreshold>int</ProductInStockThreshold>
    <ProductMaximumCartQty>int</ProductMaximumCartQty>
    <ProductNsiDsi>int</ProductNsiDsi>
  </Product>
  <Response>
    <ResponseHasErrors>boolean</ResponseHasErrors>
    <ResponseCode>string</ResponseCode>
    <ResponseDescription>string</ResponseDescription>
    <ResponseCustomReturn1>string</ResponseCustomReturn1>
    <ResponseCustomReturn2>string</ResponseCustomReturn2>
    <ResponseCustomReturn3>string</ResponseCustomReturn3>
    <ResponseCustomReturn4>string</ResponseCustomReturn4>
    <ResponseCustomReturn5>string</ResponseCustomReturn5>
    <ResponseDebugging>string</ResponseDebugging>
    <ResponseOrderSuccess>
      <ResponseOrderSuccess>
        <OrderID>string</OrderID>
        <OrderStatusID>string</OrderStatusID>
        <OrderCustomerID>string</OrderCustomerID>
        <OrderInfo>string</OrderInfo>
      </ResponseOrderSuccess>
      <ResponseOrderSuccess>
        <OrderID>string</OrderID>
        <OrderStatusID>string</OrderStatusID>
        <OrderCustomerID>string</OrderCustomerID>
        <OrderInfo>string</OrderInfo>
      </ResponseOrderSuccess>
    </ResponseOrderSuccess>
    <ResponseOrderErrors>
      <ResponseOrderError>
        <OrderInfo>string</OrderInfo>
        <OrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ResponseOrderError>
      <ResponseOrderError>
        <OrderInfo>string</OrderInfo>
        <OrderErrors d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ResponseOrderError>
    </ResponseOrderErrors>
    <ResponseOrderMessages>
      <ResponseOrderMessage>
        <OrderInfo>string</OrderInfo>
        <OrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ResponseOrderMessage>
      <ResponseOrderMessage>
        <OrderInfo>string</OrderInfo>
        <OrderMessages d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ResponseOrderMessage>
    </ResponseOrderMessages>
  </Response>
</Products>