- 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
- getRates
- createShipment
- directPurchaseShipment
- getShipment
- purchaseShipment
- cancelShipment
- oneClickShipment
- purchaseLabels
- getTracking
- retrieveShippingLabel
- getShipmentDocuments
- purchaseShipment
- cancelShipment
- getRates
- getAdditionalInputs
- getAccount
- getCarrierAccountFormInputs
- getTrackingInformation
- getCarrierAccounts
- linkCarrierAccount
- unlinkCarrierAccount
- generateCollectionForm
- getCollectionFormHistory
- getUnmanifestedShipments
- getCollectionForm
- getAccessPoints
- Supply Sources
- Tokens
- Uploads
- Notifications
getAdditionalSellerInputs
POST
/mfn/v0/additionalSellerInputs
merchantFulfillment
Last modified:2024-12-05 08:36:30
Maintainer:Not configured
Rate (requests per second) | Burst |
---|---|
1 | 1 |
x-amzn-RateLimit-Limit
response header returns the usage plan rate limits that are applied to the requested operation when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to Usage Plans and Rate Limits in the SP-API.Request
Body Params application/json
Request schema.
ShippingServiceId
stringÂ
required
ShipFromAddress
object (Address)Â
required
Example:
{"addressLine1":"address_1","addressLine2":"address_2","addressLine3":"address_3","city":"Seattle","countryCode":"US","county":"Washington","district":"District1","name":"address_name","phoneNumber":"+14155552671","postalCode":"123456","stateOrRegion":"Washington"}
addressLine1
stringÂ
required
addressLine2
stringÂ
optional
addressLine3
stringÂ
optional
city
stringÂ
optional
countryCode
stringÂ
required
county
stringÂ
optional
Example:
Washington
district
stringÂ
optional
name
stringÂ
required
phoneNumber
stringÂ
optional
Example:
+14155552671
postalCode
stringÂ
optional
stateOrRegion
stringÂ
required
OrderId
stringÂ
required
Example
{
"ShippingServiceId": "string",
"ShipFromAddress": {
"addressLine1": "address_1",
"addressLine2": "address_2",
"addressLine3": "address_3",
"city": "Seattle",
"countryCode": "US",
"county": "Washington",
"district": "District1",
"name": "address_name",
"phoneNumber": "+14155552671",
"postalCode": "123456",
"stateOrRegion": "Washington"
},
"OrderId": "string"
}
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 POST 'https://sandbox.sellingpartnerapi-na.amazon.com/mfn/v0/additionalSellerInputs' \
--header 'Content-Type: application/json' \
--data-raw '{
"ShippingServiceId": "string",
"ShipFromAddress": {
"addressLine1": "address_1",
"addressLine2": "address_2",
"addressLine3": "address_3",
"city": "Seattle",
"countryCode": "US",
"county": "Washington",
"district": "District1",
"name": "address_name",
"phoneNumber": "+14155552671",
"postalCode": "123456",
"stateOrRegion": "Washington"
},
"OrderId": "string"
}'
Responses
🟢200OK
application/json
Headers
x-amzn-RateLimit-Limit
stringÂ
optional
x-amzn-RequestId
stringÂ
optional
Body
Response schema.
payload
object (GetAdditionalSellerInputsResult)Â
optional
getAdditionalSellerInputs
operation.ShipmentLevelFields
array[object (AdditionalInputs) {2}]Â
optional
ItemLevelFieldsList
array[object (ItemLevelFields) {2}]Â
optional
errors
array[object (Error) {3}]Â
optional
code
stringÂ
required
message
stringÂ
required
details
stringÂ
optional
Example
{
"payload": {
"ShipmentLevelFields": [
{
"AdditionalInputFieldName": "string",
"SellerInputDefinition": {
"IsRequired": true,
"DataType": "string",
"Constraints": [
{
"ValidationRegEx": "string",
"ValidationString": "string"
}
],
"InputDisplayText": "string",
"InputTarget": "SHIPMENT_LEVEL",
"StoredValue": {
"DataType": "string",
"ValueAsString": "string",
"ValueAsBoolean": true,
"ValueAsInteger": 0,
"ValueAsTimestamp": "2019-08-24T14:15:22Z",
"ValueAsAddress": {
"addressLine1": "address_1",
"addressLine2": "address_2",
"addressLine3": "address_3",
"city": "Seattle",
"countryCode": "US",
"county": "Washington",
"district": "District1",
"name": "address_name",
"phoneNumber": "+14155552671",
"postalCode": "123456",
"stateOrRegion": "Washington"
},
"ValueAsWeight": {
"value": 11,
"unit": "Grams"
},
"ValueAsDimension": {
"value": 0,
"unit": "Cm"
},
"ValueAsCurrency": {
"CurrencyCode": "str",
"Amount": 0
}
},
"RestrictedSetValues": [
"string"
]
}
}
],
"ItemLevelFieldsList": [
{
"Asin": "string",
"AdditionalInputs": [
{
"AdditionalInputFieldName": "string",
"SellerInputDefinition": {
"IsRequired": true,
"DataType": "string",
"Constraints": [
{
"ValidationRegEx": "string",
"ValidationString": "string"
}
],
"InputDisplayText": "string",
"InputTarget": "SHIPMENT_LEVEL",
"StoredValue": {
"DataType": "string",
"ValueAsString": "string",
"ValueAsBoolean": true,
"ValueAsInteger": 0,
"ValueAsTimestamp": "2019-08-24T14:15:22Z",
"ValueAsAddress": {
"addressLine1": "address_1",
"addressLine2": "address_2",
"addressLine3": "address_3",
"city": "Seattle",
"countryCode": "US",
"county": "Washington",
"district": "District1",
"name": "address_name",
"phoneNumber": "+14155552671",
"postalCode": "123456",
"stateOrRegion": "Washington"
},
"ValueAsWeight": {
"value": 11,
"unit": "Grams"
},
"ValueAsDimension": {
"value": 0,
"unit": "Cm"
},
"ValueAsCurrency": {
"CurrencyCode": "str",
"Amount": 0
}
},
"RestrictedSetValues": [
"string"
]
}
}
]
}
]
},
"errors": [
{
"code": "string",
"message": "string",
"details": "string"
}
]
}
🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🟠404Record Not Found
🟠429429
🔴500Server Error
🔴503Service Unavailable