FBA Inbound API failing today when including APC LTL shipment options during confirmTransportationOptions call #4615
Labels
FBA Inbound
Issues related to FBA Inbound APIs
Support Issue
Issues that requires a Developer Support case
This issue has been brought up in the past but the issue has not been located yet or resolved. I am posting this here in case others are having a similar issue.
When confirming transportation options on a plan that include APC LTL carriers we are getting the following error.
{
'operationId' => 'abe0d311-7ead-4f45-9117-a3da02929005',
'operationStatus' => 'FAILED',
'operationProblems' => [
{
'code' => 'FBA_INB_0115',
'severity' => 'ERROR',
'message' => 'ERROR: Sorry, something went wrong. Please try again, or refresh the page.'
}
],
'operation' => 'confirmTransportationOptions'
};
(A) The issue pops up randomly -- we have been shipping fine all week and have not had this error for 1.5-2 weeks I believe. It specifically occurs during confirmTransporationOptions during the getInboundOperationStatus phase
(B) Once it occurs, it seems the plan gets "stuck" in failure mode and must be cancelled. If we switch to APC UPS in the same plan and try to confirm, it will fail -- but if we clear the plan and start over, then go right to APC UPS the issue does not occur
(C) It seems to only occur if the plan includes shipments that have APC LTL shipments (vs. APC UPS) -- we have never had this failure occur with plans that only include APC UPS
(D) We had the issue happen on two completely different plans today back to back -- it seems that the system gets into a "failure mode" for a period of time.
My guess is this relates to something on the back end with the APC LTL carriers and possibly the connection to the carriers? Maybe the connection is down for a period of time and it creates some issues that "ruins" the plan.
-John
The text was updated successfully, but these errors were encountered: