Hi, i am trying to update product price via shopify api but it does not change the price.
Api endpoint - PUT /admin/api/2019-10/products/#{product_id}.json
{ "product": { "id": 632910392, "variants": [ { "id": 808950810, "price": "2000.00", "sku": "Updating the Product SKU" }, ] } }
Can anyone help me out please.
Solved! Go to the solution
This is an accepted solution.
Hey @paramjeet,
You'll need to update the product variant instead: https://help.shopify.com/en/api/reference/products/product-variant
API2Cart is a great solution that can help you develop Shopify API integration and avoid all the issues related to the Shopify API.
User | Count |
---|---|
14 | |
8 | |
7 | |
7 | |
6 |