cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

OP_API_OUTBOUND_DELIVERY_SRV_0002 not able to pack or unpack HU items (Existing HUs)

AustinKloske
Participant
0 Likes
578

During our implementation of OP_API_OUTBOUND_DELIVERY_SRV_0002 we have not found a way to create HU Items for existing Handling units via the delivery API. API Documentation only gives an example of simultaneous HU header & HU item creation via one batch request here, however our use case changing HU content after initial creation is not met.

Looking into using the Handling Unit API though it would be ideal to have this functionality included in the delivery API.

A post request on just HU items without HU header returns error "No header found for the HandlingUnitExternalId". 

 

 

 

{
   "error":{
      "code":"LOHUM_DEL_API/002",
      "message":{
         "lang":"en",
         "value":"No header found for the HandlingUnitExternalId 00000000000300000208"
      }
   }  
}

 

 

 

A batch request that includes PUT or PATCH on the HU header+ POST request(s) for new HU item returns error "HTTP method 'PUT' is not supported by this entityset (HU Header)". 

AustinKloske_0-1741167265903.png

 

 

 

 

__PRESENT

__PRESENT

__PRESENT

__PRESENT

Accepted Solutions (0)

Answers (0)