/**  * Добавление товарного предложения  *  * @param int $id - id това translation - /**  * Добавление товарного предложения  *  * @param int $id - id това English how to say

/** * Добавление товарного предлож

/**
* Добавление товарного предложения
*
* @param int $id - id товара (товарного предложения)
* @param array $data - массив остальных параметров (звездочкой помечены обязательные)
* *url - URL-адрес страницы товара.
* *name - Наименование товарного предложения.
* *description - Описание товарного предложения.
* *price - Цена, по которой данный товар можно приобрести.
* Цена товарного предложения округляеся и выводится в зависимости от настроек пользователя.
* *currencyId - Идентификатор валюты товара (RUR, USD, UAH).
* Для корректного отображения цены в национальной валюте, необходимо использовать
* идентификатор (например, UAH) с соответствующим значением цены.
* *categoryId - Идентификатор категории товара (целое число не более 18 знаков).
* Товарное предложение может принадлежать только одной категории.
* *delivery - Элемент, обозначающий возможность доставить соответствующий товар.
* "false" данный товар не может быть доставлен("самовывоз").
* "true" товар доставляется на условиях, которые указываются в партнерском интерфейсе
* http://partner.market.yandex.ru на странице "редактирование".
* picture - Ссылка на картинку соответствующего товарного предложения.
* Недопустимо давать ссылку на "заглушку", т.е. на картинку где написано
* "картинка отсутствует" или на логотип магазина.
* vendor - Производитель.
* vendorCode - Код товара (указывается код производителя).
* local_delivery_cost - Стоимость доставки данного товара в Своем регионе.
* sales_notes - Элемент, предназначенный для того, чтобы показать пользователям,
* чем отличается данный товар от других, или для описания акций магазина (кроме скидок).
* Допустимая длина текста в элементе - 50 символов.
* manufacturer_warranty - Элемент предназначен для отметки товаров,
* имеющих официальную гарантию производителя. {true|false}
* country_of_origin - Элемент предназначен для указания страны производства товара.
* downloadable - Элемент предназначен для обозначения товара, который можно скачать.
* @param bool $available - Статус доступности товара - в наличии/на заказ.
* "true" - товарное предложение в наличии.
* Магазин готов сразу договариваться с покупателем о доставке товара
* "false" - товарное предложение на заказ.
* Магазин готов осуществить поставку товара на указанных условиях в течение месяца
* (срок может быть больше для товаров, которые всеми участниками рынка поставляются только на заказ)..
* Те товарные предложения, на которые заказы не принимаются, не должны выгружаться в Яндекс.Маркет.
*/
0/5000
From: -
To: -
Results (English) 1: [Copy]
Copied!
/ **
* Adding commodity supply
*
* @ param int $ id - id of product (product offering)
* @ param array $ data - an array of other parameters (marked with an asterisk are required)
** url - url-address product page .
** Name - Name of product offerings.
** Description - Description of commodity supply.
** Price - the price at which you can buy this product.
* Price and product offering is rounded displayed depending on the user settings.
** Currencyid - Currency ID Product (rur, usd, uah).
* For the correct display of the prices in national currency,
* to use the ID (for example, uah) with the corresponding value prices.
** categoryid - Product Category ID (integer no more than 18 characters).
* The commodity offer can only belong to one category.
** Delivery - element that indicates the ability to deliver relevant product.
* "False" this product can not be delivered ("Pickup").
* "True" product is delivered to the conditions that are specified in the partner interface
* http://partner.market.yandex.ru on the page "edit".
* Picture - Link to image the relevant product suggestions.
* It is unacceptable to give a link to the "cap", ie the picture where it says
* "Picture not available" or store logo.
* vendor - Manufacturer.
* vendorcode - Commodity code (the code of the manufacturer).
* Local_delivery_cost - The cost of delivery of the product in your region.
* Sales_notes - a component designed to show users
* this product is different than the others,or to describe the shares of the store (except specials).
* The permissible length of the text in the - 50 characters.
* manufacturer_warranty - Element is intended to mark the goods,
* with the official manufacturer's warranty. {True | false}
* Country_of_origin - Element is intended to indicate the country of manufacture of the goods.
* Downloadable - Element is intended to designate a product that can be downloaded.
* @ Param bool $ available - Availability status goods - in stock / on order.
* "True" - the product offering available.
* Shop is ready to negotiate directly with the buyer on delivery of the goods
* "false" - product offering to order.
* Shop is ready to supply goods on the terms for a month
* (may be more for goods that all market participants are only available on request) ..
* Those product offerings,which orders are not accepted, to be discharged in Yandex.Market.
* /
Being translated, please wait..
Results (English) 2:[Copy]
Copied!
/* *
* Add commodity offer
*
* @param int $id-item id (trade deals)
* array $data array @param remaining options (marked by a star are mandatory)
* url-the URL of the page.
* name-the name of the commodity offer.
* description-the Description of the commodity offer.
* price-the price at which the product can be purchased.
* The price of the commodity offer okruglâesâ and displays depending on the settings of the user.
*-item identifier of the currency currencyId (RUR, USD, UAH).
* for correct display of prices in national currency, You must use
* ID (for example, UAH) with an appropriate value for the price.
* categoryId-product category ID (an integer not exceeding 18 characters).
* The commodity offer can belong to only one category.
* delivery-Item indicating the possibility to deliver the goods.
* "false" this product cannot be delivered ("EXW").
* "true" goods are delivered under the conditions specified in the affiliate interface
* http://partner.market.yandex.ru "edit page."
* picture-picture link of the commodity offer.
* Invalid link to "stub", i.e. on the picture where it says no picture appears on the "
*" or on the logo shop.
* vendor manufacturer.
* vendorCode-product code (production code).
* local_delivery_cost-the cost of delivery of the goods in the region.
* sales_notes element, which is intended to show users,
* differs this product from others or to describe the actions of the store (except specials).
* allowable length of text in the-50 characters.
* manufacturer_warranty-element is designed to mark the goods,
* with an official guarantee of the manufacturer. {true | false}
* country_of_origin-element is designed to indicate the country of manufacture of the goods.
* downloadable element is intended to identify the goods, which can be downloaded.
* $available-bool @param availability status of the goods-in stock/on order.
* "true"-the commodity offer.
* shop is ready to negotiate directly with the buyer of the goods delivery
* "false"-the commodity offer.
* Store is ready to deliver the goods to the indicated month
* (period may be more for goods that all market participants are supplied only on request).
* The product listings, the orders will not be accepted, should not be unloaded in Yandex Market.
. */
Being translated, please wait..
Results (English) 3:[Copy]
Copied!
/ **
* adding commercial proposals
*
* @param int $id - id product (commercial proposals)
* @param array $data - array remaining parameters (an asterisk indicates required)
* * url - the URL of the page product.
* * * name - name trademark proposals.
* * description - Description commercial proposals.
* * price - the price at which the product can be purchased.
* Price commercial proposals округляеся and displayed depending on the user settings.
* * сurrenсyId - Id currency goods (RUR, USD, UAH) .
* to display correctly prices in national currency,It is necessary to use
* id (for example, UAH) with the corresponding value prices.
* * саtegоryId - Id product category (an integer number of no more than 18 characters) .
* The Mountains can belong to only one category.
* * delivery - an element that identifies the opportunity to deliver the goods.
* "false" this product can not be delivered( "enterprise information" ) .
* "True" product is delivered to the conditions, which are specified in the partnership interface
* http://pаrtner.mаrket.yаndex.ru on page "Edit" .
* picture - a link to the picture of the commercial proposals.
* It is not acceptable to give a reference to the "plug", i.e. , in the picture where it says
* the "picture is missing" or the logo store.
* vendor - manufacturer.
* vendоrCоde - product code (indicated manufacturer code) .
* Lосаl_delivery_соst - the cost of shipping the product in its region.
* sаles_nоtes - an element that is designed to show users,
* What is the difference between the product of the other,Or for a description of the store/business (except discounts) .
* permissible length text in the element - 50 characters.
* mаnufасturer_wаrrаnty - Element is intended to mark goods,
* with an official manufacturer's warranty. {True|false}
* Соuntry_оf_оrigin - Element is intended to indicate the country of manufacture of a product.
* dоwnlоаdаble - Element is used to goods, which can be downloaded.
* @param bool $available - availability status goods -/available to order.
* "true" - the mountains there is a.
* Shop is ready immediately to negotiate with the buyer of the goods
* "false" - the mountains to order.
* Shop is ready to delivery of the goods on these conditions during the month
* (the term may be more for the products, which are all the players in the market are available only on order) ..
* Those brands proposals,The orders are not accepted, not must be unloaded in Yandex.market.
* /
Being translated, please wait..
 
