Chilkat Online Tools

Foxpro / Amazon Shipping API / get Carrier Account Form Inputs

Back to Collection Items

LOCAL loHttp
LOCAL lnSuccess
LOCAL loSbResponseBody
LOCAL loJResp
LOCAL lnRespStatusCode
LOCAL lcCarrierId
LOCAL j
LOCAL lnCount_j
LOCAL lcAccountType
LOCAL k
LOCAL lnCount_k
LOCAL lcDescriptionLocalizationKey
LOCAL lcName
LOCAL lcGroupName
LOCAL lcInputType
LOCAL lcIsMandatory
LOCAL lcIsConfidential
LOCAL lcIsHidden
LOCAL loJson1
LOCAL lnI1
LOCAL lnCount_i1
LOCAL lcErrorMessage
LOCAL lcValidationStrategy
LOCAL lcValue
LOCAL i
LOCAL lnCount_i

* This example assumes the Chilkat API to have been previously unlocked.
* See Global Unlock Sample for sample code.

loHttp = CreateObject('Chilkat_9_5_0.Http')

loHttp.SetRequestHeader("x-amzn-shipping-business-id","AmazonShipping_US")
loHttp.SetRequestHeader("Accept","application/json")

loSbResponseBody = CreateObject('Chilkat_9_5_0.StringBuilder')
lnSuccess = loHttp.QuickGetSb("https://sellingpartnerapi-eu.amazon.com/shipping/v2/carrierAccountFormInputs",loSbResponseBody)
IF (lnSuccess = 0) THEN
    ? loHttp.LastErrorText
    RELEASE loHttp
    RELEASE loSbResponseBody
    CANCEL
ENDIF

loJResp = CreateObject('Chilkat_9_5_0.JsonObject')
loJResp.LoadSb(loSbResponseBody)
loJResp.EmitCompact = 0

? "Response Body:"
? loJResp.Emit()

lnRespStatusCode = loHttp.LastStatus
? "Response Status Code = " + STR(lnRespStatusCode)
IF (lnRespStatusCode >= 400) THEN
    ? "Response Header:"
    ? loHttp.LastHeader
    ? "Failed."
    RELEASE loHttp
    RELEASE loSbResponseBody
    RELEASE loJResp
    CANCEL
ENDIF

* Sample JSON response:
* (Sample code for parsing the JSON response is shown below)

