My Products
Help

Response being cutoff in Shipment endpoint

by Anders_Traventus

Hi,

 

Since this monday one of our customers have a problem with the response from the Shipment endpoint, the answer is cut off in the middle of the json the answer just ends like below. Any one else having this problem? Looks like the answer is too big but we have se the pagesize to 1000 and we have about 400 shipments in the answer.

 

 

        "shipmentOrderLines": [
            {
                "orderType": "SO",
                "orderNbr": "0999901959",
                "shippedQty": 6.000000,
                "shippedWeight": 2.624000,
                "shippedVolume":0.

 

 

 
 

 

 

3 REPLIES 3
Accepted solution
Yıldırım
VISMA

by Yıldırım

Hello Anders,

 

It will be helpful if you can share information about the following points. 

  • Have you tried narrowing the data scope hence the size of the request by filtering with more recent lastModifiedDateTime ?
  • Has the response body been only interrupted on the specific page Number ?
  • Is it working with other page Numbers ?

Thanks.

Hi Yildrim,

 

I have tried to narrow down the size of the response with paging and it works as expected, so it seams like the response is too big or something like that. 

 

/Anders

 

 

Yıldırım
VISMA

Thanks for the confirmation