Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
I have a system that calculate ans Identify prices for my products. I need the prices to be updated in shopify according to my system without the need to update it product by product.
I think there's an shopify plugin to add or webhook to call to do that.
Hey,
I think you are referring updating prices on products from a 3rd party.
from the shopify side, you could just POST to the product via the admin API, docs are:
https://shopify.dev/docs/api/admin-rest/2023-07/resources/product-variant#put-variants-variant-id
https://shopify.dev/docs/api/admin-rest/2023-07/resources/product#put-products-product-id