* {
*   "linkableCarriersList": [
*     {
*       "carrierId": "<string>",
*       "linkableAccountTypes": [
*         {
*           "accountType": "AMAZON_ACCOUNT",
*           "carrierAccountInputs": [
*             {
*               "descriptionLocalizationKey": "<string>",
*               "name": "<string>",
*               "groupName": "<string>",
*               "inputType": "TEXTBOX",
*               "isMandatory": "<boolean>",
*               "isConfidential": "<boolean>",
*               "isHidden": "<boolean>",
*               "validationMetadata": [
*                 {
*                   "errorMessage": "<string>",
*                   "validationStrategy": "<string>",
*                   "value": "<string>"
*                 },
*                 {
*                   "errorMessage": "<string>",
*                   "validationStrategy": "<string>",
*                   "value": "<string>"
*                 }
*               ]
*             },
*             {
*               "descriptionLocalizationKey": "<string>",
*               "name": "<string>",
*               "groupName": "<string>",
*               "inputType": "PASSWORD",
*               "isMandatory": "<boolean>",
*               "isConfidential": "<boolean>",
*               "isHidden": "<boolean>",
*               "validationMetadata": [
*                 {
*                   "errorMessage": "<string>",
*                   "validationStrategy": "<string>",
*                   "value": "<string>"
*                 },
*                 {
*                   "errorMessage": "<string>",
*                   "validationStrategy": "<string>",
*                   "value": "<string>"
*                 }
*               ]
*             }
*           ]
*         },
*         {
*           "accountType": "SHIPPER_ACCOUNT",
*           "carrierAccountInputs": [
*             {
*               "descriptionLocalizationKey": "<string>",
*               "name": "<string>",
*               "groupName": "<string>",
*               "inputType": "TEXTBOX",
*               "isMandatory": "<boolean>",
*               "isConfidential": "<boolean>",
*               "isHidden": "<boolean>",
*               "validationMetadata": [
*                 {
*                   "errorMessage": "<string>",
*                   "validationStrategy": "<string>",
*                   "value": "<string>"
*                 },
*                 {
*                   "errorMessage": "<string>",
*                   "validationStrategy": "<string>",
*                   "value": "<string>"
*                 }
*               ]
*             },
*             {
*               "descriptionLocalizationKey": "<string>",
*               "name": "<string>",
*               "groupName": "<string>",
*               "inputType": "TEXTBOX",
*               "isMandatory": "<boolean>",
*               "isConfidential": "<boolean>",
*               "isHidden": "<boolean>",
*               "validationMetadata": [
*                 {
*                   "errorMessage": "<string>",
*                   "validationStrategy": "<string>",
*                   "value": "<string>"
*                 },
*                 {
*                   "errorMessage": "<string>",
*                   "validationStrategy": "<string>",
*                   "value": "<string>"
*                 }
*               ]
*             }
*           ]
*         }
*       ]
*     },
*     {
*       "carrierId": "<string>",
*       "linkableAccountTypes": [
*         {
*           "accountType": "SHIPPER_ACCOUNT",
*           "carrierAccountInputs": [
*             {
*               "descriptionLocalizationKey": "<string>",
*               "name": "<string>",
*               "groupName": "<string>",
*               "inputType": "TEXTBOX",
*               "isMandatory": "<boolean>",
*               "isConfidential": "<boolean>",
*               "isHidden": "<boolean>",
*               "validationMetadata": [
*                 {
*                   "errorMessage": "<string>",
*                   "validationStrategy": "<string>",
*                   "value": "<string>"
*                 },
*                 {
*                   "errorMessage": "<string>",
*                   "validationStrategy": "<string>",
*                   "value": "<string>"
*                 }
*               ]
*             },
*             {
*               "descriptionLocalizationKey": "<string>",
*               "name": "<string>",
*               "groupName": "<string>",
*               "inputType": "PASSWORD",
*               "isMandatory": "<boolean>",
*               "isConfidential": "<boolean>",
*               "isHidden": "<boolean>",
*               "validationMetadata": [
*                 {
*                   "errorMessage": "<string>",
*                   "validationStrategy": "<string>",
*                   "value": "<string>"
*                 },
*                 {
*                   "errorMessage": "<string>",
*                   "validationStrategy": "<string>",
*                   "value": "<string>"
*                 }
*               ]
*             }
*           ]
*         },
*         {
*           "accountType": "SHIPPER_ACCOUNT",
*           "carrierAccountInputs": [
*             {
*               "descriptionLocalizationKey": "<string>",
*               "name": "<string>",
*               "groupName": "<string>",
*               "inputType": "PASSWORD",
*               "isMandatory": "<boolean>",
*               "isConfidential": "<boolean>",
*               "isHidden": "<boolean>",
*               "validationMetadata": [
*                 {
*                   "errorMessage": "<string>",
*                   "validationStrategy": "<string>",
*                   "value": "<string>"
*                 },
*                 {
*                   "errorMessage": "<string>",
*                   "validationStrategy": "<string>",
*                   "value": "<string>"
*                 }
*               ]
*             },
*             {
*               "descriptionLocalizationKey": "<string>",
*               "name": "<string>",
*               "groupName": "<string>",
*               "inputType": "TEXTBOX",
*               "isMandatory": "<boolean>",
*               "isConfidential": "<boolean>",
*               "isHidden": "<boolean>",
*               "validationMetadata": [
*                 {
*                   "errorMessage": "<string>",
*                   "validationStrategy": "<string>",
*                   "value": "<string>"
*                 },
*                 {
*                   "errorMessage": "<string>",
*                   "validationStrategy": "<string>",
*                   "value": "<string>"
*                 }
*               ]
*             }
*           ]
*         }
*       ]
*     }
*   ]
* }

* Sample code for parsing the JSON response...
* Use this online tool to generate parsing code from sample JSON: Generate JSON Parsing Code

