ListUnavailableFBMShipmentServices
Returns a list of unavailable merchant fulfilled shipment carrier names.
Input
| Name | Type | Required | Description |
| ShipFromAddressLine1 | String | True | The street address information. |
| ShipFromAddressLine2 | String | False | Additional street address information. |
| ShipFromAddressLine3 | String | False | Additional street address information. |
| AmazonOrderId | String | True | An Amazon-defined order identifier, in 3-7-7 format. |
| DeclaredValueAmount | Decimal | False | The currency amount. |
| ShippingServiceOptionsCarrierWillPickUpOption | String | False | Carrier will pick up option. |
| ShipFromCity | String | True | The city. |
| ShipFromCountryCode | String | True | The two-letter country code in ISO 3166-1 alpha-2 format. |
| DeclaredValueCurrencyCode | String | False | Three-digit currency code in ISO 4217 format. |
| CustomTextForLabel | String | False | Custom text to print on the label. |
| ShipFromDistrictOrCounty | String | False | The district or county. |
| ShipFromEmail | String | True | The email address. |
| PackageHeight | Decimal | True | The package height. |
| IncludeComplexShippingOptions | Bool | False | When true, include complex shipping options. |
| IncludePackingSlipWithLabel | Bool | False | When true, include a packing slip with the label. |
| Items | String | True | An Amazon order item identifier and a quantity. |
| ShippingServiceOptionsLabelFormat | String | False | The label format. |
| PackageLength | Decimal | True | The package length. |
| MustArriveByDate | Datetime | False | The latest date by which the package must arrive. |
| ShipFromName | String | True | The name of the addressee, or business name. |
| PackageDimensionsUnit | String | True | The unit of length. |
| ShipFromPhone | String | True | The phone number. |
| ShipFromPostalCode | String | True | The zip code or postal code. |
| PredefinedPackageDimensions | String | False | An enumeration of predefined parcel tokens. |
| SellerOrderId | String | False | A seller-defined order identifier. |
| ShipDate | Datetime | False | The date when the package will be shipped. |
| ShippingOfferingFilterCarrierWillPickUp | String | False | Carrier will pick up option. |
| ShippingOfferingFilterDeliveryExperience | String | False | The delivery confirmation level. |
| ShippingServiceOptionsCarrierWillPickUp | Bool | False | When true, the carrier will pick up the package. Note: Scheduled carrier pickup is available only using Dynamex (US), DPD (UK), and Royal Mail (UK). |
| ShippingServiceOptionsDeliveryExperience | String | False | The delivery confirmation level. |
| StandardIdForLabel | String | False | The type of standard identifier to print on the label. |
| ShipFromStateOrProvinceCode | String | True | The state or province code. This is a required field in Canada, US, and UK marketplaces, and for shipments that originate in China. |
| WeightValue | Decimal | True | The weight value. |
| WeightUnit | String | True | The unit of weight. |
| PackageWidth | Decimal | True | The package width. |
Result Set Columns
| Name | Type | Description |
| CarrierName | String | The name of the carrier. For example, USPS. |
| UnavailableStatus | String | The status of the unavailable shipping service. |
| UnavailableReasonCode | String | A programmatically consumable reason code for the rejection. For example, CARRIER_CANNOT_SHIP_TO_POBOX. |
| UnavailableReasonMessage | String | A localized human-readable description of the rejection reason. |
| ShippingServiceId | String | An Amazon-defined shipping service identifier. |
| ShippingServiceName | String | The localized name of the shipping service. For example, FedEx Standard Overnight. |