Running Magento 1.9
I'm making a simple soap request to get the shipping methods but I'm getting an empty array response. I don't know if I have something misconfigured in the admin as the shipping methods show up on the actual website but not for the API. I've checked and my API user's role has all the resources.
$this->soap_client->shoppingCartShippingList($this->sess_id, $cartId);
Any ideas on why this would be returning an empty array?