跳转到主要内容
GET
/
api
/
Fba
/
FbaInstructionSendToFulfillment
/
get
Get FBA instruction send to fulfillment details
curl --request GET \
  --url https://api.returnshelper.com/uat/user/api/Fba/FbaInstructionSendToFulfillment/get \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'
{
  "data": {
    "fbaInstructionSendToFulfillmentId": "<string>",
    "fbaInstructionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "apiId": 123,
    "fbaInstructionNumber": "<string>",
    "fbaInstructionHandlingCode": "<string>",
    "handlingStatusCode": "<string>",
    "quantity": 123,
    "warehouseId": 123,
    "warehouseApiId": 123,
    "createOn": "2023-11-07T05:31:56Z",
    "modifyOn": "2023-11-07T05:31:56Z",
    "warehouseRemarks": "<string>",
    "cancelRemarks": "<string>",
    "fbaInstructionSendToFulfillmentItemList": [
      {}
    ]
  }
}
此页面由 AI 自动翻译。API 技术规格以英文呈现为标准。如有任何疑问,请参阅英文版本
获取单条「转送至 FBA」类型指示的完整记录。当仓库将库存送回亚马逊履约网络时使用。

授权

x-rr-apikey
string
header
必填

Your API key

x-rr-apitoken
string
header
必填

Your API token — keep this private

查询参数

fbaInstructionId
string<uuid>
必填

FBA instruction identifier

响应

Success

data
object

FBA instruction send to fulfillment details