Want to sync your Amazon listing prices into Google Sheets? Then this is the function for you!
=AMAZON_MYPRICE("sku",["date"])
Inputs
- sku: The Amazon SKU of the product you want to get the price of.
- date (optional): Specify a historical date you would like to get the price from. Only available for dates after your Synchronize signup date.
Examples
=AMAZON_MYPRICE("mysku123")
Returns the latest price for mysku123.
=AMAZON_MYPRICE("mysku123","2022-06-15")
Return your Amazon price for mysku123 on 2022-06-15. Historical inventory data starts being logged once you sign up for Synchronize and connect your Amazon account.