Web Service
JubiDocWS
Overview
Service Description
Client proxy

Methods GetOffer
GetShipmentService
AddShipmentService
SyncOffer
SyncRemoved
GetProductQuantity
GetProductsBasicInfo
MakeOrder
GetOrderStatus
GetOrdersHistory
CustomerAdd
CustomerEdit
GetKinds
GetMaterials
GetUom
GetVat
GetVersion
GetServerDateTime
GetShops
GetProducers
GetFeatures

Methods for binding
JubiDocWSSoap12
GetOffer
GetShipmentService
AddShipmentService
SyncOffer
SyncRemoved
GetProductQuantity
GetProductsBasicInfo
MakeOrder
GetOrderStatus
GetOrdersHistory
CustomerAdd
CustomerEdit
GetKinds
GetMaterials
GetUom
GetVat
GetVersion
GetServerDateTime
GetShops
GetProducers
GetFeatures

GetOffer

Overview | Test Form | Message Layout


The following are sample SOAP requests and responses for each protocol supported by this method:

Soap

POST /JubiDocWS.asmx
SOAPAction: JubiDocWS/GetOffer
Content-Type: text/xml; charset=utf-8
Content-Length: string
Host: string

<?xml version="1.0" encoding="utf-16"?>
<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>
    <GetOffer xmlns="JubiDocWS">
      <wsuser>string</wsuser>
      <wspass>string</wspass>
      <shops_id>int</shops_id>
      <kind_id>int</kind_id>
      <material_id>int</material_id>
      <mass_from>decimal</mass_from>
      <mass_to>decimal</mass_to>
      <price_from>decimal</price_from>
      <price_to>decimal</price_to>
      <sort_col_name>string</sort_col_name>
      <sort_asc>boolean</sort_asc>
      <page_number>int</page_number>
      <rows_per_page>int</rows_per_page>
    </GetOffer>
  </soap:Body>
</soap:Envelope>

HTTP/1.0 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: string

