S
S
smoln2018-08-01 16:36:06
PHP
smoln, 2018-08-01 16:36:06

How to transfer the article and manufacturer to 1C when loading orders from the site?

Good afternoon, I set up a plan for exchanging orders between the site and 1C 8.3 UT 11
Orders are transferred, correctly, the nomenclature if there is none (as I understand it looks by name) creates a new one.
Here is an example of transferring an order (specifically the part with goods)

<Товары>
    <Товар>
      <Ид>1345678</Ид>
      <Артикул>849943893</Артикул>
      <Наименование>Ботинки</Наименование>
      <БазоваяЕдиница Код="715" НаименованиеПолное="Пара (2 шт.)" МеждународноеСокращение="NPR">пар</БазоваяЕдиница>
      <ЦенаЗаЕдиницу>1200.00</ЦенаЗаЕдиницу>
      <Количество>2</Количество>
      <Сумма>2400.00</Сумма>
      <ЗначенияРеквизитов>
        <ЗначениеРеквизита>
          <Наименование>ВидНоменклатуры</Наименование>
          <Значение>Обувь</Значение>
        </ЗначениеРеквизита>
                                   <ЗначениеРеквизита>
          <Наименование>Артикул</Наименование>
          <Значение>849943893</Значение>
        </ЗначениеРеквизита>
                                    <ЗначениеРеквизита>
          <Наименование>Производитель</Наименование>
          <Значение>RAS</Значение>
        </ЗначениеРеквизита>
        <ЗначениеРеквизита>
          <Наименование>ТипНоменклатуры</Наименование>
          <Значение>Товар</Значение>
        </ЗначениеРеквизита>
      </ЗначенияРеквизитов>
    </Товар>
  </Товары>

As you can see, I tried both simply using the "<Article>" tags and using the "<Attribute Value>" tags.
There is no result, the nomenclature is being created, but there is no article and manufacturer, is it possible to do this without changing the configuration?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question