If you see the message "302 error connecting to WooCommerce" on your shipments from WooCommerce it means your store's API is sending Shiptheory an un-processable response.
The number "302" refers to the HTTP response code which your store sends back to Shiptheory when it tries to get order information from your store API. A 302 response code indicates a "redirect" which Shiptheory cannot handle. Instead your store should be returning a 200 range code (indicating success) or a 400/500 range (indicating errors).
If your store is returning responses in this manner we recommend you reach out to your WooCommerce admin/developer to check your V2 API configuration.
