API Rest Shipment Empty Request

Hello, there are shipments retrieving empty response when sending GET request
 
rest/V1/shipment/12357
 
Result: empty request
 
There are others that works well, any suggestion to begin?
 

4 answers

Profile photo of ubdev Staff 98150.00 $tone October 6, 2017
Public

Hi Sergio B, 
Glad you figured it out at your end. 
Should you have additional question, please get back to us. 
Regards,
Ubertheme team

#2
Profile photo of Mall Staff 184060.00 $tone October 6, 2017
Public

Hi there,

I identified the problem, becames with shipping_label in sales_shipment

So, you could use SQL statement to unset value of that attribute after migrated with our tool.
Eg: UPDATE sales_shipment SET shipping_label = NULL;
Regards,
Mall.

#4

Please login or Register to Submit Answer

Written By

Comments