1b.app
Link copied -

Request to display the field for transferring the RRP via the OneBox API

Good afternoon. Please tell me, is it possible to request a field for transferring the RRP via the OneBox API?

The problem is that in order to set up integration with the supplier and correctly transfer the price list from the supplier to the OneBox API, there is no parameter for displaying the RRP,

and in OneBox there is no RRP field identifier.

At the moment, we have disabled the OneBox function for automatically recalculating RRP prices, since we use a different auto setting with our percentage.

And from the supplier we need to transfer the specifically indicated price to the RRP in the price list, and not through automatic price recalculation.

We tried to transfer the RRP indicated in the price list from the supplier to another “Price” field, in which price recalculation and auto-filling with our markup are configured,

then the system overwrites the supplier’s RRP and sets the cost of the goods with our percentage.

So we need:

1) So that the OneBox API has a parameter for transmitting the RRP;

2) The RRP field had an identifier in OneBox itself.

Or please tell us how best to resolve the issue of transferring the RRP from the supplier.
Original question is available on version: ru

Answers:

Why don't you just use extra? field? As far as I remember, I already explained last time about this field that it is taken specifically from the product suppliers. If you don’t have them, it’s better to write your RRP simply in the additional field of the product
20.09.2023, 19:46
Original comment available on version: ru

Good afternoon. Thank you for your reply.
The option you suggest would be suitable if we only had one vendor integration. And since there are several of them, and they are configured as described above. Those. all prices of several tens of thousands of products are automatically recalculated and entered simultaneously into the “Price” field with our built-in markup.
In the described case, the supplier set a condition for all dealers that the sale would be only at their RRP indicated in the price list.
As you understand, when we tried to transfer the ppc to the “Price” field, where auto-filling occurs, the ppc from the supplier is overwritten by our markup.
And we cannot rebuild the entire system so that through another add. field, as you suggested, it is for this one integration to transfer their RRC.
Please answer exactly the question posed above: is it possible to display the RRP field via the OneBox API by request. (Just say yes or no. And if not, then briefly why? We need this answer from you so that we look for other solutions.)
21.09.2023, 13:58
Original comment available on version: ru


#207281 wrote:
We tried to transfer the RRP indicated in the price list from the supplier to another “Price” field, in which price recalculation and auto-filling with our markup are configured,
then the system overwrites the supplier’s RRP and sets the cost of the goods with our percentage.

you need to write the supplier's RRP exactly in the supplier's RRP in the product suppliers block, then it will automatically be pulled up in the RRP field. Can you give me some kind of test product with configured providers so that I can show you this with an example?

#207281 wrote:
Please answer exactly the question posed above: is it possible to display the RRP field via the OneBox API by request.

From a purely technical standpoint, anything is possible. You can make a separate field, write something there and display it in a card. But then you need to use it somewhere and not just display it in a card? I still don’t understand where you use the RRP field other than the output in the product card
21.09.2023, 14:05
Original comment available on version: ru

“You need to write the supplier’s RRP exactly in the supplier’s RRP in the product suppliers block, then it will automatically be pulled up in the RRP field. Can you give me some kind of test product with configured suppliers so that I can show you this with an example?”

1) Please specify in the supplier block (screenshots attached) which of these fields should be used to transfer the RRP, and what is the identifier of this field?

2) In the OneBox API, what parameter should be used to transfer the RRP to this field?
21.09.2023, 14:40
Original comment available on version: ru

“I still don’t understand where you use the RRP field other than the output in the product card”
At the moment, as described above, we do NOT use the RRC field at all. We have it disabled. We do not transfer the RRC in any integration. Our price is listed in a separate “Price” field with our markup, and not what suppliers recommend.
21.09.2023, 14:44
Original comment available on version: ru



#207281 wrote:

“You need to write the supplier’s RRP exactly in the supplier’s RRP in the product suppliers block, then it will automatically be pulled up in the RRP field. Can you give me some kind of test product with configured suppliers so that I can show you this with an example?”

1) Please specify in the supplier block (screenshots attached) which of these fields should be used to transfer the RRP, and what is the identifier of this field?

2) In the OneBox API, what parameter should be used to transfer the RRP to this field?



1. number 2

2. It is currently not possible to transmit information about suppliers via API



