class Bigcommerce::ProductImage

Public Class Methods

count(product_id, params = {}) click to toggle source
# File lib/bigcommerce/resources/products/product_image.rb, line 23
def self.count(product_id, params = {})
  get "products/#{product_id}/images/count", params
end
count_all(params = {}) click to toggle source
# File lib/bigcommerce/resources/products/product_image.rb, line 27
def self.count_all(params = {})
  get 'products/images/count', params
end