メインコンテンツへスキップ
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技術仕様は英語が正式です。不明点がある場合は英語版を参照してください。
1 件の sendToFulfillment 種別指示の完全レコードを取得します。倉庫が在庫を Amazon のフルフィルメントネットワークに戻す際に使用してください。

承認

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