Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
while fulfilling shipment getting the error "Received an error from the server Failed to create shipment"
in console showing "umbraco/backoffice/Merchello/ShipmentApi/NewShipment 500 (Internal Server Error)"
I'm getting the same problem.
Umbraco Version 7.2.8 Merchello Version 1.10.1
More exception details: "Unexpected token while deserializing object: PropertyName. Path 'order.items[0].selected', line 1, position 2029."
Help appreciated!
actually It is working when i select Shipped as option in Shipment Drop-down, but not for other options like Delivered, Ready, Packaging.
It's not working for any of the options for me. What version of Merchello & Umbraco are you testing against?
Can you tell me where the "/umbraco/backoffice/Merchello/ShipmentApi/NewShipment" actually hits.
because it shows the above path following my site URL, but could not find the location in my project or merchello package code.
Merchello 1.11.0 and Umbraco 7.2.8
I think our problems might be different - I found some rogue code in my project causing the problem - the ShipmentService.Saved was being subscribed to and throwing an exception which was preventing fulfillment.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
umbraco/backoffice/Merchello/ShipmentApi/NewShipment 500 (Internal Server Error)
while fulfilling shipment getting the error "Received an error from the server Failed to create shipment"
in console showing "umbraco/backoffice/Merchello/ShipmentApi/NewShipment 500 (Internal Server Error)"
I'm getting the same problem.
Umbraco Version 7.2.8 Merchello Version 1.10.1
More exception details: "Unexpected token while deserializing object: PropertyName. Path 'order.items[0].selected', line 1, position 2029."
Help appreciated!
actually It is working when i select Shipped as option in Shipment Drop-down, but not for other options like Delivered, Ready, Packaging.
It's not working for any of the options for me. What version of Merchello & Umbraco are you testing against?
Can you tell me where the "/umbraco/backoffice/Merchello/ShipmentApi/NewShipment" actually hits.
because it shows the above path following my site URL, but could not find the location in my project or merchello package code.
Merchello 1.11.0 and Umbraco 7.2.8
I think our problems might be different - I found some rogue code in my project causing the problem - the ShipmentService.Saved was being subscribed to and throwing an exception which was preventing fulfillment.
is working on a reply...