# 概述
Fulfillment Inbound的Selling Partner API可以让你创建应用程序,创建和更新库存的进货运输到亚马逊的履行网络.
# Version information
版本 : v0
# Operations
getInboundGuidance
createInboundShipmentPlan
updateInboundShipment
createInboundShipment
getPreorderInfo
confirmPreorder
getPrepInstructions
getTransportDetails
putTransportDetails
voidTransport
estimateTransport
confirmTransport
getLabels
getBillOfLading
getShipments
[getShipmentItemsByShipmentId](#ge
# 路径
# getInboundGuidance
GET /fba/inbound/v0/itemsGuidance
# Description
返回信息,让卖家知道亚马逊是否建议将商品发送到指定的市场.在某些情况下,亚马逊提供指导,说明为什么不建议将指定的SellerSKU或ASIN运送到亚马逊的履行网络.卖家仍然可以自行决定运送不被建议的商品.
使用计划:
速率(每秒的请求) | 突发 |
---|---|
2 | 30 |
更多信息,请参阅销售伙伴API文档中的 "使用计划和费率限制".
# Parameters
Type | Name | Description | Schema |
---|---|---|---|
*Query | *MarketplaceId required | A marketplace identifier. Specifies the marketplace where the product would be stored. | string |
Query | SellerSKUList optional | A SellerSKU值列表. 用于确定您想要进货指导以运送到亚马逊的履行网络的商品. 注意SellerSKU是由SellerId限定的,SellerId包含在您提交的每个销售伙伴API操作中.如果您指定一个SellerSKU来标识一个变体父ASIN,这个操作会返回一个错误.一个变体父ASIN代表一个不能销售的通用产品.变体子ASIN代表具有特定特征的产品(如尺寸和颜色)并且可以销售. 最大计数 : 50 | <字符串>数组 |
Query | ASINList optional | A list of ASIN values. Used to identify items for which you want inbound guidance for shipment to Amazon's fulfillment network. Note: 如果您指定的ASIN是一个变体父ASIN,这个操作会返回一个错误.变体父ASIN代表一个不能销售的普通产品.变体子ASIN代表具有特定特征的产品(如尺寸和颜色)并且可以销售. 最大计数 50 | <字符串>数组 |
# Responses
HTTP Code | Description | Schema |
---|---|---|
200 | Success. 头: x-amzn-RateLimit-Limit (string) : 您对该操作的速率限制(每秒的请求) . x-amzn-RequestId (string) Unique request reference identifier. | GetInboundGuidanceResponse |
400 | Request有缺失或无效的参数,无法解析. Headers : x-amzn-RateLimit-Limit (string) : 你对这个操作的速率限制(每秒的请求)_. x-amzn-RequestId (string) : Unique request reference identifier. | GetInboundGuidanceResponse |
401 | 请求的授权头格式不正确或不包含有效的令牌. 头: x-amzn-RateLimit-Limit (string) : 您对该操作的速率限制(每秒的请求)._注意 _ 对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识. | GetInboundGuidanceResponse |
403 | 表示禁止访问该资源.可能的原因包括拒绝访问、未经授权、过期令牌或无效签名. 头: x-amzn-RequestId (string) : Unique request reference identifier. | GetInboundGuidanceResponse |
404 | 指定的资源不存在. Headers : x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)为这个操作. x-amzn-RequestId (string) Unique request reference identifier. | GetInboundGuidanceResponse |
429 | 请求的频率超过了允许的范围. 头: x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)对于这个操作._注意 _ 对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | GetInboundGuidanceResponse |
500 | 发生了一个意想不到的情况,使服务器无法完成该请求. *头信息 x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)对于这个操作._注意 _ 对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识. | GetInboundGuidanceResponse |
503 | 服务器临时超载或维护. 头: x-amzn-RateLimit-Limit (string) : 您的速率限制(每秒的请求)为这个操作._注意 _对于这个状态代码,速率限制头已经过时,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识. | GetInboundGuidanceResponse |
# createInboundShipmentPlan
POST /fba/inbound/v0/plans
# Description
返回一个或多个进货装运计划,该计划提供您所需要的信息,为您指定的一组物品创建一个或多个进货装运.可能需要多个进货装运计划,以便将物品以最佳方式放置在亚马逊的履行网络中--例如,将库存放在离客户更近的地方.另外,如果两个进货装运计划需要不同的处理,则可以用同一个亚马逊履行中心创建两个进货装运计划--例如,需要标签的物品必须与无贴纸、混合的库存分开运输.
使用计划:
速率(每秒的请求) | 突发 |
---|---|
2 | 30 |
更多信息,请参阅销售伙伴API文档中的 "使用计划和费率限制".
# Parameters
Type | Name | Description | Schema |
---|---|---|---|
Body | body required | The request schema for the createInboundShipmentPlan operation. | CreateInboundShipmentPlanRequest |
# Responses
HTTP Code | Description | Schema |
---|---|---|
200 | Success. 头: x-amzn-RateLimit-Limit (string) : 您对该操作的速率限制(每秒的请求) . x-amzn-RequestId (string) Unique request reference identifier. | CreateInboundShipmentPlanResponse |
400 | Request有缺失或无效的参数,无法解析. Headers: x-amzn-RateLimit-Limit (string) : 你对这个操作的速率限制(每秒的请求)_. x-amzn-RequestId (string) : Unique request reference identifier. | CreateInboundShipmentPlanResponse |
401 | 请求的授权头格式不正确或不包含有效的令牌. 头: x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)对于这个操作._注意:_对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) Unique request reference identifier. | CreateInboundShipmentPlanResponse |
403 | 表示禁止访问该资源.可能的原因包括拒绝访问、未经授权、过期令牌或无效签名. 头 : x-amzn-RequestId (string) : Unique request reference identifier. | CreateInboundShipmentPlanResponse |
404 | 指定的资源不存在. 头: x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)为这个操作. x-amzn-RequestId (string) Unique request reference identifier. | CreateInboundShipmentPlanResponse |
429 | 请求的频率超过允许的范围. 头: x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)对于这个操作._注意:_对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) Unique request reference identifier. | CreateInboundShipmentPlanResponse |
500 | 发生了一个意外情况,使服务器无法完成请求. 头信息 x-amzn-RateLimit-Limit (string) : 您的速率限制(每秒的请求)对于这个操作._注意:_对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) Unique request reference identifier. | CreateInboundShipmentPlanResponse |
503 | 服务器临时超载或维护. 头: x-amzn-RateLimit-Limit (string) : 您的速率限制(每秒的请求)为这个操作._注意:_对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) Unique request reference identifier. | CreateInboundShipmentPlanResponse |
# updateInboundShipment
PUT /fba/inbound/v0/shipments/{shipmentId}
# Description
更新或删除由指定货件标识符识别的进货货件中的物品.不支持添加新物品.
使用计划:
速率(每秒的请求) | 突发 |
---|---|
2 | 30 |
更多信息,请参阅销售伙伴API文档中的 "使用计划和费率限制".
# Parameters
Type | Name | Description | Schema |
---|---|---|---|
Body | body required | 进港货物的请求模式. | InboundShipmentRequest |
Path | shipmentId required | A shipment identifier originally returned by the createInboundShipmentPlan operation. | string |
# Responses
HTTP Code | Description | Schema |
---|---|---|
200 | Success. 头: x-amzn-RateLimit-Limit (string) : 您对该操作的速率限制(每秒的请求) . x-amzn-RequestId (string) Unique request reference identifier. | InboundShipmentResponse |
400 | Request有缺失或无效的参数,无法解析. Headers : x-amzn-RateLimit-Limit (string) : 您对该操作的速率限制(每秒的请求)_. x-amzn-RequestId (string) : Unique request reference identifier. | InboundShipmentResponse |
401 | 请求的授权头格式不正确或不包含有效的标记. 头: x-amzn-RateLimit-Limit (string) : 您对该操作的速率限制(每秒的请求)._注意 _ 对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | InboundShipmentResponse |
403 | 表示禁止访问该资源.可能的原因包括拒绝访问、未经授权、过期令牌或无效签名. 头 : x-amzn-RequestId (string) : 唯一的请求参考标识. | InboundShipmentResponse |
404 | 指定的资源不存在. 头: x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)为这个操作. x-amzn-RequestId (string) Unique request reference identifier. | InboundShipmentResponse |
429 | 请求的频率超过了允许的范围. 头: x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)对于这个操作._注意 _ 对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | InboundShipmentResponse |
500 | 发生了一个意外情况,使服务器无法完成请求. 头信息 x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)对于这个操作._注意 _ 对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | InboundShipmentResponse |
503 | 服务器临时超载或维护. 头: x-amzn-RateLimit-Limit (string) : 您的速率限制(每秒的请求)为这个操作._注意 _对于这个状态代码,速率限制头已经过时,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识. | InboundShipmentResponse |
# createInboundShipment
POST /fba/inbound/v0/shipments/{shipmentId}
# Description
根据createInboundShipmentPlan操作所返回的指定shipmentId,返回一个新的进货货物.
使用计划:
Rate (requests per second) | Burst |
---|---|
2 | 30 |
更多信息,请参阅销售伙伴API文档中的 "使用计划和费率限制".
# Parameters
Type | Name | Description | Schema |
---|---|---|---|
Body | body required | 进港货物的请求模式. | InboundShipmentRequest |
Path | shipmentId required | A shipment identifier originally returned by the createInboundShipmentPlan operation. | string |
# Responses
HTTP Code | Description | Schema |
---|---|---|
200 | Success. 头: x-amzn-RateLimit-Limit (string) : 您对该操作的速率限制(每秒的请求) . x-amzn-RequestId (string) Unique request reference identifier. | InboundShipmentResponse |
400 | Request有缺失或无效的参数,无法解析. Headers : x-amzn-RateLimit-Limit (string) : 您对该操作的速率限制(每秒的请求)_. x-amzn-RequestId (string) : Unique request reference identifier. | InboundShipmentResponse |
401 | 请求的授权头格式不正确或不包含有效的标记. 头: x-amzn-RateLimit-Limit (string) : 您对该操作的速率限制(每秒的请求)._注意 _ 对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | InboundShipmentResponse |
403 | 表示禁止访问该资源.可能的原因包括拒绝访问、未经授权、过期令牌或无效签名. 头 : x-amzn-RequestId (string) : 唯一的请求参考标识. | InboundShipmentResponse |
404 | 指定的资源不存在. 头: x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)为这个操作. x-amzn-RequestId (string) Unique request reference identifier. | InboundShipmentResponse |
429 | 请求的频率超过了允许的范围. 头: x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)对于这个操作._注意 _ 对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | InboundShipmentResponse |
500 | 发生了一个意外情况,使服务器无法完成请求. 头信息 x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)对于这个操作._注意 _ 对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | InboundShipmentResponse |
503 | 服务器临时超载或维护. 头: x-amzn-RateLimit-Limit (string) : 您的速率限制(每秒的请求)为这个操作._注意 _对于这个状态代码,速率限制头已经过时,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识. | InboundShipmentResponse |
# getPreorderInfo
GET /fba/inbound/v0/shipments/{shipmentId}/preorder
# Description
返回预-订单信息,包括日期,这是卖方在确认预-订单.的货物之前需要的
使用计划:
速率(每秒的请求) | 突发 |
---|---|
2 | 30 |
更多信息,请参阅销售伙伴API文档中的 "使用计划和费率限制".
# Parameters
Type | Name | Description | Schema |
---|---|---|---|
Path | shipmentId required | A shipment identifier originally returned by createInboundShipmentPlan operation. | string |
Query | MarketplaceId required | A marketplace identifier. 指定货件所绑定的市场. | string |
# Responses
HTTP Code | Description | Schema |
---|---|---|
200 | Success. 头: x-amzn-RateLimit-Limit (string) : 您对该操作的速率限制(每秒的请求) . x-amzn-RequestId (string) Unique request reference identifier. | GetPreorderInfoResponse |
400 | Request有缺失或无效的参数,无法解析. Headers: x-amzn-RateLimit-Limit (string) : 你对这个操作的速率限制(每秒的请求)_. x-amzn-RequestId (string) : Unique request reference identifier. | GetPreorderInfoResponse |
401 | 请求的授权头格式不正确或不包含有效的标记. 头: x-amzn-RateLimit-Limit (string) : 您对该操作的速率限制(每秒的请求)._注意 _对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | GetPreorderInfoResponse |
403 | 表示禁止访问该资源.可能的原因包括拒绝访问、未经授权、过期令牌或无效签名. 头 : x-amzn-RequestId (string) : 唯一的请求参考标识. | GetPreorderInfoResponse |
404 | 指定的资源不存在. Headers: x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)为这个操作. x-amzn-RequestId (string) Unique request reference identifier. | GetPreorderInfoResponse |
429 | 请求的频率超过了允许的范围. 头: x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)对于这个操作._注意 _对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | GetPreorderInfoResponse |
500 | 发生了一个意外情况,使服务器无法完成请求. 头信息 x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)对于这个操作._注意 _ 对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | GetPreorderInfoResponse |
503 | 服务器的临时超载或维护. 头: x-amzn-RateLimit-Limit (string) : 您的速率限制(每秒的请求)为这个操作._注意 _对于这个状态代码,速率限制头已经过时,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识. | GetPreorderInfoResponse |
# confirmPreorder
**PUT /fba/inbound/v0/shipments/{shipmentId}/preorder/confirm **PUT /fba/inbound/v0/shipments/{shipmentId}/preorder
# Description
返回确认pre-order.货件所需的信息,在调用getPreorderInfo操作后调用此操作,以获得NeedByDate值和其他有关货件的pre-order信息.
使用计划:
速率(每秒的请求) | 突发 |
---|---|
2 | 30 |
更多信息,请参阅销售伙伴API文档中的 "使用计划和费率限制".
# Parameters
Type | Name | Description | Schema |
---|---|---|---|
Path | shipmentId required | A shipment identifier originally returned by createInboundShipmentPlan operation. | string |
Query | NeedByDate required | 货物必须到达亚马逊履行中心的日期,以避免预-订物品的交货承诺中断.必须是YYY-MM-DD格式.对getPreorderInfo操作的响应返回此值. | string (date) |
Query | MarketplaceId required | A marketplace identifier. 指定货件所绑定的市场. | string |
# Responses
HTTP Code | Description | Schema |
---|---|---|
200 | Success. 头: x-amzn-RateLimit-Limit (string) : 您对该操作的速率限制(每秒的请求) . x-amzn-RequestId (string) Unique request reference identifier. | ConfirmPreorderResponse |
400 | Request有缺失或无效的参数,无法解析. Headers : x-amzn-RateLimit-Limit (string) : 你对这个操作的速率限制(每秒的请求)_. x-amzn-RequestId (string) : Unique request reference identifier. | ConfirmPreorderResponse |
401 | 请求的授权头格式不正确或不包含有效的令牌. 头 x-amzn-RateLimit-Limit (string) : 您对该操作的速率限制(每秒的请求)._注意 _对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | ConfirmPreorderResponse |
403 | 表示禁止访问该资源.可能的原因包括拒绝访问、未经授权、过期令牌或无效签名. 头: x-amzn-RequestId (string) : 唯一的请求参考标识. | ConfirmPreorderResponse |
404 | 指定的资源不存在. 头: x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)为这个操作. x-amzn-RequestId (string) Unique request reference identifier. | ConfirmPreorderResponse |
429 | 请求的频率超过了允许的范围. 头: x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)对于这个操作._注意 _对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | ConfirmPreorderResponse |
500 | 发生了一个意外情况,导致服务器无法完成请求. 头信息 x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)对于这个操作._注意 _ 对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | ConfirmPreorderResponse |
503 | 服务器临时超载或维护. 头: x-amzn-RateLimit-Limit (string) : 您的速率限制(每秒的请求)为这个操作._注意 _对于这个状态代码,速率限制头已经过时,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识. | ConfirmPreorderResponse |
# getPrepInstructions
GET /fba/inbound/v0/prepInstructions
# Description
退货的标签要求和物品准备说明,以帮助准备物品运送到亚马逊的履行网络.
使用计划:
速率(每秒的请求) | 突发 |
---|---|
2 | 30 |
更多信息,请参阅销售伙伴API文档中的 "使用计划和费率限制".
# Parameters
Type | Name | Description | Schema |
---|---|---|---|
Query | ShipToCountryCode required | 物品将被运往的国家代码.注意标签要求和物品准备说明可能因国家而异. | string ([A-Z]{2}) |
Query | SellerSKUList optional | A list of SellerSKU values. Used to identify items for which you want labeling requirements and item preparation instructions for shipment to Amazon's fulfillment network. SellerSKU is qualified by the Seller ID, which is included with every call to the Seller Partner API. Note: 包括你曾用于在亚马逊零售网站上列出商品的卖家SKU.如果你包括一个你从未用于在亚马逊零售网站上列出商品的卖家SKU,该卖家SKU将在响应中的InvalidSKUList属性中返回. 最大计数 50 | < string > array |
Query | ASINList optional | A list of ASIN values. 用于识别你想要物品准备说明的物品,以帮助物品采购决策. Note: ASINs必须包含在卖家参与的至少一个市场的产品目录中.任何没有包含在卖家参与的至少一个市场的产品目录中的ASIN都会在响应中的InvalidASINList属性中返回.您可以通过调用Selling Partner API for Sellers中的getMarketplaceParticipations操作来了解卖家参与了哪些市场. ***最大计数: 50 | < string > array |
# Responses
HTTP Code | Description | Schema |
---|---|---|
200 | Success. 头: x-amzn-RateLimit-Limit (string) : 您对该操作的速率限制(每秒的请求) . x-amzn-RequestId (string) Unique request reference identifier. | GetPrepInstructionsResponse |
400 | Request有缺失或无效的参数,不能被解析. 头信息: x-amzn-RateLimit-Limit (string) : 你对这个操作的速率限制(每秒的请求)_. x-amzn-RequestId (string) : Unique request reference identifier. | GetPrepInstructionsResponse |
401 | 请求的授权头格式不正确或不包含有效的令牌. 头 x-amzn-RateLimit-Limit (string) : 您对该操作的速率限制(每秒的请求)._注意 _ 对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | GetPrepInstructionsResponse |
403 | 表示禁止访问该资源.可能的原因包括拒绝访问、未经授权、过期令牌或无效签名. 头 : x-amzn-RequestId (string) : Unique request reference identifier. | GetPrepInstructionsResponse |
404 | 指定的资源不存在. 头: x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)为这个操作. x-amzn-RequestId (string) Unique request reference identifier. | GetPrepInstructionsResponse |
429 | 请求的频率超过了允许的范围. 头: x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)对于这个操作._注意 _对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | GetPrepInstructionsResponse |
500 | 发生了一个意外情况,使服务器无法完成请求. 头信息 x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)对于这个操作._注意 _ 对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | GetPrepInstructionsResponse |
503 | 服务器的临时超载或维护. 头: x-amzn-RateLimit-Limit (string) : 您的速率限制(每秒的请求)为这个操作._注意 _对于这个状态代码,速率限制头已经过时,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识. | GetPrepInstructionsResponse |
# getTransportDetails
GET /fba/inbound/v0/shipments/{shipmentId}/transport.
# Description
返回一个进货货物的当前运输信息.
使用计划:
Rate (requests per second) | Burst |
---|---|
2 | 30 |
更多信息,请参阅销售伙伴API文档中的 "使用计划和费率限制".
# Parameters
Type | Name | Description | Schema |
---|---|---|---|
Path | shipmentId required | A shipment identifier originally returned by createInboundShipmentPlan operation. | string |
# Responses
HTTP Code | Description | Schema |
---|---|---|
200 | Success. 头: x-amzn-RateLimit-Limit (string) : 您对该操作的速率限制(每秒的请求) . x-amzn-RequestId (string) Unique request reference identifier. | GetTransportDetailsResponse |
400 | Request有缺失或无效的参数,无法解析. Headers: x-amzn-RateLimit-Limit (string) : 你对这个操作的速率限制(每秒的请求)_. x-amzn-RequestId (string) : Unique request reference identifier. | GetTransportDetailsResponse |
401 | 请求的授权头格式不正确或不包含有效的令牌. 头: x-amzn-RateLimit-Limit (string) : 您对该操作的速率限制(每秒的请求)._注意 _ 对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | GetTransportDetailsResponse |
403 | 表示禁止访问该资源.可能的原因包括拒绝访问、未经授权、过期令牌或无效签名. 头: x-amzn-RequestId (string) : Unique request reference identifier. | GetTransportDetailsResponse |
404 | 指定的资源不存在. 头: x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)为这个操作. x-amzn-RequestId (string) Unique request reference identifier. | GetTransportDetailsResponse |
429 | 请求的频率超过了允许的范围. 头: x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)对于这个操作._注意 _对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | GetTransportDetailsResponse |
500 | 发生了一个意外情况,使服务器无法完成请求. 头信息 x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)对于这个操作._注意 _ 对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | GetTransportDetailsResponse |
503 | 服务器的临时超载或维护. 头: x-amzn-RateLimit-Limit (string) : 您的速率限制(每秒的请求)为这个操作._注意 _对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识. | GetTransportDetailsResponse |
# putTransportDetails
PUT /fba/inbound/v0/shipments/{shipmentId}/transport
# Description
向亚马逊发送关于入库货物的运输信息.
使用计划:
速率(每秒的请求) | 突发 |
---|---|
2 | 30 |
更多信息,请参阅销售伙伴API文档中的 "使用计划和费率限制".
# Parameters
Type | Name | Description | Schema |
---|---|---|---|
Path | shipmentId required | A shipment identifier originally returned by createInboundShipmentPlan operation. | string |
Body | body required | putTransportDetails操作的请求模式. | PutTransportDetailsRequest |
# Responses
HTTP Code | Description | Schema |
---|---|---|
200 | Success. 头: x-amzn-RateLimit-Limit (string) : 您对该操作的速率限制(每秒的请求) . x-amzn-RequestId (string) Unique request reference identifier. | PutTransportDetailsResponse |
400 | Request有缺失或无效的参数,无法解析. Headers: x-amzn-RateLimit-Limit (string) : 您对该操作的速率限制(每秒的请求)_. x-amzn-RequestId (string) : Unique request reference identifier. | PutTransportDetailsResponse |
401 | 请求的授权头格式不正确或不包含有效的令牌. 头: x-amzn-RateLimit-Limit (string) : 您对该操作的速率限制(每秒的请求)._注意 _ 对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | PutTransportDetailsResponse |
403 | 表示禁止访问该资源.可能的原因包括拒绝访问、未经授权、过期令牌或无效签名. 头: x-amzn-RequestId (string) : Unique request reference identifier. | PutTransportDetailsResponse |
404 | 指定的资源不存在. 头: x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)为这个操作. x-amzn-RequestId (string) Unique request reference identifier. | PutTransportDetailsResponse |
429 | 请求的频率超过了允许的范围. 头: x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)对于这个操作._注意 _对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | PutTransportDetailsResponse |
500 | 发生了一个意外情况,使服务器无法完成请求. 头信息 x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)对于这个操作._注意 _ 对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | PutTransportDetailsResponse |
503 | 服务器临时超载或维护. 头: x-amzn-RateLimit-Limit (string) : 您的速率限制(每秒的请求)为这个操作._注意 _对于这个状态码,速率限制头已经过时,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识. | PutTransportDetailsResponse |
# voidTransport
POST /fba/inbound/v0/shipments/{shipmentId}/transport/void
# Description
取消之前确认的使用亚马逊-合作的承运人运送入境货物的请求.
要想成功,您必须在getTransportDetails操作返回的VoidDeadline日期之前调用此操作.
重要提示:VoidDeadline日期是在您确认小包裹货物运输请求后的24小时内,或在您确认小卡车/大卡车(LTL/FTL)货物运输请求后的1小时内.无效期限过后,您的账户将被收取运输费用.
使用计划:
|速率(每秒的请求)|突发|的请求 | ---- | ---- | | 2 | 30 |
更多信息,请参阅销售伙伴API文档中的 "使用计划和费率限制".
# Parameters
Type | Name | Description | Schema |
---|---|---|---|
Path | shipmentId required | A shipment identifier originally returned by createInboundShipmentPlan operation. | string |
# Responses
HTTP Code | Description | Schema |
---|---|---|
200 | Success. 头: x-amzn-RateLimit-Limit (string) : 您对该操作的速率限制(每秒的请求) . x-amzn-RequestId (string) Unique request reference identifier. | VoidTransportResponse |
400 | Request有缺失或无效的参数,无法解析. Headers : x-amzn-RateLimit-Limit (string) : 你对这个操作的速率限制(每秒的请求)_. x-amzn-RequestId (string) : Unique request reference identifier. | VoidTransportResponse |
401 | 请求的授权头格式不正确或不包含有效的令牌. 头: x-amzn-RateLimit-Limit (string) : 您对该操作的速率限制(每秒的请求)._注意 _对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | VoidTransportResponse |
403 | 表示禁止访问该资源.可能的原因包括拒绝访问、未经授权、过期令牌或无效签名. 头: x-amzn-RequestId (string) : 唯一的请求参考标识. | VoidTransportResponse |
404 | 指定的资源不存在. Headers : x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)为这个操作. x-amzn-RequestId (string) Unique request reference identifier. | VoidTransportResponse |
429 | 请求的频率超过了允许的范围. 头: x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)对于这个操作._注意 _ 对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | VoidTransportResponse |
500 | 发生了一个意外情况,使服务器无法完成请求. 头信息 x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)对于这个操作._注意 _ 对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | VoidTransportResponse |
503 | 服务器的临时超载或维护. 头: x-amzn-RateLimit-Limit (string) : 您的速率限制(每秒的请求)为这个操作._注意 _对于这个状态代码,速率限制头已经过时,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识. | VoidTransportResponse |
# estimateTransport
POST /fba/inbound/v0/shipments/{shipmentId}/transport/estimate
# Description
启动估算亚马逊-合作的承运人进货的运输费用的过程.
在调用估计运输操作之前,你必须调用putTransportDetails操作,向亚马逊提供进港货物的运输信息.
使用计划:
Rate (requests per second) | Burst |
---|---|
2 | 30 |
更多信息,请参阅销售伙伴API文档中的 "使用计划和费率限制".
# Parameters
Type | Name | Description | Schema |
---|---|---|---|
Path | shipmentId required | A shipment identifier originally returned by createInboundShipmentPlan operation. | string |
# Responses
HTTP Code | Description | Schema |
---|---|---|
200 | Success. 头: x-amzn-RateLimit-Limit (string) : 您对该操作的速率限制(每秒的请求) . x-amzn-RequestId (string) Unique request reference identifier. | EstimateTransportResponse |
400 | Request有缺失或无效的参数,无法解析. Headers: x-amzn-RateLimit-Limit (string) : 你对这个操作的速率限制(每秒的请求)_. x-amzn-RequestId (string) : Unique request reference identifier. | EstimateTransportResponse |
401 | 请求的授权头格式不正确或不包含有效的标记. 头: x-amzn-RateLimit-Limit (string) : 您对该操作的速率限制(每秒的请求)._注意 _ 对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | EstimateTransportResponse |
403 | 表示禁止访问该资源.可能的原因包括拒绝访问、未经授权、过期令牌或无效签名. 头: x-amzn-RequestId (string) : 唯一的请求参考标识. | EstimateTransportResponse |
404 | 指定的资源不存在. 头: x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)为这个操作. x-amzn-RequestId (string) Unique request reference identifier. | EstimateTransportResponse |
429 | 请求的频率超过了允许的范围. 头: x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)对于这个操作._注意 _ 对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | EstimateTransportResponse |
500 | 发生了一个意外情况,使服务器无法完成请求. 头信息 x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)对于这个操作._注意 _ 对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | EstimateTransportResponse |
503 | 服务器临时超载或维护. 头: x-amzn-RateLimit-Limit (string) : 您的速率限制(每秒的请求)为这个操作._注意 _对于这个状态代码,速率限制头已经过时,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识. | EstimateTransportResponse |
# confirmTransport
POST /fba/inbound/v0/shipments/{shipmentId}/transport/confirm
# Description
确认卖家接受亚马逊-合作的运输估算,同意让亚马逊从他们的账户中收取运输费用,并要求亚马逊-合作的承运人运送入境货物.
在调用confirmTransport操作之前,你应该调用getTransportDetails操作来获取Amazon-partnered shipping estimate.
重要的是在确认运输请求后,如果卖家决定不希望亚马逊-合作的承运人运送入境的货物,你可以调用voidTransport操作来取消运输请求. 注意,对于小包裹的货物,卖家在确认后有24小时的时间卖家在确认运输请求后的24小时内可以取消运输请求.对于小于卡车运输/整车运输(LTL/FTL)的货件,卖家在确认运输请求后的一小时内可以取消它.在宽限期过后,卖家的账户将被收取运输费用.
使用计划:
速率(每秒的请求) | 突发 |
---|---|
2 | 30 |
更多信息,请参阅销售伙伴API文档中的 "使用计划和费率限制".
# Parameters
Type | Name | Description | Schema |
---|---|---|---|
Path | shipmentId required | A shipment identifier originally returned by createInboundShipmentPlan operation. | string |
# Responses
HTTP Code | Description | Schema |
---|---|---|
200 | Success. 头: x-amzn-RateLimit-Limit (string) : 您对该操作的速率限制(每秒的请求) . x-amzn-RequestId (string) Unique request reference identifier. | ConfirmTransportResponse |
400 | Request有缺失或无效的参数,无法解析. Headers : x-amzn-RateLimit-Limit (string) : 你对这个操作的速率限制(每秒的请求)_. x-amzn-RequestId (string) : Unique request reference identifier. | ConfirmTransportResponse |
401 | 请求的授权头格式不正确或不包含有效的令牌. 头: x-amzn-RateLimit-Limit (string) : 您对该操作的速率限制(每秒的请求)._注意 _ 对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | ConfirmTransportResponse |
403 | 表示禁止访问该资源.可能的原因包括拒绝访问、未经授权、过期令牌或无效签名. 头 : x-amzn-RequestId (string) : 唯一的请求参考标识. | ConfirmTransportResponse |
404 | 指定的资源不存在. 头: x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)为这个操作. x-amzn-RequestId (string) Unique request reference identifier. | ConfirmTransportResponse |
429 | 请求的频率超过了允许的范围. 头: x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)对于这个操作._注意 _ 对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | ConfirmTransportResponse |
500 | 发生了一个意外情况,使服务器无法完成请求. 头信息 x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)对于这个操作._注意 _对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | ConfirmTransportResponse |
503 | 服务器临时超载或维护. 头: x-amzn-RateLimit-Limit (string) : 您的速率限制(每秒的请求)为这个操作._注意 _对于这个状态代码,速率限制头已经过时,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识. | ConfirmTransportResponse |
# getLabels
**GET /fba/inbound/v0/shipments/{shipmentId}/labels **
# Description
返回包装/托盘标签,以便在亚马逊履行中心更快、更准确地处理货物.
使用计划:
速率(每秒的请求) | 突发 |
---|---|
2 | 30 |
更多信息,请参阅销售伙伴API文档中的 "使用计划和费率限制".
# Parameters
Type | Name | Description | Schema |
---|---|---|---|
Path | shipmentId required | A shipment identifier originally returned by createInboundShipmentPlan operation. | string |
Query | PageType required | 用于打印标签的页面类型.提交一个你的市场不支持的PageType值会返回一个错误. | enum (PageType) |
Query | LabelType required | 要求的标签类型. | enum ([LabelType]#labeltype) |
Query | NumberOfPackages optional | 货物中的包装数量. | integer |
Query | PackageLabelsToPrint optional | A list of identifiers that specify packages for which you want package labels printed. Must match CartonId values previously passed using the FBA Inbound Shipment Carton Information Feed. If not, the operation returns the IncorrectPackageIdentifier error code. Max count : 999 | <字符串>数组 |
*Query | *NumberOfPallets optional | 货物中的货盘数量.这将返回每个货盘的四个相同的标签. | integer |
*Query | *PageSize optional | 用于分页查看总包裹标签的页面大小.这是Non-Partnered LTL Shipment的一个必要参数.最大值:1000. | integer |
Query | PageStartIndex optional | 用于分页查看总包裹标签的页面起始索引.这是Non-Partnered LTL Shipments. | integer |
# Responses
HTTP Code | Description | Schema |
---|---|---|
200 | Success. 头: x-amzn-RateLimit-Limit (string) : 您对该操作的速率限制(每秒的请求) x-amzn-RequestId (string) : Unique request reference identifier. | GetLabelsResponse |
400 | Request有缺失或无效的参数,无法解析. Headers : x-amzn-RateLimit-Limit (string) : 您对该操作的速率限制(每秒的请求)_. x-amzn-RequestId (string) : Unique request reference identifier. | GetLabelsResponse |
401 | 请求的授权头格式不正确或不包含有效的标记. 头 x-amzn-RateLimit-Limit (string) : 您对该操作的速率限制(每秒的请求)._注意 _对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识. | GetLabelsResponse |
403 | 表示禁止访问该资源.可能的原因包括拒绝访问、未经授权、过期令牌或无效签名. 头: x-amzn-RequestId (string) : 唯一的请求参考标识. | GetLabelsResponse |
404 | 指定的资源不存在. 头 x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)为这个操作. x-amzn-RequestId (string) Unique request reference identifier. | GetLabelsResponse |
429 | 请求的频率超过了允许的范围. 头: x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)对于这个操作._注意 _对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识. | GetLabelsResponse |
500 | 发生了一个意外情况,使服务器无法完成请求. 头信息 x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)对于这个操作._注意 _对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识. | GetLabelsResponse |
503 | 服务器的临时超载或维护. 头: x-amzn-RateLimit-Limit (string) : 您的速率限制(每秒的请求)为这个操作._注意 _对于这个状态代码,速率限制头已经过时,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识. | GetLabelsResponse |
# getBillOfLading
**GET /fba/inbound/v0/shipments/{shipmentId}/billOfLading **
# Description
getBillOfLading操作返回PDF文件数据,用于打印亚马逊-合作的小卡车/大卡车(LTL/FTL)进货货物的提货单.
使用计划:
速率(每秒的请求) | 突发 |
---|---|
2 | 30 |
更多信息,请参阅销售伙伴API文档中的 "使用计划和费率限制".
# Parameters
Type | Name | Description | Schema |
---|---|---|---|
Path | shipmentId required | A shipment identifier originally returned by createInboundShipmentPlan operation. | string |
# Responses
HTTP Code | Description | Schema |
---|---|---|
200 | Success. 头: x-amzn-RateLimit-Limit (string) : 您对该操作的速率限制(每秒的请求) . x-amzn-RequestId (string) Unique request reference identifier. | GetBillOfLadingResponse |
400 | Request有缺失或无效的参数,无法解析. Headers : x-amzn-RateLimit-Limit (string) : 你对这个操作的速率限制(每秒的请求)_. x-amzn-RequestId (string) : Unique request reference identifier. | GetBillOfLadingResponse |
401 | 请求的授权头格式不正确或不包含有效的标记. 头: x-amzn-RateLimit-Limit (string) : 您对该操作的速率限制(每秒的请求)._注意 _ 对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | GetBillOfLadingResponse |
403 | 表示禁止访问该资源.可能的原因包括拒绝访问、未经授权、过期令牌或无效签名. 头 : x-amzn-RequestId (string) : 唯一的请求参考标识. | GetBillOfLadingResponse |
404 | 指定的资源不存在. 头: x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)为这个操作. x-amzn-RequestId (string) Unique request reference identifier. | GetBillOfLadingResponse |
429 | 请求的频率超过了允许的范围. 头: x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)对于这个操作._注意 _ 对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | GetBillOfLadingResponse |
500 | 发生了一个意外情况,使服务器无法完成请求. 头信息 x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)对于这个操作._注意 _ 对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | GetBillOfLadingResponse |
503 | 服务器临时超载或维护. 头: x-amzn-RateLimit-Limit (string) : 您的速率限制(每秒的请求)为这个操作._注意 _对于这个状态代码,速率限制头已经过时,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识. | GetBillOfLadingResponse |
# getShipments
GET /fba/inbound/v0/shipments
# Description
根据你指定的标准,返回一个进货清单.
使用计划:
Rate (requests per second) | Burst |
---|---|
2 | 30 |
更多信息,请参阅销售伙伴API文档中的 "使用计划和费率限制".
# Parameters
Type | Name | Description | Schema |
---|---|---|---|
*Query | *ShipmentStatusList optional | A list of ShipmentStatus values. 用于选择当前状态与您指定的状态值相符的货物. | < enum (ShipmentStatusList)> array |
Query | ShipmentIdList optional | A list of shipment IDs used to select the shipments that you want. If ShipmentStatusList and ShipmentIdList are specified, only shipments that match both parameters are returned. | < string > array |
*Query | LastUpdatedAfter optional | A日期,用于选择在指定时间后(或)最后更新的入库货件.选择包括亚马逊和卖家的更新. | string (date-time) |
*Query | LastUpdatedBefore optional | A日期,用于选择在指定时间之前(或在)最后更新的进货.选择包括亚马逊和卖方的更新. | string (date-time) |
Query | QueryType required | 表示是否使用货件信息返回货件(通过提供ShipmentStatusList或ShipmentIdList参数)使用日期范围(通过提供LastUpdatedAfter和LastUpdatedBefore参数),或者通过使用NextToken继续返回先前请求中指定的项目. | enum (QueryType |
*Query | *NextToken optional | A string token returned in response to your previous request. | string |
Query | MarketplaceId required | A marketplace identifier. Specifies the marketplace where the product would be stored. | string |
# Responses
HTTP Code | Description | Schema |
---|---|---|
200 | Success. 头: x-amzn-RateLimit-Limit (string) : 您对该操作的速率限制(每秒的请求) . x-amzn-RequestId (string) Unique request reference identifier. | GetShipmentsResponse |
400 | Request有缺失或无效的参数,不能被解析. 头信息: x-amzn-RateLimit-Limit (string) : 你对这个操作的速率限制(每秒的请求)_. x-amzn-RequestId (string) : Unique request reference identifier. | GetShipmentsResponse |
401 | 请求的授权头格式不正确或不包含有效的标记. 头: x-amzn-RateLimit-Limit (string) : 您对该操作的速率限制(每秒的请求)._注意 _ 对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | GetShipmentsResponse |
403 | 表示禁止访问该资源.可能的原因包括拒绝访问、未经授权、过期令牌或无效签名. 头: x-amzn-RequestId (string) : 唯一的请求参考标识. | GetShipmentsResponse |
404 | 指定的资源不存在. 头: x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)为这个操作. x-amzn-RequestId (string) Unique request reference identifier. | GetShipmentsResponse |
429 | 请求的频率超过了允许的范围. 头: x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)对于这个操作._注意 _ 对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识. | GetShipmentsResponse |
500 | 发生了一个意外情况,使服务器无法完成请求. 头信息 x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)对于这个操作._注意 _ 对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | GetShipmentsResponse |
503 | 服务器的临时超载或维护. 头: x-amzn-RateLimit-Limit (string) : 您的速率限制(每秒的请求)为这个操作._注意 _对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识. | GetShipmentsResponse |
# getShipmentItemsByShipmentId
GET /fba/inbound/v0/shipments/{shipmentId}/items.
# Description
返回一个指定进货的项目列表.
使用计划:
Rate (requests per second) | Burst |
---|---|
2 | 30 |
更多信息,请参阅销售伙伴API文档中的 "使用计划和费率限制".
# Parameters
Type | Name | Description | Schema |
---|---|---|---|
Path | shipmentId required | A shipment identifier used for selecting items in a specific inbound shipment. | string |
Query | MarketplaceId required | A marketplace identifier. 指定产品将被储存的市场. | string |
# Responses
HTTP Code | Description | Schema |
---|---|---|
200 | Success. 头: x-amzn-RateLimit-Limit (string) : 您对该操作的速率限制(每秒的请求) . x-amzn-RequestId (string) Unique request reference identifier. | GetShipmentItemsResponse |
400 | Request有缺失或无效的参数,无法解析. Headers: x-amzn-RateLimit-Limit (string) : 你对这个操作的速率限制(每秒的请求)_. x-amzn-RequestId (string) : Unique request reference identifier. | GetShipmentItemsResponse |
401 | 请求的授权头格式不正确或不包含有效的标记. 头: x-amzn-RateLimit-Limit (string) : 您对该操作的速率限制(每秒的请求)._注意 _ 对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | GetShipmentItemsResponse |
403 | 表示禁止访问该资源.可能的原因包括拒绝访问、未经授权、过期令牌或无效签名. 头 : x-amzn-RequestId (string) : 唯一的请求参考标识. | GetShipmentItemsResponse |
404 | 指定的资源不存在. 头: x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)为这个操作. x-amzn-RequestId (string) Unique request reference identifier. | GetShipmentItemsResponse |
429 | 请求的频率超过了允许的范围. 头: x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)对于这个操作._注意 _对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | GetShipmentItemsResponse |
500 | 发生了一个意外情况,使服务器无法完成请求. 头信息 x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)对于这个操作._注意 _ 对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | GetShipmentItemsResponse |
503 | 服务器临时超载或维护. 头: x-amzn-RateLimit-Limit (string) : 您的速率限制(每秒的请求)为这个操作._注意 _对于这个状态代码,速率限制头已经过时,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识. | GetShipmentItemsResponse |
# getShipmentItems
**GET /fba/inbound/v0/shipmentItems **
# Description
返回指定进货的物品列表,或在指定时间内更新的物品列表.
使用计划:
Rate (requests per second) | Burst |
---|---|
2 | 30 |
更多信息,请参阅销售伙伴API文档中的 "使用计划和费率限制".
# Parameters
Type | Name | Description | Schema |
---|---|---|---|
*Query | *LastUpdatedAfter optional | A日期,用于选择在指定时间后(或)最后更新的进货物品.选择包括亚马逊和卖家的更新. | string (date-time) |
*Query | LastUpdatedBefore optional | A日期,用于选择在指定时间之前(或在)最后更新的进货项目.选择包括亚马逊和卖家的更新. | string (date-time) |
Query | QueryType required | 表示是否使用日期范围返回项目(通过提供LastUpdatedAfter和LastUpdatedBefore参数)或者使用NextToken,继续返回之前请求中指定的项目. | enum (QueryType) |
*Query | *NextToken optional | A string token returned in response to your previous request. | string |
Query | MarketplaceId required | A marketplace identifier. Specifies the marketplace where the product would be stored. | string |
# Responses
HTTP Code | Description | Schema |
---|---|---|
200 | Success. 头: x-amzn-RateLimit-Limit (string) : 您对该操作的速率限制(每秒的请求) . x-amzn-RequestId (string) Unique request reference identifier. | GetShipmentItemsResponse |
400 | Request有缺失或无效的参数,无法解析. Headers: x-amzn-RateLimit-Limit (string) : 你对这个操作的速率限制(每秒的请求)_. x-amzn-RequestId (string) : Unique request reference identifier. | GetShipmentItemsResponse |
401 | 请求的授权头格式不正确或不包含有效的标记. 头: x-amzn-RateLimit-Limit (string) : 您对该操作的速率限制(每秒的请求)._注意 _ 对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | GetShipmentItemsResponse |
403 | 表示禁止访问该资源.可能的原因包括拒绝访问、未经授权、过期令牌或无效签名. 头 : x-amzn-RequestId (string) : 唯一的请求参考标识. | GetShipmentItemsResponse |
404 | 指定的资源不存在. 头: x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)为这个操作. x-amzn-RequestId (string) Unique request reference identifier. | GetShipmentItemsResponse |
429 | 请求的频率超过了允许的范围. 头: x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)对于这个操作._注意 _对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | GetShipmentItemsResponse |
500 | 发生了一个意外情况,使服务器无法完成请求. 头信息 x-amzn-RateLimit-Limit (string) : 你的速率限制(每秒的请求)对于这个操作._注意 _ 对于这个状态代码,速率限制头已被废弃,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | GetShipmentItemsResponse |
503 | 服务器临时超载或维护. 头: x-amzn-RateLimit-Limit (string) : 您的速率限制(每秒的请求)为这个操作._注意 _对于这个状态代码,速率限制头已经过时,不再返回. x-amzn-RequestId (string) : 唯一的请求参考标识符. | GetShipmentItemsResponse |
# Definitions
# Error
当请求不成功时返回的错误响应.
Name | Description | Schema |
---|---|---|
code required | 一个错误代码,用于识别发生的错误类型. | string |
message required | 一个以人类可读的形式描述错误情况的信息. | string |
details optional | 可以帮助呼叫者理解或解决这个问题的额外细节. | string |
# ErrorList
当一个请求不成功时返回的错误响应列表.
类型 < Error > 数组
# ASINInboundGuidance
不建议将某个ASIN运到亚马逊的履约网络的原因.
Name | Description | Schema |
---|---|---|
ASIN 必须的 | 亚马逊标准识别码(ASIN)的物品. | string |
InboundGuidance required | 某物品的具体进货指导. | InboundGuidance |
GuidanceReasonList optional | 这个项目当前进货指导的原因清单. | GuidanceReasonList |
# ASINInboundGuidanceList
一个ASIN及其相关入站指南的列表.
类型: < ASINInboundGuidance > 数组
# ASINPrepInstructions
项目准备说明,帮助项目采购决策.
Name | Description | Schema |
---|---|---|
ASIN optional | 亚马逊标准识别码(ASIN)的物品. | string |
BarcodeInstruction optional | 物品的标签要求.有关FBA标签要求的更多信息,请参见您所在市场的卖家中心帮助. | BarcodeInstruction |
PrepGuidance optional | Item preparation instructions. | PrepGuidance |
PrepInstructionList optional | A list of preparation instructions to help with item sourcing decision. | PrepInstructionList |
# ASINPrepInstructionsList
一个物品准备说明的列表.
类型: < ASINPrepInstructions > 数组
# Address
Name | Description | Schema |
---|---|---|
名称 要求 | 个人或企业的名称. 最大长度 : 50 | string |
AddressLine1 required | 街道地址信息. maxLength : 180 | string |
AddressLine2 optional | 额外的街道地址信息,如果需要的话. maxLength : 60 | string |
区或县 可选择 | 区或县. 最大长度 25 | string |
城市 必须的 | 城市. 最大长度 30 | string |
StateOrProvinceCode required | 州或省的代码. 如果您的市场中使用了州或省的代码,建议您在请求中加入一个.这有助于亚马逊为您的进货计划选择最合适的亚马逊履行中心. | string |
CountryCode required | 国家代码,以两个-字符的ISO 3166-1 alpha-2格式. | string |
PostalCode required | 邮政编码. 如果您的市场中使用了邮政编码,我们建议您在请求中包含一个邮政编码.这有助于亚马逊为进货运输计划选择最合适的亚马逊履约中心. maxLength 30 | string |
# AmazonPrepFeesDetails
亚马逊为货物运输做准备的费用.
Name | Description | Schema |
---|---|---|
PrepInstruction optional | 将物品运送到亚马逊履约网络的准备说明.关于准备将物品运送到亚马逊履约网络的更多信息,请参阅您市场的卖家中心帮助. | PrepInstruction |
FeePerUnit optional | 亚马逊准备1个单位的费用. | Amount |
# AmazonPrepFeesDetailsList
亚马逊准备货物装运的准备说明和费用清单.
类型 : < AmazonPrepFeesDetails >数组
# Amount
货币价值.
Name | Description | Schema |
---|---|---|
CurrencyCode required | The currency code. | CurrencyCode |
Value required | The amount. | BigDecimalType |
# BarcodeInstruction
物品的标签要求.有关FBA标签要求的更多信息,请参见您所在市场的卖方中心帮助.
类型 : 枚举
Value | Description |
---|---|
RequiresFNSKULabel | 表示必须在物品上贴上可扫描的FBA产品标签.覆盖物品上的任何原始条形码. |
可以使用原始条形码 | 表示该物品不需要可扫描的FBA产品标签.可以使用原始制造商的条形码. |
MustProvideSellerSKU | 亚马逊无法返回标签要求.要获得物品的标签要求,请调用getPrepInstructions操作. |
# BigDecimalType
类型 : 数字(double)
# BoxContentsFeeDetails
每件货物的人工处理费和总费用.
Name | Description | Schema |
---|---|---|
TotalUnits optional | 要运送的单位数量. | Quantity |
FeePerUnit optional | 每个单位的人工处理费用. | Amount |
TotalFee optional | 这批货物的人工处理费总额. | Amount |
# BoxContentsSource
卖方为货物提供箱子内容信息的地方.
类型 : 枚举
Value | Description |
---|---|
NONE | 这批货物没有箱子的内容信息.亚马逊将手动处理箱子的内容信息.这可能会产生费用. |
FEED | 箱内物品信息是通过_POST_FBA_INBOUND_CARTON_CONTENTS_ feed. |
2D_BARCODE | 箱内物品信息是由货物上的条形码提供的.更多信息,请参见卖家中心的使用二维条形码来获取箱内物品信息. |
INTERACTIVE | 箱子的内容信息是由一个互动的来源提供的,例如一个网络工具. |
# Condition
这个项目的条件.
类型 : 枚举
Value | Description |
---|---|
NewItem | NewItem |
NewWithWarranty | NewWithWarranty |
NewOEM | NewOEM |
NewOpenBox | NewOpenBox |
UsedLikeNew | UsedLikeNew |
UsedVeryGood | UsedVeryGood |
UsedGood | UsedGood |
UsedAcceptable | UsedAcceptable |
UsedPoor | UsedPoor |
UsedRefurbished | UsedRefurbished |
CollectibleLikeNew | CollectibleLikeNew |
CollectibleVeryGood | CollectibleVeryGood |
CollectibleGood | CollectibleGood |
CollectibleAcceptable | CollectibleAcceptable |
CollectiblePoor | CollectiblePoor |
RefurbishedWithWarranty | RefurbishedWithWarranty |
Refurbished | Refurbished |
Club | Club |
# ConfirmPreorderResult
Name | Description | Schema |
---|---|---|
ConfirmedNeedByDate optional | Date与NeedByDate参数一起传入.确认的货物必须在此日期前到达亚马逊履行中心,以避免预-订商品的交货承诺中断.以YYY-MM-DD格式. | DateStringType |
ConfirmedFulfillableDate optional | Date,确定货物中哪些预-定单项目有资格预-定单.预-定单购买框会出现 在这批货物中,任何发布日期在此日期或之后的预-订货物.以YYY-MM-DD格式. | DateStringType |
# ConfirmPreorderResponse
确认订单操作的响应模式.
Name | Description | Schema |
---|---|---|
payload optional | confirmPreorder操作的有效载荷. | ConfirmPreorderResult |
errors optional | A list of error responses returned when a request is unsuccessful. | ErrorList |
# CommonTransportResult
Name | Description | Schema |
---|---|---|
TransportResult optional | 与亚马逊-合作的承运人的货物的工作流程状态. | TransportResult |
# ConfirmTransportResponse
确认运输操作的响应模式.
Name | Description | Schema |
---|---|---|
payload optional | confirmTransport操作的有效载荷. | commonTransportResult |
errors optional | A list of error responses returned when a request is unsuccessful. | ErrorList |
# Contact
卖方组织中负责小卡车/大卡车(LTL/FTL)运输的人的联系信息.
Name | Description | Schema |
---|---|---|
姓名 必填 | 联系人的姓名. 最大长度 : 50 | string |
Phone required | 联系人的电话号码. maxLength : 20 | string |
电子邮件 required | 联系人的电子邮件地址. 最大长度 : 50 | string |
传真 可选的 | 联系人的传真号码. 最大长度 20 | string |
# CreateInboundShipmentPlanRequest
createInboundShipmentPlan操作的请求模式.
Name | Description | Schema |
---|---|---|
ShipFromAddress required | 进货的地址. | Address |
LabelPrepPreference required | 卖方对进港货物的标签准备的偏好. | LabelPrepPreference |
ShipToCountryCode optional | 进港货件所在国家的两个-字符的国家代码. Note: Not required.同时指定ShipToCountryCode和ShipToCountrySubdivisionCode会返回一个错误. Values: ShipToCountryCode值为北美洲 ShipToCountryCode值为欧洲的MCI卖家 default卖方本国市场的国家代码. | string |
ShipToCountrySubdivisionCode optional | 两个-字符的国家代码,后面是破折号,然后最多三个字符,代表进港货物所在国家的分区.例如,"IN-MH".采用ISO 3166-2完整格式. 注不需要.同时指定ShipToCountryCode和ShipToCountrySubdivisionCode会返回一个错误. | string |
InboundShipmentPlanRequestItems required | - | InboundShipmentPlanRequestItemList |
# CreateInboundShipmentPlanResult
Name | Description | Schema |
---|---|---|
入库货件计划 可选 | 入库货件计划信息列表 | 入库货件计划列表 |
# CreateInboundShipmentPlanResponse
createInboundShipmentPlan操作的响应模式.
Name | Description | Schema |
---|---|---|
payload optional | The payload for the createInboundShipmentPlan operation. | CreateInboundShipmentPlanResult |
errors optional | A list of error responses returned when a request is unsuccessful. | ErrorList |
# InboundShipmentRequest
入境货物的请求模式.
Name | Description | Schema |
---|---|---|
InboundShipmentHeader required | 用于创建和更新进货货物的进货货物信息. | InboundShipmentHeader |
进货货件 必须的 | 进货货件信息的列表. | 进货货件列表 |
MarketplaceId required | A marketplace identifier. 指定产品将存放的市场. | string |
# InboundShipmentResult
Name | Description | Schema |
---|
# InboundShipmentResponse
该操作的响应模式.
Name | Description | Schema |
---|---|---|
payload optional | The payload for this operation. | InboundShipmentResult |
errors optional | A list of error responses returned when a request is unsuccessful. | ErrorList |
# CurrencyCode
货币代码.
类型 : 枚举
Value | Description |
---|---|
USD | United States Dollar. |
GBP | 英磅. |
# DateStringType
类型:字符串(日期)
# Dimensions
尺寸值和测量单位.
Name | Description | Schema |
---|---|---|
Length required | The length dimension. | BigDecimalType |
Width required | The width dimension. | BigDecimalType |
Height required | The height dimension. | BigDecimalType |
单位 必填 | 尺寸的测量单位. | UnitOfMeasurement |
# ErrorReason
ASIN无效的原因.
类型 : 枚举
Value | Description |
---|---|
DoesNotExist | 表示该ASIN在卖家参与的任何市场中都不包括在亚马逊的产品目录中. |
InvalidASIN | ASIN是无效的. |
# EstimateTransportResponse
estimateTransport操作的响应模式.
Name | Description | Schema |
---|---|---|
payload optional | estimateTransport操作的有效载荷. | commonTransportResult |
errors optional | A list of error responses returned when a request is unsuccessful. | ErrorList |
# GetBillOfLadingResponse
getBillOfLading操作的响应模式.
Name | Description | Schema |
---|---|---|
payload optional | getBillOfLading操作的有效载荷. | BillOfLadingDownloadURL |
errors optional | A list of error responses returned when a request is unsuccessful. | ErrorList |
# GetInboundGuidanceResult
Name | Description | Schema |
---|---|---|
SKUInboundGuidanceList 可选 | A SKU进货指导信息列表. | SKUInboundGuidanceList |
InvalidSKUList optional | A无效的SKU值的列表以及它们无效的原因. | InvalidSKUList |
ASINInboundGuidanceList optional | A list of ASINs and their associated inbound guidance. | ASINInboundGuidanceList |
InvalidASINList optional | 一个无效的ASIN值的列表以及它们无效的原因. | InvalidASINList |
# GetInboundGuidanceResponse
getInboundGuidance操作的响应模式.
Name | Description | Schema |
---|---|---|
payload optional | getInboundGuidance操作的有效载荷. | GetInboundGuidanceResult |
errors optional | A list of error responses returned when a request is unsuccessful. | ErrorList |
# LabelDownloadURL
Name | Description | Schema |
---|---|---|
DownloadURL optional | URL,用于下载包装的标签.注意:该URL只在15秒内有效 | string |
# BillOfLadingDownloadURL
Name | Description | Schema |
---|---|---|
DownloadURL optional | URL,用于下载包裹的提单.注意:该URL只在15秒内有效 | string |
# GetLabelsResponse
getLabels操作的响应模式.
Name | Description | Schema |
---|---|---|
payload optional | getLabels操作的有效载荷. | LabelDownloadURL |
errors optional | A list of error responses returned when a request is unsuccessful. | ErrorList |
# GetPreorderInfoResult
Name | Description | Schema |
---|---|---|
*ShipmentContainsPreorderableItems optional | 表示货件是否包含已启用预-订的物品.有关启用预-订的物品的更多信息,请参阅Seller Central Help. | boolean |
|NeedByDate
optional|日期,这批货物需要到达亚马逊履行中心,以避免预-订商品的交付承诺被打破,如果这批货物后来被确认为预-订商品的话.以YYY-MM-DD格式.参见confirmPreorder操作.|DateStringType|
|ConfirmedFulfillableDate
optional|Date,格式为YYY-MM-DD,它决定了货物中哪些pre-order项目有资格获得pre-order.如果这批货物被确认为pre-order,后续调用confirmPreorder操作预购框将出现在货件中任何发行日期在此日期或之后的预购物品上. 调用 getShipmentItems 操作来获取此货件中预购物品的发行日期.|DateStringType|
# GetPreorderInfoResponse
getPreorderInfo操作的响应模式.
Name | Description | Schema |
---|---|---|
payload optional | getPreorderInfo操作的有效载荷. | GetPreorderInfoResult |
errors optional | 在操作过程中发生一个或多个意外的错误. | ErrorList |
# GetPrepInstructionsResult
Name | Description | Schema |
---|---|---|
SKUPrepInstructionsList optional | A list of SKU labeling requirements and item preparation instructions. | SKUPrepInstructionsList |
InvalidSKUList optional | A无效的SKU值列表及其无效的原因. | InvalidSKUList |
ASINPrepInstructionsList optional | A list of item preparation instructions. | ASINPrepInstructionsList |
InvalidASINList optional | 一个无效的ASIN值的列表以及它们无效的原因. | InvalidASINList |
# GetPrepInstructionsResponse
getPrepInstructions操作的响应模式.
Name | Description | Schema |
---|---|---|
payload optional | The payload for the getPrepInstructions operation. | GetPrepInstructionsResult |
errors optional | A list of error responses returned when a request is unsuccessful. | ErrorList |
# GetTransportDetailsResult
Name | Description | Schema |
---|---|---|
TransportContent optional | 进货货物信息,包括承运人的详细信息、货物状态以及与亚马逊-合作的承运人的货物请求的工作流程状态. | TransportContent |
# GetTransportDetailsResponse
getTransportDetails操作的响应模式.
Name | Description | Schema |
---|---|---|
payload optional | The payload for the getTransportDetails operation. | GetTransportDetailsResult |
errors optional | A list of error responses returned when a request is unsuccessful. | ErrorList |
# GuidanceReason
一个项目的当前入库指导的原因.
类型 : 枚举
Value | Description |
---|---|
SlowMovingASIN | 该ASIN库存充足和/或销售不快. |
NoApplicableGuidance | No applicable guidance. |
# GuidanceReasonList
入站指导原因信息的列表.
类型< GuidanceReason > 数组
# InboundGuidance
一个项目的具体进货指导.
类型 : 枚举
Value | Description |
---|---|
InboundNotRecommended | 不建议将此商品运送到亚马逊的履行网络. |
InboundOK | 将此商品运送到亚马逊的执行网络应该不会造成任何问题. |
# InboundShipmentHeader
用于创建和更新入站货件的入站货件信息.
Name | Description | Schema |
---|
|ShipFromAddress
required|The return address.|Address|
|DestinationFulfillmentCenterId
required|货件将被运往的履行中心的标识符.从createInboundShipmentPlan操作返回的响应中的InboundShipmentPlan对象中获取这个值.|string|
|AreCasesRequired
optional|表示进港货件是否包含箱子-包装的箱子.注意:货件必须包含所有箱子-包装的箱子或所有单独包装的箱子.
可能的值
true -货件中的所有箱子都必须是装箱的.
false -货件中的所有箱子都必须是独立包装的.
注:如果一个进港货件的AreCasesRequired = true,那么货件中每件物品的QuantityInCase值必须大于零.否则服务会返回一个错误.|boolean|
|ShipmentStatus
required|表示进货货件的状态.当与createInboundShipment操作一起使用时,WORKING是唯一有效的值.当与updateInboundShipment操作一起使用时,可能的值是WORKING、SHIPPED或CANCELLED.|ShipmentStatus|
|LabelPrepPreference
required|进港货物的标签准备的偏好.|LabelPrepPreference|
|IntendedBoxContentsSource
optional|卖方打算如何提供货件的箱内信息.|IntendedBoxContentsSource|
# InboundShipmentInfo
卖家的进货信息.由listInboundShipment操作返回.
Name | Description | Schema |
---|---|---|
*ShipmentId optional | 请求中提交的货件标识符. | string |
**ShipmentName optional | 进港货物的名称. | string |
ShipFromAddress required | The return address. | Address |
DestinationFulfillmentCenterId 可选 | 由亚马逊创建的亚马逊履行中心标识符. | string |
ShipmentStatus optional | 表示入站货件的状态.当用于createInboundShipment操作时,WORKING是唯一有效的值.当用于updateInboundShipment操作时,可能的值是WORKING、SHIPPED或CANCELLED. | ShipmentStatus |
LabelPrepType optional | 进港货物需要的标签准备类型. | LabelPrepType |
AreCasesRequired required | 表示进货货物是否包含箱子-包装的箱子.当进货货物的AreCasesRequired = true时,进货货物中的所有物品必须是箱子包装. | boolean |
ConfirmedNeedByDate optional | 货物必须到达亚马逊履行中心的日期,以避免预-订物品的交货承诺中断. | DateStringType |
BoxContentsSource optional | 卖家为货物提供箱子内容信息的地方. | BoxContentsSource |
EstimatedBoxContentsFee optional | 估计亚马逊对没有箱子内容信息的箱子收取的人工处理费.只有当BoxContentsSource为NONE时才会返回. | BoxContentsFeeDetails |
# InboundShipmentItem
入站货件的物品信息.通过调用createInboundShipment或updateInboundShipment操作提交.
Name | Description | Schema |
---|---|---|
*ShipmentId optional | A shipment identifier originally returned by the createInboundShipmentPlan operation. | string |
SellerSKU required | 物品的卖方SKU. | string |
FulfillmentNetworkSKU optional | 亚马逊的履行网络SKU的项目. | string |
QuantityShipped required | 您要运送的商品数量. | Quantity |
QuantityReceived optional | 亚马逊履约中心已经收到的商品数量. | Quantity |
QuantityInCase optional | 每个箱子里的物品数量,对于箱子-包装的物品.注意,QuantityInCase乘以进货货物的箱子数量等于QuantityShipped.还要注意,进货货物的所有箱子必须是箱子包装或单独包装.由于这个原因当你提交createInboundShipment或updateInboundShipment操作时,QuantityInCase的值必须提供给货件中的每一个项目,或者是货件中的任何一个项目. | Quantity |
ReleaseDate optional | 一个预-订商品将可以销售的日期. | DateStringType |
PrepDetailsList optional | A list of preparation instructions and who is responsible for that preparation. | PrepDetailsList |
# InboundShipmentItemList
入库货件信息的列表.
类型: < InboundShipmentItem > 数组
# InboundShipmentList
一个进货信息的列表.
类型 < InboundShipmentInfo > 数组
# InboundShipmentPlan
用于创建入境货件的信息.由createInboundShipmentPlan操作返回.
Name | Description | Schema |
---|---|---|
ShipmentId required | A shipment identifier originally returned by the createInboundShipmentPlan operation. | string |
DestinationFulfillmentCenterId required | 一个由亚马逊创建的亚马逊履行中心标识符. | string |
ShipToAddress required | 亚马逊履行中心的地址,用于运送物品. | Address |
LabelPrepType required | 入库货物需要的标签准备类型. | LabelPrepType |
Items required | 货物中的SKU和数量信息. | InboundShipmentPlanItemList |
估计的BoxContentsFee optional | 每件货的人工处理费和总费用. | BoxContentsFeeDetails |
# InboundShipmentPlanItem
用于创建入境货件的物品信息.由createInboundShipmentPlan操作返回.
Name | Description | Schema |
---|---|---|
SellerSKU required | 物品的卖方SKU. | string |
FulfillmentNetworkSKU required | 亚马逊的履行网络SKU的项目. | string |
Quantity required | 你要运送的商品数量. | Quantity |
PrepDetailsList optional | A list of preparation instructions and who is responsible for that preparation. | PrepDetailsList |
# InboundShipmentPlanItemList
进货计划项目信息的列表.
类型 : < InboundShipmentPlanItem >数组
# InboundShipmentPlanList
入库货件计划信息的列表
类型 : < InboundShipmentPlan > 数组
# InboundShipmentPlanRequestItem
创建一个进货装运计划的项目信息.通过调用createInboundShipmentPlan操作提交.
Name | Description | Schema |
---|---|---|
SellerSKU required | 物品的卖方SKU. | string |
ASIN required | 该商品的亚马逊标准识别码(ASIN). | string |
Condition required | 物品的状况. | Condition |
Quantity required | The item quantity. | Quantity |
QuantityInCase optional | 每个箱子里的物品数量,对于箱子-包装的物品.注意,QuantityInCase乘以进货货物的箱子数量等于Quantity.还要注意,进货货物的所有箱子必须是箱子包装或单独包装.由于这个原因当你提交createInboundShipmentPlan操作时,QuantityInCase的值必须提供给货件中的每一个物品,或者货件中的任何一个物品. | Quantity |
PrepDetailsList optional | A list of preparation instructions and who is responsible for that preparation. | PrepDetailsList |
# InboundShipmentPlanRequestItemList
类型 < InboundShipmentPlanRequestItem > 数组
# IntendedBoxContentsSource
卖方打算如何为货物提供箱子内容信息.
类型 : 枚举
Value | Description |
---|---|
NONE | 这批货物没有箱子内容信息.亚马逊将手动处理箱子内容.这可能产生费用. |
FEED | 箱子内容信息是通过_POST_FBA_INBOUND_CARTON_CONTENTS_ feed. |
2D_BARCODE | 箱子的内容信息是由货物上的条形码提供的. |
# InvalidASIN
Name | Description | Schema |
---|---|---|
ASIN optional | 亚马逊标准识别码(ASIN)的物品. | string |
ErrorReason optional | ASIN无效的原因. | ErrorReason |
# InvalidASINList
一个无效的ASIN值的列表,以及它们无效的原因.
类型< InvalidASIN > 数组
# InvalidSKU
Name | Description | Schema |
---|---|---|
SellerSKU optional | 物品的卖方SKU. | string |
ErrorReason optional | 卖方SKU无效的原因. | ErrorReason |
# InvalidSKUList
一个无效的SKU值的列表,以及它们无效的原因.
类型 : < InvalidSKU > 数组
# LabelPrepPreference
入境货物的标签准备的偏好.
类型 : 枚举
Value | Description |
---|---|
SELLER_LABEL | 当需要标签时,卖方对进货的物品进行标签. |
AMAZON_LABEL_ONLY | 当需要贴标签时,亚马逊尝试为进货货物中的物品贴标签.如果亚马逊确定它没有成功贴标签所需的信息,该物品将不包括在进货运输计划中. |
AMAZON_LABEL_PREFERRED | 当需要贴标签时,亚马逊会尝试给进货货物贴标签.如果亚马逊确定它没有成功给某件货物贴标签所需的信息,该货物会被列入进货计划,卖家必须贴标签. |
# LabelPrepType
入境货物需要的标签准备类型.
类型 : 枚举
Value | Description |
---|---|
无标签 | 不需要准备标签.这批货物中的所有物品都将作为无标签的混合库存处理. |
卖家标签 | 需要由卖家准备标签. |
AMAZON_LABEL | 需要由亚马逊准备标签. 注意:AMAZON_LABEL只有在您注册了FBA标签服务的情况下才能使用.关于FBA标签服务的更多信息,请参见您所在市场的卖方中心帮助. |
# GetShipmentItemsResult
Name | Description | Schema |
---|---|---|
ItemData optional | A list of item information for an inbound shipment. | InboundShipmentItemList |
NextToken optional | 当存在且不为空时,在下一个请求中传递这个字符串令牌,以返回下一个响应页面. | string |
# GetShipmentItemsResponse
getShipmentItems操作的响应模式.
Name | Description | Schema |
---|---|---|
*payload optional | getShipmentItems操作的有效载荷. | GetShipmentItemsResult |
errors optional | A list of error responses returned when a request is unsuccessful. | ErrorList |
# GetShipmentsResult
Name | Description | Schema |
---|---|---|
ShipmentData optional | Information about your inbound shipments. | InboundShipmentList |
NextToken optional | 当存在并且不是空的时候,在下一个请求中传递这个字符串令牌,返回下一个响应页面. | string |
# GetShipmentsResponse
getShipments操作的响应模式.
Name | Description | Schema |
---|---|---|
payload optional | getShipments操作的有效载荷. | GetShipmentsResult |
errors optional | A list of error responses returned when a request is unsuccessful. | ErrorList |
# NonPartneredLtlDataInput
您提供给亚马逊的关于未与亚马逊合作的承运人的小于卡车载重/全卡车载重(LTL/FTL)货物的信息
Name | Description | Schema |
---|---|---|
CarrierName required | 您用于入境货物的承运人. | string |
ProNumber required | 承运人分配给货物的PRO号码("渐进号码 "或 "渐进ID"). | ProNumber |
# NonPartneredLtlDataOutput
亚马逊返回的关于由未与亚马逊合作的承运人运送的小于卡车载重/满载(LTL/FTL)货物的信息.
Name | Description | Schema |
---|---|---|
CarrierName required | 您用于入境货物的承运人. | string |
ProNumber required | 承运人分配给货物的PRO号码("渐进号码 "或 "渐进ID"). | ProNumber |
# NonPartneredSmallParcelDataInput
您向亚马逊提供的关于由未与亚马逊合作的承运人运送的小包裹货物的信息.
Name | Description | Schema |
---|---|---|
CarrierName required | 您在进货时使用的承运人. | string |
PackageList required | A list of package tracking information. | NonPartneredSmallParcelPackageInputList |
# NonPartneredSmallParcelDataOutput
亚马逊返回的关于未与亚马逊合作的承运人运送的小包裹的信息.
Name | Description | Schema |
---|---|---|
包裹清单 要求的 | A包裹清单,包括每个包裹的承运人、追踪号码和状态信息. | NonPartneredSmallParcelPackageOutputList |
# NonPartneredSmallParcelPackageInput
包裹的追踪号码,由承运人提供.
Name | Description | Schema |
---|---|---|
TrackingId required | 包裹的追踪号码,由承运人提供. | TrackingId |
# NonPartneredSmallParcelPackageInputList
包裹跟踪信息的列表.
类型 : < NonPartneredSmallParcelPackageInput > 数组
# NonPartneredSmallParcelPackageOutput
承运人、追踪号码和包裹的状态信息.
Name | Description | Schema |
---|---|---|
CarrierName required | 您在进货时使用的承运人. | string |
TrackingId required | 由承运人提供的包裹的追踪号码. | TrackingId |
包裹状态 必须的 | 包裹的运送状态. | 包裹状态 |
# NonPartneredSmallParcelPackageOutputList
包裹的列表,包括承运人、跟踪号码和每个包裹的状态信息.
类型: < NonPartneredSmallParcelPackageOutput > array
# PackageStatus
包的装运状态.
类型 : 枚举
Value | Description |
---|---|
*船运 | 承运人已从您的设施中提取包裹. |
IN_TRANSIT | 承运人已预约送货到亚马逊的履行中心. |
DELIVERED | 承运人已将包裹送至亚马逊履约中心的装卸码头. |
CHECKED_IN | 亚马逊履约中心已接受承运人交付的包裹. |
RECEIVING | 亚马逊履约中心已开始接收包裹. |
CLOSED | 亚马逊履约中心已完成对该包裹的接收过程. |
DELETED | 该货物已被删除. |
# Pallet
托盘信息.
Name | Description | Schema |
---|---|---|
尺寸 要求 | 托盘的尺寸.长和宽必须是40英寸乘48英寸.高度必须小于或等于60英寸. | 尺寸 |
重量 可选择 | 托盘的重量. | 重量 |
IsStacked required | 表示当承运人到达取货时,托盘是否会被堆放-up. | boolean |
# PalletList
托盘信息的列表.
类型 < Pallet > 数组
# PartneredEstimate
使用亚马逊-合作承运人的货物的估计运输费用.
Name | Description | Schema |
---|---|---|
Amount required | 亚马逊-合作的承运人将收取的运入货物的金额. | Amount |
ConfirmDeadline optional | ISO8601日期时间格式的日期,在此日期之前必须确认.在此日期之后,估计不再有效,不能确认. 只有当进港货物的运输状态值为ESTIMATED时才会返回. | TimeStampStringType |
VoidDeadline optional | ISO 8601日期时间格式的日期,在此日期之后,已确认的运输请求不能再作废.此日期是小包裹货物运输请求被确认后的24小时,或小于卡车货物/满载货物(TL/FTL)的一小时.无效期限过后,卖方的账户将被收取运费. 只有在进港货物的运输状态值为CONFIRMED. | TimeStampStringType |
# PartneredLtlDataInput
亚马逊-合作承运人运送小于卡车载重/全卡车载重(LTL/FTL)入境货物所需的信息.
Name | Description | Schema |
---|---|---|
*Contact optional | 卖家组织中负责货物的人的联系信息.当承运人对货物有疑问时使用. | Contact |
BoxCount optional | 货件中的箱子数量. | UnsignedIntType |
SellerFreightClass optional | 货物的货运等级.关于确定货运等级的信息,请联系承运人. | SellerFreightClass |
FreightReadyDate optional | 货物准备被承运人提取的日期. | DateStringType |
PalletList optional | A list of pallet information. | PalletList |
TotalWeight optional | 货物的总重量. | Weight |
SellerDeclaredValue optional | 申报货物中的库存总值. | Amount |
# PartneredLtlDataOutput
亚马逊返回的关于亚马逊-合作承运人.的小卡车/大卡车(LTL/FTL)货物的信息
Name | Description | Schema |
---|---|---|
Contact required | 卖方组织中负责货物的人的联系信息.当承运人对货物有疑问时使用. | Contact |
BoxCount required | 货件中的箱子数量. | UnsignedIntType |
SellerFreightClass optional | 货物的货运等级.关于确定货运等级的信息,请联系承运人. | SellerFreightClass |
FreightReadyDate required | 货物准备被承运人提取的日期.必须是YYY-MM-DD格式. | DateStringType |
PalletList required | A list of pallet information. | PalletList |
TotalWeight required | 货物的总重量. | Weight |
SellerDeclaredValue optional | 你对货物中库存总价值的声明. | Amount |
AmazonCalculatedValue optional | 亚马逊对货物中的库存总价值的估计. | Amount |
PreviewPickupDate required | 货物被承运人取走的估计日期,格式为YYY-MM-DD. | DateStringType |
PreviewDeliveryDate required | 货物将被送到亚马逊履行中心的预计日期,格式为YYY-MM-DD. | DateStringType |
PreviewFreightClass required | 如果你在调用putTransportDetails操作时没有包括运费类别,那么亚马逊估计的货物运费类别. | SellerFreightClass |
AmazonReferenceId required | 一个由亚马逊创建的唯一标识符,用于识别这个亚马逊-合作的,小于卡车装载/完整卡车装载(LTL/FTL)的货物. | string |
IsBillOfLadingAvailable required | 表示该货物的提单是否可用. | boolean |
PartneredEstimate optional | 使用亚马逊-合作承运人的估计运费. | PartneredEstimate |
CarrierName required | 入境货物的承运人. | string |
# PartneredSmallParcelDataInput
亚马逊-合作伙伴的承运人在运送小包裹入境货物时需要的信息.
Name | Description | Schema |
---|---|---|
包装清单 可选 | 包装的尺寸和重量信息清单. | PartneredSmallParcelPackageInputList |
CarrierName optional | Amazon-partnered carrier to use for the inbound shipment. | string |
# PartneredSmallParcelDataOutput
亚马逊返回的关于亚马逊-合作承运人的小包裹运输的信息.
Name | Description | Schema |
---|---|---|
包裹清单 **要求的 | A包裹清单,包括来自亚马逊-合作运营商的运输信息. | PartneredSmallParcelPackageOutputList |
PartneredEstimate optional | 使用亚马逊-合作承运人的货物的估计运费. | PartneredEstimate |
# PartneredSmallParcelPackageInput
包装的尺寸和重量信息.
Name | Description | Schema |
---|---|---|
尺寸 要求 | 尺寸值和计量单位. | 尺寸 |
重量 必须的 | 包装的重量. | 重量 |
# PartneredSmallParcelPackageInputList
包裹的尺寸和重量信息的列表.
类型: < PartneredSmallParcelPackageInput > 数组
# PartneredSmallParcelPackageOutput
包装的尺寸、重量和运输信息.
Name | Description | Schema |
---|---|---|
尺寸 要求 | 尺寸值和计量单位. | 尺寸 |
重量 required | 包装的重量. | 重量 |
CarrierName required | 之前调用putTransportDetails. | string |
TrackingId required | 包裹的跟踪号码,由承运人提供. | TrackingId |
包裹状态 必须的 | 包裹的运送状态. | 包裹状态 |
# PartneredSmallParcelPackageOutputList
包裹的列表,包括来自亚马逊-合作运营商的运输信息.
类型< PartneredSmallParcelPackageOutput > 数组
# PrepDetails
准备说明和谁负责准备.
Name | Description | Schema |
---|---|---|
PrepInstruction required | 将物品运送到亚马逊履约网络的准备说明.关于准备将物品运送到亚马逊履约网络的更多信息,请参阅您市场的卖家中心帮助. | PrepInstruction |
PrepOwner required | 表示谁将准备该物品. | PrepOwner |
# PrepDetailsList
准备说明的清单,以及谁负责该准备工作.
类型< PrepDetails >阵列
# PrepGuidance
项目准备说明.
类型 : 枚举
Value | Description |
---|---|
ConsultHelpDocuments | 表示亚马逊目前无法确定此商品的准备说明.亚马逊可能会在未来的某一天,在评估该商品后提供指导. |
NoAdditionalPrepRequired | 表示该商品除了可能需要的任何商品标签外,不需要准备. |
*SeePrepInstructionsList | 表示该项目除了可能需要的任何项目标签外,还需要准备.关于项目准备的说明,请参见响应中的PrepInstructionList. |
# PrepInstruction
将物品运送到亚马逊履约网络的准备说明. 关于准备将物品运送到亚马逊履约网络的更多信息,请参见您所在市场的卖方中心帮助.
类型 : 枚举
Value | Description |
---|---|
保鲜袋 | 表示需要保鲜袋. |
泡沫包装 | 表示需要用泡沫包装. |
捆绑 | 表示需要捆绑. |
黑色收缩包装 | 表示需要黑色收缩包装. |
标签 | 表示FNSKU的标签应该贴在物品上. |
挂衣架 | 表示该物品应该放在挂衣架上. |
# PrepInstructionList
一个准备说明的列表,帮助物品的采购决策.
类型: < PrepInstruction >数组
# PrepOwner
表示谁将准备这个项目.
类型 : 枚举
Value | Description |
---|---|
AMAZON | 表示亚马逊将准备该物品. |
SELLER | 表示卖家将准备该物品. |
# ProNumber
承运人分配给货物的PRO号码("渐进号码 "或 "渐进ID")
类型:字符串
# PutTransportDetailsRequest
PutTransportDetails操作的请求模式.
Name | Description | Schema |
---|---|---|
IsPartnered required | 表示putTransportDetails请求是否是针对Amazon-partnered carrier. | boolean |
ShipmentType required | 指定putTransportDetails请求中的承运人货运类型. | ShipmentType |
TransportDetails required | 创建亚马逊-合作承运人的运输估计,或提醒亚马逊履行中心由非- 亚马逊-合作承运人进货的信息. | TransportDetailInput |
# PutTransportDetailsResponse
亚马逊-合作承运人的货物的工作流程状态.
Name | Description | Schema |
---|---|---|
payload optional | putTransportDetails操作的有效载荷. | commonTransportResult |
errors optional | A list of error responses returned when a request is unsuccessful. | ErrorList |
# Quantity
该项目的数量.
类型 : 整数(int32)
# SKUInboundGuidance
不建议某个卖家SKU运往亚马逊履约网络的原因.
Name | Description | Schema |
---|---|---|
SellerSKU required | 物品的卖方SKU. | string |
ASIN required | 该商品的亚马逊标准识别码(ASIN)_. | string |
InboundGuidance required | 物品的具体入库指导. | InboundGuidance |
GuidanceReasonList optional | 这个项目当前进货指导的原因列表. | GuidanceReasonList |
# SKUInboundGuidanceList
一个SKU进货指导信息的列表.
类型: < SKUInboundGuidance > 数组
# SKUPrepInstructions
标签要求和物品准备说明,帮助你准备物品运往亚马逊的履行网络.
Name | Description | Schema |
---|---|---|
SellerSKU optional | 物品的卖家SKU. | string |
ASIN optional | 物品的亚马逊标准识别码(ASIN). | string |
BarcodeInstruction optional | 物品的标签要求.有关FBA标签要求的更多信息,请参见您所在市场的卖家中心帮助. | BarcodeInstruction |
PrepGuidance optional | Item preparation instructions. | PrepGuidance |
PrepInstructionList optional | A list of preparation instructions to help with item sourcing decision. | PrepInstructionList |
AmazonPrepFeesDetailsList optional | A list of preparation instructions and fees for Amazon to prep goods for shipment. | AmazonPrepFeesDetailsList |
# SKUPrepInstructionsList
SKU标签要求和物品准备说明的列表.
类型: < SKUPrepInstructions > 数组
# SellerFreightClass
货物的货运类别.关于确定货运类别的信息,请联系承运人.
类型 : 枚举
Value | Description |
---|---|
50 | 50 |
55 | 55 |
60 | 60 |
65 | 65 |
70 | 70 |
77.5 | 77.5 |
85 | 85 |
92.5 | 92.5 |
100 | 100 |
110 | 110 |
125 | 125 |
150 | 150 |
175 | 175 |
200 | 200 |
250 | 250 |
300 | 300 |
400 | 400 |
500 | 500 |
# ShipmentStatus
表示进港货件的状态.当与createInboundShipment操作一起使用时,WORKING是唯一有效的值.当与updateInboundShipment操作一起使用时,可能的值是WORKING、SHIPPED或CANCELLED.
类型 : 枚举
Value | Description |
---|---|
工作中 | 该货物已由卖方创建,但尚未发货. |
**SHIPPED | 该货物已被承运人取走. |
RECEIVING | 货件已到达执行中心,但不是所有的物品都被标记为已收到. |
CANCELLED | 该批货物在送往执行中心后被卖方取消了. |
DELETED | 该批货物在寄往执行中心之前被卖方取消了. |
CLOSED | 货件已抵达执行中心,所有物品已被标记为收到. |
ERROR | 这批货物出现了错误,亚马逊没有处理. |
IN_TRANSIT | 承运人已通知履行中心,它知道这批货物. |
DELIVERED | 承运人已将该批货物交付给履约中心. |
CHECKED_IN | 该批货物在履行中心的收货码头被检查- |
# ShipmentType
在putTransportDetails请求中指定承运人的货件类型.
类型 : 枚举
Value | Description |
---|---|
SP | Small Parcel. |
LTL | Less Than Truckload/Full Truckload (LTL/FTL). |
# TimeStampStringType
Type : string (date-time)
# TrackingId
包裹的追踪号码,由承运人提供.
类型:字符串
# TransportContent
入站的货物信息,包括承运人的详细信息、货物状态,以及与亚马逊-合作的承运人的货物请求的工作流程状态.
Name | Description | Schema |
---|---|---|
TransportHeader required | 运输标识符,关于该货物是否由亚马逊-合作的承运人运输的信息,以及关于该货物是小包裹还是小于卡车运输/满载的信息(LTL/FTL). | TransportHeader |
TransportDetails required | 进货货物信息,包括承运人的详细资料和货物状态. | TransportDetailOutput |
TransportResult required | 与亚马逊-合作的承运人的货物的工作流程状态. | TransportResult |
# TransportDetailInput
创建亚马逊-合作承运人运输估算所需的信息,或提醒亚马逊履行中心由非- 亚马逊-合作承运人运抵的货物.
Name | Description | Schema |
---|---|---|
PartneredSmallParcelData optional | 亚马逊-合作伙伴的承运人运送小包裹进货所需的信息. | PartneredSmallParcelDataInput |
NonPartneredSmallParcelData optional | 您提供给亚马逊的关于由未与亚马逊合作的承运人运送的小包裹货物的信息. | NonPartneredSmallParcelDataInput |
PartneredLtlData optional | 亚马逊-合作伙伴的承运人运送小于卡车载重/全卡车载重(TL/FTL)入境货物所需的信息. | PartneredLtlDataInput |
NonPartneredLtlData optional | 您提供给亚马逊的关于未与亚马逊合作的承运人的小于卡车载重/满载(LTL/FTL)货物的信息. | NonPartneredLtlDataInput |
# TransportDetailOutput
入境货件信息,包括承运人详情和货件状态.
Name | Description | Schema |
---|---|---|
PartneredSmallParcelData optional | 亚马逊返回的关于亚马逊-合作承运人运送小包裹的信息. | PartneredSmallParcelDataOutput |
NonPartneredSmallParcelData optional | 亚马逊返回的关于未与亚马逊合作的承运人运送的小包裹的信息. | NonPartneredSmallParcelDataOutput |
PartneredLtlData optional | 亚马逊返回的关于亚马逊-合作承运人(LTL/FTL)货物的信息. | PartneredLtlDataOutput |
NonPartneredLtlData optional | 由亚马逊返回的关于小于卡车运输/满载运输(LTL/FTL)货物的信息,该货物由未与亚马逊合作的承运人运送. | NonPartneredLtlDataOutput |
# TransportHeader
运输标识符,关于该货物是否由亚马逊-合作的承运人运输的信息,以及关于该货物是小包裹还是小卡车/大卡车的信息(LTL/FTL).
Name | Description | Schema |
---|---|---|
SellerId required | 亚马逊卖家识别码. | string |
*ShipmentId required | A shipment identifier originally returned by the createInboundShipmentPlan operation. | string |
IsPartnered required | 表示一个putTransportDetails请求是否为一个合伙的承运人. 可能的值 | boolean |
运货类型 required | 在putTransportDetails请求中指定承运人的运货类型. | 运货类型 |
# TransportResult
亚马逊-合作承运人的货物的工作流程状态.
Name | Description | Schema |
---|---|---|
TransportStatus required | 表示亚马逊-合作承运人的货物状态. | TransportStatus |
ErrorCode optional | 一个错误代码,确定发生的错误类型. | string |
ErrorDescription optional | 一个描述错误情况的信息. | string |
# TransportStatus
表示亚马逊-合作的承运人的运输状态.
类型 : 枚举
Value | Description |
---|---|
工作中 | 你已经成功地调用了这个货物的putTransportDetails操作,但还没有调用估计Transport操作 |
ESTIMATING | 您已成功调用此货件的估计运输操作,承运人正在估计货件成本. |
ESTIMATING | 承运人已经完成了估算货物成本的过程.您的运输请求已经准备好被您确认. |
ERROR_ON_ESTIMATING | 你对估计运输操作的调用出现了问题,返回了一个错误. |
CONFIRMING | 你已经成功调用了confirmTransport操作,但是确认过程还没有完成. |
CONFIRMED | 您的运输请求已被确认.重要对于小包裹货物,您可以在确认后24小时内取消您的运输请求.对于小卡车/大卡车(LTL/FTL)货物,您可以在确认后1小时内取消您的运输请求.宽限期过后,卖方的账户将被收取运费 |
ERROR_ON_CONFIRMING | 你对确认运输操作的调用出现了问题,返回了一个错误. |
VOIDING | 你已经成功调用了确认承运人货物的voidTransport操作,但是作废过程还没有完成. |
VOIDED | 您确认的承运人货件已经作废.卖家的账户将不会被收取运费. |
ERROR_IN_VOIDING | 你对voidTransport操作的调用出现了问题,返回了一个错误. |
*ERROR | 你的调用有问题,返回了一个错误. |
# UnitOfMeasurement
表示测量单位.
类型 : 枚举
Value | Description |
---|---|
英寸 | 计量单位是英寸. |
厘米 | 计量单位是厘米. |
# UnitOfWeight
表示重量的单位.
类型 : 枚举
Value | Description |
---|---|
磅 | 重量单位是磅. |
公斤 | 重量单位是公斤. |
# UnsignedIntType
Type : 整数(int64)
# VoidTransportResponse
voidTransport操作的响应模式.
Name | Description | Schema |
---|---|---|
payload optional | voidTransport操作的有效载荷. | commonTransportResult |
errors optional | A list of error responses returned when a request is unsuccessful. | ErrorList |
# Weight
包装的重量.
Name | Description | Schema |
---|---|---|
Value required | The weight value. | BigDecimalType |
单位 必须的 | 表示重量的单位. | UnitOfWeight |
# LabelType
要求的标签类型.
类型 : 枚举
Value | Description |
---|---|
BARCODE_2D | 此选项只提供给所有包裹都将应用二维条码的货物.亚马逊强烈建议使用UNIQUE选项来获得包裹标签,而不是BARCODE_2D选项. |
UNIQUE | Document data for printing unique shipping labels and carrier labels for an inbound shipment. |
PALLET | 文件数据,用于打印小于卡车货物/满载货物(LTL/FTL)入境货物的托盘标签. |
# ShipmentStatusList
类型 : 枚举
Value | Description |
---|---|
工作中 | 该货物已由卖方创建,但尚未发货. |
**SHIPPED | 该货物已被承运人取走. |
RECEIVING | 货件已到达执行中心,但不是所有的物品都被标记为已收到. |
CANCELLED | 该批货物在送往执行中心后被卖方取消了. |
DELETED | 该批货物在寄往执行中心之前被卖方取消了. |
CLOSED | 货件已抵达执行中心,所有物品已被标记为收到. |
ERROR | 这批货物出现了错误,亚马逊没有处理. |
IN_TRANSIT | 承运人已通知履行中心,它知道这批货物. |
DELIVERED | 承运人已将该批货物交付给履约中心. |
CHECKED_IN | 该批货物在履行中心的收货码头被检查-入. |
# PageType
用于打印标签的页面类型.提交一个你的市场不支持的PageType值,会返回一个错误.
类型 : 枚举
Value | Description |
---|---|
PackageLabel_Letter_2 | 每张美国Letter标签纸有两个标签.这是在美国使用United Parcel Service (UPS)作为承运人的亚马逊-合作货物的唯一有效值.在加拿大和美国支持. |
PackageLabel_Letter_4 | 每张美国Letter标签纸有四个标签.这是在美国非-Amazon-合作的货物的唯一有效值.在加拿大和美国支持. |
PackageLabel_Letter_6 | 每张美国信纸标签有六个标签.这是在美国非-Amazon-合作发货的唯一有效值.在加拿大和美国支持. |
PackageLabel_Letter_6_CarrierLeft | PackageLabel_Letter_6_CarrierLeft |
包装标签_A4_2 | 每张A4标签有两个标签. |
包装标签_A4_4 | 每张A4标签纸有四个标签. |
包装标签_普通纸 | 每张美国信纸有一个标签.只适用于非- 亚马逊-合作的货物. |
包装标签_平纹纸_承运人底部 | 包装标签_平纹纸_承运人底部 |
*PackageLabel_Thermal | 用于热敏打印机.支持亚马逊-与UPS的合作运输. |
**PackageLabel_Thermal_Unified | 用于热敏打印机.支持与ATS. |
*PackageLabel_Thermal_NonPCP | 用于热敏打印机.支持非-Amazon-合作的货物. |
*PackageLabel_Thermal_No_Carrier_Rotation | 用于使用热敏打印机.支持Amazon-与DHL合作的货物. |
# QueryType
类型 : 枚举
用于操作(s)getShipments 表示是否使用货件信息(提供ShipmentStatusList或ShipmentIdList参数),使用日期范围(提供LastUpdatedAfter和LastUpdatedBefore参数),或使用NextToken继续返回以前请求中指定的项目.
Value | Description |
---|---|
SHIPMENT | 根据ShipmentStatusList或ShipmentIdList参数提供的货件信息返回货件. |
DATE_RANGE | 根据LastUpdatedAfter和LastUpdatedBefore参数提供的日期范围信息返回货件. |
NEXT_TOKEN | 通过使用NextToken继续返回先前请求中指定的项目来返回货物. |
用于操作(s)getShipmentItems 表示是否使用日期范围返回项目(通过提供LastUpdatedAfter和LastUpdatedBefore参数),或使用NextToken,继续返回在先前请求中指定的项目.
Value | Description |
---|---|
DATE_RANGE | 根据LastUpdatedAfter和LastUpdatedBefore参数提供的日期范围信息返回项目. |
NEXT_TOKEN | 通过使用NextToken来继续返回之前请求中指定的项目. |