#207281 wrote:

At the moment, as described above, we do NOT use the RRC field at all. We have it disabled. We do not transfer the RRC in any integration. Our price is listed in a separate “Price” field with our markup, and not the one recommended by suppliers.



If you don't use the RRP field anywhere, just leave it alone. Create additional RRP field - display it in the product card and use it where necessary. Why do you need to write all this in the base field?)
21.09.2023, 14:51
Original comment available on version: ru

2. It is currently not possible to transmit information about suppliers via API

We will create additional field for RRC.

And then what parameter should be used in the OneBox API to transfer the RRP? This is integration for auto-filling and auto-run, so we need to clearly understand through which parameter in the Box API to transfer the RRC data.
21.09.2023, 15:12
Original comment available on version: ru

https://swagger.1b.app/#/product/productset apiv2 method, add. fields are passed in the customfields array. The documentation has a complete description of how to transfer what to where
https://1b.app/ru/api/product/apiv1 Editing a product, method: /api/product/update item https://tppr.me/MF1d2.
It is recommended to use apiv2, as it is a newer and therefore faster api. To use the API on a project you need to install the appropriate application
https://1b.app/ru/app/app-api-v2/ - for v2
https://1b.app/ru/app/app-api/ - for v1
21.09.2023, 16:08
Original comment available on version: ru

Please tell me if we create an additional one. RRP(1) field and we will transfer the supplier’s price there, how then can we make settings with that automatically configured “Price” field with our percentage? Will she again overwrite the supplier's RRP? And how can we set it up so that the sales price on the website reflects not our price, but the supplier’s RRP from the RRP(1) field?
21.09.2023, 18:05
Original comment available on version: ru


#207281 wrote:
Please tell me if we create an additional one. RRP(1) field and we will transfer the supplier’s price there, how then can we make settings with that automatically configured “Price” field with our percentage?

Well, do the math and pass the price with a markup to the API in the price field

#207281 wrote:
Will she again overwrite the supplier's RRP?

I explained above what this field is and that it is taken from the suppliers block. It is impossible to overwrite it in any way without touching the suppliers.

#207281 wrote:
And how can we set it up so that the sales price on the website reflects not our price, but the supplier’s RRP from the RRP(1) field?

A website is a very vague concept. If we are talking about an mvp website on our engine, then it simply displays the price of the product from the product card. Accordingly, you need to transfer it there somehow.
25.09.2023, 21:14
Original comment available on version: ru

Contact experienced integrators at https://1b.app/ru/partner/onebox-corp/, they will be able to help you with pricing and consulting on the fields of the product card. Most likely, in a couple of hours you will be able to agree on the task you want to complete and implement it with integrators. Unfortunately, in a couple of messages I won’t be able to help you set up the system correctly, I can only point you in the right direction, and transfer via API, integration with another site, creating markups on prices or RRPs is a very complex task, for which it is better to turn to specialists, who do this every day.
25.09.2023, 21:18
Original comment available on version: ru

Good afternoon.
Thank you for your answers.
Before we can turn to experienced integrators for help, we have one more question.
Are there instructions or videos on how to configure the standard functionality in OneBox to transfer the RRP to the “Product supplier RRP” field and
please tell me the identifier of this field.
26.09.2023, 14:00
Original comment available on version: ru

We just know that there are other fields (they are in the action template) besides the RRC system field, which does not have an identifier, incl. and fields:
"Product supplier's RRP"
“Currency RRP of the product supplier” - we think these fields should have an identifier
26.09.2023, 14:04
Original comment available on version: ru


#207281 wrote:
Good afternoon.
Thank you for your answers.
Before we can turn to experienced integrators for help, we have one more question.
Are there instructions or videos on how to configure the standard functionality in OneBox to transfer the RRP to the “Product supplier RRP” field and
please tell me the identifier of this field.

https://www.youtube.com/@OneBoxOS here is the official channel with all available instructions. There are probably separate instructions specifically for this field, but look for it.

#207281 wrote:
And
please tell me the identifier of this field

shopproductsupplier. recommretail
the rest obviously have it too.
26.09.2023, 14:16
Original comment available on version: ru

Please join the conversation. If you have something to say - please write a comment. You will need a mobile phone and an SMS code for identification to enter. Log in and comment