- Overview
- Authorization Workflow
- Permissions
- Sandbox
- API Models
- Available API Models
- Request Apidog Access
- OPENAPI SPECIFICATION
- Research Docs
- Amazon Warehousing and Distribution
- Authorization
- Catalog Items
- Catalog [Deprecated]
- Definitions
- Easy Ship
- FBAInbound
- listInboundPlans
- createInboundPlan
- getInboundPlan
- listInboundPlanBoxes
- cancelInboundPlan
- listInboundPlanItems
- updateInboundPlanName
- listPackingGroupBoxes
- listPackingGroupItems
- setPackingInformation
- listPackingOptions
- generatePackingOptions
- confirmPackingOption
- listInboundPlanPallets
- listPlacementOptions
- generatePlacementOptions
- confirmPlacementOption
- getShipment
- listShipmentBoxes
- listShipmentContentUpdatePreviews
- generateShipmentContentUpdatePreviews
- getShipmentContentUpdatePreview
- confirmShipmentContentUpdatePreview
- getDeliveryChallanDocument
- listDeliveryWindowOptions
- generateDeliveryWindowOptions
- confirmDeliveryWindowOptions
- listShipmentItems
- updateShipmentName
- listShipmentPallets
- cancelSelfShipAppointment
- getSelfShipAppointmentSlots
- generateSelfShipAppointmentSlots
- scheduleSelfShipAppointment
- updateShipmentSourceAddress
- updateShipmentTrackingDetails
- listTransportationOptions
- generateTransportationOptions
- confirmTransportationOptions
- listItemComplianceDetails
- updateItemComplianceDetails
- createMarketplaceItemLabels
- listPrepDetails
- setPrepDetails
- getInboundOperationStatus
- getItemEligibilityPreview
- FBAInventory
- FBAOutbound
- Feeds
- Fees
- Finance
- Invoices [Brazil]
- Listings Items
- Merchant Fulfillment
- Orders
- ProductPricing
- Reports
- Sales
- Sellers
- Service
- getServiceJobByServiceJobId
- cancelServiceJobByServiceJobId
- completeServiceJobByServiceJobId
- getServiceJobs
- addAppointmentForServiceJobByServiceJobId
- rescheduleAppointmentForServiceJobByServiceJobId
- assignAppointmentResources
- setAppointmentFulfillmentData
- getRangeSlotCapacity
- getFixedSlotCapacity
- updateSchedule
- createReservation
- updateReservation
- cancelReservation
- getAppointmmentSlotsByJobId
- getAppointmentSlots
- createServiceDocumentUploadDestination
- ShipmentInvoice[Brazil]
- Shipping
- getRatesPOST
- createShipmentPOST
- directPurchaseShipmentPOST
- getShipmentGET
- purchaseShipmentPOST
- cancelShipmentPOST
- oneClickShipmentPOST
- purchaseLabelsPOST
- getTrackingGET
- retrieveShippingLabelPOST
- getShipmentDocumentsGET
- purchaseShipmentPOST
- cancelShipmentPUT
- getRatesPOST
- getAdditionalInputsGET
- getAccountGET
- getCarrierAccountFormInputsGET
- getTrackingInformationGET
- getCarrierAccountsPUT
- linkCarrierAccountPUT
- unlinkCarrierAccountPUT
- generateCollectionFormPOST
- getCollectionFormHistoryPUT
- getUnmanifestedShipmentsPUT
- getCollectionFormGET
- getAccessPointsGET
- Supply Sources
- Tokens
- Uploads
- Notifications
getCarrierAccountFormInputs
Developing
GET
/shipping/v2/carrierAccountFormInputs
shippingNO SANDBOX
Last modified:2024-12-04 08:25:26
Maintainer:Not configured
Rate (requests per second) | Burst |
---|---|
80 | 100 |
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.Request
Header Params
x-amzn-shipping-business-id
enum<string>Â
optional
Allowed values:
AmazonShipping_USAmazonShipping_INAmazonShipping_UKAmazonShipping_UAEAmazonShipping_SAAmazonShipping_EGAmazonShipping_ITAmazonShipping_ESAmazonShipping_FRAmazonShipping_JP
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://sandbox.sellingpartnerapi-na.amazon.com/shipping/v2/carrierAccountFormInputs' \
--header 'x-amzn-shipping-business-id;'
Responses
🟢200OK
application/json
Headers
x-amzn-RateLimit-Limit
stringÂ
optional
x-amzn-RequestId
stringÂ
optional
Body
The Response for the GetCarrierAccountFormInputsResponse operation.
linkableCarriersList
array[object (LinkableCarrier) {2}]Â
optional
carrierId
stringÂ
optional
linkableAccountTypes
array[object (LinkableAccountType) {2}]Â
optional
Example
{
"linkableCarriers": [
{
"carrierId": "FedEx",
"linkableAccountTypes": [
{
"accountTypeId": "",
"carrierAccountInputs": [
{
"descriptionLocalizationKey": "accountNumberDescriptionString",
"inputType": "TEXTBOX",
"isConfidential": true,
"isHidden": false,
"isMandatory": true,
"name": "ACCOUNT_NUMBER",
"validationMetadata": [
{
"errorMessage": "stringId4",
"validationStrategy": "MIN_LENGTH",
"value": "5"
},
{
"errorMessage": "stringId5",
"validationStrategy": "MAX_LENGTH",
"value": "35"
}
]
}
]
}
]
}
]
}
🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🟠404Record Not Found
🟠413413
🟠415415
🟠429429
🔴500Server Error
🔴503Service Unavailable