Y
Y
Yuriy2019-12-26 16:51:57
1C-Bitrix
Yuriy, 2019-12-26 16:51:57

Bitrix How to add a Unit of Measurement from 1C when adding a product to an order?

Through 1C, a new product is added to the order, the product appears, but the Unit of Measurement is not picked up.
That's what sends 1C
tried like this

<Товары>
  <Товар>
    <Ид>Ц0000030645</Ид>
    <ИдКаталога>CATALOG_S1</ИдКаталога>
    <Единица>
      <Ид>796</Ид>
      <НаименованиеКраткое>шт</НаименованиеКраткое>
      <Код>796</Код>
      <НаименованиеПолное>Штука</НаименованиеПолное>
    </Единица>
    <Коэффициент>1</Коэффициент>
    <ЦенаЗаЕдиницу>170</ЦенаЗаЕдиницу>
    <Количество>1</Количество>
    <Сумма>170</Сумма>

and
<Товары>
  <Товар>
    <Ид>Ц0000030645</Ид>
    <ИдКаталога>CATALOG_S1</ИдКаталога>
    <БазоваяЕдиница Код="796" НаименованиеПолное="Штука" МеждународноеСокращение="PCE">шт</БазоваяЕдиница>
    <Коэффициент>1</Коэффициент>
    <ЦенаЗаЕдиницу>170</ЦенаЗаЕдиницу>
    <Количество>1</Количество>
    <Сумма>170</Сумма>

The product does not pick up a unit...
In the basket table b_sale_basket
5e04baba8db47173001637.png
In
5e04bae518a0d138591826.png
the admin panel, what could be the matter?

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