WebServices3


Click here for a complete list of operations.

Catalog_InternalProduct_FindBySku

Test

The test form is only available for requests from the local machine.

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 /WebServices3.asmx HTTP/1.1
Host: demo.bvcommerce.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.bvsoftware.com/Schemas/Bvc5/2006/01/WebServices3/Catalog_InternalProduct_FindBySku"

<?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>
    <Catalog_InternalProduct_FindBySku xmlns="http://www.bvsoftware.com/Schemas/Bvc5/2006/01/WebServices3">
      <token>
        <ExpirationDate>dateTime</ExpirationDate>
        <ExpirationDateUTC>dateTime</ExpirationDateUTC>
        <UserBvin>string</UserBvin>
        <TokenRejected>boolean</TokenRejected>
        <IsExpired>boolean</IsExpired>
      </token>
      <sku>string</sku>
    </Catalog_InternalProduct_FindBySku>
  </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>
    <Catalog_InternalProduct_FindBySkuResponse xmlns="http://www.bvsoftware.com/Schemas/Bvc5/2006/01/WebServices3">
      <Catalog_InternalProduct_FindBySkuResult ParentId="string">
        <Groups>
          <KitGroup>
            <DisplayName>string</DisplayName>
            <ProductId>string</ProductId>
            <Components xsi:nil="true" />
          </KitGroup>
          <KitGroup>
            <DisplayName>string</DisplayName>
            <ProductId>string</ProductId>
            <Components xsi:nil="true" />
          </KitGroup>
        </Groups>
        <SitePriceForDisplay>string</SitePriceForDisplay>
        <GlobalProduct>
          <Sku xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</Sku>
          <ProductName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</ProductName>
          <Upc xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</Upc>
          <Mpn xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</Mpn>
          <ProductTypeId xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</ProductTypeId>
          <AdditionalImages xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">
            <ProductImage xsi:nil="true" />
            <ProductImage xsi:nil="true" />
          </AdditionalImages>
          <ListPrice xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">decimal</ListPrice>
          <Reviews xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">
            <ProductReview xsi:nil="true" />
            <ProductReview xsi:nil="true" />
          </Reviews>
          <RegularPrice xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">decimal</RegularPrice>
          <SitePrice xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">decimal</SitePrice>
          <SitePriceOverrideText xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</SitePriceOverrideText>
          <SiteCost xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">decimal</SiteCost>
          <MetaKeywords xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</MetaKeywords>
          <MetaDescription xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</MetaDescription>
          <MetaTitle xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</MetaTitle>
          <TaxExempt xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">boolean</TaxExempt>
          <TaxClass xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</TaxClass>
          <NonShipping xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">boolean</NonShipping>
          <ShipSeparately xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">boolean</ShipSeparately>
          <ShippingMode xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">None or ShipFromSite or ShipFromVendor or ShipFromManufacturer</ShippingMode>
          <ShippingWeight xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">decimal</ShippingWeight>
          <ShippingLength xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">decimal</ShippingLength>
          <ShippingWidth xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">decimal</ShippingWidth>
          <ShippingHeight xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">decimal</ShippingHeight>
          <SpecialProductType xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">NotSet or Normal or GiftCertificate or ArbitrarilyPricedGiftCertificate or Kit</SpecialProductType>
          <Status xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">Active or Disabled or NotSet</Status>
          <ImageFileSmall xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</ImageFileSmall>
          <ImageFileSmallAlternateText xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</ImageFileSmallAlternateText>
          <ImageFileMedium xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</ImageFileMedium>
          <ImageFileMediumAlternateText xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</ImageFileMediumAlternateText>
          <CreationDate xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">dateTime</CreationDate>
          <MinimumQty xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">int</MinimumQty>
          <ParentId xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</ParentId>
          <VariantDisplay xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">None or GridSingleSelection or GridMultipleSelection or IndividualFields</VariantDisplay>
          <ProductURL xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</ProductURL>
          <ChoicesAndInputs xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">
            <ProductChoice xsi:nil="true" />
            <ProductInput xsi:nil="true" />
            <ProductModifier xsi:nil="true" />
          </ChoicesAndInputs>
          <ShortDescription xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</ShortDescription>
          <LongDescription xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</LongDescription>
          <ManufacturerId xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</ManufacturerId>
          <VendorId xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</VendorId>
          <GiftWrapAllowed xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">boolean</GiftWrapAllowed>
          <GiftWrapPrice xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">decimal</GiftWrapPrice>
          <ExtraShipFee xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">decimal</ExtraShipFee>
          <Keywords xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</Keywords>
          <TemplateName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</TemplateName>
          <PreContentColumnId xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</PreContentColumnId>
          <PostContentColumnId xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</PostContentColumnId>
          <RewriteUrl xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</RewriteUrl>
          <ChoiceCombinations xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">
            <ProductChoiceCombination xsi:nil="true" />
            <ProductChoiceCombination xsi:nil="true" />
          </ChoiceCombinations>
          <Categories xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">
            <string>string</string>
            <string>string</string>
          </Categories>
          <IsNew xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">boolean</IsNew>
          <GiftCertificateCodePattern xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</GiftCertificateCodePattern>
          <PreTransformLongDescription xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</PreTransformLongDescription>
          <HasVariants xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">boolean</HasVariants>
          <TrackInventory xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">boolean</TrackInventory>
          <OutOfStockMode xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">NotSet or RemoveFromStore or LeaveOnStore or OutOfStockAllowOrders or OutOfStockDisallowOrders</OutOfStockMode>
          <Groups xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">
            <KitGroup xsi:nil="true" />
            <KitGroup xsi:nil="true" />
          </Groups>
        </GlobalProduct>
        <Sku>string</Sku>
        <ProductName>string</ProductName>
        <Upc>string</Upc>
        <Mpn>string</Mpn>
        <ProductTypeId>string</ProductTypeId>
        <AdditionalImages>
          <ProductImage>
            <ProductId xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/ProductImage">string</ProductId>
            <FileName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/ProductImage">string</FileName>
            <Caption xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/ProductImage">string</Caption>
            <AlternateText xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/ProductImage">string</AlternateText>
            <SortOrder xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/ProductImage">int</SortOrder>
          </ProductImage>
          <ProductImage>
            <ProductId xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/ProductImage">string</ProductId>
            <FileName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/ProductImage">string</FileName>
            <Caption xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/ProductImage">string</Caption>
            <AlternateText xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/ProductImage">string</AlternateText>
            <SortOrder xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/ProductImage">int</SortOrder>
          </ProductImage>
        </AdditionalImages>
        <ListPrice>decimal</ListPrice>
        <Reviews>
          <ProductReview>
            <UserID>string</UserID>
            <ProductBvin>string</ProductBvin>
            <ReviewDate>dateTime</ReviewDate>
            <Rating>ZeroStars or OneStar or TwoStars or ThreeStars or FourStars or FiveStars</Rating>
            <Karma>int</Karma>
            <Description>string</Description>
            <Approved>boolean</Approved>
            <ProductName>string</ProductName>
            <UserName>string</UserName>
            <UserEmail>string</UserEmail>
          </ProductReview>
          <ProductReview>
            <UserID>string</UserID>
            <ProductBvin>string</ProductBvin>
            <ReviewDate>dateTime</ReviewDate>
            <Rating>ZeroStars or OneStar or TwoStars or ThreeStars or FourStars or FiveStars</Rating>
            <Karma>int</Karma>
            <Description>string</Description>
            <Approved>boolean</Approved>
            <ProductName>string</ProductName>
            <UserName>string</UserName>
            <UserEmail>string</UserEmail>
          </ProductReview>
        </Reviews>
        <RegularPrice>decimal</RegularPrice>
        <SitePrice>decimal</SitePrice>
        <CurrentPriceOverrideText>string</CurrentPriceOverrideText>
        <SitePriceOverrideText>string</SitePriceOverrideText>
        <SiteCost>decimal</SiteCost>
        <MetaKeywords>string</MetaKeywords>
        <MetaDescription>string</MetaDescription>
        <MetaTitle>string</MetaTitle>
        <TaxExempt>boolean</TaxExempt>
        <TaxClass>string</TaxClass>
        <NonShipping>boolean</NonShipping>
        <ShipSeparately>boolean</ShipSeparately>
        <ShippingMode>None or ShipFromSite or ShipFromVendor or ShipFromManufacturer</ShippingMode>
        <ShippingWeight>decimal</ShippingWeight>
        <ShippingLength>decimal</ShippingLength>
        <ShippingWidth>decimal</ShippingWidth>
        <ShippingHeight>decimal</ShippingHeight>
        <SpecialProductType>NotSet or Normal or GiftCertificate or ArbitrarilyPricedGiftCertificate or Kit</SpecialProductType>
        <Status>Active or Disabled or NotSet</Status>
        <ImageFileSmall>string</ImageFileSmall>
        <ImageFileSmallAlternateText>string</ImageFileSmallAlternateText>
        <ImageFileMedium>string</ImageFileMedium>
        <ImageFileMediumAlternateText>string</ImageFileMediumAlternateText>
        <CreationDate>dateTime</CreationDate>
        <MinimumQty>int</MinimumQty>
        <VariantDisplay>None or GridSingleSelection or GridMultipleSelection or IndividualFields</VariantDisplay>
        <ProductURL>string</ProductURL>
        <ChoicesAndInputs>
          <ProductChoice>
            <ChoiceOptions xsi:nil="true" />
          </ProductChoice>
          <ProductInput>
            <DefaultValue xmlns="http://www.bvsoftware.com/bvc2004/schemas/2004/05/17/Catalog/ProductInput">string</DefaultValue>
          </ProductInput>
          <ProductModifier>
            <Required>boolean</Required>
            <ModifierOptions xsi:nil="true" />
          </ProductModifier>
        </ChoicesAndInputs>
        <ShortDescription>string</ShortDescription>
        <LongDescription>string</LongDescription>
        <ManufacturerId>string</ManufacturerId>
        <VendorId>string</VendorId>
        <GiftWrapAllowed>boolean</GiftWrapAllowed>
        <ExtraShipFee>decimal</ExtraShipFee>
        <Keywords>string</Keywords>
        <TemplateName>string</TemplateName>
        <PreContentColumnId>string</PreContentColumnId>
        <PostContentColumnId>string</PostContentColumnId>
        <RewriteUrl>string</RewriteUrl>
        <ChoiceCombinations>
          <ProductChoiceCombination>
            <ChoiceOptionIds xsi:nil="true" />
            <Selected>boolean</Selected>
          </ProductChoiceCombination>
          <ProductChoiceCombination>
            <ChoiceOptionIds xsi:nil="true" />
            <Selected>boolean</Selected>
          </ProductChoiceCombination>
        </ChoiceCombinations>
        <Categories>
          <string>string</string>
          <string>string</string>
        </Categories>
        <IsNew>boolean</IsNew>
        <GiftCertificateCodePattern>string</GiftCertificateCodePattern>
        <PreTransformLongDescription>string</PreTransformLongDescription>
        <HasVariants>boolean</HasVariants>
        <TrackInventory>boolean</TrackInventory>
        <OutOfStockMode>NotSet or RemoveFromStore or LeaveOnStore or OutOfStockAllowOrders or OutOfStockDisallowOrders</OutOfStockMode>
        <CustomProperties>
          <CustomProperty>
            <DeveloperId>string</DeveloperId>
            <Key>string</Key>
            <Value>string</Value>
          </CustomProperty>
          <CustomProperty>
            <DeveloperId>string</DeveloperId>
            <Key>string</Key>
            <Value>string</Value>
          </CustomProperty>
        </CustomProperties>
        <GiftWrapPrice>decimal</GiftWrapPrice>
      </Catalog_InternalProduct_FindBySkuResult>
      <token>
        <ExpirationDate>dateTime</ExpirationDate>
        <ExpirationDateUTC>dateTime</ExpirationDateUTC>
        <UserBvin>string</UserBvin>
        <TokenRejected>boolean</TokenRejected>
        <IsExpired>boolean</IsExpired>
      </token>
    </Catalog_InternalProduct_FindBySkuResponse>
  </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 /WebServices3.asmx HTTP/1.1
