Skip to main content
GET
/
api
/
Fba
/
FbaInstructionRestock
/
get
Get FBA instruction restock details
curl --request GET \
  --url https://api.returnshelper.com/uat/user/api/Fba/FbaInstructionRestock/get \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'
{
  "data": {
    "fbaInstructionRestockId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "fbaInstructionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "apiId": 123,
    "fbaInstructionNumber": "<string>",
    "fbaInstructionHandlingCode": "<string>",
    "handlingStatusCode": "<string>",
    "quantity": 123,
    "warehouseId": 123,
    "warehouseApiId": 123,
    "returnInventoryId": 123,
    "createOn": "2023-11-07T05:31:56Z",
    "modifyOn": "2023-11-07T05:31:56Z",
    "cancelRemarks": "<string>",
    "fbaInstructionRestockItemList": [
      {}
    ]
  }
}
Fetches the full record of a single restock-type FBA instruction, including the return inventory it ties back to. Used after creating a restock instruction or after a webhook update.

Authorizations

x-rr-apikey
string
header
required

Your API key

x-rr-apitoken
string
header
required

Your API token — keep this private

Query Parameters

fbaInstructionId
string<uuid>
required

FBA instruction identifier

Response

Success

data
object

FBA instruction restock details