Необходима автоматизация с Prom? Нужна консультация по работе компонента? Вы можете создать топик на нашем форуме и там описать поставленную задачу (это бесплатно) и вам помогут в решении наши партнеры-интеграторы!
Создать топик
In the action "PromUA / Import products" there is a setting "Update prices and availability for all products on PromUA every hour" https://prnt.sc/10alput
It is necessary to refine this functionality without importing products into the box. For example, do an action once an hour to update the availability of API products, because. Updating through the price of the site is limited to updating every 4 hours from the side of the prom https://prnt.sc/10alsuw Is this improvement possible?
In the action "PromUA / Import products" there is a setting "Update prices and availability for all products on PromUA every hour" https://prnt.sc/10alput It is necessary to refine this functionality without importing products into the box. For example, do an action once an hour to update the availability of API products, because. Updating through the price of the site is limited to updating every 4 hours from the side of the prom https://prnt.sc/10alsuw Is this improvement possible?
Tyndyk Maxim Vadimovich Administrator wrote: Why does the setting slightly lower "Upload price, discount and product availability on PromUA without importing products" not suit you?
[quote]
Tyndyk Maxim Vadimovich
Administrator wrote:
Why does the setting slightly lower "Upload price, discount and product availability on PromUA without importing products" not suit you?
[/quote]
Action settings https://prnt.sc/10bhaps
Changed product https://rivcont.info/admin/shop/products/2328/edit/
https://prnt.sc/10bgrfo
On the site https://rivcont.com.ua/p1024117839-antiblikovye-polyarizovannye-solntsezaschitnye.html
https://prnt.sc/10bgs3x
Hourly cron worked https://prnt.sc/10bh7nm
The product on the site has not been updated https://prnt.sc/10bh88g
Because this is a products import action, maybe it looks for products by external id. We can only match by the OneBox product ID. What field are you looking for? and is it possible to search by box product ID
Nicholas wrote: Because this is a products import action, maybe it looks for products by external id. We can only match by the OneBox product ID. What field are you looking for? and is it possible to search by box product ID
[quote]
Nicholas wrote:
Because this is a products import action, maybe it looks for products by external id. We can only match by the OneBox product ID. What field are you looking for? and is it possible to search by box product ID
[/quote]
as id in api https://my.prom.ua/api/v1/products/edit the external product ID from OneBox is passed
on the prom side does it match?
Nicholas wrote: Because this is a products import action, maybe it looks for products by external id. We can only match by the OneBox product ID. What field are you looking for? and is it possible to search by box product ID
There is a match for external_id (on the side of the promo) box product id The example was taken from the yml file of the orders of the prom https://prnt.sc/10c7ned product in the box /admin/shop/products/3944/edit/ Can we search by external_id and box product id ?
[quote]
Tyndyk Maxim Vadimovich
Administrator wrote:
[quote]
Nicholas wrote:
Because this is a products import action, maybe it looks for products by external id. We can only match by the OneBox product ID. What field are you looking for? and is it possible to search by box product ID
[/quote]
as id in api https://my.prom.ua/api/v1/products/edit the external product ID from OneBox is passed
on the prom side does it match?
[/quote]
There is a match for external_id (on the side of the promo)
box product id
The example was taken from the yml file of the orders of the prom
https://prnt.sc/10c7ned
product in the box /admin/shop/products/3944/edit/
Can we search by external_id and box product id ?
As far as I can see, there is a similar method on the api side https://public-api.docs.prom.ua/#/Products/post_products_edit_by_external_id It can be finalized in action the setting that, upon the above price and availability update, send a request specifically for editing the product by an external identifier (send our ID as an identifier) - this setting will take 2 hours.
As far as I can see, there is a similar method on the api side https://public-api.docs.prom.ua/#/Products/post_products_edit_by_external_id
It can be finalized in action the setting that, upon the above price and availability update, send a request specifically for editing the product by an external identifier (send our ID as an identifier) - this setting will take 2 hours.
Tyndyk Maxim Vadimovich Administrator wrote: As far as I can see, there is a similar method on the api side https://public-api.docs.prom.ua/#/Products/post_products_edit_by_external_id It can be finalized in action the setting that, upon the above price and availability update, send a request specifically for editing the product by an external identifier (send our ID as an identifier) - this setting will take 2 hours.
We do, invoice
[quote]
Tyndyk Maxim Vadimovich
Administrator wrote:
As far as I can see, there is a similar method on the api side https://public-api.docs.prom.ua/#/Products/post_products_edit_by_external_id
It can be finalized in action the setting that, upon the above price and availability update, send a request specifically for editing the product by an external identifier (send our ID as an identifier) - this setting will take 2 hours.
[/quote]
We do, invoice
Tyndyk Maxim Vadimovich Administrator wrote: As far as I can see, there is a similar method on the api side https://public-api.docs.prom.ua/#/Products/post_products_edit_by_external_id It can be finalized in action the setting that, upon the above price and availability update, send a request specifically for editing the product by an external identifier (send our ID as an identifier) - this setting will take 2 hours.
We do, invoice
Can you tell me when you can invoice?
[quote]
Nicholas wrote:
[quote]
Tyndyk Maxim Vadimovich
Administrator wrote:
As far as I can see, there is a similar method on the api side https://public-api.docs.prom.ua/#/Products/post_products_edit_by_external_id
It can be finalized in action the setting that, upon the above price and availability update, send a request specifically for editing the product by an external identifier (send our ID as an identifier) - this setting will take 2 hours.
[/quote]
We do, invoice
[/quote]
Can you tell me when you can invoice?
added the setting "When the price and availability are updated above, send a request to edit the product using an external identifier (our ID is used as an identifier)"
added the setting "When the price and availability are updated above, send a request to edit the product using an external identifier (our ID is used as an identifier)"
1. Action once a day 2. Changed the product in the box https://rivcont.info/admin/shop/products/3504/edit/ 3. Clock cron worked 4. The site did not update the data What is configured incorrectly? Can you take a look?
Tyndyk Maxim Vadimovich wrote: added the setting "When the price and availability are updated above, send a request to edit the product using an external identifier (our ID is used as an identifier)"
1. Action once a day [file]4700[/file]
2. Changed the product in the box [file]4701[/file] https://rivcont.info/admin/shop/products/3504/edit/
3. Clock cron worked [file]4702[/file]
4. The site did not update the data [file]4703[/file]
What is configured incorrectly? Can you take a look?
[quote]
Tyndyk Maxim Vadimovich wrote:
added the setting "When the price and availability are updated above, send a request to edit the product using an external identifier (our ID is used as an identifier)"
[/quote]
You have a daily action - when it is launched once a day, it creates processors for the whole day (for the specified hours) to run. That is, with the new settings, you will create a queue to run only at night for tomorrow.
You have a daily action - when it is launched once a day, it creates processors for the whole day (for the specified hours) to run.
That is, with the new settings, you will create a queue to run only at night for tomorrow.
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
Donate
You don't have enough funds in your account Top up