Back to Collection Items
' This example assumes the Chilkat API to have been previously unlocked.
' See Global Unlock Sample for sample code.
Dim http As New ChilkatHttp
Dim success As Long
' Use this online tool to generate code from sample JSON: Generate Code to Create JSON
' The following JSON is sent in the request body.
' {
' "IsPartnered": "<boolean>",
' "ShipmentType": "SP",
' "TransportDetails": {
' "PartneredSmallParcelData": {
' "PackageList": [
' {
' "Dimensions": {
' "Height": "<double>",
' "Length": "<double>",
' "Unit": "centimeters",
' "Width": "<double>"
' },
' "Weight": {
' "Unit": "kilograms",
' "Value": "<double>"
' }
' },
' {
' "Dimensions": {
' "Height": "<double>",
' "Length": "<double>",
' "Unit": "centimeters",
' "Width": "<double>"
' },
' "Weight": {
' "Unit": "kilograms",
' "Value": "<double>"
' }
' }
' ],
' "CarrierName": "<string>"
' },
' "NonPartneredSmallParcelData": {
' "CarrierName": "<string>",
' "PackageList": [
' {
' "TrackingId": "<string>"
' },
' {
' "TrackingId": "<string>"
' }
' ]
' },
' "PartneredLtlData": {
' "Contact": {
' "Email": "<string>",
' "Name": "<string>",
' "Phone": "<string>",
' "Fax": "<string>"
' },
' "BoxCount": "<long>",
' "SellerFreightClass": "500",
' "FreightReadyDate": "<date>",
' "PalletList": [
' {
' "Dimensions": {
' "Height": "<double>",
' "Length": "<double>",
' "Unit": "centimeters",
' "Width": "<double>"
' },
' "IsStacked": "<boolean>",
' "Weight": {
' "Unit": "kilograms",
' "Value": "<double>"
' }
' },
' {
' "Dimensions": {
' "Height": "<double>",
' "Length": "<double>",
' "Unit": "centimeters",
' "Width": "<double>"
' },
' "IsStacked": "<boolean>",
' "Weight": {
' "Unit": "kilograms",
' "Value": "<double>"
' }
' }
' ],
' "TotalWeight": {
' "Unit": "kilograms",
' "Value": "<double>"
' },
' "SellerDeclaredValue": {
' "CurrencyCode": "GBP",
' "Value": "<double>"
' }
' },
' "NonPartneredLtlData": {
' "CarrierName": "<string>",
' "ProNumber": "<string>"
' }
' }
' }
Dim json As New ChilkatJsonObject
success = json.UpdateString("IsPartnered","<boolean>")
success = json.UpdateString("ShipmentType","SP")
success = json.UpdateString("TransportDetails.PartneredSmallParcelData.PackageList[0].Dimensions.Height","<double>")
success = json.UpdateString("TransportDetails.PartneredSmallParcelData.PackageList[0].Dimensions.Length","<double>")
success = json.UpdateString("TransportDetails.PartneredSmallParcelData.PackageList[0].Dimensions.Unit","centimeters")
success = json.UpdateString("TransportDetails.PartneredSmallParcelData.PackageList[0].Dimensions.Width","<double>")
success = json.UpdateString("TransportDetails.PartneredSmallParcelData.PackageList[0].Weight.Unit","kilograms")
success = json.UpdateString("TransportDetails.PartneredSmallParcelData.PackageList[0].Weight.Value","<double>")
success = json.UpdateString("TransportDetails.PartneredSmallParcelData.PackageList[1].Dimensions.Height","<double>")
success = json.UpdateString("TransportDetails.PartneredSmallParcelData.PackageList[1].Dimensions.Length","<double>")
success = json.UpdateString("TransportDetails.PartneredSmallParcelData.PackageList[1].Dimensions.Unit","centimeters")
success = json.UpdateString("TransportDetails.PartneredSmallParcelData.PackageList[1].Dimensions.Width","<double>")
success = json.UpdateString("TransportDetails.PartneredSmallParcelData.PackageList[1].Weight.Unit","kilograms")
success = json.UpdateString("TransportDetails.PartneredSmallParcelData.PackageList[1].Weight.Value","<double>")
success = json.UpdateString("TransportDetails.PartneredSmallParcelData.CarrierName","<string>")
success = json.UpdateString("TransportDetails.NonPartneredSmallParcelData.CarrierName","<string>")
success = json.UpdateString("TransportDetails.NonPartneredSmallParcelData.PackageList[0].TrackingId","<string>")
success = json.UpdateString("TransportDetails.NonPartneredSmallParcelData.PackageList[1].TrackingId","<string>")
success = json.UpdateString("TransportDetails.PartneredLtlData.Contact.Email","<string>")
success = json.UpdateString("TransportDetails.PartneredLtlData.Contact.Name","<string>")
success = json.UpdateString("TransportDetails.PartneredLtlData.Contact.Phone","<string>")
success = json.UpdateString("TransportDetails.PartneredLtlData.Contact.Fax","<string>")
success = json.UpdateString("TransportDetails.PartneredLtlData.BoxCount","<long>")
success = json.UpdateString("TransportDetails.PartneredLtlData.SellerFreightClass","500")
success = json.UpdateString("TransportDetails.PartneredLtlData.FreightReadyDate","<date>")
success = json.UpdateString("TransportDetails.PartneredLtlData.PalletList[0].Dimensions.Height","<double>")
success = json.UpdateString("TransportDetails.PartneredLtlData.PalletList[0].Dimensions.Length","<double>")
success = json.UpdateString("TransportDetails.PartneredLtlData.PalletList[0].Dimensions.Unit","centimeters")
success = json.UpdateString("TransportDetails.PartneredLtlData.PalletList[0].Dimensions.Width","<double>")
success = json.UpdateString("TransportDetails.PartneredLtlData.PalletList[0].IsStacked","<boolean>")
success = json.UpdateString("TransportDetails.PartneredLtlData.PalletList[0].Weight.Unit","kilograms")
success = json.UpdateString("TransportDetails.PartneredLtlData.PalletList[0].Weight.Value","<double>")
success = json.UpdateString("TransportDetails.PartneredLtlData.PalletList[1].Dimensions.Height","<double>")
success = json.UpdateString("TransportDetails.PartneredLtlData.PalletList[1].Dimensions.Length","<double>")
success = json.UpdateString("TransportDetails.PartneredLtlData.PalletList[1].Dimensions.Unit","centimeters")
success = json.UpdateString("TransportDetails.PartneredLtlData.PalletList[1].Dimensions.Width","<double>")
success = json.UpdateString("TransportDetails.PartneredLtlData.PalletList[1].IsStacked","<boolean>")
success = json.UpdateString("TransportDetails.PartneredLtlData.PalletList[1].Weight.Unit","kilograms")
success = json.UpdateString("TransportDetails.PartneredLtlData.PalletList[1].Weight.Value","<double>")
success = json.UpdateString("TransportDetails.PartneredLtlData.TotalWeight.Unit","kilograms")
success = json.UpdateString("TransportDetails.PartneredLtlData.TotalWeight.Value","<double>")
success = json.UpdateString("TransportDetails.PartneredLtlData.SellerDeclaredValue.CurrencyCode","GBP")
success = json.UpdateString("TransportDetails.PartneredLtlData.SellerDeclaredValue.Value","<double>")
success = json.UpdateString("TransportDetails.NonPartneredLtlData.CarrierName","<string>")
success = json.UpdateString("TransportDetails.NonPartneredLtlData.ProNumber","<string>")
http.SetRequestHeader "Content-Type","application/json"
http.SetRequestHeader "Accept","application/json"
Dim sbRequestBody As New ChilkatStringBuilder
success = json.EmitSb(sbRequestBody)
Dim resp As ChilkatHttpResponse
Set resp = http.PTextSb("PUT","https://sellingpartnerapi-na.amazon.com/fba/inbound/v0/shipments/:shipmentId/transport",sbRequestBody,"utf-8","application/json",0,0)
If (http.LastMethodSuccess = 0) Then
Debug.Print http.LastErrorText
Exit Sub
End If
Dim sbResponseBody As New ChilkatStringBuilder
success = resp.GetBodySb(sbResponseBody)
Dim jResp As New ChilkatJsonObject
success = jResp.LoadSb(sbResponseBody)
jResp.EmitCompact = 0
Debug.Print "Response Body:"
Debug.Print jResp.Emit()
Dim respStatusCode As Long
respStatusCode = resp.StatusCode
Debug.Print "Response Status Code = " & respStatusCode
If (respStatusCode >= 400) Then
Debug.Print "Response Header:"
Debug.Print resp.Header
Debug.Print "Failed."
Exit Sub
End If
' Sample JSON response:
' (Sample code for parsing the JSON response is shown below)
' {
' "payload": {
' "TransportResult": {
' "TransportStatus": "ERROR_IN_VOIDING",
' "ErrorCode": "<string>",
' "ErrorDescription": "<string>"
' }
' },
' "errors": [
' {
' "code": "<string>",
' "message": "<string>",
' "details": "<string>"
' },
' {
' "code": "<string>",
' "message": "<string>",
' "details": "<string>"
' }
' ]
' }
' Sample code for parsing the JSON response...
' Use this online tool to generate parsing code from sample JSON: Generate JSON Parsing Code
Dim code As String
Dim message As String
Dim details As String
Dim TransportStatus As String
TransportStatus = jResp.StringOf("payload.TransportResult.TransportStatus")
Dim ErrorCode As String
ErrorCode = jResp.StringOf("payload.TransportResult.ErrorCode")
Dim ErrorDescription As String
ErrorDescription = jResp.StringOf("payload.TransportResult.ErrorDescription")
Dim i As Long
i = 0
Dim count_i As Long
count_i = jResp.SizeOfArray("errors")
Do While i < count_i
jResp.I = i
code = jResp.StringOf("errors[i].code")
message = jResp.StringOf("errors[i].message")
details = jResp.StringOf("errors[i].details")
i = i + 1
Loop
Curl Command
curl -X PUT
-H "Content-Type: application/json"
-H "Accept: application/json"
-d '{
"IsPartnered": "<boolean>",
"ShipmentType": "SP",
"TransportDetails": {
"PartneredSmallParcelData": {
"PackageList": [
{
"Dimensions": {
"Height": "<double>",
"Length": "<double>",
"Unit": "centimeters",
"Width": "<double>"
},
"Weight": {
"Unit": "kilograms",
"Value": "<double>"
}
},
{
"Dimensions": {
"Height": "<double>",
"Length": "<double>",
"Unit": "centimeters",
"Width": "<double>"
},
"Weight": {
"Unit": "kilograms",
"Value": "<double>"
}
}
],
"CarrierName": "<string>"
},
"NonPartneredSmallParcelData": {
"CarrierName": "<string>",
"PackageList": [
{
"TrackingId": "<string>"
},
{
"TrackingId": "<string>"
}
]
},
"PartneredLtlData": {
"Contact": {
"Email": "<string>",
"Name": "<string>",
"Phone": "<string>",
"Fax": "<string>"
},
"BoxCount": "<long>",
"SellerFreightClass": "500",
"FreightReadyDate": "<date>",
"PalletList": [
{
"Dimensions": {
"Height": "<double>",
"Length": "<double>",
"Unit": "centimeters",
"Width": "<double>"
},
"IsStacked": "<boolean>",
"Weight": {
"Unit": "kilograms",
"Value": "<double>"
}
},
{
"Dimensions": {
"Height": "<double>",
"Length": "<double>",
"Unit": "centimeters",
"Width": "<double>"
},
"IsStacked": "<boolean>",
"Weight": {
"Unit": "kilograms",
"Value": "<double>"
}
}
],
"TotalWeight": {
"Unit": "kilograms",
"Value": "<double>"
},
"SellerDeclaredValue": {
"CurrencyCode": "GBP",
"Value": "<double>"
}
},
"NonPartneredLtlData": {
"CarrierName": "<string>",
"ProNumber": "<string>"
}
}
}'
https://sellingpartnerapi-na.amazon.com/fba/inbound/v0/shipments/:shipmentId/transport
Postman Collection Item JSON
{
"name": "put Transport Details",
"request": {
"method": "PUT",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"IsPartnered\": \"<boolean>\",\n \"ShipmentType\": \"SP\",\n \"TransportDetails\": {\n \"PartneredSmallParcelData\": {\n \"PackageList\": [\n {\n \"Dimensions\": {\n \"Height\": \"<double>\",\n \"Length\": \"<double>\",\n \"Unit\": \"centimeters\",\n \"Width\": \"<double>\"\n },\n \"Weight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n }\n },\n {\n \"Dimensions\": {\n \"Height\": \"<double>\",\n \"Length\": \"<double>\",\n \"Unit\": \"centimeters\",\n \"Width\": \"<double>\"\n },\n \"Weight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n }\n }\n ],\n \"CarrierName\": \"<string>\"\n },\n \"NonPartneredSmallParcelData\": {\n \"CarrierName\": \"<string>\",\n \"PackageList\": [\n {\n \"TrackingId\": \"<string>\"\n },\n {\n \"TrackingId\": \"<string>\"\n }\n ]\n },\n \"PartneredLtlData\": {\n \"Contact\": {\n \"Email\": \"<string>\",\n \"Name\": \"<string>\",\n \"Phone\": \"<string>\",\n \"Fax\": \"<string>\"\n },\n \"BoxCount\": \"<long>\",\n \"SellerFreightClass\": \"500\",\n \"FreightReadyDate\": \"<date>\",\n \"PalletList\": [\n {\n \"Dimensions\": {\n \"Height\": \"<double>\",\n \"Length\": \"<double>\",\n \"Unit\": \"centimeters\",\n \"Width\": \"<double>\"\n },\n \"IsStacked\": \"<boolean>\",\n \"Weight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n }\n },\n {\n \"Dimensions\": {\n \"Height\": \"<double>\",\n \"Length\": \"<double>\",\n \"Unit\": \"centimeters\",\n \"Width\": \"<double>\"\n },\n \"IsStacked\": \"<boolean>\",\n \"Weight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n }\n }\n ],\n \"TotalWeight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n },\n \"SellerDeclaredValue\": {\n \"CurrencyCode\": \"GBP\",\n \"Value\": \"<double>\"\n }\n },\n \"NonPartneredLtlData\": {\n \"CarrierName\": \"<string>\",\n \"ProNumber\": \"<string>\"\n }\n }\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/fba/inbound/v0/shipments/:shipmentId/transport",
"host": [
"{{baseUrl}}"
],
"path": [
"fba",
"inbound",
"v0",
"shipments",
":shipmentId",
"transport"
],
"variable": [
{
"key": "shipmentId",
"value": "<string>"
}
]
},
"description": "Sends transportation information to Amazon about an inbound shipment.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 2 | 30 |\n\nThe `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api)."
},
"response": [
{
"name": "Success.",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"IsPartnered\": \"<boolean>\",\n \"ShipmentType\": \"SP\",\n \"TransportDetails\": {\n \"PartneredSmallParcelData\": {\n \"PackageList\": [\n {\n \"Dimensions\": {\n \"Height\": \"<double>\",\n \"Length\": \"<double>\",\n \"Unit\": \"centimeters\",\n \"Width\": \"<double>\"\n },\n \"Weight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n }\n },\n {\n \"Dimensions\": {\n \"Height\": \"<double>\",\n \"Length\": \"<double>\",\n \"Unit\": \"centimeters\",\n \"Width\": \"<double>\"\n },\n \"Weight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n }\n }\n ],\n \"CarrierName\": \"<string>\"\n },\n \"NonPartneredSmallParcelData\": {\n \"CarrierName\": \"<string>\",\n \"PackageList\": [\n {\n \"TrackingId\": \"<string>\"\n },\n {\n \"TrackingId\": \"<string>\"\n }\n ]\n },\n \"PartneredLtlData\": {\n \"Contact\": {\n \"Email\": \"<string>\",\n \"Name\": \"<string>\",\n \"Phone\": \"<string>\",\n \"Fax\": \"<string>\"\n },\n \"BoxCount\": \"<long>\",\n \"SellerFreightClass\": \"500\",\n \"FreightReadyDate\": \"<date>\",\n \"PalletList\": [\n {\n \"Dimensions\": {\n \"Height\": \"<double>\",\n \"Length\": \"<double>\",\n \"Unit\": \"centimeters\",\n \"Width\": \"<double>\"\n },\n \"IsStacked\": \"<boolean>\",\n \"Weight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n }\n },\n {\n \"Dimensions\": {\n \"Height\": \"<double>\",\n \"Length\": \"<double>\",\n \"Unit\": \"centimeters\",\n \"Width\": \"<double>\"\n },\n \"IsStacked\": \"<boolean>\",\n \"Weight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n }\n }\n ],\n \"TotalWeight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n },\n \"SellerDeclaredValue\": {\n \"CurrencyCode\": \"GBP\",\n \"Value\": \"<double>\"\n }\n },\n \"NonPartneredLtlData\": {\n \"CarrierName\": \"<string>\",\n \"ProNumber\": \"<string>\"\n }\n }\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/fba/inbound/v0/shipments/:shipmentId/transport",
"host": [
"{{baseUrl}}"
],
"path": [
"fba",
"inbound",
"v0",
"shipments",
":shipmentId",
"transport"
],
"variable": [
{
"key": "shipmentId"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "x-amzn-RateLimit-Limit",
"value": "<string>",
"description": {
"content": "Your rate limit (requests per second) for this operation.",
"type": "text/plain"
}
},
{
"key": "x-amzn-RequestId",
"value": "<string>",
"description": {
"content": "Unique request reference identifier.",
"type": "text/plain"
}
}
],
"cookie": [
],
"body": "{\n \"payload\": {\n \"TransportResult\": {\n \"TransportStatus\": \"ERROR_IN_VOIDING\",\n \"ErrorCode\": \"<string>\",\n \"ErrorDescription\": \"<string>\"\n }\n },\n \"errors\": [\n {\n \"code\": \"<string>\",\n \"message\": \"<string>\",\n \"details\": \"<string>\"\n },\n {\n \"code\": \"<string>\",\n \"message\": \"<string>\",\n \"details\": \"<string>\"\n }\n ]\n}"
},
{
"name": "Request has missing or invalid parameters and cannot be parsed.",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"IsPartnered\": \"<boolean>\",\n \"ShipmentType\": \"SP\",\n \"TransportDetails\": {\n \"PartneredSmallParcelData\": {\n \"PackageList\": [\n {\n \"Dimensions\": {\n \"Height\": \"<double>\",\n \"Length\": \"<double>\",\n \"Unit\": \"centimeters\",\n \"Width\": \"<double>\"\n },\n \"Weight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n }\n },\n {\n \"Dimensions\": {\n \"Height\": \"<double>\",\n \"Length\": \"<double>\",\n \"Unit\": \"centimeters\",\n \"Width\": \"<double>\"\n },\n \"Weight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n }\n }\n ],\n \"CarrierName\": \"<string>\"\n },\n \"NonPartneredSmallParcelData\": {\n \"CarrierName\": \"<string>\",\n \"PackageList\": [\n {\n \"TrackingId\": \"<string>\"\n },\n {\n \"TrackingId\": \"<string>\"\n }\n ]\n },\n \"PartneredLtlData\": {\n \"Contact\": {\n \"Email\": \"<string>\",\n \"Name\": \"<string>\",\n \"Phone\": \"<string>\",\n \"Fax\": \"<string>\"\n },\n \"BoxCount\": \"<long>\",\n \"SellerFreightClass\": \"500\",\n \"FreightReadyDate\": \"<date>\",\n \"PalletList\": [\n {\n \"Dimensions\": {\n \"Height\": \"<double>\",\n \"Length\": \"<double>\",\n \"Unit\": \"centimeters\",\n \"Width\": \"<double>\"\n },\n \"IsStacked\": \"<boolean>\",\n \"Weight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n }\n },\n {\n \"Dimensions\": {\n \"Height\": \"<double>\",\n \"Length\": \"<double>\",\n \"Unit\": \"centimeters\",\n \"Width\": \"<double>\"\n },\n \"IsStacked\": \"<boolean>\",\n \"Weight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n }\n }\n ],\n \"TotalWeight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n },\n \"SellerDeclaredValue\": {\n \"CurrencyCode\": \"GBP\",\n \"Value\": \"<double>\"\n }\n },\n \"NonPartneredLtlData\": {\n \"CarrierName\": \"<string>\",\n \"ProNumber\": \"<string>\"\n }\n }\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/fba/inbound/v0/shipments/:shipmentId/transport",
"host": [
"{{baseUrl}}"
],
"path": [
"fba",
"inbound",
"v0",
"shipments",
":shipmentId",
"transport"
],
"variable": [
{
"key": "shipmentId"
}
]
}
},
"status": "Bad Request",
"code": 400,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "x-amzn-RateLimit-Limit",
"value": "<string>",
"description": {
"content": "Your rate limit (requests per second) for this operation.",
"type": "text/plain"
}
},
{
"key": "x-amzn-RequestId",
"value": "<string>",
"description": {
"content": "Unique request reference identifier.",
"type": "text/plain"
}
}
],
"cookie": [
],
"body": "{\n \"payload\": {\n \"TransportResult\": {\n \"TransportStatus\": \"ERROR_IN_VOIDING\",\n \"ErrorCode\": \"<string>\",\n \"ErrorDescription\": \"<string>\"\n }\n },\n \"errors\": [\n {\n \"code\": \"<string>\",\n \"message\": \"<string>\",\n \"details\": \"<string>\"\n },\n {\n \"code\": \"<string>\",\n \"message\": \"<string>\",\n \"details\": \"<string>\"\n }\n ]\n}"
},
{
"name": "The request's Authorization header is not formatted correctly or does not contain a valid token.",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"IsPartnered\": \"<boolean>\",\n \"ShipmentType\": \"SP\",\n \"TransportDetails\": {\n \"PartneredSmallParcelData\": {\n \"PackageList\": [\n {\n \"Dimensions\": {\n \"Height\": \"<double>\",\n \"Length\": \"<double>\",\n \"Unit\": \"centimeters\",\n \"Width\": \"<double>\"\n },\n \"Weight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n }\n },\n {\n \"Dimensions\": {\n \"Height\": \"<double>\",\n \"Length\": \"<double>\",\n \"Unit\": \"centimeters\",\n \"Width\": \"<double>\"\n },\n \"Weight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n }\n }\n ],\n \"CarrierName\": \"<string>\"\n },\n \"NonPartneredSmallParcelData\": {\n \"CarrierName\": \"<string>\",\n \"PackageList\": [\n {\n \"TrackingId\": \"<string>\"\n },\n {\n \"TrackingId\": \"<string>\"\n }\n ]\n },\n \"PartneredLtlData\": {\n \"Contact\": {\n \"Email\": \"<string>\",\n \"Name\": \"<string>\",\n \"Phone\": \"<string>\",\n \"Fax\": \"<string>\"\n },\n \"BoxCount\": \"<long>\",\n \"SellerFreightClass\": \"500\",\n \"FreightReadyDate\": \"<date>\",\n \"PalletList\": [\n {\n \"Dimensions\": {\n \"Height\": \"<double>\",\n \"Length\": \"<double>\",\n \"Unit\": \"centimeters\",\n \"Width\": \"<double>\"\n },\n \"IsStacked\": \"<boolean>\",\n \"Weight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n }\n },\n {\n \"Dimensions\": {\n \"Height\": \"<double>\",\n \"Length\": \"<double>\",\n \"Unit\": \"centimeters\",\n \"Width\": \"<double>\"\n },\n \"IsStacked\": \"<boolean>\",\n \"Weight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n }\n }\n ],\n \"TotalWeight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n },\n \"SellerDeclaredValue\": {\n \"CurrencyCode\": \"GBP\",\n \"Value\": \"<double>\"\n }\n },\n \"NonPartneredLtlData\": {\n \"CarrierName\": \"<string>\",\n \"ProNumber\": \"<string>\"\n }\n }\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/fba/inbound/v0/shipments/:shipmentId/transport",
"host": [
"{{baseUrl}}"
],
"path": [
"fba",
"inbound",
"v0",
"shipments",
":shipmentId",
"transport"
],
"variable": [
{
"key": "shipmentId"
}
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "x-amzn-RateLimit-Limit",
"value": "<string>",
"description": {
"content": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned.",
"type": "text/plain"
}
},
{
"key": "x-amzn-RequestId",
"value": "<string>",
"description": {
"content": "Unique request reference identifier.",
"type": "text/plain"
}
}
],
"cookie": [
],
"body": "{\n \"payload\": {\n \"TransportResult\": {\n \"TransportStatus\": \"ERROR_IN_VOIDING\",\n \"ErrorCode\": \"<string>\",\n \"ErrorDescription\": \"<string>\"\n }\n },\n \"errors\": [\n {\n \"code\": \"<string>\",\n \"message\": \"<string>\",\n \"details\": \"<string>\"\n },\n {\n \"code\": \"<string>\",\n \"message\": \"<string>\",\n \"details\": \"<string>\"\n }\n ]\n}"
},
{
"name": "Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"IsPartnered\": \"<boolean>\",\n \"ShipmentType\": \"SP\",\n \"TransportDetails\": {\n \"PartneredSmallParcelData\": {\n \"PackageList\": [\n {\n \"Dimensions\": {\n \"Height\": \"<double>\",\n \"Length\": \"<double>\",\n \"Unit\": \"centimeters\",\n \"Width\": \"<double>\"\n },\n \"Weight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n }\n },\n {\n \"Dimensions\": {\n \"Height\": \"<double>\",\n \"Length\": \"<double>\",\n \"Unit\": \"centimeters\",\n \"Width\": \"<double>\"\n },\n \"Weight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n }\n }\n ],\n \"CarrierName\": \"<string>\"\n },\n \"NonPartneredSmallParcelData\": {\n \"CarrierName\": \"<string>\",\n \"PackageList\": [\n {\n \"TrackingId\": \"<string>\"\n },\n {\n \"TrackingId\": \"<string>\"\n }\n ]\n },\n \"PartneredLtlData\": {\n \"Contact\": {\n \"Email\": \"<string>\",\n \"Name\": \"<string>\",\n \"Phone\": \"<string>\",\n \"Fax\": \"<string>\"\n },\n \"BoxCount\": \"<long>\",\n \"SellerFreightClass\": \"500\",\n \"FreightReadyDate\": \"<date>\",\n \"PalletList\": [\n {\n \"Dimensions\": {\n \"Height\": \"<double>\",\n \"Length\": \"<double>\",\n \"Unit\": \"centimeters\",\n \"Width\": \"<double>\"\n },\n \"IsStacked\": \"<boolean>\",\n \"Weight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n }\n },\n {\n \"Dimensions\": {\n \"Height\": \"<double>\",\n \"Length\": \"<double>\",\n \"Unit\": \"centimeters\",\n \"Width\": \"<double>\"\n },\n \"IsStacked\": \"<boolean>\",\n \"Weight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n }\n }\n ],\n \"TotalWeight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n },\n \"SellerDeclaredValue\": {\n \"CurrencyCode\": \"GBP\",\n \"Value\": \"<double>\"\n }\n },\n \"NonPartneredLtlData\": {\n \"CarrierName\": \"<string>\",\n \"ProNumber\": \"<string>\"\n }\n }\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/fba/inbound/v0/shipments/:shipmentId/transport",
"host": [
"{{baseUrl}}"
],
"path": [
"fba",
"inbound",
"v0",
"shipments",
":shipmentId",
"transport"
],
"variable": [
{
"key": "shipmentId"
}
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "x-amzn-RequestId",
"value": "<string>",
"description": {
"content": "Unique request reference identifier.",
"type": "text/plain"
}
}
],
"cookie": [
],
"body": "{\n \"payload\": {\n \"TransportResult\": {\n \"TransportStatus\": \"ERROR_IN_VOIDING\",\n \"ErrorCode\": \"<string>\",\n \"ErrorDescription\": \"<string>\"\n }\n },\n \"errors\": [\n {\n \"code\": \"<string>\",\n \"message\": \"<string>\",\n \"details\": \"<string>\"\n },\n {\n \"code\": \"<string>\",\n \"message\": \"<string>\",\n \"details\": \"<string>\"\n }\n ]\n}"
},
{
"name": "The specified resource does not exist.",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"IsPartnered\": \"<boolean>\",\n \"ShipmentType\": \"SP\",\n \"TransportDetails\": {\n \"PartneredSmallParcelData\": {\n \"PackageList\": [\n {\n \"Dimensions\": {\n \"Height\": \"<double>\",\n \"Length\": \"<double>\",\n \"Unit\": \"centimeters\",\n \"Width\": \"<double>\"\n },\n \"Weight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n }\n },\n {\n \"Dimensions\": {\n \"Height\": \"<double>\",\n \"Length\": \"<double>\",\n \"Unit\": \"centimeters\",\n \"Width\": \"<double>\"\n },\n \"Weight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n }\n }\n ],\n \"CarrierName\": \"<string>\"\n },\n \"NonPartneredSmallParcelData\": {\n \"CarrierName\": \"<string>\",\n \"PackageList\": [\n {\n \"TrackingId\": \"<string>\"\n },\n {\n \"TrackingId\": \"<string>\"\n }\n ]\n },\n \"PartneredLtlData\": {\n \"Contact\": {\n \"Email\": \"<string>\",\n \"Name\": \"<string>\",\n \"Phone\": \"<string>\",\n \"Fax\": \"<string>\"\n },\n \"BoxCount\": \"<long>\",\n \"SellerFreightClass\": \"500\",\n \"FreightReadyDate\": \"<date>\",\n \"PalletList\": [\n {\n \"Dimensions\": {\n \"Height\": \"<double>\",\n \"Length\": \"<double>\",\n \"Unit\": \"centimeters\",\n \"Width\": \"<double>\"\n },\n \"IsStacked\": \"<boolean>\",\n \"Weight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n }\n },\n {\n \"Dimensions\": {\n \"Height\": \"<double>\",\n \"Length\": \"<double>\",\n \"Unit\": \"centimeters\",\n \"Width\": \"<double>\"\n },\n \"IsStacked\": \"<boolean>\",\n \"Weight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n }\n }\n ],\n \"TotalWeight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n },\n \"SellerDeclaredValue\": {\n \"CurrencyCode\": \"GBP\",\n \"Value\": \"<double>\"\n }\n },\n \"NonPartneredLtlData\": {\n \"CarrierName\": \"<string>\",\n \"ProNumber\": \"<string>\"\n }\n }\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/fba/inbound/v0/shipments/:shipmentId/transport",
"host": [
"{{baseUrl}}"
],
"path": [
"fba",
"inbound",
"v0",
"shipments",
":shipmentId",
"transport"
],
"variable": [
{
"key": "shipmentId"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "x-amzn-RateLimit-Limit",
"value": "<string>",
"description": {
"content": "Your rate limit (requests per second) for this operation.",
"type": "text/plain"
}
},
{
"key": "x-amzn-RequestId",
"value": "<string>",
"description": {
"content": "Unique request reference identifier.",
"type": "text/plain"
}
}
],
"cookie": [
],
"body": "{\n \"payload\": {\n \"TransportResult\": {\n \"TransportStatus\": \"ERROR_IN_VOIDING\",\n \"ErrorCode\": \"<string>\",\n \"ErrorDescription\": \"<string>\"\n }\n },\n \"errors\": [\n {\n \"code\": \"<string>\",\n \"message\": \"<string>\",\n \"details\": \"<string>\"\n },\n {\n \"code\": \"<string>\",\n \"message\": \"<string>\",\n \"details\": \"<string>\"\n }\n ]\n}"
},
{
"name": "The frequency of requests was greater than allowed.",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"IsPartnered\": \"<boolean>\",\n \"ShipmentType\": \"SP\",\n \"TransportDetails\": {\n \"PartneredSmallParcelData\": {\n \"PackageList\": [\n {\n \"Dimensions\": {\n \"Height\": \"<double>\",\n \"Length\": \"<double>\",\n \"Unit\": \"centimeters\",\n \"Width\": \"<double>\"\n },\n \"Weight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n }\n },\n {\n \"Dimensions\": {\n \"Height\": \"<double>\",\n \"Length\": \"<double>\",\n \"Unit\": \"centimeters\",\n \"Width\": \"<double>\"\n },\n \"Weight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n }\n }\n ],\n \"CarrierName\": \"<string>\"\n },\n \"NonPartneredSmallParcelData\": {\n \"CarrierName\": \"<string>\",\n \"PackageList\": [\n {\n \"TrackingId\": \"<string>\"\n },\n {\n \"TrackingId\": \"<string>\"\n }\n ]\n },\n \"PartneredLtlData\": {\n \"Contact\": {\n \"Email\": \"<string>\",\n \"Name\": \"<string>\",\n \"Phone\": \"<string>\",\n \"Fax\": \"<string>\"\n },\n \"BoxCount\": \"<long>\",\n \"SellerFreightClass\": \"500\",\n \"FreightReadyDate\": \"<date>\",\n \"PalletList\": [\n {\n \"Dimensions\": {\n \"Height\": \"<double>\",\n \"Length\": \"<double>\",\n \"Unit\": \"centimeters\",\n \"Width\": \"<double>\"\n },\n \"IsStacked\": \"<boolean>\",\n \"Weight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n }\n },\n {\n \"Dimensions\": {\n \"Height\": \"<double>\",\n \"Length\": \"<double>\",\n \"Unit\": \"centimeters\",\n \"Width\": \"<double>\"\n },\n \"IsStacked\": \"<boolean>\",\n \"Weight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n }\n }\n ],\n \"TotalWeight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n },\n \"SellerDeclaredValue\": {\n \"CurrencyCode\": \"GBP\",\n \"Value\": \"<double>\"\n }\n },\n \"NonPartneredLtlData\": {\n \"CarrierName\": \"<string>\",\n \"ProNumber\": \"<string>\"\n }\n }\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/fba/inbound/v0/shipments/:shipmentId/transport",
"host": [
"{{baseUrl}}"
],
"path": [
"fba",
"inbound",
"v0",
"shipments",
":shipmentId",
"transport"
],
"variable": [
{
"key": "shipmentId"
}
]
}
},
"status": "Too Many Requests",
"code": 429,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "x-amzn-RateLimit-Limit",
"value": "<string>",
"description": {
"content": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned.",
"type": "text/plain"
}
},
{
"key": "x-amzn-RequestId",
"value": "<string>",
"description": {
"content": "Unique request reference identifier.",
"type": "text/plain"
}
}
],
"cookie": [
],
"body": "{\n \"payload\": {\n \"TransportResult\": {\n \"TransportStatus\": \"ERROR_IN_VOIDING\",\n \"ErrorCode\": \"<string>\",\n \"ErrorDescription\": \"<string>\"\n }\n },\n \"errors\": [\n {\n \"code\": \"<string>\",\n \"message\": \"<string>\",\n \"details\": \"<string>\"\n },\n {\n \"code\": \"<string>\",\n \"message\": \"<string>\",\n \"details\": \"<string>\"\n }\n ]\n}"
},
{
"name": "An unexpected condition occurred that prevented the server from fulfilling the request.",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"IsPartnered\": \"<boolean>\",\n \"ShipmentType\": \"SP\",\n \"TransportDetails\": {\n \"PartneredSmallParcelData\": {\n \"PackageList\": [\n {\n \"Dimensions\": {\n \"Height\": \"<double>\",\n \"Length\": \"<double>\",\n \"Unit\": \"centimeters\",\n \"Width\": \"<double>\"\n },\n \"Weight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n }\n },\n {\n \"Dimensions\": {\n \"Height\": \"<double>\",\n \"Length\": \"<double>\",\n \"Unit\": \"centimeters\",\n \"Width\": \"<double>\"\n },\n \"Weight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n }\n }\n ],\n \"CarrierName\": \"<string>\"\n },\n \"NonPartneredSmallParcelData\": {\n \"CarrierName\": \"<string>\",\n \"PackageList\": [\n {\n \"TrackingId\": \"<string>\"\n },\n {\n \"TrackingId\": \"<string>\"\n }\n ]\n },\n \"PartneredLtlData\": {\n \"Contact\": {\n \"Email\": \"<string>\",\n \"Name\": \"<string>\",\n \"Phone\": \"<string>\",\n \"Fax\": \"<string>\"\n },\n \"BoxCount\": \"<long>\",\n \"SellerFreightClass\": \"500\",\n \"FreightReadyDate\": \"<date>\",\n \"PalletList\": [\n {\n \"Dimensions\": {\n \"Height\": \"<double>\",\n \"Length\": \"<double>\",\n \"Unit\": \"centimeters\",\n \"Width\": \"<double>\"\n },\n \"IsStacked\": \"<boolean>\",\n \"Weight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n }\n },\n {\n \"Dimensions\": {\n \"Height\": \"<double>\",\n \"Length\": \"<double>\",\n \"Unit\": \"centimeters\",\n \"Width\": \"<double>\"\n },\n \"IsStacked\": \"<boolean>\",\n \"Weight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n }\n }\n ],\n \"TotalWeight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n },\n \"SellerDeclaredValue\": {\n \"CurrencyCode\": \"GBP\",\n \"Value\": \"<double>\"\n }\n },\n \"NonPartneredLtlData\": {\n \"CarrierName\": \"<string>\",\n \"ProNumber\": \"<string>\"\n }\n }\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/fba/inbound/v0/shipments/:shipmentId/transport",
"host": [
"{{baseUrl}}"
],
"path": [
"fba",
"inbound",
"v0",
"shipments",
":shipmentId",
"transport"
],
"variable": [
{
"key": "shipmentId"
}
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "x-amzn-RateLimit-Limit",
"value": "<string>",
"description": {
"content": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned.",
"type": "text/plain"
}
},
{
"key": "x-amzn-RequestId",
"value": "<string>",
"description": {
"content": "Unique request reference identifier.",
"type": "text/plain"
}
}
],
"cookie": [
],
"body": "{\n \"payload\": {\n \"TransportResult\": {\n \"TransportStatus\": \"ERROR_IN_VOIDING\",\n \"ErrorCode\": \"<string>\",\n \"ErrorDescription\": \"<string>\"\n }\n },\n \"errors\": [\n {\n \"code\": \"<string>\",\n \"message\": \"<string>\",\n \"details\": \"<string>\"\n },\n {\n \"code\": \"<string>\",\n \"message\": \"<string>\",\n \"details\": \"<string>\"\n }\n ]\n}"
},
{
"name": "Temporary overloading or maintenance of the server.",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"IsPartnered\": \"<boolean>\",\n \"ShipmentType\": \"SP\",\n \"TransportDetails\": {\n \"PartneredSmallParcelData\": {\n \"PackageList\": [\n {\n \"Dimensions\": {\n \"Height\": \"<double>\",\n \"Length\": \"<double>\",\n \"Unit\": \"centimeters\",\n \"Width\": \"<double>\"\n },\n \"Weight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n }\n },\n {\n \"Dimensions\": {\n \"Height\": \"<double>\",\n \"Length\": \"<double>\",\n \"Unit\": \"centimeters\",\n \"Width\": \"<double>\"\n },\n \"Weight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n }\n }\n ],\n \"CarrierName\": \"<string>\"\n },\n \"NonPartneredSmallParcelData\": {\n \"CarrierName\": \"<string>\",\n \"PackageList\": [\n {\n \"TrackingId\": \"<string>\"\n },\n {\n \"TrackingId\": \"<string>\"\n }\n ]\n },\n \"PartneredLtlData\": {\n \"Contact\": {\n \"Email\": \"<string>\",\n \"Name\": \"<string>\",\n \"Phone\": \"<string>\",\n \"Fax\": \"<string>\"\n },\n \"BoxCount\": \"<long>\",\n \"SellerFreightClass\": \"500\",\n \"FreightReadyDate\": \"<date>\",\n \"PalletList\": [\n {\n \"Dimensions\": {\n \"Height\": \"<double>\",\n \"Length\": \"<double>\",\n \"Unit\": \"centimeters\",\n \"Width\": \"<double>\"\n },\n \"IsStacked\": \"<boolean>\",\n \"Weight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n }\n },\n {\n \"Dimensions\": {\n \"Height\": \"<double>\",\n \"Length\": \"<double>\",\n \"Unit\": \"centimeters\",\n \"Width\": \"<double>\"\n },\n \"IsStacked\": \"<boolean>\",\n \"Weight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n }\n }\n ],\n \"TotalWeight\": {\n \"Unit\": \"kilograms\",\n \"Value\": \"<double>\"\n },\n \"SellerDeclaredValue\": {\n \"CurrencyCode\": \"GBP\",\n \"Value\": \"<double>\"\n }\n },\n \"NonPartneredLtlData\": {\n \"CarrierName\": \"<string>\",\n \"ProNumber\": \"<string>\"\n }\n }\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/fba/inbound/v0/shipments/:shipmentId/transport",
"host": [
"{{baseUrl}}"
],
"path": [
"fba",
"inbound",
"v0",
"shipments",
":shipmentId",
"transport"
],
"variable": [
{
"key": "shipmentId"
}
]
}
},
"status": "Service Unavailable",
"code": 503,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "x-amzn-RateLimit-Limit",
"value": "<string>",
"description": {
"content": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned.",
"type": "text/plain"
}
},
{
"key": "x-amzn-RequestId",
"value": "<string>",
"description": {
"content": "Unique request reference identifier.",
"type": "text/plain"
}
}
],
"cookie": [
],
"body": "{\n \"payload\": {\n \"TransportResult\": {\n \"TransportStatus\": \"ERROR_IN_VOIDING\",\n \"ErrorCode\": \"<string>\",\n \"ErrorDescription\": \"<string>\"\n }\n },\n \"errors\": [\n {\n \"code\": \"<string>\",\n \"message\": \"<string>\",\n \"details\": \"<string>\"\n },\n {\n \"code\": \"<string>\",\n \"message\": \"<string>\",\n \"details\": \"<string>\"\n }\n ]\n}"
}
]
}