class BigcommerceOAuthAPI::Client

Public Instance Methods

product_googleproductsearch(product_id, options = {}) click to toggle source

Gets the Google Product Search mappings for a product.

# File lib/bigcommerce-oauth-api/client.rb, line 20
def product_googleproductsearch(product_id, options = {})
  get("products/#{product_id}/googleproductsearch", options)
end
store_information() click to toggle source

get basic store information

# File lib/bigcommerce-oauth-api/client.rb, line 14
def store_information
  get('store')
end
time() click to toggle source

get server time

# File lib/bigcommerce-oauth-api/client.rb, line 8
def time
  get('time')
end