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
Hi,
Amazon Partners may always not be available also there are certain requirements for the shipment be eligible for partnered carriers, please look at this link for the criteria. Additionally please check if you are able to get partnered carriers using the UI for the same.
I tried to generate transportation options for ( FREIGHT_LTL / AMAZON_PARTNERED_CARRIER ) and I always get just these types :
( FREIGHT_LTL / USE_YOUR_OWN_CARRIER)
( GROUND_SMALL_PARCEL / USE_YOUR_OWN_CARRIER)
( GROUND_SMALL_PARCEL / AMAZON_PARTNERED_CARRIER )
I tried to generate it for both paths ( left and right ) and still not get any options for ( ltl - by amazon carrier ).
For left hand :
and this is the request that I used :
{ "placementOptionId": {{placement_option_id}}, "shipmentTransportationConfigurations": [ { "shipmentId": {{shipment_id}}, "contactInformation": { "email": "[email protected]", "name": "Primetime Prep", "phoneNumber": "4022661004" }, "freightInformation": { "declaredValue": { "amount": "80", "code": "USD" }, "freightClass": "FC_60" }, "pallets": [ { "quantity": 3, "weight": { "unit": "KG", "value": 69 }, "stackability": "STACKABLE", "dimensions": { "unitOfMeasurement": "CM", "length": 100, "width": 120, "height": 180 } }, { "quantity": 5, "weight": { "unit": "KG", "value": 69 }, "stackability": "STACKABLE", "dimensions": { "unitOfMeasurement": "CM", "length": 100, "width": 120, "height": 80 } } ], "readyToShipWindow": { "start": "2025-02-09T18:00:00Z" } } ] }
and try this request too by using parameter ( pallet_information ) :
{ "placementOptionId": {{placement_option_id}}, "shipmentTransportationConfigurations": [ { "shipmentId": {{shipment_id}}, "contactInformation": { "email": "[email protected]", "name": "Primetime Prep", "phoneNumber": "4022661004" }, "freightInformation": { "declaredValue": { "amount": "80", "code": "USD" }, "freightClass": "FC_60" }, "palletInformation": { "pallets": [ { "quantity": 3, "weight": { "unit": "KG", "value": 69 }, "stackability": "STACKABLE", "dimensions": { "unitOfMeasurement": "CM", "length": 100, "width": 120, "height": 80 } }, { "quantity": 5, "weight": { "unit": "KG", "value": 68.039 }, "stackability": "STACKABLE", "dimensions": { "unitOfMeasurement": "CM", "length": 100, "width": 120, "height": 80 } } ] }, "readyToShipWindow": { "start": "2025-02-09T18:00:00Z" } } ] }
I tried too to generate the transportation option after confirm placement option and still not get any option of LTL by amazon carrier.
The text was updated successfully, but these errors were encountered: