bigcommerce-api-ruby
bigcommerce-api-ruby copied to clipboard
Fix incorrect order shipping address URI
What?
The URI for the order shipping addresses resource is incorrect. OrderShippingAddress does not have an ID so it only takes in the order id.
After this fix you are able to do Bigcommerce::OrderShippingAddress.all(123456) like you should be able to do.