You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am new to everything and I have been trying to integrate ShipStationAccess into our website using asp.net mvc and was wondering how do you tell why a service call might not have gone successfully?
I have the following:
ShipStationService service = new ShipStationService(svcCredentials);
service.UpdateOrder(order);
but no order is created. I know I have left a lot to be interpreted but I didn't want to confuse with too many details. I have created the order object and sent it to the service and that is all. And realize I might be missing several steps, as always any help is appreciated.
The text was updated successfully, but these errors were encountered:
Hello, I am new to everything and I have been trying to integrate ShipStationAccess into our website using asp.net mvc and was wondering how do you tell why a service call might not have gone successfully?
I have the following:
ShipStationService service = new ShipStationService(svcCredentials);
service.UpdateOrder(order);
but no order is created. I know I have left a lot to be interpreted but I didn't want to confuse with too many details. I have created the order object and sent it to the service and that is all. And realize I might be missing several steps, as always any help is appreciated.
The text was updated successfully, but these errors were encountered: