# 概述
Fulfillment Outbound的Selling Partner API可以让你创建应用程序,帮助卖家利用他们在亚马逊履行网络中的库存履行多渠道履行订单. 你可以获得潜在和现有履行订单的信息.
# Version information
版本 : 2020-07-01
# Operations
getFulfillmentPreview
listAllFulfillmentOrders
createFulfillmentOrder
getPackageTrackingDetails
listReturnReasonCodes
createFulfillmentReturn
getFulfillmentOrder
updateFulfillmentOrder
cancelFulfillmentOrder
getFeatures
getFeatureInventory
getFeatureSKU
# 路径
# getFulfillmentPreview
POST /fba/outbound/2020-07-01/fulfillmentOrders/preview
# Description
根据你指定的运输标准,返回一个履行订单预览的列表.
使用计划:
| 速率(每秒恢复的请求) | 突发率 |
|---|---|
| 2 | 30 |
想了解更多信息,请参阅销售伙伴api文档中的 "使用计划和费率限制"
# Parameters
| Type | Name | Description | Schema |
|---|---|---|---|
| Body | body required | getFulfillmentPreview操作的请求体模式. | GetFulfillmentPreviewRequest |
# Responses
| HTTP Code | Description | Schema |
|---|---|---|
| 200 | Success. 头: x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数). x-amzn-RequestId (string) 唯一的请求参考 IDentifier. | GetFulfillmentPreviewResponse |
| 400 | 请求参数缺失或无效,无法解析. 标题 x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数). x-amzn-RequestId (string) 唯一的请求参考 IDentifier. | GetFulfillmentPreviewResponse |
| 401 | 请求的授权 标头格式不正确或包含无效令牌. 头: x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数).注: 对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | GetFulfillmentPreviewResponse |
| 403 | 表示禁止访问资源 可能的原因包括拒绝访问、未授权、过期令牌或无效签名. 标题 x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | GetFulfillmentPreviewResponse |
| 404 | 请求的资源不存在. 头: x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数). x-amzn-RequestId (string) 唯一的请求参考 IDentifier. | GetFulfillmentPreviewResponse |
| 429 | 请求的频率大于允许的频率. 头: x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数).注: 对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) 唯一的请求参考 IDentifier. | GetFulfillmentPreviewResponse |
| 500 | 发生了一个意外的情况,使服务器无法满足请求. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数).注: 对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) 唯一的请求参考 IDentifier. | GetFulfillmentPreviewResponse |
| 503 | 服务器暂时超载或维护. 头: x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数)._注:_对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) 唯一的请求参考 IDentifier. | GetFulfillmentPreviewResponse |
# listAllFulfillmentOrders
GET /fba/outbound/2020-07-01/fulfillmentOrders
# Description
返回一个在(或在)指定日期-时间后完成的履行订单的列表,或由下一个标记参数.表示
使用计划:
| 速率(每秒恢复的请求) | 突发率 |
|---|---|
| 2 | 30 |
想了解更多信息,请参阅销售伙伴api文档中的 "使用计划和费率限制"
# Parameters
| Type | Name | Description | Schema |
|---|---|---|---|
| *Query | *queryStartDate optional | A日期,用于选择在指定时间后(或)最后更新的履行订单.更新被定义为履行订单状态的任何变化,包括创建一个新的履行订单. | string (date-time) |
| Query | nextToken optional | A string token returned in the response to your previous request. | string |
# Responses
| HTTP Code | Description | Schema |
|---|---|---|
| 200 | Success. 头: x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数). x-amzn-RequestId (string) 唯一的请求参考 IDentifier. | ListAllFulfillmentOrdersResponse |
| 400 | 请求参数缺失或无效,无法解析. 标题 x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数). x-amzn-RequestId (string) 唯一的请求参考 IDentifier. | ListAllFulfillmentOrdersResponse |
| 401 | 请求的授权 标头格式不正确或包含无效令牌. 头 x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数).注: 对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | ListAllFulfillmentOrdersResponse |
| 403 | 表示禁止访问资源 可能的原因包括拒绝访问、未授权、过期令牌或无效签名. 标题 x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | ListAllFulfillmentOrdersResponse |
| 404 | 请求的资源不存在. 头: x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数). x-amzn-RequestId (string) 唯一的请求参考 IDentifier. | ListAllFulfillmentOrdersResponse |
| 429 | 请求的频率大于允许的频率. 标题 x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数)._注:_对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) 唯一的请求参考 IDentifier. | ListAllFulfillmentOrdersResponse |
| 500 | 发生了一个意外的情况,使服务器无法满足请求. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数).注: 对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) 唯一的请求参考 IDentifier. | ListAllFulfillmentOrdersResponse |
| 503 | 服务器暂时超载或维护. 头 x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数)._注:_对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) 唯一的请求参考 IDentifier. | ListAllFulfillmentOrdersResponse |
# createFulfillmentOrder
POST /fba/outbound/2020-07-01/fulfillmentOrders
# Description
请求亚马逊将卖家库存中的物品从亚马逊的履行网络中运送到一个目的地地址.
使用计划:
| 速率(每秒恢复的请求) | 突发率 |
|---|---|
| 2 | 30 |
想了解更多信息,请参阅销售伙伴api文档中的 "使用计划和费率限制"
# Parameters
| Type | Name | Description | Schema |
|---|---|---|---|
| Body | body required | createFulfillmentOrder操作的请求体模式. | CreateFulfillmentOrderRequest |
# Responses
| HTTP Code | Description | Schema |
|---|---|---|
| 200 | Success. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数). x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | [CreateFulfillmentOrderResponse](# 创建履行订单回复) |
| 400 | 请求参数缺失或无效,无法解析. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数) . x-amzn-RequestId (string) : 唯一的请求参考IDentifier. | [CreateFulfillmentOrderResponse](_ #createfulfillmentorderresponse) |
| 401 | 请求的授权 标头格式不正确或包含无效令牌. Headers : x-amzn-RateLimit-Limit (string) : 您 对此操作的速率限制(每秒请求数)._注:对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | CreateFulfillmentOrderResponse |
| 403 | 表示禁止访问资源可能的原因包括拒绝访问、未授权、过期令牌或无效签名. Headers : x-amzn-RequestId (string) : 唯一的请求参考IDentifier. | CreateFulfillmentOrderResponse |
| 404 | 请求的资源不存在. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数). x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | [CreateFulfillmentOrderResponse](# 创建履行订单回复) |
| 429 | 请求的频率大于允许的频率. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数)_ ._注:_对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | CreateFulfillmentOrderResponse |
| 500 | 发生了一个意外的情况,使服务器无法满足请求. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制 (每秒请求数)._注:_对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考IDentifier. | _CreateFulfillmentOrderResponse |
| 503 | 服务器暂时超载或维护. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数). _注意:_对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | CreateFulfillmentOrderResponse |
# getPackageTrackingDetails
GET /fba/outbound/2020-07-01/tracking
# Description
返回多-渠道履行订单的出港货物中的包裹的交付跟踪信息.
使用计划:
| 速率(每秒恢复的请求) | 突发率 |
|---|---|
| 2 | 30 |
想了解更多信息,请参阅销售伙伴api文档中的 "使用计划和费率限制"
# Parameters
| Type | Name | Description | Schema |
|---|---|---|---|
| Query | packageNumber required | 由getFulfillmentOrder返回的未加密的包裹标识符operation. | integer (int32) |
# Responses
| HTTP Code | Description | Schema |
|---|---|---|
| 200 | Success. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数). x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | [GetPackageTrackingDetailsResponse](# 呼叫中心. |
| 400 | 请求参数缺失或无效,无法解析. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数) . x-amzn-RequestId (string) : 唯一的请求参考IDentifier. | [GetPackageTrackingDetailsResponse](_ #getpackagetrackingdetailsresponse) |
| 401 | 请求的授权 标头格式不正确或包含无效令牌. Headers : x-amzn-RateLimit-Limit (string) : 您 对此操作的速率限制(每秒请求数)._注:对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | GetPackageTrackingDetailsResponse |
| 403 | 表示禁止访问资源可能的原因包括拒绝访问、未授权、过期令牌或无效签名. Headers : x-amzn-RequestId (string) : 唯一的请求参考IDentifier. | GetPackageTrackingDetailsResponse |
| 404 | 请求的资源不存在. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数). x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | [GetPackageTrackingDetailsResponse](# 呼叫中心. |
| 429 | 请求的频率大于允许的频率. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数)_ ._注:_对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | GetPackageTrackingDetailsResponse |
| 500 | 发生了一个意外的情况,使服务器无法满足请求. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制 (每秒请求数)._注:_对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考IDentifier. | _GetPackageTrackingDetailsResponse |
| 503 | 服务器暂时超载或维护. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数). _注意:_对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | GetPackageTrackingDetailsResponse |
# listReturnReasonCodes
GET /fba/outbound/2020-07-01/returnReasonCodes
# Description
返回给定市场中卖方SKU的退货原因代码列表.
使用计划:
| 速率(每秒恢复的请求) | 突发率 |
|---|---|
| 2 | 30 |
想了解更多信息,请参阅销售伙伴api文档中的 "使用计划和费率限制"
# Parameters
| Type | Name | Description | Schema |
|---|---|---|---|
| Query | sellerSku required | 需要退货原因代码的卖方SKU. | string |
| Query | marketplaceId optional | 卖家希望得到退货原因代码的市场. | string_ |
| Query | sellerFulfillmentOrderId optional | 卖家在创建履行订单时分配给该物品的标识.服务使用这个值来确定卖家想要退货原因代码的市场. | string |
| Query | language required | ReasonCodeDetails的TranslatedDescription属性应翻译成的语言响应对象的TranslatedDescription属性应该被翻译成. | string |
# Responses
| HTTP Code | Description | Schema |
|---|---|---|
| 200 | Success. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数). x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | [ListReturnReasonCodesResponse](# 列表返回的原因代码响应) |
| 400 | 请求参数缺失或无效,无法解析. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数) . x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | [ListReturnReasonCodesResponse](# _listreturnreasoncodesresponse) |
| 401 | 请求的授权 标头格式不正确或包含无效令牌. Headers : x-amzn-RateLimit-Limit (string) : 您 对此操作的速率限制(每秒请求数)._注:对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | ListReturnReasonCodesResponse |
| 403 | 表示禁止访问资源可能的原因包括拒绝访问、未授权、过期令牌或无效签名. Headers : x-amzn-RequestId (string) : 唯一的请求参考IDentifier. | ListReturnReasonCodesResponse |
| 404 | 请求的资源不存在. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数). x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | [ListReturnReasonCodesResponse](# 列表返回的原因代码响应) |
| 429 | 请求的频率大于允许的频率. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数)_ ._注:_对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | ListReturnReasonCodesResponse |
| 500 | 发生了一个意外的情况,使服务器无法满足请求. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制 (每秒请求数)._注:_对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考IDentifier. | _ListReturnReasonCodesResponse |
| 503 | 服务器暂时超载或维护. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数). _注意:_对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | ListReturnReasonCodesResponse |
# createFulfillmentReturn
PUT /fba/outbound/2020-07-01/fulfillmentOrders/{sellerFulfillmentOrderId}/return
# Description
创建一个履约退货.
使用计划:
| 速率(每秒恢复的请求) | 突发率 |
|---|---|
| 2 | 30 |
想了解更多信息,请参阅销售伙伴api文档中的 "使用计划和费率限制"
# Parameters
| Type | Name | Description | Schema |
|---|---|---|---|
| Body | body required | createFulfillmentReturn操作为使用createFulfillmentReturn履行的项目创建一个履行回报对于调用createFulfillmentReturn的操作,你必须包括ReturnReasonCode的值在调用createFulfillmentReturn时,必须包括之前调用listReturnReasonCodes操作所返回的ReturnReasonCode值. | [CreateFulfillmentReturnRequest](# createfulfillmentreturnrequest) |
| Path | sellerFulfillmentOrderId required | 一个由卖方在创建时分配给履行订单的标识符它被创建.卖家使用他们自己的记录来找到正确的SellerFulfillmentOrderId值,基于买家的退货要求_ . | string |
# Responses
| HTTP Code | Description | Schema |
|---|---|---|
| 200 | Success. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数). x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | [CreateFulfillmentReturnResponse](# 创作完成后的回复) |
| 400 | 请求参数缺失或无效,无法解析. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数) . x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | [CreateFulfillmentReturnResponse](_ #createfulfillmentreturnresponse) |
| 401 | 请求的授权 标头格式不正确或包含无效令牌. Headers : x-amzn-RateLimit-Limit (string) : 您 对此操作的速率限制(每秒请求数)._注:对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | CreateFulfillmentReturnResponse |
| 403 | 表示禁止访问资源可能的原因包括拒绝访问、未授权、过期令牌或无效签名. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数)._ _注意:_对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考IDentifier. | CreateFulfillmentReturnResponse |
| 404 | 请求的资源不存在. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数). x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | [CreateFulfillmentReturnResponse](# 创作完成后的回复) |
| 429 | 请求的频率大于允许的频率. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数)_ ._注:_对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | CreateFulfillmentReturnResponse |
| 500 | 发生了一个意外的情况,使服务器无法满足请求. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制 (每秒请求数)._注:_对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考IDentifier. | _CreateFulfillmentReturnResponse |
| 503 | 服务器暂时超载或维护. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数). _注意:_对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | CreateFulfillmentReturnResponse |
# getFulfillmentOrder
GET /fba/outbound/2020-07-01/fulfillmentOrders/{sellerFulfillmentOrderId}
# Description
返回由指定订单标识符指示的履行订单.
使用计划:
| 速率(每秒恢复的请求) | 突发率 |
|---|---|
| 2 | 30 |
想了解更多信息,请参阅销售伙伴api文档中的 "使用计划和费率限制"
# Parameters
| Type | Name | Description | Schema |
|---|---|---|---|
| Path | sellerFulfillmentOrderId required | 在创建履约订单时卖方分配给项目的标识符. maxLength : 40 | string |
# Responses
| HTTP Code | Description | Schema |
|---|---|---|
| 200 | Success. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数). x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | [GetFulfillmentOrderResponse](# getfulfillmentorderresponse) |
| 400 | 请求参数缺失或无效,无法解析. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数) . x-amzn-RequestId (string) : 唯一的请求参考IDentifier. | [GetFulfillmentOrderResponse](# getfulfillmentorderresponse) |
| 401 | 请求的授权 标头格式不正确或包含无效令牌. Headers : x-amzn-RateLimit-Limit (string) : 您 对此操作的速率限制(每秒请求数)._注:对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | GetFulfillmentOrderResponse |
| 403 | 表示禁止访问资源可能的原因包括拒绝访问、未授权、过期令牌或无效签名. Headers : x-amzn-RequestId (string) : 唯一的请求参考IDentifier. | GetFulfillmentOrderResponse |
| 404 | 请求的资源不存在. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数). x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | [GetFulfillmentOrderResponse](# getfulfillmentorderresponse) |
| 429 | 请求的频率大于允许的频率. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数)_ ._注:_对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | GetFulfillmentOrderResponse |
| 500 | 发生了一个意外的情况,使服务器无法满足请求. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制 (每秒请求数)._注:_对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考IDentifier. | _GetFulfillmentOrderResponse |
| 503 | 服务器暂时超载或维护. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数). _注意:_对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | GetFulfillmentOrderResponse |
# updateFulfillmentOrder
PUT /fba/outbound/2020-07-01/fulfillmentOrders/{sellerFulfillmentOrderId}
# Description
更新和/或请求运送一个被搁置的订单.的履行订单
使用计划:
| 速率(每秒恢复的请求) | 突发率 |
|---|---|
| 2 | 30 |
想了解更多信息,请参阅销售伙伴api文档中的 "使用计划和费率限制"
# Parameters
| Type | Name | Description | Schema |
|---|---|---|---|
| Body | body required | - | [UpdateFulfillmentOrderRequest](# 更新履行订单请求) |
| 路径 | sellerFulfillmentOrderId required | 在创建履行订单时由卖方分配给项目的识别码 . maxLength : 40 | string |
# Responses
| HTTP Code | Description | Schema |
|---|---|---|
| 200 | Success. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数). x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | [UpdateFulfillmentOrderResponse](# 更新履行订单回复) |
| 400 | 请求参数缺失或无效,无法解析. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数) . x-amzn-RequestId (string) : 唯一的请求参考IDentifier. | [UpdateFulfillmentOrderResponse](_ #updatefulfillmentorderresponse) |
| 401 | 请求的授权 标头格式不正确或包含无效令牌. Headers : x-amzn-RateLimit-Limit (string) : 您 对此操作的速率限制(每秒请求数)._注:对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | UpdateFulfillmentOrderResponse |
| 403 | 表示禁止访问资源可能的原因包括拒绝访问、未授权、过期令牌或无效签名. Headers : x-amzn-RequestId (string) : 唯一的请求参考IDentifier. | UpdateFulfillmentOrderResponse |
| 404 | 请求的资源不存在. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数). x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | [UpdateFulfillmentOrderResponse](# 更新履行订单回复) |
| 429 | 请求的频率大于允许的频率. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数)_ ._注:_对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | UpdateFulfillmentOrderResponse |
| 500 | 发生了一个意外的情况,使服务器无法满足请求. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制 (每秒请求数)._注:_对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考IDentifier. | _UpdateFulfillmentOrderResponse |
| 503 | 服务器暂时超载或维护. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数). _注意:_对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | UpdateFulfillmentOrderResponse |
# cancelFulfillmentOrder
PUT /fba/outbound/2020-07-01/fulfillmentOrders/{sellerFulfillmentOrderId}/cancel
# Description
要求亚马逊停止尝试履行由指定订单标识符指示的履行订单.
使用计划:
| 速率(每秒恢复的请求) | 突发率 |
|---|---|
| 2 | 30 |
想了解更多信息,请参阅销售伙伴api文档中的 "使用计划和费率限制"
# Parameters
| Type | Name | Description | Schema |
|---|---|---|---|
| Path | sellerFulfillmentOrderId required | 在创建履约订单时卖方分配给项目的标识符. maxLength : 40 | string |
# Responses
| HTTP Code | Description | Schema |
|---|---|---|
| 200 | Success. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数). x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | [CancelFulfillmentOrderResponse](# 撤销履行订单回复) |
| 400 | 请求参数缺失或无效,无法解析. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数) . x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | [CancelFulfillmentOrderResponse](_ #cancelfulfillmentorderresponse) |
| 401 | 请求的授权 标头格式不正确或包含无效令牌. Headers : x-amzn-RateLimit-Limit (string) : 您 对此操作的速率限制(每秒请求数)._注:对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | CancelFulfillmentOrderResponse |
| 403 | 表示禁止访问资源可能的原因包括拒绝访问、未授权、过期令牌或无效签名. Headers : x-amzn-RequestId (string) : 唯一的请求参考IDentifier. | CancelFulfillmentOrderResponse |
| 404 | 请求的资源不存在. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数). x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | [CancelFulfillmentOrderResponse](# 撤销履约订单回复) |
| 429 | 请求的频率大于允许的频率. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数)_ ._注:_对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | CancelFulfillmentOrderResponse |
| 500 | 发生了一个意外的情况,使服务器无法满足请求. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制 (每秒请求数)._注:_对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考IDentifier. | _CancelFulfillmentOrderResponse |
| 503 | 服务器暂时超载或维护. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数). _注意:_对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | CancelFulfillmentOrderResponse |
# getFeatures
GET /fba/outbound/2020-07-01/features
# Description
返回您所指定的市场中多渠道履行订单的可用功能列表,以及您所呼叫的卖家是否加入了每个功能呼叫的卖家是否参加了每项功能.
使用计划:
| 速率(每秒恢复的请求) | 突发率 |
|---|---|
| 2 | 30 |
想了解更多信息,请参阅销售伙伴api文档中的 "使用计划和费率限制"
# Parameters
| Type | Name | Description | Schema |
|---|---|---|---|
| Query | marketplaceId required | 返回特征列表的市场. | string |
# Responses
| HTTP Code | Description | Schema |
|---|---|---|
| 200 | Success. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数). x-amzn-RequestId (string) : 唯一的请求参考IDentifier. | [GetFeaturesResponse](# getfeaturesresponse) |
| 400 | 请求参数缺失或无效,无法解析. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数) . x-amzn-RequestId (string) : 唯一的请求参考IDentifier. | [GetFeaturesResponse](# getfeaturesresponse) |
| 401 | 请求的授权 标头格式不正确或包含无效令牌. Headers : x-amzn-RateLimit-Limit (string) : 您 对此操作的速率限制(每秒请求数)._注:对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | GetFeaturesResponse |
| 403 | 表示禁止访问资源可能的原因包括拒绝访问、未授权、过期令牌或无效签名. Headers : x-amzn-RequestId (string) : 唯一的请求参考IDentifier. | GetFeaturesResponse |
| 404 | 请求的资源不存在. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数). x-amzn-RequestId (string) : 唯一的请求参考IDentifier. | [GetFeaturesResponse](# getfeaturesresponse) |
| 429 | 请求的频率大于允许的频率. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数)_ ._注:_对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | GetFeaturesResponse |
| 500 | 发生了一个意外的情况,使服务器无法满足请求. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制 (每秒请求数)._注:_对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考IDentifier. | _GetFeaturesResponse |
| 503 | 服务器暂时超载或维护. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数). _注意:_对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | GetFeaturesResponse |
# getFeatureInventory
GET /fba/outbound/2020-07-01/features/inventory/{featureName}
# Description
返回符合你指定的履行功能的库存项目列表.
使用计划:
| 速率(每秒恢复的请求) | 突发率 |
|---|---|
| 2 | 30 |
想了解更多信息,请参阅销售伙伴api文档中的 "使用计划和费率限制"
# Parameters
| Type | Name | Description | Schema |
|---|---|---|---|
| Query | marketplaceId required | 市场,用于返回符合指定功能的库存清单specified feature. | string |
| Path | featureName required | 要返回符合条件的库存列表的特征名称. | string |
| Query | nextToken optional | 在你之前的请求的响应中返回的一个字符串标记,用于返回 下一个响应页面.值为空将返回第一个页面. | string |
# Responses
| HTTP Code | Description | Schema |
|---|---|---|
| 200 | Success. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数). x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | [GetFeatureInventoryResponse](# getfeatureinventoryresponse) |
| 400 | 请求参数缺失或无效,无法解析. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数) . x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | [GetFeatureInventoryResponse](# getfeatureinventoryresponse) |
| 401 | 请求的授权 标头格式不正确或包含无效令牌. Headers : x-amzn-RateLimit-Limit (string) : 您 对此操作的速率限制(每秒请求数)._注:对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | GetFeatureInventoryResponse |
| 403 | 表示禁止访问资源可能的原因包括拒绝访问、未授权、过期令牌或无效签名. Headers : x-amzn-RequestId (string) : 唯一的请求参考IDentifier. | GetFeatureInventoryResponse |
| 404 | 请求的资源不存在. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数). x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | [GetFeatureInventoryResponse](# getfeatureinventoryresponse) |
| 429 | 请求的频率大于允许的频率. 标题 : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数)_ ._注:_对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | GetFeatureInventoryResponse |
| 500 | 发生了一个意外的情况,使服务器无法满足请求. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制 (每秒请求数)._注:_对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考IDentifier. | _GetFeatureInventoryResponse |
| 503 | 服务器暂时超载或维护. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数). _注意:_对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | GetFeatureInventoryResponse |
# getFeatureSKU
GET /fba/outbound/2020-07-01/features/inventory/{featureName}/{sellerSku}
# Description
返回您指定的sellerSKU的项目数量,这些项目可以使用指定的功能来完成订单.注意,如果sellerSKU不符合条件 不符合条件,响应将包含一个空的skuInfo对象.
使用计划:
| 速率(每秒恢复的请求) | 突发率 |
|---|---|
| 2 | 30 |
想了解更多信息,请参阅销售伙伴api文档中的 "使用计划和费率限制"
# Parameters
| Type | Name | Description | Schema |
|---|---|---|---|
| Query | marketplaceId required | The marketplace for which to return the count. | string |
| Path | featureName required | 特性的名称. | string |
| Path | sellerSku required | 用于标识给定市场中的商品SellerSKU 由卖家的 SellerId 限定,它包含在您提交的每个操作中. | string |
# Responses
| HTTP Code | Description | Schema |
|---|---|---|
| 200 | Success. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数). x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | [GetFeatureSkuResponse](# getfeatureskuresponse) |
| 400 | 请求参数缺失或无效,无法解析. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数) . x-amzn-RequestId (string) : 唯一的请求参考IDentifier. | [GetFeatureSkuResponse](# getfeatureskuresponse) |
| 401 | 请求的授权 标头格式不正确或包含无效令牌. Headers : x-amzn-RateLimit-Limit (string) : 您 对此操作的速率限制(每秒请求数)._注:对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | GetFeatureSkuResponse |
| 403 | 表示禁止访问资源可能的原因包括拒绝访问、未授权、过期令牌或无效签名. Headers : x-amzn-RequestId (string) : 唯一的请求参考IDentifier. | GetFeatureSkuResponse |
| 404 | 请求的资源不存在. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数). x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | [GetFeatureSkuResponse](# getfeatureskuresponse) |
| 429 | 请求的频率大于允许的频率. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数)_ ._注:_对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | GetFeatureSkuResponse |
| 500 | 发生了一个意外的情况,使服务器无法满足请求. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制 (每秒请求数)._注:_对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考IDentifier. | _GetFeatureSkuResponse |
| 503 | 服务器暂时超载或维护. Headers : x-amzn-RateLimit-Limit (string) : 您对此操作的速率限制(每秒请求数). _注意:_对于此状态码,速率限制标头已弃用且不再返回. x-amzn-RequestId (string) : 唯一的请求参考 IDentifier. | GetFeatureSkuResponse |
# Definitions
# Error
当请求不成功时返回的错误响应.
| Name | Description | Schema |
|---|---|---|
| code required | 标识发生的错误类型的错误代码. | string |
| message required | 描述错误情况的信息. | string |
| details optional | 可帮助调用者理解或解决问题的其他详细信息. | string |
# ErrorList
请求不成功时返回的错误响应列表.
类型 : < Error > 数组
# Address
一个物理地址.
| Name | Description | Schema |
|---|---|---|
| name required | 地址的个人、企业或机构的名称. | string |
| addressLine1 required | 地址的第一行. | string |
| addressLine2 optional | 额外的地址信息,如果需要的话. | string |
| addressLine3 optional | Additional address information, if required. | string |
| city optional | 个人、企业或机构所在的城市. | string |
| 区或县 可选择 | 个人、企业或机构所在的区或县. | string_ |
| stateOrRegion required | 个人、企业或机构所在的州或地区. | string |
| postalCode 可选的 | 地址的邮政编码. | string |
| countryCode required | 两位数的国家代码.以ISO 3166-1 alpha-2格式. | string |
| phone optional | 位于该地址的个人、企业或机构的电话号码. | string |
# CODSettings
你与COD履行订单相关的COD(Cash On Delivery)费用.___________
| Name | Description | Schema |
|---|---|---|
| isCodRequired required | 为真时,该履行订单需要COD (Cash On Delivery)付款. | boolean |
| codCharge optional | 该COD订单要向收件人收取的COD费用金额. | Money |
| codChargeTax optional | 在COD订单中向收件人收取的COD费用的税额. | Money |
| shippingCharge optional | 在COD订单中向收件人收取的COD费用的税额. | Money |
| shippingChargeTax optional | 在COD订单中向收件人收取的运费税额. | Money |
# CreateFulfillmentOrderItem
创建一个履行订单的项目信息.
| Name | Description | Schema |
|---|---|---|
| sellerSku required | 物品的卖方SKU. maxLength : 50 | 字符串 |
| sellerFulfillmentOrderItemId required | 卖家为跟踪履行订单项目而创建的履行订单项目标识.用于区分具有相同SellerSKU的多个履行项目.例如,卖家可能为履行订单中的两个项目分配不同的SellerFulfillmentOrderItemId值,它们具有相同的SellerSKU但具有不同的GiftMessage值. maxLength : 50 | string |
| quantity required | The item quantity. | Quantity |
| giftMessage optional | A message to the gift recipient, if applicable. maxLength : 512 | string |
| displayableComment optional | Item-specific text that shows in recipient-facing materials such as the outbound shipment packing slip. maxLength : 250 | string |
| fulfillmentNetworkSku optional | Amazon的履行网络SKU的项目. | string |
| perUnitDeclaredValue optional | 卖家分配给这个项目的货币价值. | Money |
| perUnitPrice optional | 在COD(Cash On Delivery)订单中向收件人收取的金额. | Money |
| perUnitTax optional | 在COD(Cash On Delivery)订单. | Money |
# CreateFulfillmentOrderItemList
一个用于创建履约订单的物品信息数组.
类型< CreateFulfillmentOrderItem > 数组
# FulfillmentPolicy
你提交createFulfillmentOrder操作时指定的FulfillmentPolicy值.
类型 : 枚举
| Value | Description |
|---|---|
| FillOrKill | 如果在订单中的任何货物获得待定状态之前,履行订单中的一个项目被确定为无法履行(从库存中挑选单位的过程已经开始),那么整个订单被认为是无法履行的.但是如果在订单中的货物获得待定状态后,履行订单中的某个项目被确定为无法履行,亚马逊会尽可能地取消该履行订单.关于货物状态的定义,请参见FulfillmentShipment对象. |
| FillAll | 履行订单中所有可履行的项目都已发货.履行订单一直处于处理状态,直到所有项目都由亚马逊发货或由卖家取消. |
| FillAllAvailable | 履行订单中所有可履行的项目都已发货.订单中所有不可履行的项目都已取消. |
# FulfillmentOrderStatus
履行订单的当前状态.
类型 : 枚举
| Value | Description |
|---|---|
| 新 | 已收到履约订单但尚未验证. |
| Received | 该履行订单已收到并被验证.验证包括确定目的地地址是有效的,并且亚马逊的记录显示卖家有足够的可销售(未损坏)库存来履行该订单.卖家可以取消状态为Received. |
| 计划 | 该履行订单已被发送到亚马逊的履行网络,以开始装运计划,但还没有从库存中提取任何单位的货物. 卖方可以取消状态为计划的履行订单. |
| 处理中 | 该履行订单中至少有一批货物已经开始从库存中提取单位. 卖方不能取消状态为处理中的履行订单. |
| Cancelled | 该履行订单已被卖方取消. |
| 完成 | 履行订单中的所有物品数量都已完成. |
| CompletePartialled | 履行订单中的一些项目数量已被履行,其余的被取消或无法履行. |
| 不可履行 | 履行订单中没有物品数量可以履行,因为亚马逊履行中心的工作人员没有发现这些物品的库存,或者没有发现可销售的(未损坏)的库存. |
| 无效 | 履行订单已收到,但无法验证.其原因包括无效的目的地地址或亚马逊的记录显示卖家没有足够的可销售库存来履行订单.当这种情况发生时,履行订单是无效的,订单中没有物品会被运送. |
# CreateFulfillmentOrderRequest
createFulfillmentOrder操作的请求体模式.
| Name | Description | Schema |
|---|---|---|
| marketplaceId optional | 履行订单所针对的市场. | string |
| sellerFulfillmentOrderId required | 卖家为跟踪他们的履行订单而创建的履行订单标识符. SellerFulfillmentOrderId对于卖家创建的每个履行订单必须是唯一的.如果卖家的系统已经创建了唯一的订单标识符,那么这些可能是他们要使用的好值. maxLength 40 | string |
| displayableOrderId required | 卖家创建的一个履行订单的标识符.这个值作为订单标识符显示在收件人-面对的材料中,例如出港货物包装单. DisplayableOrderId的值应该与卖家提供给收件人的订单标识符一致. 卖家可以使用 卖方可以使用SellerFulfillmentOrderId这个值,或者如果他们想让收件人参考一个替代的订单标识符,他们可以指定一个替代的值. 该值必须是一个长度为1到40个字符的字母-数字或ISO 8859-1兼容的字符串.不能在一行中包含两个空格.前面和后面的白色空间被移除. 最大长度 : 40 | string |
| displayableOrderDate required | 履行订单的日期和时间.在面向收件人的材料中显示为订单日期,如出库单. | Timestamp |
| displayableOrderComment required | Order-specific text that appears in recipient-facing materials such as the outbound shipment packing slip. maxLength : 1000 | string |
| shippingSpeedCategory required | 履行订单的运输方式. | ShippingSpeedCategory |
| deliveryWindow optional | 一个预定交货的履行订单应该被交付的时间范围. | DeliveryWindow |
| destinationAddress required | 履行订单的目的地地址. | Address |
| fulfillmentAction optional | 指定履行订单是否应该现在发货或对其进行订单保留. | FulfillmentAction |
| fulfillmentPolicy optional | 您提交createFulfillmentOrder操作时指定的FulfillmentPolicy值. | FulfillmentPolicy |
| codSettings optional | 您与COD履行订单相关的COD (Cash On Delivery)费用. | CODSettings |
| notificationEmails optional | 卖家提供的电子邮件地址列表,这些地址被亚马逊用来代表卖家向收件人发送发货通知-完成通知. | NotificationEmailList |
| featureConstraints optional | A list of features and their fulfillment policies to apply to the order. | < FeatureSettings > array |
| items required | A list of items to include in the fulfillment order preview, including quantity. | CreateFulfillmentOrderItemList |
# CreateFulfillmentReturnRequest
createFulfillmentReturn操作为使用createFulfillmentOrder操作履行的项目创建一个履行回报. 对于调用createFulfillmentReturn,你必须包括之前调用listReturnReasonCodes操作返回的ReturnReasonCode值.
| Name | Description | Schema |
|---|---|---|
| items required | 一个要返回的项目数组. | CreateReturnItemList |
# CreateFulfillmentReturnResult
| Name | Description | Schema |
|---|---|---|
| returnItems optional | 亚马逊接受退货的物品数组.如果没有接受退货的物品则返回空. | ReturnItemList |
| invalidReturnItems optional | 一个无效退货项目信息的数组. | InvalidReturnItemList |
| returnAuthorizations optional | An array of return authorization information. | ReturnAuthorizationList |
# CreateFulfillmentReturnResponse
createFulfillmentReturn操作的响应模式.
| Name | Description | Schema |
|---|---|---|
| payload optional | The payload for the createFulfillmentReturn operation. | CreateFulfillmentReturnResult |
| errors optional | 在createFulfillmentReturn操作中发生了一个或多个意外的错误. | ErrorList |
# CreateReturnItem
一个亚马逊接受退货的商品.
| Name | Description | Schema |
|---|---|---|
| sellerReturnItemId required | 一个由卖方分配给退货物品的标识符. maxLength : 80 | string |
| sellerFulfillmentOrderItemId required | 在创建履行订单时卖方分配给物品的标识符. | string |
| amazonShipmentId required | 与退货物品有关的货物的标识符. | string |
| returnReasonCode required | 由卖方分配给退货物品的退货原因代码. | string |
| returnComment optional | 关于退货的可选评论. maxLength : 1000 | string |
# CreateReturnItemList
一个要返回的项目的数组.
类型< CreateReturnItem>数组
# Money
一个货币量,包括货币形式的单位.
| Name | Description | Schema |
|---|---|---|
| currencyCode required | 三位数的ISO 4217格式的货币代码. | string |
| value required | 一个没有精度损失的十进制数字.当精度损失不可接受时,很有用,比如货币.遵循RFC7159的数字表示法. | Decimal |
# Decimal
一个没有精度损失的十进制数.当精度损失不可接受时很有用,比如货币.遵循RFC7159的数字表示法.
类型:字符串
# DeliveryWindow
预定交付履行订单应交付的时间范围.
| Name | Description | Schema |
|---|---|---|
| startDate required | 预定交货窗口开始的日期和时间,ISO 8601日期时间格式. | Timestamp |
| endDate required | 预定交付窗口结束的日期和时间,ISO 8601日期时间格式. | Timestamp |
# DeliveryWindowList
一个交付窗口的数组.
类型< DeliveryWindow>数组
# Fee
费用类型和成本.
| Name | Description | Schema |
|---|---|---|
| 名称 要求 | 收费类型. | enum (名称 |
| amount required | 费用的金额. | Money |
# FeeList
一个由费用类型和费用对组成的数组.
类型 < Fee > 数组
# FulfillmentAction
指定履行订单是现在发货,还是对其进行订单保留.
类型 : 枚举
| Value | Description |
|---|---|
| 运送 | 履行的订单现在运送. |
| 搁置 | 订单被搁置在履行订单上. |
# FulfillmentOrder
关于履行订单的一般信息,包括它的状态.
| Name | Description | Schema |
|---|---|---|
| sellerFulfillmentOrderId required | 与createFulfillmentOrder操作一起提交的履行订单标识. | string |
| marketplaceId required | 该履行订单所针对的市场的标识符. | string |
| displayableOrderId required | 与createFulfillmentOrder操作一起提交的履行订单的标识符.在收件人-面的材料中显示为订单标识符,如包装单. | string |
| displayableOrderDate required | A date and time submitted with the createFulfillmentOrder operation. Displays as the order date in recipient-facing materials such as the packing slip. | Timestamp |
| displayableOrderComment required | A text block submitted with the createFulfillmentOrder operation. Displays in recipient-facing materials such as the packing slip. | string |
| shippingSpeedCategory required | 用于履行订单的运输方式. | ShippingSpeedCategory |
| deliveryWindow optional | 一个预定交货的履行订单应该被交付的时间范围. | DeliveryWindow |
| destinationAddress required | 与createFulfillmentOrder操作一起提交的目的地地址. | Address |
| fulfillmentAction optional | 指定该履行订单是现在发货还是对其进行订单保留. | FulfillmentAction |
| fulfillmentPolicy optional | 您提交createFulfillmentOrder操作时指定的FulfillmentPolicy值. | FulfillmentPolicy |
| codSettings optional | 您与COD履行订单相关的COD (Cash On Delivery)费用. | CODSettings |
| receivedDate required | 亚马逊履行中心收到履行订单的日期和时间. | Timestamp |
| fulfillmentOrderStatus required | 履行订单的当前状态. | FulfillmentOrderStatus |
| statusUpdatedDate required | 最后一次改变履行订单状态的日期和时间,ISO 8601日期时间格式. | Timestamp |
| notificationEmails optional | 卖家提供的电子邮件地址列表,这些地址被亚马逊用来代表卖家向收件人发送发货通知. | NotificationEmailList |
| featureConstraints optional | A list of features and their fulfillment policies to apply to the order. | < FeatureSettings> array |
# FulfillmentOrderItem
一个履行订单的项目信息.
| Name | Description | Schema |
|---|---|---|
| sellerSku required | 物品的卖方SKU. | string |
| *sellerFulfillmentOrderItemId required | A fulfillment Order item identifier submitted with a call to the createFulfillmentOrder operation. | string |
| quantity required | The item quantity. | Quantity |
| giftMessage optional | A message to the gift recipient, if applicable. | string |
| displayableComment optional | Item-specific text that shows in recipient-facing materials such as the outbound shipment packing slip. | string |
| fulfillmentNetworkSku optional | 亚马逊的履行网络SKU的项目. | string |
| *orderItemDisposition optional | 表示该商品是可销售还是不可销售. | string |
| cancelledQuantity required | 被卖方取消的物品数量. | Quantity |
| unfulfillableQuantity required | 无法填写的项目数量. | Quantity |
| estimatedShipDate optional | 物品数量计划从履行中心发货的估计日期和时间.注意这个值会随着时间的推移而改变.如果包含该物品数量的货物已经被取消,估计发货日期不会被返回. | Timestamp |
| estimatedArrivalDate optional | 物品数量的预计到达日期和时间.注意这个值会随时间变化.如果包含物品数量的货物已经被取消,improvedArrivalDate不会被返回. | Timestamp |
| perUnitPrice optional | 在COD(Cash On Delivery)订单中向收件人收取的金额. | Money |
| perUnitTax optional | 在COD(Cash On Delivery)订单. | Money中向收件人收取的该物品的税金 |
| perUnitDeclaredValue optional | 卖家分配给这个物品的货币价值. | Money |
# FulfillmentOrderItemList
一个履行订单信息的数组.
类型< FulfillmentOrderItem > 数组
# FulfillmentPreview
有关履行订单预览的信息,包括基于运输方式的交付和费用信息.
| Name | Description | Schema |
|---|---|---|
| shippingSpeedCategory required | 用于履行订单的运输方式. | ShippingSpeedCategory |
| scheduledDeliveryInfo optional | Delivery information for a scheduled delivery. | ScheduledDeliveryInfo |
| isFulfillable required | 为真时,这个履行订单预览是可以履行的. | boolean |
| isCODCapable required | 当为真时,这个履行订单预览是为COD(Cash On Delivery). | boolean |
| estimatedShippingWeight optional | 这个履行订单预览的估计运输重量. | Weight |
| estimatedFees optional | 这个履行订单预览的估计履行费用,如果适用的话. | FeeList |
| fulfillmentPreviewShipments optional | An array of fulfillment preview shipment information. | FulfillmentPreviewShipmentList |
| unfulfillablePreviewItems optional | 一个数组的unfulfillable预览项目信息. | UnfulfillablePreviewItemList |
| *orderUnfulfillableReasons optional | 与履行订单预览相关的错误代码,表明订单无法履行的原因. 错误代码示例: DeliverySLAUnavailable InvalidDestinationAddress | StringList |
| marketplaceId required | 履行订单的市场. | string |
| featureConstraints optional | A list of features and their fulfillment policies to apply to the order. | < FeatureSettings> array |
# FulfillmentPreviewItem
履行订单预览中的货件信息.
| Name | Description | Schema |
|---|---|---|
| sellerSku required | 物品的卖方SKU. | string |
| quantity required | The item quantity. | Quantity |
| sellerFulfillmentOrderItemId required | 卖家通过调用createFulfillmentOrder操作创建的履行订单项目标识. | string |
| estimatedShippingWeight optional | 由sellerSku标识的单件物品的估计运输重量,在一次运输中. | Weight |
| shippingWeightCalculationMethod optional | 用来计算估计发货重量的方法. | enum (ShippingWeightCalculationMethod |
# FulfillmentPreviewItemList
一个履行预览项目信息的数组.
类型< FulfillmentPreviewItem > 数组
# FulfillmentPreviewList
一个履行预览信息的数组.
类型 < FulfillmentPreview > 数组
# FulfillmentPreviewShipment
履行订单预览中的货件的交付和物品信息.
| Name | Description | Schema |
|---|---|---|
| earliestShipDate optional | 预计货物从履行中心发出的最早日期,ISO 8601日期时间格式. | Timestamp |
| latestShipDate optional | 预计货物从履行中心发出的最晚日期,ISO 8601日期时间格式. | Timestamp |
| earliestArrivalDate optional | 预计货物到达目的地的最早日期. | Timestamp |
| latestArrivalDate optional | 预计货件到达目的地的最晚日期,ISO8601日期时间格式. | Timestamp |
| shippingNotes optional | 当无法预先计算出准确的交货日期时,提供对货运时间表的额外洞察力. | < string > array |
| fulfillmentPreviewItems required | 关于货件的信息. | FulfillmentPreviewItemList |
# FulfillmentPreviewShipmentList
一个包含履行预览货件信息的数组.
类型 : < FulfillmentPreviewShipment > 数组
# FulfillmentReturnItemStatus
表示退货物品是否已被履行中心处理.
类型 : 枚举
| Value | Description |
|---|---|
| 新 | 退货物品尚未被履行中心处理. |
| 已处理 | 退货物品已被一个履行中心处理. |
# FulfillmentShipment
履行订单中的货件的交付和物品信息.
| Name | Description | Schema |
|---|---|---|
| amazonShipmentId required | A shipment identifier assigned by Amazon. | string |
| fulfillmentCenterId required | 货物将从哪个履行中心发出的标识. | string |
| fulfillmentShipmentStatus required | 货件的当前状态. | enum (FulfillmentShipmentStatus) |
| shippingDate optional | shippingDate值的含义取决于货件的当前状态.如果FulfillmentShipmentStatus的当前值是 如果一个货件包括一个以上的包裹shippingDate适用于货件中的所有包裹.如果FulfillmentShipmentStatus的值是CancelledByFulfiller或CancelledBySeller,则不返回shipDate.该值必须是ISO 8601日期时间格式. | Timestamp |
| estimatedArrivalDate optional | 快件的预计到达日期和时间,采用ISO 8601日期时间格式.注意,这个值会随着时间的推移而改变.如果快件包括一个以上的包裹estimateArrivalDate适用于货件中的所有包裹.如果货件被取消,improvedArrivalDate不会被返回. | Timestamp |
| shippingNotes optional | 提供额外的关于发货时间的信息.主要用于传达实际发货日期不可用. | < string > array |
| fulfillmentShipmentItem required | 一个数组的履行货件信息. | FulfillmentShipmentItemList |
| fulfillmentShipmentPackage optional | An array of fulfillment shipment package information. | FulfillmentShipmentPackageList |
# FulfillmentShipmentItem
履行订单中的货件信息.
| Name | Description | Schema |
|---|---|---|
| sellerSku required | 物品的卖方SKU. | string |
| *sellerFulfillmentOrderItemId required | 卖方创建并通过调用createFulfillmentOrder操作提交的履行订单项目标识. | string |
| quantity required | The item quantity. | Quantity |
| 包号 可选的 | 包含项目数量的包的标识符. | 整数(int32) |
| serialNumber optional | 已发货物品的序列号. | string |
# FulfillmentShipmentItemList
一个包含履行货件信息的数组.
类型 : < FulfillmentShipmentItem > 数组
# FulfillmentShipmentList
一个包含履行货件信息的数组.
类型: < FulfillmentShipment > 数组
# FulfillmentShipmentPackage
履行订单中的货件的包装信息.
| Name | Description | Schema |
|---|---|---|
| packageNumber required | 标识货物中的一个包裹. | integer (int32) |
| carrierCode required | 确定将快件交付给收件人的承运人. | string |
| trackingNumber optional | 追踪号码,如果提供的话,可以用来获得追踪和交付信息. | string |
| estimatedArrivalDate optional | 包裹的预计到达日期和时间,ISO8601日期时间格式. | Timestamp |
# FulfillmentShipmentPackageList
一个包含履行货件包装信息的数组.
类型 : < FulfillmentShipmentPackage >数组
# GetFulfillmentOrderResult
| Name | Description | Schema |
|---|---|---|
| fulfillmentOrder required | 关于一个履行订单的一般信息,包括其状态. | FulfillmentOrder |
| fulfillmentOrderItems required | 一个包含履行订单项目信息的数组. | FulfillmentOrderItemList |
| fulfillmentShipments optional | An array of fulfillment shipment information. | FulfillmentShipmentList |
| returnItems required | 亚马逊接受退货的物品数组.如果没有接受退货的物品则返回空. | ReturnItemList |
| returnAuthorizations required | An array of return authorization information. | ReturnAuthorizationList |
# GetFulfillmentOrderResponse
getFulfillmentOrder操作的响应模式.
| Name | Description | Schema |
|---|---|---|
| payload optional | The payload for the getFulfillmentOrder operation. | GetFulfillmentOrderResult |
| errors optional | 在 getFulfillmentOrder 操作中发生了一个或多个意外的错误. | ErrorList |
# GetFulfillmentPreviewItem
履行订单预览的项目信息.
| Name | Description | Schema |
|---|---|---|
| sellerSku required | 物品的卖方SKU. maxLength : 50 | 字符串 |
| quantity required | The item quantity. | Quantity |
| perUnitDeclaredValue optional | 卖方分配给这个项目的货币价值.如果这个订单是出口订单,这是一个必填字段. | Money |
| sellerFulfillmentOrderItemId required | A fulfillment Order item identifier,卖家创建这个字段来追踪履行预览中的项目. maxLength : 50 | string |
# GetFulfillmentPreviewItemList
一个履行预览项目信息的数组.
类型: < GetFulfillmentPreviewItem > 数组
# GetFulfillmentPreviewRequest
getFulfillmentPreview操作的请求体模式.
| Name | Description | Schema |
|---|---|---|
| marketplaceId optional | 履行订单的市场. | string |
| address required | 履行订单预览的目标地址. | Address |
| items required | 履行订单预览中物品的识别信息和数量信息. | GetFulfillmentPreviewItemList |
| shippingSpeedCategories optional | A list of shipping methods used for creating fulfillment order previews. Possible values: 注运输方式的服务水平协议因市场而异.卖家应查看其市场中的卖家中心网站,了解运输方式的服务水平协议和履行费用. | ShippingSpeedCategoryList |
| includeCODFulfillmentPreview optional | 指定是否返回COD的履行订单预览(Cash On Delivery). 可能的值 | boolean |
| includeDeliveryWindows optional | 指定是否返回ScheduledDeliveryInfo响应对象,该对象包含预定交货的可用交货窗口.ScheduledDeliveryInfo响应对象只能返回发货速度类别=ScheduledDelivery的履约订单预览. | boolean |
| featureConstraints optional | A 特性及其履行政策的列表,以应用于订单. | < FeatureSettings>数组 |
# GetFulfillmentPreviewResult
一个履行订单预览的列表,包括估计的运输重量、估计的运输费用以及估计的运输日期和到达日期.
| Name | Description | Schema |
|---|---|---|
| fulfillmentPreviews optional | An array of fulfillment preview information. | FulfillmentPreviewList |
# GetFulfillmentPreviewResponse
getFulfillmentPreview操作的响应模式.
| Name | Description | Schema |
|---|---|---|
| payload optional | getFulfillmentPreview操作的响应有效载荷. | GetFulfillmentPreviewResult |
| errors optional | 在getFulfillmentPreview操作中发生了一个或多个意外的错误. | ErrorList |
# InvalidItemReasonCode
一个代码,说明为什么这个项目是无效的,以便返回.
类型 : 枚举
| Value | Description |
|---|---|
| InvalidValues | 该物品在履行订单中没有找到. |
| DuplicateRequest | 该商品已被申请退货. |
| 没有完成的发货项目 | 包含该商品的履行订单尚未发货. |
| NoReturnableQuantity | 所有可供退货的物品数量已被分配给其他退货物品. |
# InvalidItemReason
该物品无效退货的原因.
| Name | Description | Schema |
|---|---|---|
| invalidItemReasonCode required | A code for why the item is invalid for return. | InvalidItemReasonCode |
| description required | A human readable description of the invalid item reason code. | string |
# InvalidReturnItem
一个无效的返回项目.
| Name | Description | Schema |
|---|---|---|
| sellerReturnItemId required | 一个由卖方分配给退货物品的标识符. | string |
| sellerFulfillmentOrderItemId required | 卖家在创建履行订单时分配给该物品的标识符. | string |
| invalidItemReason required | 该物品无效退货的原因. | InvalidItemReason |
# InvalidReturnItemList
一个无效返回项信息的数组.
类型< InvalidReturnItem>数组
# ListAllFulfillmentOrdersResult
| Name | Description | Schema |
|---|---|---|
| nextToken optional | 当存在且不为空时,在下一个请求中传递这个字符串令牌以返回下一个响应页面. | string |
| fulfillmentOrders optional | 一个履行订单信息的数组. | < FulfillmentOrder> 数组 |
# ListAllFulfillmentOrdersResponse
listAllFulfillmentOrders操作的响应模式.
| Name | Description | Schema |
|---|---|---|
| payload optional | The payload for the listAllFulfillmentOrders operation. | ListAllFulfillmentOrdersResult |
| errors optional | 在listAllFulfillmentOrders操作中发生了一个或多个意外的错误. | ErrorList |
# ListReturnReasonCodesResult
| Name | Description | Schema |
|---|---|---|
| reasonCodeDetails optional | 一个数组的返回原因码细节. | ReasonCodeDetailsList |
# ListReturnReasonCodesResponse
listReturnReasonCodes操作的响应模式.
| Name | Description | Schema |
|---|---|---|
| payload optional | The payload for the listReturnReasonCodes operation. | ListReturnReasonCodesResult |
| errors optional | 在listReturnReasonCodes操作中发生了一个或多个意外的错误. | ErrorList |
# NotificationEmailList
卖家提供的电子邮件地址列表,亚马逊使用这些地址代表卖家向收件人发送发货通知-完成通知.
类型: < string > 数组
# CurrentStatus
包裹的当前交付状态.
类型 : 枚举
| Value | Description |
|---|---|
| IN_TRANSIT | 正在运输到目的地地址. |
| DELIVERED | 已送达目的地地址. |
| RETURNING | 正在被退回到亚马逊的履行网络中. |
| RETURNED | 被退回到亚马逊的履行网络. |
| UNDELIVERABLE | 因包裹丢失或毁坏而无法交付. |
| DELAYED | Delayed. |
| AVAILABLE_FOR_PICKUP | Available for pickup. |
| CUSTOMER_ACTION | Requires customer action. |
| UNKNOWN | 未知状态代码被返回. |
| OUT_FOR_DELIVERY | Out for Delivery. |
| DELIVERY_ATTEMPTED | Delivery Attempted. |
| PICKUP_SUCCESSFUL | Pickup Successful. |
| PICKUP_CANCELLED | Pickup Cancelled. |
| PICKUP_ATTEMPTED | Pickup Attempted. |
| PICKUP_SCHEDULED | Pickup Scheduled. |
| RETURN_REQUEST_ACCEPTED | Return Request Accepted. |
| REFUND_ISSUED | Refund Issued. |
| REFURN_RECEIVED_IN_FC | Return received In FC. |
# AdditionalLocationInfo
附加位置信息.
类型 : 枚举
| Value | Description |
|---|---|
| AS_INSTRUCTED | As instructed. |
| CARPORT | Carport. |
| CUSTOMER_PICKUP | 由客户接走. |
| DECK | Deck. |
| DOOR_PERSON | Resident. |
| FRONT_DESK | Front desk. |
| FRONT_DOOR | Front door. |
| GARAGE | Garage. |
| GUARD | Residential guard. |
| MAIL_ROOM | Mail room. |
| MAIL_SLOT | Mail slot. |
| MAILBOX | Mailbox. |
| *MC_BOY | 交付给男性儿童. |
| *MC_GIRL | 交付给女婴. |
| *MC_MAN | 交付给成年男性. |
| *MC_WOMAN | 交付给成年女性. |
| 邻居 | 交付给邻居. |
| OFFICE | Office. |
| OUTBUILDING | Outbuilding. |
| PATIO | Patio. |
| PORCH | Porch. |
| REAR_DOOR | Rear door. |
| RECEPTIONIST | Receptionist. |
| RECEIVER | Resident. |
| SECURE_LOCATION | Secure location. |
| SIDE_DOOR | Side door. |
# PackageTrackingDetails
| Name | Description | Schema |
|---|---|---|
| 包号 必填 | 包的标识符. | 整数(int32) |
| 追踪号码 可选的 | 包裹的追踪号码. | 字符串 |
| customerTrackingLink optional | swiship.com上的链接,允许客户追踪包裹. | string |
| carrierCode optional | 运营商的名称. | string |
| 运营商电话号码 可选 | 运营商的电话号码. | string |
| *carrierURL optional | 运营商网站的URL. | string |
| *shipDate optional | 包裹的运输日期. | Timestamp |
| estimatedArrivalDate optional | The estimated arrival date. | Timestamp |
| *shipToAddress optional | 包裹的目的地城市. | TrackingAddress |
| currentStatus optional | 包裹的当前交付状态. | CurrentStatus |
| currentStatusDescription optional | 与CurrentStatus值对应的描述. | string |
| signedForBy optional | 签收包裹的人的名字. | string |
| additionalLocationInfo optional | Additional location information. | AdditionalLocationInfo |
| 跟踪事件 可选 | 一个跟踪事件信息的数组. | 跟踪事件列表 |
# GetPackageTrackingDetailsResponse
getPackageTrackingDetails操作的响应模式.
| Name | Description | Schema |
|---|---|---|
| payload optional | The payload for the getPackageTrackingDetails operation. | PackageTrackingDetails |
| errors optional | 在 getPackageTrackingDetails 操作中发生了一个或多个意外的错误. | ErrorList |
# ReasonCodeDetails
一个返回的原因代码,一个描述,以及一个可选的描述翻译.
| Name | Description | Schema |
|---|---|---|
| returnReasonCode required | A代码,表示有效的返回原因. | string |
| description required | A human readable description of the return reason code. | string |
| 翻译的描述 可选的 | A翻译的描述.翻译的语言是在Language请求参数中指定的. | string |
# ReasonCodeDetailsList
一个返回原因码细节的数组.
类型< ReasonCodeDetails >数组
# ReturnAuthorization
接受退货的物品的退货授权信息.
| Name | Description | Schema |
|---|---|---|
| returnAuthorizationId required | 退货授权的标识符.该标识符将退货项目与用于退货的退货授权联系起来. | string |
| fulfillmentCenterId required | 一个标识符,表示退货物品应该被送到的亚马逊履行中心. | string |
| returnToAddress required | 退货物品应该寄到的亚马逊执行中心的地址. | Address |
| amazonRmaId required | 亚马逊处理退货所需的退货商品授权(RMA). | string |
| rmaPageURL required | 一个包含退货授权条码和邮寄标签的网页的URL.这不包括预付运费. | string |
# ReturnAuthorizationList
一个返回授权信息的数组.
类型< ReturnAuthorization > 数组
# ReturnItem
一个亚马逊接受退货的物品.
| Name | Description | Schema |
|---|---|---|
| sellerReturnItemId required | 一个由卖方分配给退货物品的标识符. | string |
| sellerFulfillmentOrderItemId required | 卖家在创建履行订单时分配给该物品的标识符. | string |
| amazonShipmentId required | 与退货物品相关的货物的识别码. | string |
| sellerReturnReasonCode required | 由卖方分配给退货物品的退货原因代码. | string |
| returnComment optional | 关于退货的可选评论. | string |
| amazonReturnReasonCode optional | 亚马逊履行中心分配给退货物品的退货原因代码. | string |
| status required | 表示退货物品是否已经被亚马逊履行中心处理. | FulfillmentReturnItemStatus |
| statusChangedDate required | 表示状态最后改变的时间. | Timestamp |
| returnAuthorizationId optional | 标识用于退回这个项目的退回授权.见ReturnAuthorization. | string |
| returnReceivedCondition optional | 亚马逊履行中心收到退货物品时的状况. | ReturnItemDisposition |
| fulfillmentCenterId optional | 处理退货物品的亚马逊履约中心的标识符. | string |
# ReturnItemDisposition
亚马逊履约中心收到退货物品时的状况.
类型 : 枚举
| Value | Description |
|---|---|
| 可销售 | 该物品处于可销售状态. |
| 有缺陷 | 物品有缺陷. |
| 客户损坏 | 物品被买家或卖家损坏. |
| 承运人损坏 | 该物品被承运人损坏. |
| FulfillerDamaged | Item was damaged by Amazon. |
# ReturnItemList
亚马逊接受退货的物品数组.如果没有接受退货的物品,则返回为空.
类型: < ReturnItem > 数组
# ScheduledDeliveryInfo
预定交货的信息.
| Name | Description | Schema |
|---|---|---|
| deliveryTimeZone required | 履行订单预览的目标地址的时区.必须是一个IANA时区名称.例子Asia/Tokyo. | string |
| deliveryWindows required | 一个可用于预定交货的时间范围数组. | deliveryWindowList |
# ShippingSpeedCategoryList
类型 < ShippingSpeedCategory >数组
# StringList
类型 < string > 数组
# Timestamp
类型 :字符串 (date-time)
# TrackingAddress
用于追踪包裹的地址信息.
| Name | Description | Schema |
|---|---|---|
| 城市 *所需 | 城市. 最大长度 : 150 | string |
| 州 required | The state. maxLength : 150 | string |
| 国家 required | The country. maxLength : 6 | string |
# EventCode
交付事件的事件代码.
类型 : 枚举
| Value | Description |
|---|---|
| *EVENT_101 | Carrier notified to pick up package. |
| EVENT_102 | 从卖方设施提取货物. |
| EVENT_201 | Arrival scan. |
| EVENT_202 | Departure scan. |
| *EVENT_203 | 抵达目的地国家. |
| *EVENT_204 | 启动清关程序. |
| *EVENT_205 | 完成清关程序. |
| EVENT_206 | 在运输过程中到提货地点. |
| EVENT_301 | Delivered. |
| *EVENT_302 | Out for delivery. |
| EVENT_304 | Delivery attempted. |
| *EVENT_306 | 联系客户安排交货. |
| EVENT_307 | Delivery appointment scheduled. |
| EVENT_308 | 可以提货. |
| *EVENT_309 | 退回给卖家. |
| EVENT_401 | 由承运人持有-不正确的地址. |
| *EVENT_402 | 海关清关延迟. |
| EVENT_403 | Customer moved. |
| *EVENT_404 | 由于外部因素造成的交货延误. |
| EVENT_405 | Shipment damaged. |
| *EVENT_406 | 被承运人扣留. |
| EVENT_407 | Customer refused delivery. |
| *EVENT_408 | 退回给卖家. |
| EVENT_409 | Lost by carrier. |
| *EVENT_411 | 收到的文件-没有收到货物. |
| *EVENT_412 | 收到的货物-没有收到文件. |
| EVENT_413 | 被承运人扣留-客户因海关收费而拒绝发运. |
| EVENT_414 | Missorted by carrier. |
| *EVENT_415 | 从先前的承运人处收到的货物. |
| EVENT_416 | Undeliverable. |
| EVENT_417 | Shipment missorted. |
| EVENT_418 | Shipment delayed. |
| EVENT_419 | Address corrected- delivery rescheduled. |
# TrackingEvent
追踪包裹交付的信息.
| Name | Description | Schema |
|---|---|---|
| eventDate required | 交付事件发生的日期和时间,ISO 8601日期时间格式. | Timestamp |
| eventAddress required | 交付事件发生的城市. | TrackingAddress |
| eventCode required | 交付事件的事件代码. | EventCode |
| eventDescription required | 对应事件代码的描述. | string |
# TrackingEventList
一个跟踪事件信息的数组.
类型 < TrackingEvent > 数组
# UnfulfillablePreviewItem
关于履行订单预览中不可履行的项目的信息.
| Name | Description | Schema |
|---|---|---|
| sellerSku required | 物品的卖方SKU. maxLength : 50 | 字符串 |
| quantity required | The item quantity. | Quantity |
| sellerFulfillmentOrderItemId required | A fulfillment order item identifier created with a call to getFulfillmentPreview operation. maxLength : 50 | string |
| itemUnfulfillableReasons optional | Error codes associated with the fulfillment order preview that indicate why the item is unfulfillable. | StringList |
# UnfulfillablePreviewItemList
一组无法实现的预览项目信息.
类型 < UnfulfillablePreviewItem> 数组
# UpdateFulfillmentOrderItem
用于更新履行订单的项目信息.
| Name | Description | Schema |
|---|---|---|
| sellerSku optional | 物品的卖方SKU. | string |
| *sellerFulfillmentOrderItemId required | 确定要更新的履行订单项目.通过先前调用createFulfillmentOrder操作创建的. maxLength : 50 | 字符串 |
| quantity required | The item quantity. | Quantity |
| giftMessage optional | A message to the gift recipient, if applicable. maxLength : 512 | string |
| displayableComment optional | Item-specific text that shows in recipient-facing materials such as the outbound shipment packing slip. maxLength : 250 | string |
| fulfillmentNetworkSku optional | Amazon的履行网络SKU的项目. | string |
| *orderItemDisposition optional | 表示该商品是可卖还是不可卖. | string |
| perUnitDeclaredValue optional | 卖家分配给这个物品的货币价值. | Money |
| perUnitPrice optional | 在COD(Cash On Delivery)订单中向收件人收取的金额. | Money |
| perUnitTax optional | 在COD(Cash On Delivery)订单. | Money中,向收件人收取的这个项目的税金 |
# UpdateFulfillmentOrderItemList
一个用于更新履行订单的履行订单信息的数组.
类型 : < UpdateFulfillmentOrderItem > 数组
# UpdateFulfillmentOrderRequest
| Name | Description | Schema |
|---|---|---|
| marketplaceId optional | 履行订单所针对的市场. | string |
| displayableOrderId optional | 卖家创建的一个履行订单的标识符.这个值在面向收件人的材料中显示为订单标识符,如出港货物包装单. DisplayableOrderId的值应该 卖方可以使用SellerFulfillmentOrderId作为这个值,或者他们可以指定一个替代值,如果他们希望收件人参考一个替代的订单标识. 最大长度40 | string |
| displayableOrderDate optional | 履行订单的日期和时间.在面向收件人的材料中显示为订单日期,如出库单. | Timestamp |
| displayableOrderComment optional | Order-specific text that appears in recipient-facing materials such as the outbound shipment packing slip. maxLength : 1000 | string |
| shippingSpeedCategory optional | 用于履行订单的运输方式. | ShippingSpeedCategory |
| destinationAddress optional | 履行订单的目的地地址. | Address |
| fulfillmentAction optional | 指定履行订单是现在发货,还是对其进行订单保留. | FulfillmentAction |
| fulfillmentPolicy optional | 您提交createFulfillmentOrder操作时指定的FulfillmentPolicy值. | FulfillmentPolicy |
|notificationEmails
optional|卖家提供的电子邮件地址列表,这些地址被亚马逊用来代表卖家向收件人发送发货-完整通知.|NotificationEmailList|
|featureConstraints
optional|A list of features and their fulfillment policies to apply to the order.|< FeatureSettings> array|
|items
optional|A list of items to include in the fulfillment order preview, including quantity.|UpdateFulfillmentOrderItemList|
# UpdateFulfillmentOrderResponse
updateFulfillmentOrder操作的响应模式
| Name | Description | Schema |
|---|---|---|
| errors optional | 在updateFulfillmentOrder操作中发生了一个或多个意外的错误. | ErrorList |
# CreateFulfillmentOrderResponse
createFulfillmentOrder操作的响应模式.
| Name | Description | Schema |
|---|---|---|
| errors optional | 在createFulfillmentOrder操作中发生了一个或多个意外的错误. | ErrorList |
# CancelFulfillmentOrderResponse
取消履行订单操作的响应模式.
| Name | Description | Schema |
|---|---|---|
| errors optional | 在cancelFulfillmentOrder操作中发生了一个或多个意外的错误. | ErrorList |
# Weight
重量.
| Name | Description | Schema |
|---|---|---|
| 单位 要求 | 重量单位. | enum (Unit) |
| 值 必须的 | 重量值. | 字符串 |
# Quantity
项目的数量.
类型 : 整数(int32)
# ShippingSpeedCategory
用于履行订单的运输方式.
类型 : 枚举
| Value | Description |
|---|---|
| 标准 | 标准运输方式. |
| Expedited | Expedited shipping method. |
| 优先 | 优先运输方式. |
| ScheduledDelivery | Scheduled Delivery运输方式. |
# GetFeatureInventoryResponse
按特征分列的资格库存细目.
| Name | Description | Schema |
|---|---|---|
| payload optional | The payload for the getEligibileInventory operation. | GetFeatureInventoryResult |
| errors optional | 在 getFeatureInventory 操作中发生了一个或多个意外的错误. | ErrorList |
# GetFeatureInventoryResult
getEligibileInventory操作的有效载荷.
| Name | Description | Schema |
|---|---|---|
| marketplaceId required | The requested marketplace. | string |
| featureName required | 特征的名称. | string |
| nextToken optional | 当存在且不为空时,在下一个请求中传递这个字符串令牌以返回下一个响应页面. | string |
| featureSkus optional | 符合此特征的SKU数组以及可用数量. | < FeatureSku>数组 |
# FeatureSku
关于一个SKU的信息,包括可用的数量、标识符,以及共享同一库存池的重叠SKU的列表.
| Name | Description | Schema |
|---|---|---|
| sellerSku optional | 用于标识给定市场中的商品 SellerSKU 由卖家的 SellerId 限定,它包含在您提交的每个操作中. | string |
| fnSku optional | 亚马逊履约网络使用的唯一SKU. | string |
| asin optional | 亚马逊的商品标准识别码 (ASIN). | string |
| skuCount optional | 该服务的SKU数量. | number |
| overlappingSkus optional | 在同一库存中共享的其他卖方SKU. | < string > array |
# GetFeaturesResponse
getFeatures操作的响应模式.
| Name | Description | Schema |
|---|---|---|
| payload optional | getFeatures操作的有效载荷. | GetFeaturesResult |
| errors optional | 请求不成功时返回的错误响应列表. | ErrorList |
# GetFeaturesResult
getFeatures操作的有效载荷.
| Name | Description | Schema |
|---|---|---|
| 特征 要求的 | 一个特征数组. | 特征 |
# Features
一个数组的特征.
类型< Feature >数组
# Feature
一个多-渠道履行的特征.
| Name | Description | Schema |
|---|---|---|
| featureName required | The feature name. | string |
| featureDescription required | The feature description. | string |
| sellerEligible optional | 为真时,表示卖方有资格使用该特征. | boolean |
# GetFeatureSkuResponse
getFeatureSKU操作的响应模式.
| Name | Description | Schema |
|---|---|---|
| payload optional | getFeatureSKU操作的有效载荷. | GetFeatureSkuResult |
| errors optional | 请求不成功时返回的错误响应列表. | ErrorList |
# GetFeatureSkuResult
getFeatureSKU操作的有效载荷.
| Name | Description | Schema |
|---|---|---|
| marketplaceId required | The requested marketplace. | string |
| featureName required | 特性的名称. | string |
| isEligible required | 为真时,卖方的SKU有资格使用所请求的功能. | boolean |
| ineligibleReasons optional | A list of one or more reasons that the seller SKU is ineligibile for the feature. Possible values: | < string > array |
| skuInfo optional | 关于SKU的信息,包括可用的数量、标识符,以及共享同一库存池的重叠SKU的列表. | FeatureSku |
# FeatureSettings
FeatureSettings允许用户对订单应用履行功能. 阻止订单使用亚马逊物流(AMZL)和AMZL追踪号码发货使用featureName为BLOCK_AMZL,featureFulfillmentPolicy为Required.阻止AMZL将对您的MCF订单产生额外的附加费用,如果没有替代的承运人,将增加您的一些订单无法完成或延迟交付的风险.在订单请求中使用BLOCK_AMZL将优先于您的卖家中心帐户设置.
| Name | Description | Schema |
|---|---|---|
| featureName optional | 特征的名称. | string |
| featureFulfillmentPolicy optional | 指定履行订单时使用的政策. | enum (FeatureFulfillmentPolicy) |
# FulfillmentShipmentStatus
货件的当前状态.
类型 : 枚举
| Value | Description |
|---|---|
| ****** | 从库存中挑选单位的过程已经开始. |
| ******** | 货物中的所有包裹已经离开履行中心. |
| CANCELLED_BY_FULFILLER | 亚马逊履行中心不能按计划履行货物.这可能是因为库存不在履行中心的预期位置.取消履行订单后,亚马逊立即创建一个新的履行货物并再次尝试履行订单. |
| CANCELLED_BY_SELLER | 使用CancelFulfillmentOrder请求取消了货物. |
# FeatureFulfillmentPolicy
指定履行订单时要使用的政策.
类型 : 枚举
| Value | Description |
|---|---|
| Required | 如果报价不能与所选功能一起运送,则拒绝订单. |
| NotRequired | 该特征不是发货的必要条件. |
# Unit
重量的单位.
类型 : 枚举
| Value | Description |
|---|---|
| KG | Kilograms. |
| KILOGRAMS | Kilograms. |
| LB | Pounds. |
| POUNDS | Pounds. |
# Name
费用的类型.
类型 : 枚举
| Value | Description |
|---|---|
| FBAPerUnitFulfillmentFee | 估计履行订单中每个单位的费用. |
| FBAPerOrderFulfillmentFee | Estimated order-level fee. |
| FBATransportationFee | Estimated shipping fee. |
| FBAFulfillmentCODFee | Estimated COD (Cash On Delivery) fee.此费用只适用于COD. |
# ShippingWeightCalculationMethod
用来计算估计运输重量的方法.
类型 : 枚举
| Value | Description |
|---|---|
| 包装 | 基于物品的实际重量. |
| 维度 | 基于物品所占的立方空间. |