<?xml version="1.0" encoding="utf-16"?>
<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>
    <GetOfferResponse xmlns="JubiDocWS">
      <GetOfferResult>
        <JDProduct>
          <items_id>string</items_id>
          <article_id>string</article_id>
          <productsguid_id>string</productsguid_id>
          <products_obj>
            <products_id>int</products_id>
            <productsguid_id>string</productsguid_id>
            <catnum>string</catnum>
            <symbol_supplier>string</symbol_supplier>
            <description>string</description>
            <price_delivery>decimal</price_delivery>
            <price_purchase>decimal</price_purchase>
            <price_detal>decimal</price_detal>
            <price_detal_brutto>decimal</price_detal_brutto>
            <price_eshop>decimal</price_eshop>
            <profit_margin>decimal</profit_margin>
            <isize>string</isize>
            <mass>decimal</mass>
            <productiondays>int</productiondays>
            <eshop>boolean</eshop>
            <promo>boolean</promo>
            <news>boolean</news>
            <best>boolean</best>
            <name>string</name>
            <desctxt>string</desctxt>
            <seotxt>string</seotxt>
            <currency_id>int</currency_id>
            <kinds_id>int</kinds_id>
            <uom_id>int</uom_id>
            <materials_id>int</materials_id>
            <vat_id>int</vat_id>
            <productsgroup_id>int</productsgroup_id>
            <suppliers_id>int</suppliers_id>
            <producer_id>int</producer_id>
            <kinds_name>string</kinds_name>
            <uom_name>string</uom_name>
            <materials_name>string</materials_name>
            <vat_name>string</vat_name>
            <currency_symbol>string</currency_symbol>
            <supplier_shortid>string</supplier_shortid>
            <thumbimagepath>string</thumbimagepath>
            <productsgroup_name>string</productsgroup_name>
          </products_obj>
          <itype>int</itype>
          <catnum>string</catnum>
          <description>string</description>
          <price_detal>decimal</price_detal>
          <price_detal_brutto>decimal</price_detal_brutto>
          <price_eshop>decimal</price_eshop>
          <isize>string</isize>
          <ilength>string</ilength>
          <iheight>string</iheight>
          <iwidth>string</iwidth>
          <idepth>string</idepth>
          <mass>decimal</mass>
          <quantity>decimal</quantity>
          <qdec>int</qdec>
          <barcode>string</barcode>
          <kinds_id>int</kinds_id>
          <kinds_name>string</kinds_name>
          <uom_id>int</uom_id>
          <uom_name>string</uom_name>
          <materials_id>int</materials_id>
          <materials_name>string</materials_name>
          <materials_purity>string</materials_purity>
          <vat_id>int</vat_id>
          <vat_value>int</vat_value>
          <currency_id>int</currency_id>
          <currency_symbol>string</currency_symbol>
          <producer>string</producer>
          <producer_id>int</producer_id>
          <purchase_date>dateTime</purchase_date>
          <thumbimagepath>string</thumbimagepath>
          <promo>boolean</promo>
          <news>boolean</news>
          <best>boolean</best>
          <name>string</name>
          <seotxt>string</seotxt>
          <productiondays>int</productiondays>
          <modified_at>dateTime</modified_at>
          <pictures>
            <JDPictures>
              <article_id>string</article_id>
              <link>string</link>
              <main>boolean</main>
              <description>string</description>
            </JDPictures>
            <JDPictures>
              <article_id>string</article_id>
              <link>string</link>
              <main>boolean</main>
              <description>string</description>
            </JDPictures>
          </pictures>
          <features>
            <JDFeatureVal>
              <feature_id>int</feature_id>
              <feature_parent_id>int</feature_parent_id>
              <feature_type>int</feature_type>
              <feature_name>string</feature_name>
              <feature_name_fullpath>string</feature_name_fullpath>
              <featureval_id>string</featureval_id>
              <featureval_name>string</featureval_name>
              <featureval_custom_value>string</featureval_custom_value>
            </JDFeatureVal>
            <JDFeatureVal>
              <feature_id>int</feature_id>
              <feature_parent_id>int</feature_parent_id>
              <feature_type>int</feature_type>
              <feature_name>string</feature_name>
              <feature_name_fullpath>string</feature_name_fullpath>
              <featureval_id>string</featureval_id>
              <featureval_name>string</featureval_name>
              <featureval_custom_value>string</featureval_custom_value>
            </JDFeatureVal>
          </features>
          <prodfeatstr>string</prodfeatstr>
          <itemfeatstr>string</itemfeatstr>
          <custom1>string</custom1>
          <custom2>string</custom2>
          <custom3>string</custom3>
          <custom4>string</custom4>
          <custom5>string</custom5>
        </JDProduct>
        <JDProduct>
          <items_id>string</items_id>
          <article_id>string</article_id>
          <productsguid_id>string</productsguid_id>
          <products_obj>
            <products_id>int</products_id>
            <productsguid_id>string</productsguid_id>
            <catnum>string</catnum>
            <symbol_supplier>string</symbol_supplier>
            <description>string</description>
            <price_delivery>decimal</price_delivery>
            <price_purchase>decimal</price_purchase>
            <price_detal>decimal</price_detal>
            <price_detal_brutto>decimal</price_detal_brutto>
            <price_eshop>decimal</price_eshop>
            <profit_margin>decimal</profit_margin>
            <isize>string</isize>
            <mass>decimal</mass>
            <productiondays>int</productiondays>
            <eshop>boolean</eshop>
            <promo>boolean</promo>
            <news>boolean</news>
            <best>boolean</best>
            <name>string</name>
            <desctxt>string</desctxt>
            <seotxt>string</seotxt>
            <currency_id>int</currency_id>
            <kinds_id>int</kinds_id>
            <uom_id>int</uom_id>
            <materials_id>int</materials_id>
            <vat_id>int</vat_id>
            <productsgroup_id>int</productsgroup_id>
            <suppliers_id>int</suppliers_id>
            <producer_id>int</producer_id>
            <kinds_name>string</kinds_name>
            <uom_name>string</uom_name>
            <materials_name>string</materials_name>
            <vat_name>string</vat_name>
            <currency_symbol>string</currency_symbol>
            <supplier_shortid>string</supplier_shortid>
            <thumbimagepath>string</thumbimagepath>
            <productsgroup_name>string</productsgroup_name>
          </products_obj>
          <itype>int</itype>
          <catnum>string</catnum>
          <description>string</description>
          <price_detal>decimal</price_detal>
          <price_detal_brutto>decimal</price_detal_brutto>
          <price_eshop>decimal</price_eshop>
          <isize>string</isize>
          <ilength>string</ilength>
          <iheight>string</iheight>
          <iwidth>string</iwidth>
          <idepth>string</idepth>
          <mass>decimal</mass>
          <quantity>decimal</quantity>
          <qdec>int</qdec>
          <barcode>string</barcode>
          <kinds_id>int</kinds_id>
          <kinds_name>string</kinds_name>
          <uom_id>int</uom_id>
          <uom_name>string</uom_name>
          <materials_id>int</materials_id>
          <materials_name>string</materials_name>
          <materials_purity>string</materials_purity>
          <vat_id>int</vat_id>
          <vat_value>int</vat_value>
          <currency_id>int</currency_id>
          <currency_symbol>string</currency_symbol>
          <producer>string</producer>
          <producer_id>int</producer_id>
          <purchase_date>dateTime</purchase_date>
          <thumbimagepath>string</thumbimagepath>
          <promo>boolean</promo>
          <news>boolean</news>
          <best>boolean</best>
          <name>string</name>
          <seotxt>string</seotxt>
          <productiondays>int</productiondays>
          <modified_at>dateTime</modified_at>
          <pictures>
            <JDPictures>
              <article_id>string</article_id>
              <link>string</link>
              <main>boolean</main>
              <description>string</description>
            </JDPictures>
            <JDPictures>
              <article_id>string</article_id>
              <link>string</link>
              <main>boolean</main>
              <description>string</description>
            </JDPictures>
          </pictures>
          <features>
            <JDFeatureVal>
              <feature_id>int</feature_id>
              <feature_parent_id>int</feature_parent_id>
              <feature_type>int</feature_type>
              <feature_name>string</feature_name>
              <feature_name_fullpath>string</feature_name_fullpath>
              <featureval_id>string</featureval_id>
              <featureval_name>string</featureval_name>
              <featureval_custom_value>string</featureval_custom_value>
            </JDFeatureVal>
            <JDFeatureVal>
              <feature_id>int</feature_id>
              <feature_parent_id>int</feature_parent_id>
              <feature_type>int</feature_type>
              <feature_name>string</feature_name>
              <feature_name_fullpath>string</feature_name_fullpath>
              <featureval_id>string</featureval_id>
              <featureval_name>string</featureval_name>
              <featureval_custom_value>string</featureval_custom_value>
            </JDFeatureVal>
          </features>
          <prodfeatstr>string</prodfeatstr>
          <itemfeatstr>string</itemfeatstr>
          <custom1>string</custom1>
          <custom2>string</custom2>
          <custom3>string</custom3>
          <custom4>string</custom4>
          <custom5>string</custom5>
        </JDProduct>
      </GetOfferResult>
    </GetOfferResponse>
  </soap:Body>