i = 0
lnCount_i = loJResp.SizeOfArray("linkableCarriersList")
DO WHILE i < lnCount_i
    loJResp.I = i
    lcCarrierId = loJResp.StringOf("linkableCarriersList[i].carrierId")
    j = 0
    lnCount_j = loJResp.SizeOfArray("linkableCarriersList[i].linkableAccountTypes")
    DO WHILE j < lnCount_j
        loJResp.J = j
        lcAccountType = loJResp.StringOf("linkableCarriersList[i].linkableAccountTypes[j].accountType")
        k = 0
        lnCount_k = loJResp.SizeOfArray("linkableCarriersList[i].linkableAccountTypes[j].carrierAccountInputs")
        DO WHILE k < lnCount_k
            loJResp.K = k
            lcDescriptionLocalizationKey = loJResp.StringOf("linkableCarriersList[i].linkableAccountTypes[j].carrierAccountInputs[k].descriptionLocalizationKey")
            lcName = loJResp.StringOf("linkableCarriersList[i].linkableAccountTypes[j].carrierAccountInputs[k].name")
            lcGroupName = loJResp.StringOf("linkableCarriersList[i].linkableAccountTypes[j].carrierAccountInputs[k].groupName")
            lcInputType = loJResp.StringOf("linkableCarriersList[i].linkableAccountTypes[j].carrierAccountInputs[k].inputType")
            lcIsMandatory = loJResp.StringOf("linkableCarriersList[i].linkableAccountTypes[j].carrierAccountInputs[k].isMandatory")
            lcIsConfidential = loJResp.StringOf("linkableCarriersList[i].linkableAccountTypes[j].carrierAccountInputs[k].isConfidential")
            lcIsHidden = loJResp.StringOf("linkableCarriersList[i].linkableAccountTypes[j].carrierAccountInputs[k].isHidden")

            loJson1 = loJResp.ObjectOf("linkableCarriersList[i].linkableAccountTypes[j].carrierAccountInputs[k]")
            lnI1 = 0
            lnCount_i1 = loJson1.SizeOfArray("validationMetadata")
            DO WHILE lnI1 < lnCount_i1
                loJson1.I = lnI1
                lcErrorMessage = loJson1.StringOf("validationMetadata[i].errorMessage")
                lcValidationStrategy = loJson1.StringOf("validationMetadata[i].validationStrategy")
                lcValue = loJson1.StringOf("validationMetadata[i].value")
                lnI1 = lnI1 + 1
            ENDDO
            RELEASE loJson1
            k = k + 1
        ENDDO
        j = j + 1
    ENDDO
    i = i + 1
ENDDO

RELEASE loHttp
RELEASE loSbResponseBody
RELEASE loJResp

Curl Command

curl -X GET
	-H "x-amzn-shipping-business-id: AmazonShipping_US"
	-H "Accept: application/json"
https://sellingpartnerapi-eu.amazon.com/shipping/v2/carrierAccountFormInputs

Postman Collection Item JSON

