Google Sheets Functions

  1. Home
  2. Docs
  3. Google Sheets Functions
  4. GORILLA_MYPRICE() – Get the lowest seller price for the SKU or ASIN

GORILLA_MYPRICE() – Get the lowest seller price for the SKU or ASIN

Sample Usage

🚨 Use ranges (e.g.A2:A1000) in your formula wherever possible for 
quicker results and to prevent Google from blocking your account for 
24 hrs due to overloading their resources. 
=GORILLA_MYPRICE("TOY STORE", D2)
=GORILLA_MYPRICE("TOY STORE", "B03H39FJ32", "US", "New", "mint", "ListingPrice")
=GORILLA_MYPRICE("TOY STORE", A2:C10)

Syntax Description

MYPRICE Gorilla ROI

Description:

Get your selling price for the SKU or ASIN.

Syntax:

GORILLA_MYPRICE(Seller ID, sku, [marketplace], [condition], [subcondition], [priceType])

Seller ID – REQUIRED
Enter the seller ID or nickname you entered in your Gorilla account.

sku – REQUIRED
SKU or ASIN to filter the results. Can be a range of values like A1:A100 where A1 to A100 consists of values like SKU111, SKU222, SKU333 or ASIN123…

marketplace – OPTIONAL
Marketplace filter. Use All for all marketplaces and Default for the seller default. Other valid values are country codes US, IT, UK, CA etc.

condition – OPTIONAL

  • New
  • Used
  • Collectible
  • Refurbished
  • Club

subcondition – OPTIONAL

  • Mint
  • Very Good
  • Good
  • Acceptable
  • Poor
  • Club
  • OEM
  • Warranty
  • Refurbished Warranty
  • Refurbished
  • Open Box
  • Other

priceType – OPTIONAL

  • LandedPrice
  • ListingPrice
  • ShippingPrice
  • RegularPrice

Examples:

🚨 Use ranges (e.g.A2:A1000) in your formula wherever possible for 
quicker results and to prevent Google from blocking your account for 
24 hrs due to overloading their resources. 
=GORILLA_MYPRICE("TOY STORE", D2)

Uses the ASIN or SKU entered in cell D2 and shows price being offered by the seller.

=GORILLA_MYPRICE("TOY STORE", "B03H39FJ32", "US", "New", "mint", "ListingPrice")

Filtering formula to get the price of ASIN B03H39FJ32 that is sold in the US, in new and mint condition. Returns the listing price.

=GORILLA_MYPRICE("TOY STORE", A2:C10)

Supports 2 dimensional ranges. Also works horizontally. Bulk return an array of values by assigning the range of the SKU. In this example the SKU or ASIN is listed in A2:C10 and returns all values at once. Can also work for rows and ranges like A1:Z1 or D3:G37.

How can we help?