bigcommerce-api-ruby icon indicating copy to clipboard operation
bigcommerce-api-ruby copied to clipboard

all_without_limits throws an error

Open mzaragoza opened this issue 4 years ago • 0 comments

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

mzaragoza avatar Apr 24 '21 16:04 mzaragoza