class Bigcommerce::CustomerAddress

Public Class Methods

count(customer_id, params = {}) click to toggle source
# File lib/bigcommerce/resources/customers/customer_address.rb, line 30
def self.count(customer_id, params = {})
  get "customers/#{customer_id}/addresses/count", params
end
count_all(params = {}) click to toggle source
# File lib/bigcommerce/resources/customers/customer_address.rb, line 26
def self.count_all(params = {})
  get 'customers/addresses/count', params
end