Hi,
I’m currently sending profit values to Google Ads instead of item prices. To achieve this, I’ve uploaded a CSV file to Stape Store containing item_id
and their corresponding profit values.
For example, I initially uploaded:
item01 - profit 10
item02 - profit 20
item03 - profit 30
item04 - profit 40
Now, I want to update the profit values and add a new item:
item01 - profit 15
item02 - profit 25
item03 - profit 35
item04 - profit 45
item05 - profit 50
However, instead of updating the existing profit values, it’s uploading all 5 items as new entries.
Is there a better way to update existing items’ profit values instead of re-uploading the entire list?
Thanks!