GetFBMShipmentInputs
Gets a list of additional merchant fulfilled shipment seller inputs required for a ship method from Merchant Fulfillment.
Input
| Name | Type | Required | Description |
| OrderId | String | True | An Amazon-defined order identifier, in 3-7-7 format. |
| ShipFromAddressLine1 | String | True | The street address information. |
| ShipFromAddressLine2 | String | False | Additional street address information. |
| ShipFromAddressLine3 | String | False | Additional street address information. |
| ShipFromAddressCity | String | True | The city. |
| ShipFromAddressCountryCode | String | True | The two-letter country code in ISO 3166-1 alpha-2 format. |
| ShipFromAddressDistrictOrCounty | String | False | The district or county. |
| ShipFromAddressEmail | String | True | The email address. |
| ShipFromAddressName | String | True | The name of the addressee, or business name. |
| ShipFromAddressPhone | String | True | The phone number. |
| ShipFromAddressPostalCode | String | True | The zip code or postal code. |
| ShipFromAddressStateOrProvinceCode | String | True | The state or province code. |
| ShippingServiceId | String | True | An Amazon-defined shipping service identifier. |
Result Set Columns
| Name | Type | Description |
| AdditionalInputFieldName | String | The field name. |
| StoredValueAsCurrencyAmount | Decimal | The currency amount. |
| StoredValueAsCurrencyCode | String | Three-digit currency code in ISO 4217 format. |
| InputDisplayText | String | The display text for the additional input field. |
| InputTarget | String | Indicates whether the additional seller input is at the item or shipment level. |
| IsRequired | Bool | When true, the additional input field is required. |
| RestrictedSetValues | String | The set of fixed values in an additional seller input. |
| SellerInputDefinitionDataType | String | The data type of the additional input field. |
| StoredValueDataType | String | The data type of the additional information. |
| StoredValueAsDimensionUnit | String | The unit of length. |
| ValidationRegEx | String | A regular expression. |
| ValidationString | String | A validation string. |
| StoredValueAsDimensionValue | Decimal | The value in units. |
| ValueAsAddressLine1 | String | The street address information. |
| ValueAsAddressLine2 | String | Additional street address information. |
| ValueAsAddressLine3 | String | Additional street address information. |
| ValueAsAddressCity | String | The city. |
| ValueAsAddressCountryCode | String | The two-letter country code in ISO 3166-1 alpha-2 format. |
| ValueAsAddressDistrictOrCounty | String | The district or county. |
| ValueAsAddressEmail | String | The email address. |
| ValueAsAddressName | String | The name of the addressee, or business name. |
| ValueAsAddressPhone | String | The phone number. |
| ValueAsAddressPostalCode | String | The zip code or postal code. |
| ValueAsAddressStateOrProvinceCode | String | The state or province code. |
| ValueAsBoolean | Bool | The value when the data type is boolean. |
| ValueAsInteger | Int | The value when the data type is integer. |
| ValueAsString | String | The value when the data type is string. |
| ValueAsTimestamp | Datetime | Date-time formatted timestamp. |
| ValueAsWeightUnit | String | The unit of weight. |
| ValueAsWeightValue | Decimal | The weight value. |