Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not generates transportation options FREIGHT_LTL for AMAZON_PARTNERED_CARRIER. #4590

Open
abdelmajied94abusuliman opened this issue Feb 5, 2025 · 3 comments
Assignees
Labels
closing soon This issue will be closed soon FBA Inbound Issues related to FBA Inbound APIs

Comments

@abdelmajied94abusuliman
Copy link

abdelmajied94abusuliman commented Feb 5, 2025

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 :

  • Create plan
  • Generate and confirm packing options
  • Set packing information
  • Generate placement option ( with one shipment )
  • Add contact information / freight information / pallet information
  • Generate transportation option

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.

@MetaMan2023
Copy link

@abdelmajied94abusuliman

Are you shipping any hazmat items? Hazmat items cannot go Amazon Partnered Carrier.

@abdelmajied94abusuliman
Copy link
Author

abdelmajied94abusuliman commented Feb 5, 2025

@MetaMan2023

No, I try to ship books. And I got one result for ( GROUND_SMALL_PARCEL / AMAZON_PARTNERED_CARRIER ) so I think the problem not in type of item.

@puppsupr puppsupr self-assigned this Feb 6, 2025
@puppsupr puppsupr added the FBA Inbound Issues related to FBA Inbound APIs label Feb 6, 2025
@puppsupr
Copy link

puppsupr commented Feb 6, 2025

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.

If you see further issues please open a support case.

@puppsupr puppsupr added the closing soon This issue will be closed soon label Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closing soon This issue will be closed soon FBA Inbound Issues related to FBA Inbound APIs
Projects
None yet
Development

No branches or pull requests

3 participants