Публичный ресурс

Веб-сервис экспорта получения информации о цене в разрезе магазина (на стороне SetRetail10)

SRTS-2022 - Получение подробных данных проблемы… СТАТУС

CR-10097 - Получение подробных данных проблемы… СТАТУС

10.2.29.0

Поиск по реквизитам товара

МетодgetProductInfo
URLhttp://IP-адрес_сервера:8090/SET-Products/SET/Products
WSDLhttp://IP-адрес_сервера:8090/SET-Products/SET/Products?wsdl

Поле

Тип данных

Описание

Обязательное

Принимаемые параметры

code

String

Код/Артикул товара

Нет

barcode

Integer

Штрихкод товара

Нет

store

Integer

Номер магазина

Нет

Возвращаемые параметры

code

String

Код товара


nameStringНаименование товара
precisionStringМерность
measure-typeStringЕденица изменения
defaultBarcodeIntegerШтрихкод по умолчанию
barcodesКомплексныйШтрихкоды товара
pricesIntegerЦены
groupКомлексныйГруппы товаров
countryКомплексныйСтрана производитель


Пример запроса
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:prod="http://products.setretailx.crystals.ru/">
   <soapenv:Header/>
   <soapenv:Body>
      <prod:getProductInfo>
         <!--Zero or more repetitions:-->
         <code>45033</code>
         <!--Zero or more repetitions:-->
         <barcode>4607141310331</barcode>
         <!--Zero or more repetitions:-->
         <store>779</store>
      </prod:getProductInfo>
   </soapenv:Body>
</soapenv:Envelope>
Пример ответа по ценам в разрезе магазинов
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns2:getProductInfoResponse xmlns:ns2="http://products.setretailx.crystals.ru/">
         <return>
            <code>45033</code>
            <name>Шоколадка</name>
            <precision>1.0</precision>
            <measure-type>Шт.</measure-type>
            <defaultBarcode>4607141310331</defaultBarcode>
            <barcodes>
               <barcode count="1000" value="4607141310331"/>
            </barcodes>
            <prices>
               <prices department="583" price-number="2" store="779" value="7000"/>
               <prices department="583" price-number="1" store="779" value="2880"/>
               <prices department="583" price-number="4" store="779" value="5000"/>
               <prices department="583" price-number="3" store="779" value="6000"/>
            </prices>
            <group id="1" name="Продовльственный"/>
            <country id="RU">
               <name>Россия</name>
            </country>
         </return>
      </ns2:getProductInfoResponse>
   </soap:Body>
</soap:Envelope>

© 1994-2024, ООО "Кристалл Сервис Интеграция".
Все права защищены.

Политика обработки персональных данных