/
Веб-сервис экспорта получения информации о цене в разрезе магазина (на стороне SetRetail10)
Публичный ресурс
Веб-сервис экспорта получения информации о цене в разрезе магазина (на стороне SetRetail10)
- SRTS-2022Получение подробных данных проблемы… СТАТУС
- CR-10097Получение подробных данных проблемы… СТАТУС
10.2.29.0
Поиск по реквизитам товара | |
Метод | getProductInfo |
URL | http://IP-адрес_сервера:8090/SET-Products/SET/Products |
WSDL | http://IP-адрес_сервера:8090/SET-Products/SET/Products?wsdl |
Поле | Тип данных | Описание | Обязательное |
Принимаемые параметры | |||
code | String | Код/Артикул товара | Нет |
barcode | Integer | Штрихкод товара | Нет |
store | Integer | Номер магазина | Нет |
Возвращаемые параметры | |||
code | String | Код товара | |
name | String | Наименование товара | |
precision | String | Мерность | |
measure-type | String | Еденица изменения | |
defaultBarcode | Integer | Штрихкод по умолчанию | |
barcodes | Комплексный | Штрихкоды товара | |
prices | Integer | Цены | |
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>
, multiple selections available,
© 1994-2024, ООО "Кристалл Сервис Интеграция".
Все права защищены.