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
In AmazonShipment class, the setItems method needs to be modified to consider that AreCasesRequired option must NOT be included in updates using the updateShipment method (only the createShipment method)
The reason is that AreCasesRequired field can be updated only for an empty shipment, or a shipment with all zero quantity items.
As a result, updateShipment method does not currently work and returns error: Bad Response! 400 Bad Request: InvalidRequestException - This operation may be partially successful, please check the shipment. Reason: AreCasesRequired field can be updated only for an empty shipment, or a shipment with all zero quantity items.
The text was updated successfully, but these errors were encountered:
In AmazonShipment class, the setItems method needs to be modified to consider that AreCasesRequired option must NOT be included in updates using the updateShipment method (only the createShipment method)
The reason is that AreCasesRequired field can be updated only for an empty shipment, or a shipment with all zero quantity items.
As a result, updateShipment method does not currently work and returns error:
Bad Response! 400 Bad Request: InvalidRequestException - This operation may be partially successful, please check the shipment. Reason: AreCasesRequired field can be updated only for an empty shipment, or a shipment with all zero quantity items.
The text was updated successfully, but these errors were encountered: