Merchant Fulfillment API v0 Reference
Purchase shipping for non-Prime and Prime orders using Amazon’s Buy Shipping Services.
Overview
The Selling Partner API for Merchant Fulfillment helps you build applications that let sellers purchase shipping for non-Prime and Prime orders using Amazon’s Buy Shipping Services.
Version information
Version : v0
Contact information
Contact : Selling Partner API Developer Support
Contact URL : https://sellercentral.amazon.com/gp/mws/contactus.html
License information
License : Apache License 2.0
License URL : http://www.apache.org/licenses/LICENSE-2.0
URI scheme
Host : sellingpartnerapi-na.amazon.com
Schemes : HTTPS
Consumes
application/json
Produces
application/json
Operations
getEligibleShipmentServices
getShipment
cancelShipment
createShipment
getAdditionalSellerInputs
Paths
POST /mfn/v0/eligibleShippingServices
Operation: getEligibleShipmentServices
Description
Returns a list of shipping service offers that satisfy the specified shipment request details.
Usage Plan:
Rate (requests per second) | Burst |
---|---|
5 | 10 |
The 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 than those shown here. For more information, see Usage Plans and Rate Limits in the Selling Partner API.
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Body | body required | Request schema for GetEligibleShipmentServices operation. | GetEligibleShipmentServicesRequest |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 | Success Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | GetEligibleShipmentServicesResponse |
400 | Request has missing or invalid parameters and cannot be parsed. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | GetEligibleShipmentServicesResponse |
401 | The request's Authorization header is not formatted correctly or does not contain a valid token. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | GetEligibleShipmentServicesResponse |
403 | Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | GetEligibleShipmentServicesResponse |
404 | The specified resource does not exist. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | GetEligibleShipmentServicesResponse |
429 | The frequency of requests was greater than allowed. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | GetEligibleShipmentServicesResponse |
500 | An unexpected condition occurred that prevented the server from fulfilling the request. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | GetEligibleShipmentServicesResponse |
503 | Temporary overloading or maintenance of the server. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | GetEligibleShipmentServicesResponse |
GET /mfn/v0/shipments/{shipmentId}
Operation: getShipment
Description
Returns the shipment information for an existing shipment.
Usage Plan:
Rate (requests per second) | Burst |
---|---|
1 | 1 |
The 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 than those shown here. For more information, see Usage Plans and Rate Limits in the Selling Partner API.
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Path | shipmentId required | The Amazon-defined shipment identifier for the shipment. | string |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 | Success Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | GetShipmentResponse |
400 | Request has missing or invalid parameters and cannot be parsed. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | GetShipmentResponse |
401 | The request's Authorization header is not formatted correctly or does not contain a valid token. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | GetShipmentResponse |
403 | Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | GetShipmentResponse |
404 | The specified resource does not exist. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | GetShipmentResponse |
429 | The frequency of requests was greater than allowed. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | GetShipmentResponse |
500 | An unexpected condition occurred that prevented the server from fulfilling the request. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | GetShipmentResponse |
503 | Temporary overloading or maintenance of the server. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | GetShipmentResponse |
DELETE /mfn/v0/shipments/{shipmentId}
Operation: cancelShipment
Description
Cancel the shipment indicated by the specified shipment identifier.
Usage Plan:
Rate (requests per second) | Burst |
---|---|
1 | 1 |
The 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 than those shown here. For more information, see Usage Plans and Rate Limits in the Selling Partner API.
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Path | shipmentId required | The Amazon-defined shipment identifier for the shipment to cancel. | string |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 | Success Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | CancelShipmentResponse |
400 | Request has missing or invalid parameters and cannot be parsed. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | CancelShipmentResponse |
401 | The request's Authorization header is not formatted correctly or does not contain a valid token. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CancelShipmentResponse |
403 | Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CancelShipmentResponse |
404 | The resource specified does not exist. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | CancelShipmentResponse |
429 | The frequency of requests was greater than allowed. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CancelShipmentResponse |
500 | An unexpected condition occurred that prevented the server from fulfilling the request. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CancelShipmentResponse |
503 | Temporary overloading or maintenance of the server. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CancelShipmentResponse |
POST /mfn/v0/shipments
Operation: createShipment
Description
Create a shipment with the information provided.
Usage Plan:
Rate (requests per second) | Burst |
---|---|
1 | 1 |
The 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 than those shown here. For more information, see Usage Plans and Rate Limits in the Selling Partner API.
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Body | body required | Request schema for CreateShipment operation. | CreateShipmentRequest |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 | Success Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | CreateShipmentResponse |
400 | Request has missing or invalid parameters and cannot be parsed. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | CreateShipmentResponse |
401 | The request's Authorization header is not formatted correctly or does not contain a valid token. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateShipmentResponse |
403 | Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateShipmentResponse |
404 | The specified resource does not exist. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | CreateShipmentResponse |
429 | The frequency of requests was greater than allowed. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateShipmentResponse |
500 | An unexpected condition occurred that prevented the server from fulfilling the request. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateShipmentResponse |
503 | Temporary overloading or maintenance of the server. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | CreateShipmentResponse |
POST /mfn/v0/additionalSellerInputs
Operation: getAdditionalSellerInputs
Description
Gets a list of additional seller inputs required for a ship method. This is generally used for international shipping.
Usage Plan:
Rate (requests per second) | Burst |
---|---|
1 | 1 |
The 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 than those shown here. For more information, see Usage Plans and Rate Limits in the Selling Partner API.
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Body | body required | Request schema for GetAdditionalSellerInputs operation. | GetAdditionalSellerInputsRequest |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 | Success Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | GetAdditionalSellerInputsResponse |
400 | Request has missing or invalid parameters and cannot be parsed. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | GetAdditionalSellerInputsResponse |
401 | The request's Authorization header is not formatted correctly or does not contain a valid token. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | GetAdditionalSellerInputsResponse |
403 | Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | GetAdditionalSellerInputsResponse |
404 | The specified resource does not exist. Headers : x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation. x-amzn-RequestId (string) : Unique request reference identifier. | GetAdditionalSellerInputsResponse |
429 | The frequency of requests was greater than allowed. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | GetAdditionalSellerInputsResponse |
500 | An unexpected condition occurred that prevented the server from fulfilling the request. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | GetAdditionalSellerInputsResponse |
503 | Temporary overloading or maintenance of the server. Headers : x-amzn-RequestId (string) : Unique request reference identifier. | GetAdditionalSellerInputsResponse |
Definitions
Error
Error response returned when the request is unsuccessful.
Name | Description | Schema |
---|---|---|
code required | An error code that identifies the type of error that occured. | string |
message required | A message that describes the error condition in a human-readable form. | string |
details optional | Additional details that can help the caller understand or fix the issue. | string |
ErrorList
A list of error responses returned when a request is unsuccessful.
Type : < Error > array
LabelFormatOptionRequest
Whether to include a packing slip.
Name | Description | Schema |
---|---|---|
IncludePackingSlipWithLabel optional | When true, include a packing slip with the label. | boolean |
LabelFormatOption
The label format details and whether to include a packing slip.
Name | Description | Schema |
---|---|---|
IncludePackingSlipWithLabel optional | When true, include a packing slip with the label. | boolean |
LabelFormat optional | The label format. | LabelFormat |
AvailableCarrierWillPickUpOption
Indicates whether the carrier will pick up the package, and what fee is charged, if any.
Name | Description | Schema |
---|---|---|
CarrierWillPickUpOption required | Carrier will pick up option. | CarrierWillPickUpOption |
Charge required | The fee charged. | CurrencyAmount |
AvailableCarrierWillPickUpOptionsList
List of available carrier pickup options.
Type : < AvailableCarrierWillPickUpOption > array
AvailableDeliveryExperienceOption
The available delivery confirmation options, and the fee charged, if any.
Name | Description | Schema |
---|---|---|
DeliveryExperienceOption required | The delivery confirmation level. | DeliveryExperienceOption |
Charge required | Currency type and amount. | CurrencyAmount |
AvailableDeliveryExperienceOptionsList
List of available delivery experience options.
Type : < AvailableDeliveryExperienceOption > array
AvailableShippingServiceOptions
The available shipping service options.
Name | Description | Schema |
---|---|---|
AvailableCarrierWillPickUpOptions required | List of available carrier pickup options. | AvailableCarrierWillPickUpOptionsList |
AvailableDeliveryExperienceOptions required | List of available delivery experience options. | AvailableDeliveryExperienceOptionsList |
AvailableFormatOptionsForLabel
The available label formats.
Type : < LabelFormatOption > array
AvailableFormatOptionsForLabelList
The available label formats.
Type : < LabelFormatOption > array
Constraint
A validation constraint.
Name | Description | Schema |
---|---|---|
ValidationRegEx optional | A regular expression. | string |
ValidationString required | A validation string. | string |
Constraints
List of constraints.
Type : < Constraint > array
AdditionalInputs
Maps the additional seller input to the definition. The key to the map is the field name.
Name | Description | Schema |
---|---|---|
AdditionalInputFieldName optional | The field name. | string |
SellerInputDefinition optional | Specifies characteristics that apply to a seller input. | SellerInputDefinition |
SellerInputDefinition
Specifies characteristics that apply to a seller input.
Name | Description | Schema |
---|---|---|
IsRequired required | When true, the additional input field is required. | boolean |
DataType required | The data type of the additional input field. | string |
Constraints required | List of constraints. | Constraints |
InputDisplayText required | The display text for the additional input field. | string |
InputTarget optional | Whether the seller input applies to the item or the shipment. | InputTargetType |
StoredValue required | Additional information required to purchase shipping. | AdditionalSellerInput |
RestrictedSetValues optional | The set of fixed values in an additional seller input. | RestrictedSetValues |
InputTargetType
Indicates whether the additional seller input is at the item or shipment level.
Type : enum
Value | Description |
---|---|
SHIPMENT_LEVEL | The additional seller input is at the shipment level. |
ITEM_LEVEL | The additional seller input is at the item level. |
AdditionalInputsList
A list of additional inputs.
Type : < AdditionalInputs > array
AdditionalSellerInput
Additional information required to purchase shipping.
Name | Description | Schema |
---|---|---|
DataType optional | The data type of the additional information. | string |
ValueAsString optional | The value when the data type is string. | string |
ValueAsBoolean optional | The value when the data type is boolean. | boolean |
ValueAsInteger optional | The value when the data type is integer. | integer |
ValueAsTimestamp optional | The value when the data type is a date-time formatted string. | Timestamp |
ValueAsAddress optional | The postal address information. | Address |
ValueAsWeight optional | The weight. | Weight |
ValueAsDimension optional | The length. | Length |
ValueAsCurrency optional | Currency type and amount. | CurrencyAmount |
AdditionalSellerInputs
An additional set of seller inputs required to purchase shipping.
Name | Description | Schema |
---|---|---|
AdditionalInputFieldName required | The name of the additional input field. | string |
AdditionalSellerInput required | Additional information required to purchase shipping. | AdditionalSellerInput |
AdditionalSellerInputsList
A list of additional seller input pairs required to purchase shipping.
Type : < AdditionalSellerInputs > array
Address
The postal address information.
Name | Description | Schema |
---|---|---|
Name required | The name of the addressee, or business name. | AddressName |
AddressLine1 required | The street address information. | AddressLine1 |
AddressLine2 optional | Additional street address information. | AddressLine2 |
AddressLine3 optional | Additional street address information. | AddressLine3 |
DistrictOrCounty optional | The district or county. | DistrictOrCounty |
Email required | The email address. | EmailAddress |
City required | The city. | City |
StateOrProvinceCode optional | The state or province code. Note. Required in the Canada, US, and UK marketplaces. Also required for shipments originating from China. | StateOrProvinceCode |
PostalCode required | The zip code or postal code. | PostalCode |
CountryCode required | The country code. A two-character country code, in ISO 3166-1 alpha-2 format. | CountryCode |
Phone required | The phone number. | PhoneNumber |
AddressLine1
The street address information.
Type : string
maxLength : 180
AddressLine2
Additional street address information.
Type : string
maxLength : 60
AddressLine3
Additional street address information.
Type : string
maxLength : 60
AddressName
The name of the addressee, or business name.
Type : string
maxLength : 30
AmazonOrderId
An Amazon-defined order identifier, in 3-7-7 format.
Type : string
Benefits
Benefits that are included and excluded for each shipping offer. Benefits represents services provided by Amazon (eg. CLAIMS_PROTECTED, etc.) when sellers purchase shipping through Amazon. Benefit details will be made available for any shipment placed on or after January 1st 2024 00:00 UTC
Name | Description | Schema |
---|---|---|
IncludedBenefits optional | A list of included benefits. | IncludedBenefits |
ExcludedBenefits optional | A list of excluded benefit. Refer to the ExcludeBenefit object for further documentation. | ExcludedBenefits |
IncludedBenefits
A list of included benefits.
Type : < string > array
ExcludedBenefits
A list of excluded benefit. Refer to the ExcludeBenefit object for further documentation.
Type : < ExcludedBenefit > array
ExcludedBenefit
Object representing an excluded benefit that is excluded for a shipping offer or rate.
Name | Description | Schema |
---|---|---|
Benefit optional | Benefit that is being excluded from a shipment. | string |
ReasonCodes optional | List of reasons (eg. LATE_DELIVERY_RISK, etc.) indicating why a benefit is excluded for a shipping offer. | ExcludedBenefitReasonCodes |
ExcludedBenefitReasonCodes
List of reasons (eg. LATE_DELIVERY_RISK, etc.) indicating why a benefit is excluded for a shipping offer.
Type : < string > array
CancelShipmentResponse
Response schema.
City
The city.
Type : string
maxLength : 30
CountryCode
The country code. A two-character country code, in ISO 3166-1 alpha-2 format.
Type : string
CreateShipmentRequest
Request schema.
Name | Description | Schema |
---|---|---|
ShipmentRequestDetails required | Shipment information required for creating a shipment. | ShipmentRequestDetails |
ShippingServiceId required | An Amazon-defined shipping service identifier. | ShippingServiceIdentifier |
ShippingServiceOfferId optional | Identifies a shipping service order made by a carrier. | string |
HazmatType optional | Hazardous materials options for a package. Consult the terms and conditions for each carrier for more information about hazardous materials. | HazmatType |
LabelFormatOption optional | Whether to include a packing slip. | LabelFormatOptionRequest |
ShipmentLevelSellerInputsList optional | A list of additional seller inputs required to ship this shipment. | AdditionalSellerInputsList |
CreateShipmentResponse
Response schema.
ItemLevelFields
A list of item level fields.
Name | Description | Schema |
---|---|---|
Asin required | The Amazon Standard Identification Number (ASIN) of the item. | string |
AdditionalInputs required | A list of additional inputs. | AdditionalInputsList |
ItemLevelFieldsList
A list of item level fields.
Type : < ItemLevelFields > array
GetAdditionalSellerInputsRequest
Request schema.
Name | Description | Schema |
---|---|---|
ShippingServiceId required | An Amazon-defined shipping service identifier. | ShippingServiceIdentifier |
ShipFromAddress required | The address from which to ship. | Address |
OrderId required | An Amazon defined order identifier | AmazonOrderId |
GetAdditionalSellerInputsResult
The payload for the getAdditionalSellerInputs operation.
Name | Description | Schema |
---|---|---|
ShipmentLevelFields optional | A list of additional inputs. | AdditionalInputsList |
ItemLevelFieldsList optional | A list of item level fields. | ItemLevelFieldsList |
GetAdditionalSellerInputsResponse
Response schema.
Name | Description | Schema |
---|---|---|
payload optional | The payload for the getAdditionalSellerInputs operation. | GetAdditionalSellerInputsResult |
errors optional | A list of error responses returned when a request is unsuccessful. | ErrorList |
CurrencyAmount
Currency type and amount.
Name | Description | Schema |
---|---|---|
CurrencyCode required | Three-digit currency code in ISO 4217 format. maxLength : 3 | string |
Amount required | The currency amount. | number (double) |
CustomTextForLabel
Custom text to print on the label.
Note: Custom text is only included on labels that are in ZPL format (ZPL203). FedEx does not support CustomTextForLabel.
Type : string
maxLength : 14
DeliveryExperienceType
The delivery confirmation level.
Type : enum
Value | Description |
---|---|
DeliveryConfirmationWithAdultSignature | Delivery confirmation with adult signature. |
DeliveryConfirmationWithSignature | Delivery confirmation with signature. Required for DPD (UK). |
DeliveryConfirmationWithoutSignature | Delivery confirmation without signature. |
NoTracking | No delivery confirmation. |
DistrictOrCounty
The district or county.
Type : string
EmailAddress
The email address.
Type : string
FileContents
The document data and checksum.
Name | Description | Schema |
---|---|---|
Contents required | Data for printing labels, in the form of a Base64-encoded, GZip-compressed string. | string |
FileType required | The file type for a label. | FileType |
Checksum required | An MD5 hash to validate the PDF document data, in the form of a Base64-encoded string. | string |
FileType
The file type for a label.
Type : enum
Value | Description |
---|---|
application/pdf | A Portable Document Format (pdf) file. |
application/zpl | A Zebra Programming Language (zpl) file. |
image/png | A Portable Network Graphics (png) file. |
GetEligibleShipmentServicesRequest
Request schema.
Name | Description | Schema |
---|---|---|
ShipmentRequestDetails required | Shipment information required for requesting shipping service offers. | ShipmentRequestDetails |
ShippingOfferingFilter optional | Filter for use when requesting eligible shipping services. | ShippingOfferingFilter |
GetEligibleShipmentServicesResponse
Response schema.
Name | Description | Schema |
---|---|---|
payload optional | The payload for the getEligibleShipmentServices operation. | GetEligibleShipmentServicesResult |
errors optional | One or more unexpected errors occurred during this operation. | ErrorList |
GetEligibleShipmentServicesResult
The payload for the getEligibleShipmentServices operation.
Name | Description | Schema |
---|---|---|
ShippingServiceList required | A list of shipping services offers. | ShippingServiceList |
RejectedShippingServiceList optional | List of services that were for some reason unavailable for this request | RejectedShippingServiceList |
TemporarilyUnavailableCarrierList optional | A list of temporarily unavailable carriers. | TemporarilyUnavailableCarrierList |
TermsAndConditionsNotAcceptedCarrierList optional | List of carriers whose terms and conditions were not accepted by the seller. | TermsAndConditionsNotAcceptedCarrierList |
GetShipmentResponse
Response schema.
HazmatType
Hazardous materials options for a package. Consult the terms and conditions for each carrier for more information on hazardous materials.
Type : enum
Value | Description |
---|---|
None | The package does not contain hazardous material. |
LQHazmat | The package contains limited quantities of hazardous material. |
Item
An Amazon order item identifier and a quantity.
Name | Description | Schema |
---|---|---|
OrderItemId required | An Amazon-defined identifier for an individual item in an order. | OrderItemId |
Quantity required | The number of items. | ItemQuantity |
ItemWeight optional | The weight. | Weight |
ItemDescription optional | The description of the item. | ItemDescription |
TransparencyCodeList optional | A list of transparency codes. | TransparencyCodeList |
ItemLevelSellerInputsList optional | A list of additional seller inputs required to ship this item using the chosen shipping service. | AdditionalSellerInputsList |
LiquidVolume optional | Liquid Volume. | LiquidVolume |
IsHazmat optional | When true, the item qualifies as hazardous materials (hazmat). Defaults to false. | boolean |
DangerousGoodsDetails optional | Details related to any dangerous goods/items that are being shipped. | DangerousGoodsDetails |
ItemList
The list of items to be included in a shipment.
Type : < Item > array
ItemQuantity
The number of items.
Type : integer (int32)
ItemDescription
The description of the item.
Type : string
Label
Data for creating a shipping label and dimensions for printing the label.
Name | Description | Schema |
---|---|---|
CustomTextForLabel optional | Custom text to print on the label. Note: Custom text is only included on labels that are in ZPL format (ZPL203). FedEx does not support CustomTextForLabel. | CustomTextForLabel |
Dimensions required | Dimensions for printing a shipping label. | LabelDimensions |
FileContents required | The document data and checksum. | FileContents |
LabelFormat optional | The label format. | LabelFormat |
StandardIdForLabel optional | The type of standard identifier to print on the label. | StandardIdForLabel |
LabelCustomization
Custom text for shipping labels.
Name | Description | Schema |
---|---|---|
CustomTextForLabel optional | Custom text to print on the label. Note: Custom text is only included on labels that are in ZPL format (ZPL203). FedEx does not support CustomTextForLabel. | CustomTextForLabel |
StandardIdForLabel optional | The type of standard identifier to print on the label. | StandardIdForLabel |
LabelDimension
A label dimension.
Type : number
LabelDimensions
Dimensions for printing a shipping label.
Name | Description | Schema |
---|---|---|
Length required | The length dimension. | LabelDimension |
Width required | The width dimension. | LabelDimension |
Unit required | The unit of measurement. | UnitOfLength |
LabelFormat
The label format.
Type : enum
Value | Description |
---|---|
Portable Document Format (pdf). | |
PNG | Portable Network Graphics (png) format. |
ZPL203 | Zebra Programming Language (zpl) format, 203 dots per inch resolution. |
ZPL300 | Zebra Programming Language (zpl) format, 300 dots per inch resolution. |
ShippingServiceDefault | The default provided by the shipping service. |
LabelFormatList
List of label formats.
Type : < LabelFormat > array
Length
The length.
Name | Description | Schema |
---|---|---|
value optional | The value in units. | number |
unit optional | The unit of length. | UnitOfLength |
OrderItemId
An Amazon-defined identifier for an individual item in an order.
Type : string
PackageDimension
Number representing the given package dimension.
Type : number (double)
PackageDimensions
The dimensions of a package contained in a shipment.
Name | Description | Schema |
---|---|---|
Length optional | The length dimension. If you don't specify PredefinedPackageDimensions, you must specify the Length. | PackageDimension |
Width optional | The width dimension. If you don't specify PredefinedPackageDimensions, you must specify the Width. | PackageDimension |
Height optional | The height dimension. If you don't specify PredefinedPackageDimensions, you must specify the Height. | PackageDimension |
Unit optional | The unit of measurement. If you don't specify PredefinedPackageDimensions, you must specify the Unit. | UnitOfLength |
PredefinedPackageDimensions optional | An enumeration of predefined parcel tokens. If you specify a PredefinedPackageDimensions token, you are not obligated to use a branded package from a carrier. For example, if you specify the FedEx_Box_10kg token, you do not have to use that particular package from FedEx. You are only obligated to use a box that matches the dimensions specified by the token. Note: Please note that carriers can have restrictions on the type of package allowed for certain ship methods. Check the carrier website for all details. Example: Flat rate pricing is available when materials are sent by USPS in a USPS-produced Flat Rate Envelope or Box. | PredefinedPackageDimensions |
PhoneNumber
The phone number.
Type : string
maxLength : 30
PostalCode
The zip code or postal code.
Type : string
maxLength : 30
PredefinedPackageDimensions
An enumeration of predefined parcel tokens. If you specify a PredefinedPackageDimensions token, you are not obligated to use a branded package from a carrier. For example, if you specify the FedEx_Box_10kg token, you do not have to use that particular package from FedEx. You are only obligated to use a box that matches the dimensions specified by the token.
Note: Please note that carriers can have restrictions on the type of package allowed for certain ship methods. Check the carrier website for all details. Example: Flat rate pricing is available when materials are sent by USPS in a USPS-produced Flat Rate Envelope or Box.
Type : enum
Value | Description |
---|---|
FedEx_Box_10kg | 15.81 x 12.94 x 10.19 in. |
FedEx_Box_25kg | 54.80 x 42.10 x 33.50 in. |
FedEx_Box_Extra_Large_1 | 11.88 x 11.00 x 10.75 in. |
FedEx_Box_Extra_Large_2 | 15.75 x 14.13 x 6.00 in. |
FedEx_Box_Large_1 | 17.50 x 12.38 x 3.00 in. |
FedEx_Box_Large_2 | 11.25 x 8.75 x 7.75 in. |
FedEx_Box_Medium_1 | 13.25 x 11.50 x 2.38 in. |
FedEx_Box_Medium_2 | 11.25 x 8.75 x 4.38 in. |
FedEx_Box_Small_1 | 12.38 x 10.88 x 1.50 in. |
FedEx_Box_Small_2 | 8.75 x 2.63 x 11.25 in. |
FedEx_Envelope | 12.50 x 9.50 x 0.80 in. |
FedEx_Padded_Pak | 11.75 x 14.75 x 2.00 in. |
FedEx_Pak_1 | 15.50 x 12.00 x 0.80 in. |
FedEx_Pak_2 | 12.75 x 10.25 x 0.80 in. |
FedEx_Tube | 38.00 x 6.00 x 6.00 in. |
FedEx_XL_Pak | 17.50 x 20.75 x 2.00 in. |
UPS_Box_10kg | 41.00 x 33.50 x 26.50 cm. |
UPS_Box_25kg | 48.40 x 43.30 x 35.00 cm. |
UPS_Express_Box | 46.00 x 31.50 x 9.50 cm. |
UPS_Express_Box_Large | 18.00 x 13.00 x 3.00 in. |
UPS_Express_Box_Medium | 15.00 x 11.00 x 3.00 in. |
UPS_Express_Box_Small | 13.00 x 11.00 x 2.00 in. |
UPS_Express_Envelope | 12.50 x 9.50 x 2.00 in. |
UPS_Express_Hard_Pak | 14.75 x 11.50 x 2.00 in. |
UPS_Express_Legal_Envelope | 15.00 x 9.50 x 2.00 in. |
UPS_Express_Pak | 16.00 x 12.75 x 2.00 in. |
UPS_Express_Tube | 97.00 x 19.00 x 16.50 cm. |
UPS_Laboratory_Pak | 17.25 x 12.75 x 2.00 in. |
UPS_Pad_Pak | 14.75 x 11.00 x 2.00 in. |
UPS_Pallet | 120.00 x 80.00 x 200.00 cm. |
USPS_Card | 6.00 x 4.25 x 0.01 in. |
USPS_Flat | 15.00 x 12.00 x 0.75 in. |
USPS_FlatRateCardboardEnvelope | 12.50 x 9.50 x 4.00 in. |
USPS_FlatRateEnvelope | 12.50 x 9.50 x 4.00 in. |
USPS_FlatRateGiftCardEnvelope | 10.00 x 7.00 x 4.00 in |
USPS_FlatRateLegalEnvelope | 15.00 x 9.50 x 4.00 in. |
USPS_FlatRatePaddedEnvelope | 12.50 x 9.50 x 4.00 in. |
USPS_FlatRateWindowEnvelope | 10.00 x 5.00 x 4.00 in. |
USPS_LargeFlatRateBoardGameBox | 24.06 x 11.88 x 3.13 in. |
USPS_LargeFlatRateBox | 12.25 x 12.25 x 6.00 in. |
USPS_Letter | 11.50 x 6.13 x 0.25 in. |
USPS_MediumFlatRateBox1 | 11.25 x 8.75 x 6.00 in. |
USPS_MediumFlatRateBox2 | 14.00 x 12.00 x 3.50 in. |
USPS_RegionalRateBoxA1 | 10.13 x 7.13 x 5.00 in. |
USPS_RegionalRateBoxA2 | 13.06 x 11.06 x 2.50 in. |
USPS_RegionalRateBoxB1 | 16.25 x 14.50 x 3.00 in. |
USPS_RegionalRateBoxB2 | 12.25 x 10.50 x 5.50 in. |
USPS_RegionalRateBoxC | 15.00 x 12.00 x 12.00 in. |
USPS_SmallFlatRateBox | 8.69 x 5.44 x 1.75 in. |
USPS_SmallFlatRateEnvelope | 10.00 x 6.00 x 4.00 in. |
RestrictedSetValues
The set of fixed values in an additional seller input.
Type : < string > array
SellerOrderId
A seller-defined order identifier.
Type : string
maxLength : 64
Shipment
The details of a shipment, including the shipment status.
Name | Description | Schema |
---|---|---|
ShipmentId required | An Amazon-defined shipment identifier. | ShipmentId |
AmazonOrderId required | An Amazon-defined order identifier, in 3-7-7 format. | AmazonOrderId |
SellerOrderId optional | A seller-defined order identifier. | SellerOrderId |
ItemList required | The list of items to be included in a shipment. | ItemList |
ShipFromAddress required | The address of the sender. | Address |
ShipToAddress required | The destination address for the shipment. | Address |
PackageDimensions required | The dimensions of a package contained in a shipment. | PackageDimensions |
Weight required | The package weight. | Weight |
Insurance required | If DeclaredValue was specified in a previous call to the createShipment operation, then Insurance indicates the amount that the carrier will use to insure the shipment. If DeclaredValue was not specified with a previous call to the createShipment operation, then the shipment will be insured for the carrier's minimum insurance amount, or the combined sale prices that the items are listed for in the shipment, whichever is less. | CurrencyAmount |
ShippingService required | A shipping service offer made by a carrier. | ShippingService |
Label required | Data for creating a shipping label and dimensions for printing the label. If the shipment is canceled, an empty Label is returned. | Label |
Status required | The shipment status. | ShipmentStatus |
TrackingId optional | The shipment tracking identifier provided by the carrier. | TrackingId |
CreatedDate required | The date and time the shipment was created. | Timestamp |
LastUpdatedDate optional | The date and time of the last update. | Timestamp |
ShipmentId
An Amazon-defined shipment identifier.
Type : string
ShipmentRequestDetails
Shipment information required for requesting shipping service offers or for creating a shipment.
Name | Description | Schema |
---|---|---|
AmazonOrderId required | An Amazon-defined order identifier in 3-7-7 format. | AmazonOrderId |
SellerOrderId optional | A seller-defined order identifier. | SellerOrderId |
ItemList required | The list of items to be included in a shipment. | ItemList |
ShipFromAddress required | The address of the sender. | Address |
PackageDimensions required | The package dimensions. | PackageDimensions |
Weight required | The package weight. | Weight |
MustArriveByDate optional | The date by which the package must arrive to keep the promise to the customer, in ISO 8601 datetime format. If MustArriveByDate is specified, only shipping service offers that can be delivered by that date are returned. | Timestamp |
ShipDate optional | When used in a request, this is the date and time that the seller wants to ship the package. When used in a response, this is the date and time that the package can be shipped by the indicated method. | Timestamp |
ShippingServiceOptions required | Extra services offered by the carrier. | ShippingServiceOptions |
LabelCustomization optional | Label customization options. | LabelCustomization |
ShipmentStatus
The shipment status.
Type : enum
Value | Description |
---|---|
Purchased | The seller purchased a label by calling the createShipment operation. |
RefundPending | The seller requested a label refund by calling the cancelShipment operation, and the refund request is being processed by the carrier. Note: |
RefundRejected | The label refund request was rejected by the carrier. A refund request is rejected for either of the following reasons: |
RefundApplied | The refund has been approved and credited to the seller's account. |
DeliveryExperienceOption
The delivery confirmation level.
Type : enum
Value | Description |
---|---|
DeliveryConfirmationWithAdultSignature | Delivery confirmation with adult signature. |
DeliveryConfirmationWithSignature | Delivery confirmation with signature. Required for DPD (UK). |
DeliveryConfirmationWithoutSignature | Delivery confirmation without signature. |
NoTracking | No delivery confirmation. |
NoPreference | No preference. |
ShippingOfferingFilter
Filter for use when requesting eligible shipping services.
Name | Description | Schema |
---|---|---|
IncludePackingSlipWithLabel optional | When true, include a packing slip with the label. | boolean |
IncludeComplexShippingOptions optional | When true, include complex shipping options. | boolean |
CarrierWillPickUp optional | Carrier will pick up option. | CarrierWillPickUpOption |
DeliveryExperience optional | The delivery confirmation level. | DeliveryExperienceOption |
ShippingService
A shipping service offer made by a carrier.
Name | Description | Schema |
---|---|---|
ShippingServiceName required | A plain text representation of a carrier's shipping service. For example, "UPS Ground" or "FedEx Standard Overnight". | string |
CarrierName required | The name of the carrier. | string |
ShippingServiceId required | An Amazon-defined shipping service identifier. | ShippingServiceIdentifier |
ShippingServiceOfferId required | An Amazon-defined shipping service offer identifier. | string |
ShipDate required | The date that the carrier will ship the package. | Timestamp |
EarliestEstimatedDeliveryDate optional | The earliest date by which the shipment will be delivered. | Timestamp |
LatestEstimatedDeliveryDate optional | The latest date by which the shipment will be delivered. | Timestamp |
Rate required | The amount that the carrier will charge for the shipment. | CurrencyAmount |
ShippingServiceOptions required | Extra services offered by the carrier. | ShippingServiceOptions |
AvailableShippingServiceOptions optional | The available shipping service options. | AvailableShippingServiceOptions |
AvailableLabelFormats optional | List of label formats. | LabelFormatList |
AvailableFormatOptionsForLabel optional | The available label formats. | AvailableFormatOptionsForLabelList |
RequiresAdditionalSellerInputs required | When true, additional seller inputs are required. | boolean |
Benefits optional | Benefits that are included and excluded for each shipping offer. Benefits represents services provided by Amazon (eg. CLAIMS_PROTECTED, etc.) when sellers purchase shipping through Amazon. Benefit details will be made available for any shipment placed on or after January 1st 2024 00:00 UTC | Benefits |
ShippingServiceIdentifier
An Amazon-defined shipping service identifier.
Type : string
ShippingServiceList
A list of shipping services offers.
Type : < ShippingService > array
ShippingServiceOptions
Extra services provided by a carrier.
Name | Description | Schema |
---|---|---|
DeliveryExperience required | The delivery confirmation level. | DeliveryExperienceType |
DeclaredValue optional | The declared value of the shipment. The carrier uses this value to determine the amount to use to insure the shipment. If DeclaredValue is greater than the carrier's minimum insurance amount, the seller is charged for the additional insurance as determined by the carrier. For information about optional insurance coverage, see the Seller Central Help UK US. | CurrencyAmount |
CarrierWillPickUp required | 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). | boolean |
CarrierWillPickUpOption optional | Carrier will pick up option. | CarrierWillPickUpOption |
LabelFormat optional | The seller's preferred label format. | LabelFormat |
CarrierWillPickUpOption
Carrier will pick up option.
Type : enum
Value | Description |
---|---|
CarrierWillPickUp | The carrier will pick up the package. |
ShipperWillDropOff | The seller is responsible for arranging pickup or dropping off the package to the carrier. |
NoPreference | No preference. |
StandardIdForLabel
The type of standard identifier to print on the label.
Type : enum
Value | Description |
---|---|
AmazonOrderId | An Amazon-defined order identifier in 3-7-7 format. |
StateOrProvinceCode
The state or province code. Note. Required in the Canada, US, and UK marketplaces. Also required for shipments originating from China.
Type : string
maxLength : 30
RejectedShippingService
Information about a rejected shipping service
Name | Description | Schema |
---|---|---|
CarrierName required | The rejected shipping carrier name. e.g. USPS | string |
ShippingServiceName required | The rejected shipping service localized name. e.g. FedEx Standard Overnight | string |
ShippingServiceId required | The rejected shipping service identifier. e.g. FEDEX_PTP_STANDARD_OVERNIGHT | ShippingServiceIdentifier |
RejectionReasonCode required | A reason code meant to be consumed programatically. e.g. CARRIER_CANNOT_SHIP_TO_POBOX | string |
RejectionReasonMessage optional | A localized human readable description of the rejected reason. | string |
RejectedShippingServiceList
List of services that were for some reason unavailable for this request
Type : < RejectedShippingService > array
TemporarilyUnavailableCarrier
A carrier who is temporarily unavailable, most likely due to a service outage experienced by the carrier.
Name | Description | Schema |
---|---|---|
CarrierName required | The name of the carrier. | string |
TemporarilyUnavailableCarrierList
A list of temporarily unavailable carriers.
Type : < TemporarilyUnavailableCarrier > array
TermsAndConditionsNotAcceptedCarrier
A carrier whose terms and conditions have not been accepted by the seller.
Name | Description | Schema |
---|---|---|
CarrierName required | The name of the carrier. | string |
TermsAndConditionsNotAcceptedCarrierList
List of carriers whose terms and conditions were not accepted by the seller.
Type : < TermsAndConditionsNotAcceptedCarrier > array
Timestamp
Date-time formatted timestamp.
Type : string (date-time)
TrackingId
The shipment tracking identifier provided by the carrier.
Type : string
TransparencyCode
The Transparency code associated with the item. The Transparency serial number that needs to be submitted can be determined by the following:
1D or 2D Barcode: This has a T logo. Submit either the 29-character alpha-numeric identifier beginning with AZ or ZA, or the 38-character Serialized Global Trade Item Number (SGTIN).
2D Barcode SN: Submit the 7- to 20-character serial number barcode, which likely has the prefix SN. The serial number will be applied to the same side of the packaging as the GTIN (UPC/EAN/ISBN) barcode.
QR code SN: Submit the URL that the QR code generates.
Type : string
TransparencyCodeList
A list of transparency codes.
Type : < TransparencyCode > array
UnitOfLength
The unit of length.
Type : enum
Value | Description |
---|---|
inches | The unit of length is inches. |
centimeters | The unit of length is centimeters. |
UnitOfWeight
The unit of weight.
Type : enum
Value | Description |
---|---|
oz | The unit of weight is ounces. |
g | The unit of weight is grams. |
Weight
The weight.
Name | Description | Schema |
---|---|---|
Value required | The weight value. | WeightValue |
Unit required | The unit of weight. | UnitOfWeight |
WeightValue
The weight value.
Type : number (double)
LiquidVolume
Liquid Volume.
Name | Description | Schema |
---|---|---|
Unit required | The unit of measurement. | enum (Unit) |
Value required | The measurement value. | number |
DangerousGoodsDetails
Details related to any dangerous goods/items that are being shipped.
Name | Description | Schema |
---|---|---|
UnitedNationsRegulatoryId optional | The specific UNID of the item being shipped. Pattern : "^(UN|ID|NA)[0-9]{4}$" | string |
TransportationRegulatoryClass optional | The specific regulatory class of the item being shipped. Pattern : "^[1-9](\\.[1-9])?$" | string |
PackingGroup optional | The specific packaging group of the item being shipped. | enum (PackingGroup) |
PackingInstruction optional | The specific packing instruction of the item being shipped. | enum (PackingInstruction) |
PackingGroup
The specific packaging group of the item being shipped.
Type : enum
Value | Description |
---|---|
I | Packing group I indicates great danger. |
II | Packing group II indicates medium danger. |
III | Packing group III indicates minor danger. |
PackingInstruction
The specific packing instruction of the item being shipped.
Type : enum
Value | Description |
---|---|
PI965_SECTION_IA | Ion PI965 Section IA (LiBa) |
PI965_SECTION_IB | Ion PI965 Section IB (LiBa) |
PI965_SECTION_II | Ion PI965 Section II (LiBa) |
PI966_SECTION_I | Ion PI966 Section I (LiBa with equipment) |
PI966_SECTION_II | Ion PI966 Section II (LiBa with equipment) |
PI967_SECTION_I | Ion PI967 Section I (LiBa in equipment) |
PI967_SECTION_II | Ion PI967 Section II (LiBa in equipment) |
PI968_SECTION_IA | Metal PI968 Section IA (LiBa) |
PI968_SECTION_IB | Metal PI968 Section IB (LiBa) |
PI969_SECTION_I | Metal PI969 Section I (LiBa with equipment) |
PI969_SECTION_II | Metal PI969 Section II (LiBa with equipment) |
PI970_SECTION_I | Metal PI970 Section I (LiBa in equipment) |
PI970_SECTION_II | Metal PI970 Section II (LiBa in equipment) |
Unit
The unit of measurement.
Type : enum
Value | Description |
---|---|
ML | Milliliter - Metric unit of volume. |
L | Liter - Metric unit of volume. |
FL_OZ | Fluid Ounce - Imperial unit of volume. |
GAL | Gallon - Imperial unit of volume. |
PT | Pint - Imperial unit of volume. |
QT | Quart - Imperial unit of volume. |
C | Cup - Imperial unit of volume. |
Updated 4 months ago