Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.returnshelper.com/uat/user/api/Fba/FbaInstructionReplenish/assignNewFnsku \ --header 'Content-Type: application/json' \ --header 'x-rr-apikey: <api-key>' \ --header 'x-rr-apitoken: <api-key>' \ --data ' { "fbaInstructionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "assignNewFnskuPayloadList": [ { "oldFnsku": "<string>", "newFnsku": "<string>" } ] } '
{ "data": [ { "fbaInstructionItemId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "apiId": 123, "fbaInstructionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "fbaShipmentItemId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "instructionItemQuantity": 123, "fnsku": "<string>", "trackingNumber": "<string>", "receivedNumber": "<string>", "newFnsku": "<string>" } ] }
Your API key
Your API token — keep this private
FBA instruction identifier
List of FNSKU reassignment pairs
Show child attributes
Success
Results of FNSKU assignments