</soap:Envelope>

HTTP Get

GET /JubiDocWS.asmx/GetOffer?wsuser=string&wspass=string&shops_id=string&kind_id=string&material_id=string&mass_from=string&mass_to=string&price_from=string&price_to=string&sort_col_name=string&sort_asc=string&page_number=string&rows_per_page=string
Host: string

HTTP/1.0 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: string

<ArrayOfJDProduct xmlns="JubiDocWS">
  <JDProduct>
    <items_id>string</items_id>
    <article_id>string</article_id>
    <productsguid_id>string</productsguid_id>
    <products_obj>
      <products_id>int</products_id>
      <productsguid_id>string</productsguid_id>
      <catnum>string</catnum>
      <symbol_supplier>string</symbol_supplier>
      <description>string</description>
      <price_delivery>decimal</price_delivery>
      <price_purchase>decimal</price_purchase>
      <price_detal>decimal</price_detal>
      <price_detal_brutto>decimal</price_detal_brutto>
      <price_eshop>decimal</price_eshop>
      <profit_margin>decimal</profit_margin>
      <isize>string</isize>
      <mass>decimal</mass>
      <productiondays>int</productiondays>
      <eshop>boolean</eshop>
      <promo>boolean</promo>
      <news>boolean</news>
      <best>boolean</best>
      <name>string</name>
      <desctxt>string</desctxt>
      <seotxt>string</seotxt>
      <currency_id>int</currency_id>
      <kinds_id>int</kinds_id>
      <uom_id>int</uom_id>
      <materials_id>int</materials_id>
      <vat_id>int</vat_id>
      <productsgroup_id>int</productsgroup_id>
      <suppliers_id>int</suppliers_id>
      <producer_id>int</producer_id>
      <kinds_name>string</kinds_name>
      <uom_name>string</uom_name>
      <materials_name>string</materials_name>
      <vat_name>string</vat_name>
      <currency_symbol>string</currency_symbol>
      <supplier_shortid>string</supplier_shortid>
      <thumbimagepath>string</thumbimagepath>
      <productsgroup_name>string</productsgroup_name>
    </products_obj>
    <itype>int</itype>
    <catnum>string</catnum>
    <description>string</description>
    <price_detal>decimal</price_detal>
    <price_detal_brutto>decimal</price_detal_brutto>
    <price_eshop>decimal</price_eshop>
    <isize>string</isize>
    <ilength>string</ilength>
    <iheight>string</iheight>
    <iwidth>string</iwidth>
    <idepth>string</idepth>
    <mass>decimal</mass>
    <quantity>decimal</quantity>
    <qdec>int</qdec>
    <barcode>string</barcode>
    <kinds_id>int</kinds_id>
    <kinds_name>string</kinds_name>
    <uom_id>int</uom_id>
    <uom_name>string</uom_name>
    <materials_id>int</materials_id>
    <materials_name>string</materials_name>
    <materials_purity>string</materials_purity>
    <vat_id>int</vat_id>
    <vat_value>int</vat_value>
    <currency_id>int</currency_id>
    <currency_symbol>string</currency_symbol>
    <producer>string</producer>
    <producer_id>int</producer_id>
    <purchase_date>dateTime</purchase_date>
    <thumbimagepath>string</thumbimagepath>
    <promo>boolean</promo>
    <news>boolean</news>
    <best>boolean</best>
    <name>string</name>
    <seotxt>string</seotxt>
    <productiondays>int</productiondays>
    <modified_at>dateTime</modified_at>
    <pictures>
      <JDPictures>
        <article_id>string</article_id>
        <link>string</link>
        <main>boolean</main>
        <description>string</description>
      </JDPictures>
      <JDPictures>
        <article_id>string</article_id>
        <link>string</link>
        <main>boolean</main>
        <description>string</description>
      </JDPictures>
    </pictures>
    <features>
      <JDFeatureVal>
        <feature_id>int</feature_id>
        <feature_parent_id>int</feature_parent_id>
        <feature_type>int</feature_type>
        <feature_name>string</feature_name>
        <feature_name_fullpath>string</feature_name_fullpath>
        <featureval_id>string</featureval_id>
        <featureval_name>string</featureval_name>
        <featureval_custom_value>string</featureval_custom_value>
      </JDFeatureVal>
      <JDFeatureVal>
        <feature_id>int</feature_id>
        <feature_parent_id>int</feature_parent_id>
        <feature_type>int</feature_type>
        <feature_name>string</feature_name>
        <feature_name_fullpath>string</feature_name_fullpath>
        <featureval_id>string</featureval_id>
        <featureval_name>string</featureval_name>
        <featureval_custom_value>string</featureval_custom_value>
      </JDFeatureVal>
    </features>
    <prodfeatstr>string</prodfeatstr>
    <itemfeatstr>string</itemfeatstr>
    <custom1>string</custom1>
    <custom2>string</custom2>
    <custom3>string</custom3>
    <custom4>string</custom4>
    <custom5>string</custom5>
  </JDProduct>
  <JDProduct>
    <items_id>string</items_id>
    <article_id>string</article_id>
    <productsguid_id>string</productsguid_id>
    <products_obj>
      <products_id>int</products_id>
      <productsguid_id>string</productsguid_id>
      <catnum>string</catnum>
      <symbol_supplier>string</symbol_supplier>
      <description>string</description>
      <price_delivery>decimal</price_delivery>
      <price_purchase>decimal</price_purchase>
      <price_detal>decimal</price_detal>
      <price_detal_brutto>decimal</price_detal_brutto>
      <price_eshop>decimal</price_eshop>
      <profit_margin>decimal</profit_margin>
      <isize>string</isize>
      <mass>decimal</mass>
      <productiondays>int</productiondays>
      <eshop>boolean</eshop>
      <promo>boolean</promo>
      <news>boolean</news>
      <best>boolean</best>
      <name>string</name>
      <desctxt>string</desctxt>
      <seotxt>string</seotxt>
      <currency_id>int</currency_id>
      <kinds_id>int</kinds_id>
      <uom_id>int</uom_id>
      <materials_id>int</materials_id>
      <vat_id>int</vat_id>
      <productsgroup_id>int</productsgroup_id>
      <suppliers_id>int</suppliers_id>
      <producer_id>int</producer_id>
      <kinds_name>string</kinds_name>
      <uom_name>string</uom_name>
      <materials_name>string</materials_name>
      <vat_name>string</vat_name>
      <currency_symbol>string</currency_symbol>
      <supplier_shortid>string</supplier_shortid>
      <thumbimagepath>string</thumbimagepath>
      <productsgroup_name>string</productsgroup_name>
    </products_obj>
    <itype>int</itype>
    <catnum>string</catnum>
    <description>string</description>
    <price_detal>decimal</price_detal>
    <price_detal_brutto>decimal</price_detal_brutto>
    <price_eshop>decimal</price_eshop>
    <isize>string</isize>
    <ilength>string</ilength>
    <iheight>string</iheight>
    <iwidth>string</iwidth>
    <idepth>string</idepth>
    <mass>decimal</mass>
    <quantity>decimal</quantity>
    <qdec>int</qdec>
    <barcode>string</barcode>
    <kinds_id>int</kinds_id>
    <kinds_name>string</kinds_name>
    <uom_id>int</uom_id>
    <uom_name>string</uom_name>
    <materials_id>int</materials_id>
    <materials_name>string</materials_name>
    <materials_purity>string</materials_purity>
    <vat_id>int</vat_id>
    <vat_value>int</vat_value>
    <currency_id>int</currency_id>
    <currency_symbol>string</currency_symbol>
    <producer>string</producer>
    <producer_id>int</producer_id>
    <purchase_date>dateTime</purchase_date>
    <thumbimagepath>string</thumbimagepath>
    <promo>boolean</promo>
    <news>boolean</news>
    <best>boolean</best>
    <name>string</name>
    <seotxt>string</seotxt>
    <productiondays>int</productiondays>
    <modified_at>dateTime</modified_at>
    <pictures>
      <JDPictures>
        <article_id>string</article_id>
        <link>string</link>
        <main>boolean</main>
        <description>string</description>
      </JDPictures>
      <JDPictures>
        <article_id>string</article_id>
        <link>string</link>
        <main>boolean</main>
        <description>string</description>
      </JDPictures>
    </pictures>
    <features>
      <JDFeatureVal>
        <feature_id>int</feature_id>
        <feature_parent_id>int</feature_parent_id>
        <feature_type>int</feature_type>
        <feature_name>string</feature_name>
        <feature_name_fullpath>string</feature_name_fullpath>
        <featureval_id>string</featureval_id>
        <featureval_name>string</featureval_name>
        <featureval_custom_value>string</featureval_custom_value>
      </JDFeatureVal>
      <JDFeatureVal>
        <feature_id>int</feature_id>
        <feature_parent_id>int</feature_parent_id>
        <feature_type>int</feature_type>
        <feature_name>string</feature_name>
        <feature_name_fullpath>string</feature_name_fullpath>
        <featureval_id>string</featureval_id>
        <featureval_name>string</featureval_name>
        <featureval_custom_value>string</featureval_custom_value>
      </JDFeatureVal>
    </features>
    <prodfeatstr>string</prodfeatstr>
    <itemfeatstr>string</itemfeatstr>
    <custom1>string</custom1>
    <custom2>string</custom2>
    <custom3>string</custom3>
    <custom4>string</custom4>
    <custom5>string</custom5>
  </JDProduct>
