Skip to main content
POST
/
api
/
Fba
/
FbaInstructionReplenish
/
assignNewFnsku
Assign new FNSKU to FBA replenishment instruction
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>"
    }
  ]
}
'

Authorizations

x-rr-apikey
string
header
required

Your API key

x-rr-apitoken
string
header
required

Your API token — keep this private

Body

application/json
fbaInstructionId
string<uuid>
required

FBA instruction identifier

assignNewFnskuPayloadList
object[]
required

List of FNSKU reassignment pairs

Response

Success