Other languages
The translation tool support: Afrikaans, Albanian, Amharic, Arabic, Armenian, Azerbaijani, Basque, Belarusian, Bengali, Bosnian, Bulgarian, Catalan, Cebuano, Chichewa, Chinese, Chinese Traditional, Corsican, Croatian, Czech, Danish, Detect language, Dutch, English, Esperanto, Estonian, Filipino, Finnish, French, Frisian, Galician, Georgian, German, Greek, Gujarati, Haitian Creole, Hausa, Hawaiian, Hebrew, Hindi, Hmong, Hungarian, Icelandic, Igbo, Indonesian, Irish, Italian, Japanese, Javanese, Kannada, Kazakh, Khmer, Kinyarwanda, Klingon, Korean, Kurdish (Kurmanji), Kyrgyz, Lao, Latin, Latvian, Lithuanian, Luxembourgish, Macedonian, Malagasy, Malay, Malayalam, Maltese, Maori, Marathi, Mongolian, Myanmar (Burmese), Nepali, Norwegian, Odia (Oriya), Pashto, Persian, Polish, Portuguese, Punjabi, Romanian, Russian, Samoan, Scots Gaelic, Serbian, Sesotho, Shona, Sindhi, Sinhala, Slovak, Slovenian, Somali, Spanish, Sundanese, Swahili, Swedish, Tajik, Tamil, Tatar, Telugu, Thai, Turkish, Turkmen, Ukrainian, Urdu, Uyghur, Uzbek, Vietnamese, Welsh, Xhosa, Yiddish, Yoruba, Zulu, Language translation.

Copyright ©2025 I Love Translation. All reserved.

E-mail: