amzn / selling-partner-api-models

This repository contains OpenAPI models for developers to use when developing software to call Selling Partner APIs.
Apache License 2.0
599 stars 730 forks source link

Fulfillment Inbound v2024 - Error Trying to UpdateShippingTrackingDetails #4255

Open topkaj opened 3 hours ago

topkaj commented 3 hours ago

When I try to send the tracking details for a LTL shipment as indicated by the documentation, I correctly receive an operationId. Then, after a while consulting the result, I receive a generic error: 'ERROR: A server-side error occurred processing the operation UpdateShipmentTrackingDetails.'

I have ensured it follows the schema for the LTL case, but I can't figure out the reason behind.

{ trackingDetails: { ltlTrackingDetail: { freightBillNumber: [xxxxxxxxxx] } } }

When i send the freightBillNumber directly in the platform, it is accepted correctly.

One of the operationId with this problem is bf6acc48-700f-43d5-ae02-88bbd8682166

I've also opened a case on support (id: 16525949211)

Joportus commented 3 hours ago

I have the same issue :( ! If someone knows a solution please help