user guide
×
Меню
Индекс
  • API
  • 3. Reference books
  • 3.1. Uploading the nomenclature indicating which article is synchronized with your Company.

Uploading the nomenclature indicating which article is synchronized with your Company.

 
Action: nomenklatura_all
 
 
Separately, you need to specify the manufacturer of goods (producer), the directory of manufacturers is obtained separately.
 
Before the main query, you need to get the number of records.
Вывод
 
{
    "status""ok",
    "error""",
    "data": [
        [
            {
                "goods_count""416"
            }
        ]
    ]
}
 
Next, specify from which position you want to get the records. We also indicate the number of entries (optional), maximum 100 entries:
 
 
Вывод
 
 
{
    "status""ok",
    "error""",
    "data": {
        "count"1,
        "data": [
            {
                "goods_id""18350", id goods in the system iFurn.pro
            "producer""14", manufacturer code
            "x"null,material width mm
            "y""42",height
            "z""0.8", depth/thickness
            "type_material""26",material type/folder code
            "unit""5", material unit code
            "name""23576",material name translation code
            "structure"null,whether it is necessary to observe the structure when cutting 1/0
            "drop""2",type of material sale (the directory of sale types is described separately)
            "description"null, кproduct description translation code
            "part"null,1 if the product is a board material that can be sold cut
            "tovar"null,1 if the product is a product that is sold without processing
            "band""1",1 if the product is an edge that can cover the end of saw parts
            "d_update""2021-04-19 15:32:33", database update time
            "ua""PVC edging 42x0.8 Apple Locarno 567 Korner",
            "ru""PVC edging 42x0.8 Apple Locarno 567 Korner",
            "ro""Bordură din PVC 42x0,8 Apple locarno 567 Korner",
            "en""PVC edging 42x0.8 Apple locarno 567 Korner",
            "pl""Obrzeże PCV 42x0,8 Apple locarno 567 Korner",
            "goods_firm": [
                {
                    "goods_firm_code_id""18578",
                    "goods""18350", product code
                    "service"null, service code (if this entry refers to services, then the product code will be empty)
                    "code""13402", material code of your company
                    "price""9.91", price
                    "currency""2", currency code
                    "delivery_time""2", delivery time if out of stock
                    "drop""1",type of material sale by your Company at this price and with this code. Board materials can be sold in 2 different ways with different prices and sales codes.
                    "update"null,
                    "show""1",1-show the product in the product list to your customers
                    "band_in_price""0", is edging included in the sale price of this material 1/0
                    "d_update""2021-02-04 01:59:13" time to update the data in the database.
                }
            ]
                "goods_firm_count"1
            }
        ]
    }
}