{
  "name": "get Carrier Account Form Inputs",
  "request": {
    "method": "GET",
    "header": [
      {
        "description": "Amazon shipping business to assume for this request. The default is AmazonShipping_UK.",
        "key": "x-amzn-shipping-business-id",
        "value": "AmazonShipping_US"
      },
      {
        "key": "Accept",
        "value": "application/json"
      }
    ],
    "url": {
      "raw": "{{baseUrl}}/shipping/v2/carrierAccountFormInputs",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "shipping",
        "v2",
        "carrierAccountFormInputs"
      ]
    },
    "description": "This API will return a list of input schema required to register a shipper account with the carrier. \n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 80 | 100 |\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 then 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": "GET",
        "header": [
          {
            "description": "Amazon shipping business to assume for this request. The default is AmazonShipping_UK.",
            "key": "x-amzn-shipping-business-id",
            "value": "AmazonShipping_US"
          },
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/shipping/v2/carrierAccountFormInputs",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "shipping",
            "v2",
            "carrierAccountFormInputs"
          ]
        }
      },
      "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  \"linkableCarriersList\": [\n    {\n      \"carrierId\": \"<string>\",\n      \"linkableAccountTypes\": [\n        {\n          \"accountType\": \"AMAZON_ACCOUNT\",\n          \"carrierAccountInputs\": [\n            {\n              \"descriptionLocalizationKey\": \"<string>\",\n              \"name\": \"<string>\",\n              \"groupName\": \"<string>\",\n              \"inputType\": \"TEXTBOX\",\n              \"isMandatory\": \"<boolean>\",\n              \"isConfidential\": \"<boolean>\",\n              \"isHidden\": \"<boolean>\",\n              \"validationMetadata\": [\n                {\n                  \"errorMessage\": \"<string>\",\n                  \"validationStrategy\": \"<string>\",\n                  \"value\": \"<string>\"\n                },\n                {\n                  \"errorMessage\": \"<string>\",\n                  \"validationStrategy\": \"<string>\",\n                  \"value\": \"<string>\"\n                }\n              ]\n            },\n            {\n              \"descriptionLocalizationKey\": \"<string>\",\n              \"name\": \"<string>\",\n              \"groupName\": \"<string>\",\n              \"inputType\": \"PASSWORD\",\n              \"isMandatory\": \"<boolean>\",\n              \"isConfidential\": \"<boolean>\",\n              \"isHidden\": \"<boolean>\",\n              \"validationMetadata\": [\n                {\n                  \"errorMessage\": \"<string>\",\n                  \"validationStrategy\": \"<string>\",\n                  \"value\": \"<string>\"\n                },\n                {\n                  \"errorMessage\": \"<string>\",\n                  \"validationStrategy\": \"<string>\",\n                  \"value\": \"<string>\"\n                }\n              ]\n            }\n          ]\n        },\n        {\n          \"accountType\": \"SHIPPER_ACCOUNT\",\n          \"carrierAccountInputs\": [\n            {\n              \"descriptionLocalizationKey\": \"<string>\",\n              \"name\": \"<string>\",\n              \"groupName\": \"<string>\",\n              \"inputType\": \"TEXTBOX\",\n              \"isMandatory\": \"<boolean>\",\n              \"isConfidential\": \"<boolean>\",\n              \"isHidden\": \"<boolean>\",\n              \"validationMetadata\": [\n                {\n                  \"errorMessage\": \"<string>\",\n                  \"validationStrategy\": \"<string>\",\n                  \"value\": \"<string>\"\n                },\n                {\n                  \"errorMessage\": \"<string>\",\n                  \"validationStrategy\": \"<string>\",\n                  \"value\": \"<string>\"\n                }\n              ]\n            },\n            {\n              \"descriptionLocalizationKey\": \"<string>\",\n              \"name\": \"<string>\",\n              \"groupName\": \"<string>\",\n              \"inputType\": \"TEXTBOX\",\n              \"isMandatory\": \"<boolean>\",\n              \"isConfidential\": \"<boolean>\",\n              \"isHidden\": \"<boolean>\",\n              \"validationMetadata\": [\n                {\n                  \"errorMessage\": \"<string>\",\n                  \"validationStrategy\": \"<string>\",\n                  \"value\": \"<string>\"\n                },\n                {\n                  \"errorMessage\": \"<string>\",\n                  \"validationStrategy\": \"<string>\",\n                  \"value\": \"<string>\"\n                }\n              ]\n            }\n          ]\n        }\n      ]\n    },\n    {\n      \"carrierId\": \"<string>\",\n      \"linkableAccountTypes\": [\n        {\n          \"accountType\": \"SHIPPER_ACCOUNT\",\n          \"carrierAccountInputs\": [\n            {\n              \"descriptionLocalizationKey\": \"<string>\",\n              \"name\": \"<string>\",\n              \"groupName\": \"<string>\",\n              \"inputType\": \"TEXTBOX\",\n              \"isMandatory\": \"<boolean>\",\n              \"isConfidential\": \"<boolean>\",\n              \"isHidden\": \"<boolean>\",\n              \"validationMetadata\": [\n                {\n                  \"errorMessage\": \"<string>\",\n                  \"validationStrategy\": \"<string>\",\n                  \"value\": \"<string>\"\n                },\n                {\n                  \"errorMessage\": \"<string>\",\n                  \"validationStrategy\": \"<string>\",\n                  \"value\": \"<string>\"\n                }\n              ]\n            },\n            {\n              \"descriptionLocalizationKey\": \"<string>\",\n              \"name\": \"<string>\",\n              \"groupName\": \"<string>\",\n              \"inputType\": \"PASSWORD\",\n              \"isMandatory\": \"<boolean>\",\n              \"isConfidential\": \"<boolean>\",\n              \"isHidden\": \"<boolean>\",\n              \"validationMetadata\": [\n                {\n                  \"errorMessage\": \"<string>\",\n                  \"validationStrategy\": \"<string>\",\n                  \"value\": \"<string>\"\n                },\n                {\n                  \"errorMessage\": \"<string>\",\n                  \"validationStrategy\": \"<string>\",\n                  \"value\": \"<string>\"\n                }\n              ]\n            }\n          ]\n        },\n        {\n          \"accountType\": \"SHIPPER_ACCOUNT\",\n          \"carrierAccountInputs\": [\n            {\n              \"descriptionLocalizationKey\": \"<string>\",\n              \"name\": \"<string>\",\n              \"groupName\": \"<string>\",\n              \"inputType\": \"PASSWORD\",\n              \"isMandatory\": \"<boolean>\",\n              \"isConfidential\": \"<boolean>\",\n              \"isHidden\": \"<boolean>\",\n              \"validationMetadata\": [\n                {\n                  \"errorMessage\": \"<string>\",\n                  \"validationStrategy\": \"<string>\",\n                  \"value\": \"<string>\"\n                },\n                {\n                  \"errorMessage\": \"<string>\",\n                  \"validationStrategy\": \"<string>\",\n                  \"value\": \"<string>\"\n                }\n              ]\n            },\n            {\n              \"descriptionLocalizationKey\": \"<string>\",\n              \"name\": \"<string>\",\n              \"groupName\": \"<string>\",\n              \"inputType\": \"TEXTBOX\",\n              \"isMandatory\": \"<boolean>\",\n              \"isConfidential\": \"<boolean>\",\n              \"isHidden\": \"<boolean>\",\n              \"validationMetadata\": [\n                {\n                  \"errorMessage\": \"<string>\",\n                  \"validationStrategy\": \"<string>\",\n                  \"value\": \"<string>\"\n                },\n                {\n                  \"errorMessage\": \"<string>\",\n                  \"validationStrategy\": \"<string>\",\n                  \"value\": \"<string>\"\n                }\n              ]\n            }\n          ]\n        }\n      ]\n    }\n  ]\n}"
    },
    {
      "name": "Request has missing or invalid parameters and cannot be parsed.",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "description": "Amazon shipping business to assume for this request. The default is AmazonShipping_UK.",
            "key": "x-amzn-shipping-business-id",
            "value": "AmazonShipping_US"
          },
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/shipping/v2/carrierAccountFormInputs",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "shipping",
            "v2",
            "carrierAccountFormInputs"
          ]
        }
      },
      "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  \"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": "GET",
        "header": [
          {
            "description": "Amazon shipping business to assume for this request. The default is AmazonShipping_UK.",
            "key": "x-amzn-shipping-business-id",
            "value": "AmazonShipping_US"
          },
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/shipping/v2/carrierAccountFormInputs",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "shipping",
            "v2",
            "carrierAccountFormInputs"
          ]
        }
      },
      "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  \"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": "GET",
        "header": [
          {
            "description": "Amazon shipping business to assume for this request. The default is AmazonShipping_UK.",
            "key": "x-amzn-shipping-business-id",
            "value": "AmazonShipping_US"
          },
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/shipping/v2/carrierAccountFormInputs",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "shipping",
            "v2",
            "carrierAccountFormInputs"
          ]
        }
      },
      "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  \"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 resource specified does not exist.",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "description": "Amazon shipping business to assume for this request. The default is AmazonShipping_UK.",
            "key": "x-amzn-shipping-business-id",
            "value": "AmazonShipping_US"
          },
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/shipping/v2/carrierAccountFormInputs",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "shipping",
            "v2",
            "carrierAccountFormInputs"
          ]
        }
      },
      "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  \"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 size exceeded the maximum accepted size.",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "description": "Amazon shipping business to assume for this request. The default is AmazonShipping_UK.",
            "key": "x-amzn-shipping-business-id",
            "value": "AmazonShipping_US"
          },
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/shipping/v2/carrierAccountFormInputs",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "shipping",
            "v2",
            "carrierAccountFormInputs"
          ]
        }
      },
      "status": "Request Entity Too Large",
      "code": 413,
      "_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  \"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 payload is in an unsupported format.",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "description": "Amazon shipping business to assume for this request. The default is AmazonShipping_UK.",
            "key": "x-amzn-shipping-business-id",
            "value": "AmazonShipping_US"
          },
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/shipping/v2/carrierAccountFormInputs",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "shipping",
            "v2",
            "carrierAccountFormInputs"
          ]
        }
      },
      "status": "Unsupported Media Type",
      "code": 415,
      "_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  \"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": "GET",
        "header": [
          {
            "description": "Amazon shipping business to assume for this request. The default is AmazonShipping_UK.",
            "key": "x-amzn-shipping-business-id",
            "value": "AmazonShipping_US"
          },
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/shipping/v2/carrierAccountFormInputs",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "shipping",
            "v2",
            "carrierAccountFormInputs"
          ]
        }
      },
      "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  \"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": "GET",
        "header": [
          {
            "description": "Amazon shipping business to assume for this request. The default is AmazonShipping_UK.",
            "key": "x-amzn-shipping-business-id",
            "value": "AmazonShipping_US"
          },
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/shipping/v2/carrierAccountFormInputs",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "shipping",
            "v2",
            "carrierAccountFormInputs"
          ]
        }
      },
      "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  \"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": "GET",
        "header": [
          {
            "description": "Amazon shipping business to assume for this request. The default is AmazonShipping_UK.",
            "key": "x-amzn-shipping-business-id",
            "value": "AmazonShipping_US"
          },
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/shipping/v2/carrierAccountFormInputs",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "shipping",
            "v2",
            "carrierAccountFormInputs"
          ]
        }
      },
      "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  \"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}"
    }
  ]
}