Host: demo.bvcommerce.com
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>
    <Catalog_InternalProduct_FindBySku xmlns="http://www.bvsoftware.com/Schemas/Bvc5/2006/01/WebServices3">
      <token>
        <ExpirationDate>dateTime</ExpirationDate>
        <ExpirationDateUTC>dateTime</ExpirationDateUTC>
        <UserBvin>string</UserBvin>
        <TokenRejected>boolean</TokenRejected>
        <IsExpired>boolean</IsExpired>
      </token>
      <sku>string</sku>
    </Catalog_InternalProduct_FindBySku>
  </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>
    <Catalog_InternalProduct_FindBySkuResponse xmlns="http://www.bvsoftware.com/Schemas/Bvc5/2006/01/WebServices3">
      <Catalog_InternalProduct_FindBySkuResult ParentId="string">
        <Groups>
          <KitGroup>
            <DisplayName>string</DisplayName>
            <ProductId>string</ProductId>
            <Components xsi:nil="true" />
          </KitGroup>
          <KitGroup>
            <DisplayName>string</DisplayName>
            <ProductId>string</ProductId>
            <Components xsi:nil="true" />
          </KitGroup>
        </Groups>
        <SitePriceForDisplay>string</SitePriceForDisplay>
        <GlobalProduct>
          <Sku xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</Sku>
          <ProductName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</ProductName>
          <Upc xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</Upc>
          <Mpn xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</Mpn>
          <ProductTypeId xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</ProductTypeId>
          <AdditionalImages xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">
            <ProductImage xsi:nil="true" />
            <ProductImage xsi:nil="true" />
          </AdditionalImages>
          <ListPrice xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">decimal</ListPrice>
          <Reviews xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">
            <ProductReview xsi:nil="true" />
            <ProductReview xsi:nil="true" />
          </Reviews>
          <RegularPrice xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">decimal</RegularPrice>
          <SitePrice xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">decimal</SitePrice>
          <SitePriceOverrideText xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</SitePriceOverrideText>
          <SiteCost xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">decimal</SiteCost>
          <MetaKeywords xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</MetaKeywords>
          <MetaDescription xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</MetaDescription>
          <MetaTitle xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</MetaTitle>
          <TaxExempt xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">boolean</TaxExempt>
          <TaxClass xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</TaxClass>
          <NonShipping xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">boolean</NonShipping>
          <ShipSeparately xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">boolean</ShipSeparately>
          <ShippingMode xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">None or ShipFromSite or ShipFromVendor or ShipFromManufacturer</ShippingMode>
          <ShippingWeight xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">decimal</ShippingWeight>
          <ShippingLength xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">decimal</ShippingLength>
          <ShippingWidth xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">decimal</ShippingWidth>
          <ShippingHeight xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">decimal</ShippingHeight>
          <SpecialProductType xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">NotSet or Normal or GiftCertificate or ArbitrarilyPricedGiftCertificate or Kit</SpecialProductType>
          <Status xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">Active or Disabled or NotSet</Status>
          <ImageFileSmall xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</ImageFileSmall>
          <ImageFileSmallAlternateText xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</ImageFileSmallAlternateText>
          <ImageFileMedium xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</ImageFileMedium>
          <ImageFileMediumAlternateText xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</ImageFileMediumAlternateText>
          <CreationDate xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">dateTime</CreationDate>
          <MinimumQty xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">int</MinimumQty>
          <ParentId xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</ParentId>
          <VariantDisplay xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">None or GridSingleSelection or GridMultipleSelection or IndividualFields</VariantDisplay>
          <ProductURL xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</ProductURL>
          <ChoicesAndInputs xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">
            <ProductChoice xsi:nil="true" />
            <ProductInput xsi:nil="true" />
            <ProductModifier xsi:nil="true" />
          </ChoicesAndInputs>
          <ShortDescription xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</ShortDescription>
          <LongDescription xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</LongDescription>
          <ManufacturerId xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</ManufacturerId>
          <VendorId xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</VendorId>
          <GiftWrapAllowed xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">boolean</GiftWrapAllowed>
          <GiftWrapPrice xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">decimal</GiftWrapPrice>
          <ExtraShipFee xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">decimal</ExtraShipFee>
          <Keywords xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</Keywords>
          <TemplateName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</TemplateName>
          <PreContentColumnId xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</PreContentColumnId>
          <PostContentColumnId xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</PostContentColumnId>
          <RewriteUrl xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</RewriteUrl>
          <ChoiceCombinations xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">
            <ProductChoiceCombination xsi:nil="true" />
            <ProductChoiceCombination xsi:nil="true" />
          </ChoiceCombinations>
          <Categories xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">
            <string>string</string>
            <string>string</string>
          </Categories>
          <IsNew xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">boolean</IsNew>
          <GiftCertificateCodePattern xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</GiftCertificateCodePattern>
          <PreTransformLongDescription xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">string</PreTransformLongDescription>
          <HasVariants xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">boolean</HasVariants>
          <TrackInventory xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">boolean</TrackInventory>
          <OutOfStockMode xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">NotSet or RemoveFromStore or LeaveOnStore or OutOfStockAllowOrders or OutOfStockDisallowOrders</OutOfStockMode>
          <Groups xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/Product">
            <KitGroup xsi:nil="true" />
            <KitGroup xsi:nil="true" />
          </Groups>
        </GlobalProduct>
        <Sku>string</Sku>
        <ProductName>string</ProductName>
        <Upc>string</Upc>
        <Mpn>string</Mpn>
        <ProductTypeId>string</ProductTypeId>
        <AdditionalImages>
          <ProductImage>
            <ProductId xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/ProductImage">string</ProductId>
            <FileName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/ProductImage">string</FileName>
            <Caption xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/ProductImage">string</Caption>
            <AlternateText xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/ProductImage">string</AlternateText>
            <SortOrder xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/ProductImage">int</SortOrder>
          </ProductImage>
          <ProductImage>
            <ProductId xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/ProductImage">string</ProductId>
            <FileName xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/ProductImage">string</FileName>
            <Caption xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/ProductImage">string</Caption>
            <AlternateText xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/ProductImage">string</AlternateText>
            <SortOrder xmlns="http://www.bvsoftware.com/bvc5/schemas/2005/09/01/Catalog/ProductImage">int</SortOrder>
          </ProductImage>
        </AdditionalImages>
        <ListPrice>decimal</ListPrice>
        <Reviews>
          <ProductReview>
            <UserID>string</UserID>
            <ProductBvin>string</ProductBvin>
            <ReviewDate>dateTime</ReviewDate>
            <Rating>ZeroStars or OneStar or TwoStars or ThreeStars or FourStars or FiveStars</Rating>
            <Karma>int</Karma>
            <Description>string</Description>
            <Approved>boolean</Approved>
            <ProductName>string</ProductName>
            <UserName>string</UserName>
            <UserEmail>string</UserEmail>
          </ProductReview>
          <ProductReview>
            <UserID>string</UserID>
            <ProductBvin>string</ProductBvin>
            <ReviewDate>dateTime</ReviewDate>
            <Rating>ZeroStars or OneStar or TwoStars or ThreeStars or FourStars or FiveStars</Rating>
            <Karma>int</Karma>
            <Description>string</Description>
            <Approved>boolean</Approved>
            <ProductName>string</ProductName>
            <UserName>string</UserName>
            <UserEmail>string</UserEmail>
          </ProductReview>
        </Reviews>
        <RegularPrice>decimal</RegularPrice>
        <SitePrice>decimal</SitePrice>
        <CurrentPriceOverrideText>string</CurrentPriceOverrideText>
        <SitePriceOverrideText>string</SitePriceOverrideText>
        <SiteCost>decimal</SiteCost>
        <MetaKeywords>string</MetaKeywords>
        <MetaDescription>string</MetaDescription>
        <MetaTitle>string</MetaTitle>
        <TaxExempt>boolean</TaxExempt>
        <TaxClass>string</TaxClass>
        <NonShipping>boolean</NonShipping>
        <ShipSeparately>boolean</ShipSeparately>
        <ShippingMode>None or ShipFromSite or ShipFromVendor or ShipFromManufacturer</ShippingMode>
        <ShippingWeight>decimal</ShippingWeight>
        <ShippingLength>decimal</ShippingLength>
        <ShippingWidth>decimal</ShippingWidth>
        <ShippingHeight>decimal</ShippingHeight>
        <SpecialProductType>NotSet or Normal or GiftCertificate or ArbitrarilyPricedGiftCertificate or Kit</SpecialProductType>
        <Status>Active or Disabled or NotSet</Status>
        <ImageFileSmall>string</ImageFileSmall>
        <ImageFileSmallAlternateText>string</ImageFileSmallAlternateText>
        <ImageFileMedium>string</ImageFileMedium>
        <ImageFileMediumAlternateText>string</ImageFileMediumAlternateText>
        <CreationDate>dateTime</CreationDate>
        <MinimumQty>int</MinimumQty>
        <VariantDisplay>None or GridSingleSelection or GridMultipleSelection or IndividualFields</VariantDisplay>
        <ProductURL>string</ProductURL>
        <ChoicesAndInputs>
          <ProductChoice>
            <ChoiceOptions xsi:nil="true" />
          </ProductChoice>
          <ProductInput>
            <DefaultValue xmlns="http://www.bvsoftware.com/bvc2004/schemas/2004/05/17/Catalog/ProductInput">string</DefaultValue>
          </ProductInput>
          <ProductModifier>
            <Required>boolean</Required>
            <ModifierOptions xsi:nil="true" />
          </ProductModifier>
        </ChoicesAndInputs>
        <ShortDescription>string</ShortDescription>
        <LongDescription>string</LongDescription>
        <ManufacturerId>string</ManufacturerId>
        <VendorId>string</VendorId>
        <GiftWrapAllowed>boolean</GiftWrapAllowed>
        <ExtraShipFee>decimal</ExtraShipFee>
        <Keywords>string</Keywords>
        <TemplateName>string</TemplateName>
        <PreContentColumnId>string</PreContentColumnId>
        <PostContentColumnId>string</PostContentColumnId>
        <RewriteUrl>string</RewriteUrl>
        <ChoiceCombinations>
          <ProductChoiceCombination>
            <ChoiceOptionIds xsi:nil="true" />
            <Selected>boolean</Selected>
          </ProductChoiceCombination>
          <ProductChoiceCombination>
            <ChoiceOptionIds xsi:nil="true" />
            <Selected>boolean</Selected>
          </ProductChoiceCombination>
        </ChoiceCombinations>
        <Categories>
          <string>string</string>
          <string>string</string>
        </Categories>
        <IsNew>boolean</IsNew>
        <GiftCertificateCodePattern>string</GiftCertificateCodePattern>
        <PreTransformLongDescription>string</PreTransformLongDescription>
        <HasVariants>boolean</HasVariants>
        <TrackInventory>boolean</TrackInventory>
        <OutOfStockMode>NotSet or RemoveFromStore or LeaveOnStore or OutOfStockAllowOrders or OutOfStockDisallowOrders</OutOfStockMode>
        <CustomProperties>
          <CustomProperty>
            <DeveloperId>string</DeveloperId>
            <Key>string</Key>
            <Value>string</Value>
          </CustomProperty>
          <CustomProperty>
            <DeveloperId>string</DeveloperId>
            <Key>string</Key>
            <Value>string</Value>
          </CustomProperty>
        </CustomProperties>
        <GiftWrapPrice>decimal</GiftWrapPrice>
      </Catalog_InternalProduct_FindBySkuResult>
      <token>
        <ExpirationDate>dateTime</ExpirationDate>
        <ExpirationDateUTC>dateTime</ExpirationDateUTC>
        <UserBvin>string</UserBvin>
        <TokenRejected>boolean</TokenRejected>
        <IsExpired>boolean</IsExpired>
      </token>
    </Catalog_InternalProduct_FindBySkuResponse>
  </soap12:Body>
</soap12:Envelope>