</ArrayOfJDProduct>

HTTP Post

POST /JubiDocWS.asmx/GetOffer
Content-Type: application/x-www-form-urlencoded
Content-Length: string
Host: string

wsuser=string&wspass=string&shops_id=string&kind_id=string&material_id=string&mass_from=string&mass_to=string&price_from=string&price_to=string&sort_col_name=string&sort_asc=string&page_number=string&rows_per_page=string

HTTP/1.0 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: string

<ArrayOfJDProduct xmlns="JubiDocWS">
  <JDProduct>
    <items_id>string</items_id>
    <article_id>string</article_id>
    <productsguid_id>string</productsguid_id>
    <products_obj>
      <products_id>int</products_id>
      <productsguid_id>string</productsguid_id>
      <catnum>string</catnum>
      <symbol_supplier>string</symbol_supplier>
      <description>string</description>
      <price_delivery>decimal</price_delivery>
      <price_purchase>decimal</price_purchase>
      <price_detal>decimal</price_detal>
      <price_detal_brutto>decimal</price_detal_brutto>
      <price_eshop>decimal</price_eshop>
      <profit_margin>decimal</profit_margin>
      <isize>string</isize>
      <mass>decimal</mass>
      <productiondays>int</productiondays>
      <eshop>boolean</eshop>
      <promo>boolean</promo>
      <news>boolean</news>
      <best>boolean</best>
      <name>string</name>
      <desctxt>string</desctxt>
      <seotxt>string</seotxt>
      <currency_id>int</currency_id>
      <kinds_id>int</kinds_id>
      <uom_id>int</uom_id>
      <materials_id>int</materials_id>
      <vat_id>int</vat_id>
      <productsgroup_id>int</productsgroup_id>
      <suppliers_id>int</suppliers_id>
      <producer_id>int</producer_id>
      <kinds_name>string</kinds_name>
      <uom_name>string</uom_name>
      <materials_name>string</materials_name>
      <vat_name>string</vat_name>
      <currency_symbol>string</currency_symbol>
      <supplier_shortid>string</supplier_shortid>
      <thumbimagepath>string</thumbimagepath>
      <productsgroup_name>string</productsgroup_name>
    </products_obj>
    <itype>int</itype>
    <catnum>string</catnum>
    <description>string</description>
    <price_detal>decimal</price_detal>
    <price_detal_brutto>decimal</price_detal_brutto>
    <price_eshop>decimal</price_eshop>
    <isize>string</isize>
    <ilength>string</ilength>
    <iheight>string</iheight>
    <iwidth>string</iwidth>
    <idepth>string</idepth>
    <mass>decimal</mass>
    <quantity>decimal</quantity>
    <qdec>int</qdec>
    <barcode>string</barcode>
    <kinds_id>int</kinds_id>
    <kinds_name>string</kinds_name>
    <uom_id>int</uom_id>
    <uom_name>string</uom_name>
    <materials_id>int</materials_id>
    <materials_name>string</materials_name>
    <materials_purity>string</materials_purity>
    <vat_id>int</vat_id>
    <vat_value>int</vat_value>
    <currency_id>int</currency_id>
    <currency_symbol>string</currency_symbol>
    <producer>string</producer>
    <producer_id>int</producer_id>
    <purchase_date>dateTime</purchase_date>
    <thumbimagepath>string</thumbimagepath>
    <promo>boolean</promo>
    <news>boolean</news>
    <best>boolean</best>
    <name>string</name>
    <seotxt>string</seotxt>
    <productiondays>int</productiondays>
    <modified_at>dateTime</modified_at>
    <pictures>
      <JDPictures>
        <article_id>string</article_id>
        <link>string</link>
        <main>boolean</main>
        <description>string</description>
      </JDPictures>
      <JDPictures>
        <article_id>string</article_id>
        <link>string</link>
        <main>boolean</main>
        <description>string</description>
      </JDPictures>
    </pictures>
    <features>
      <JDFeatureVal>
        <feature_id>int</feature_id>
        <feature_parent_id>int</feature_parent_id>
        <feature_type>int</feature_type>
        <feature_name>string</feature_name>
        <feature_name_fullpath>string</feature_name_fullpath>
        <featureval_id>string</featureval_id>
        <featureval_name>string</featureval_name>
        <featureval_custom_value>string</featureval_custom_value>
      </JDFeatureVal>
      <JDFeatureVal>
        <feature_id>int</feature_id>
        <feature_parent_id>int</feature_parent_id>
        <feature_type>int</feature_type>
        <feature_name>string</feature_name>
        <feature_name_fullpath>string</feature_name_fullpath>
        <featureval_id>string</featureval_id>
        <featureval_name>string</featureval_name>
        <featureval_custom_value>string</featureval_custom_value>
      </JDFeatureVal>
    </features>
    <prodfeatstr>string</prodfeatstr>
    <itemfeatstr>string</itemfeatstr>
    <custom1>string</custom1>
    <custom2>string</custom2>
    <custom3>string</custom3>
    <custom4>string</custom4>
    <custom5>string</custom5>
  </JDProduct>
  <JDProduct>
    <items_id>string</items_id>
    <article_id>string</article_id>
    <productsguid_id>string</productsguid_id>
    <products_obj>
      <products_id>int</products_id>
      <productsguid_id>string</productsguid_id>
      <catnum>string</catnum>
      <symbol_supplier>string</symbol_supplier>
      <description>string</description>
      <price_delivery>decimal</price_delivery>
      <price_purchase>decimal</price_purchase>
      <price_detal>decimal</price_detal>
      <price_detal_brutto>decimal</price_detal_brutto>
      <price_eshop>decimal</price_eshop>
      <profit_margin>decimal</profit_margin>
      <isize>string</isize>
      <mass>decimal</mass>
      <productiondays>int</productiondays>
      <eshop>boolean</eshop>
      <promo>boolean</promo>
      <news>boolean</news>
      <best>boolean</best>
      <name>string</name>
      <desctxt>string</desctxt>
      <seotxt>string</seotxt>
      <currency_id>int</currency_id>
      <kinds_id>int</kinds_id>
      <uom_id>int</uom_id>
      <materials_id>int</materials_id>
      <vat_id>int</vat_id>
      <productsgroup_id>int</productsgroup_id>
      <suppliers_id>int</suppliers_id>
      <producer_id>int</producer_id>
      <kinds_name>string</kinds_name>
      <uom_name>string</uom_name>
      <materials_name>string</materials_name>
      <vat_name>string</vat_name>
      <currency_symbol>string</currency_symbol>
      <supplier_shortid>string</supplier_shortid>
      <thumbimagepath>string</thumbimagepath>
      <productsgroup_name>string</productsgroup_name>
    </products_obj>
    <itype>int</itype>
    <catnum>string</catnum>
    <description>string</description>
    <price_detal>decimal</price_detal>
    <price_detal_brutto>decimal</price_detal_brutto>
    <price_eshop>decimal</price_eshop>
    <isize>string</isize>
    <ilength>string</ilength>
    <iheight>string</iheight>
    <iwidth>string</iwidth>
    <idepth>string</idepth>
    <mass>decimal</mass>
    <quantity>decimal</quantity>
    <qdec>int</qdec>
    <barcode>string</barcode>
    <kinds_id>int</kinds_id>
    <kinds_name>string</kinds_name>
    <uom_id>int</uom_id>
    <uom_name>string</uom_name>
    <materials_id>int</materials_id>
    <materials_name>string</materials_name>
    <materials_purity>string</materials_purity>
    <vat_id>int</vat_id>
    <vat_value>int</vat_value>
    <currency_id>int</currency_id>
    <currency_symbol>string</currency_symbol>
    <producer>string</producer>
    <producer_id>int</producer_id>
    <purchase_date>dateTime</purchase_date>
    <thumbimagepath>string</thumbimagepath>
    <promo>boolean</promo>
    <news>boolean</news>
    <best>boolean</best>
    <name>string</name>
    <seotxt>string</seotxt>
    <productiondays>int</productiondays>
    <modified_at>dateTime</modified_at>
    <pictures>
      <JDPictures>
        <article_id>string</article_id>
        <link>string</link>
        <main>boolean</main>
        <description>string</description>
      </JDPictures>
      <JDPictures>
        <article_id>string</article_id>
        <link>string</link>
        <main>boolean</main>
        <description>string</description>
      </JDPictures>
    </pictures>
    <features>
      <JDFeatureVal>
        <feature_id>int</feature_id>
        <feature_parent_id>int</feature_parent_id>
        <feature_type>int</feature_type>
        <feature_name>string</feature_name>
        <feature_name_fullpath>string</feature_name_fullpath>
        <featureval_id>string</featureval_id>
        <featureval_name>string</featureval_name>
        <featureval_custom_value>string</featureval_custom_value>
      </JDFeatureVal>
      <JDFeatureVal>
        <feature_id>int</feature_id>
        <feature_parent_id>int</feature_parent_id>
        <feature_type>int</feature_type>
        <feature_name>string</feature_name>
        <feature_name_fullpath>string</feature_name_fullpath>
        <featureval_id>string</featureval_id>
        <featureval_name>string</featureval_name>
        <featureval_custom_value>string</featureval_custom_value>
      </JDFeatureVal>
    </features>
    <prodfeatstr>string</prodfeatstr>
    <itemfeatstr>string</itemfeatstr>
    <custom1>string</custom1>
    <custom2>string</custom2>
    <custom3>string</custom3>
    <custom4>string</custom4>
    <custom5>string</custom5>
  </JDProduct>
</ArrayOfJDProduct>