Closed (fixed)
Project:
Commerce ShipStation
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Sep 2014 at 19:11 UTC
Updated:
15 Sep 2016 at 15:44 UTC
Jump to comment: Most recent
Comments
Comment #1
szczesuil commentedYou need to make sure that the store set up on the shipstation side uses the credentials you've used in your drupal setup. This error means that you haven't successfully made the connection. On the shipstation side create a new store in your marketplace as the user use the same ShipStation Username and Password that you created on the Drupal side, then test the connection.
Comment #2
nimi commentedWhen you say "create a new store in your marketplace", do you mean that in my Shipstation account I should go to:
Settings > Selling Channels > Connect a store or marketplace
The only option have there is to select "Custom Store", but then I they ask for a "URL to Custom XML Page".
If I insert the link "http://DrupalStore.com/shipstation/api-endpoint" I get the error:
"We received an error testing the Custom store: An error was encountered while attempting to test the connection"
Could you please describe the correct process I should follow to link my drupal shop to Shipstation?
Thanks,
Nimi
Comment #3
nimi commentedAnyone?
Comment #4
nimi commentedWould really appreciate some guidance here... Where is the XML page that's supposed to connect with Shipstation.com?
Nimi
Comment #5
szczesuil commentedHi. It is explained on page 3 of the SHIPSTATION CUSTOM STORE DEVELOPMENT GUIDE.
To connect your store to ShipStation, fill in the "URL to custom XML page" field in the Custom Store Setup dialog with the following URL: http://www.yourstore.com/shipstation/api-endpoint
Shipstation will tack on an action when it makes a request, e.g., https://www.yourstore.com/shipstationxml.php?action=export&start_date=01...
28&end_date=01%2f23%2f2012+17%3a33&page=1
For orders to display there must be orders made within the date range specified in the action. If you connect via Shipstation and it cannot pull your orders because they were made prior to the start date they send, just email them and give them the date ranges of the orders you still need pulled and they'll take care of it.
I hope this helps.
Comment #6
jim.m commentedComment #7
iwhitcomb commentedI'm having a similar issue.
Every time I fill in my custom store information inside ShipStation and test the connection it returns an error. "We received an error testing the Custom store: Error: You must enter a username and password." I've made doubly sure that I'm using the correct credentials as entered on the module configuration page.
Comment #8
iwhitcomb commentedThere is a fatal error when ShipStation is attempting to connect.
I'm getting a "The website encountered an unexpected error. Please try again later." when visiting the following URL...
http://www.example.com/shipstation/api-endpoint?SS-UserName=foo&SS-Passw...
Comment #9
andyg5000@iwhitcomb
This is because the current module doesn't catch entity metadata wrapper exceptions. Can you test #2769481: Clean up commerce_shipstation_export_orders() to see if it fixes your issue?
Comment #10
andyg5000Should no longer be an issue on -dev. Rolling new release soon.