skip to Main Content

Problem with Amazon SP-API estimateTransport

I am having trouble getting estimateTransport() to work It is returning FTXGatewayService.estimateLtlShipment returned error code: 412 Why? The ShipmentType of Small Parcel / "SP" works, but "LTL" does not. The Amazon workflow says to first PUT to fba/inbound/v0/shipments/FBAxxxx/transport Then POST…

VIEW QUESTION

Read Json in Pyspark

I want to read a JSON file in PySpark, but the JSON file is in this format (without comma and square brackets): {"id": 1, "name": "jhon"} {"id": 2, "name": "bryan"} {"id": 3, "name": "jane"} Is there an easy way to…

VIEW QUESTION
Back To Top
Search