bigcommerce-api-ruby
bigcommerce-api-ruby copied to clipboard
all_without_limits throws an error
Expected behavior
I expected to get all the products back
Actual behavior
I get an error Bigcommerce::Product.all_without_limits Bigcommerce::NotFound: {"status":404,"title":"Not found","type":"https://developer.bigcommerce.com/api-docs/getting-started/api-status-codes","errors":{}} from /Users/xxxxxx/.rvm/gems/ruby-2.7.2/bundler/gems/bigcommerce-api-ruby-5e184a633975/lib/bigcommerce/exception.rb:55:in `throw_http_exception!'
Steps to reproduce behavior
open the console
run command Bigcommerce::Product.all_without_limits