Изменения

Перейти к: навигация, поиск

API Documentation

169 байт добавлено, 13:48, 28 июля 2021
м
Nomenclature list
In the response, the street names are arranged alphabetically.
== Nomenclature list List of Goods ==
'''The example of the nomenclature list query:Request Example'''
<source lang="xml">
<?xml version="1.0" encoding="UTF-8" ?>
<namecontains>TV set</namecontains>
<namestarts>sony</namestarts>
<name>Sony KDL-55W905 LCD televisionTV</name>
<quantity>EXISTING_ONLY</quantity>
</conditions>
<except>
<code>123478</code>
</except>
<limit>
<limitfrom>30</limitfrom>
</source>
All elements inside itemlist The <code>townlist</code> container can either be absent empty or combineelements. The search is not case-sensitiveinsensitive. *'''codesearch''' is a search by codes. In case when When it is used, the <code>conditions </code> and <code>limit </code> containers will be are ignored.:* '''code''' is a search by codes of the internal systemcode.:* '''article''' is a search by article numbersSKU ID. :* '''barcode''' is a search by barcodesbarcode.
*'''conditions''' specifies search criteria. All enclose nested elements simultaneously impose “AND” the AND condition.:* '''namecontains''' is a search of for the goods which with names contain a specified containing the search text.:* '''namestarts''' is a search of for the goods which with names start starting from a specified the search text.:* '''name''' is a search of for the goods which with names match a specified matching the search text.:* '''quantity''' is the availability of goods at in the warehouse. It can have Sometimes, the following field may be unavailable. Possible values: *** '''EXISTING_ONLY - ''' — only in stock, .*** '''NOT_EXISTING_ONLY - ''' — only out of stock out, .*** '''ALL - ''' — all. :* '''store'In some setups this field may be unavailable.''— search by the specified warehouse.
*'''limitexcept''' limits result output.:* '''limitfrom''' specifies the record number — exception description for correct counting of a search result starting with which a response should be givenreserved items.:* '''limitcountcode''' specifies the number of search result records which should be returned— order code.
*'''The example limit''' — limits result output.:* '''limitfrom''' — defines the search result record number to start output with.:* '''limitcount''' — defines the quantity of a response:search result records to show.  '''Response Example'''
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<article>FD343</article>
<barcode>2345625213125</barcode>
<name>Sony KDL-55W905 LCD televisionTV</name>
<retprice>65000</retprice>
<purchprice>50000</purchprice>
<weight>5.1</weight>
<length>50</length>
<width>30</width>
<height>40</height>
<VATrate>20</VATrate>
<CountInPallet>30</CountInPallet>
<HasSerials>1</HasSerials>
<CountryOfOrigin>Malaysia</CountryOfOrigin> (not yet supported)
<Message>A good TV set</Message> <Message2>Another good TV set</Message2>
<quantity>12</quantity>
<reserved>3</reserved>
</source>
'''The description of fields:Fields Description'''*'''code''' is an internal identifier assigned by the system. *'''article''' is an article assigned by a customer (a supplier)SKU ID. *'''barcode''' is a manufacturer`s barcode.  *'''name''' is an item name.  *'''retprice''' is a — default retail price value by default. When ordering creating the order, the price which is mentioned specified in the order is used.*'''purchprice''' — purchase price.*'''weight''' is weight in kilograms. *'''length''' is length in centimeters.  *'''width''' is width in centimeters.  *'''height''' is height in centimeters.*'''VATrate''' — value-added tax rate, integer.*'''CountInPallet''' is the number of pieces in a pallet.  *'''HasSerials''' requires — indicates whether serial numbers accountingtracking is used. It takes on the following Possible values: '''1 - yes''' — Yes, '''0 - no''' — No.  *'''CountryOfOrigin''' is the name of a the country of origin in Russian. *'''Message''' is a commentary— comment.  *'''Message2''' is an additional commentarycomment.  *'''quantity''' is the number of goods — quantity in stock. Those goods that have already been batched into Goods picked up for orders are not included in this number and , they are considered to depart the depository for goodsbe shipped. ''This field may be unavailable in some setups.'' *'''reserved''' is the number — quantity of goods reserved. It may outnumber the stock balance if customers are waiting for the next delivery. ''This field may be unavailable in some setups.''
== The list of order points of issue ==

Навигация