Skip to main content
POST
/
v1
/
InfoTask
/
Finish
Finish Info Task
curl --request POST \
  --url https://ato.fnskutoasin.com/api/v1/InfoTask/Finish \
  --header 'Content-Type: application/json' \
  --data '
{
  "asin": "<string>",
  "title": "<string>",
  "price": "<string>",
  "format": "<string>",
  "retailPrice": "<string>",
  "offerCount": "<string>",
  "weight": "<string>",
  "dimensions": "<string>",
  "shippedBy": "<string>",
  "priceAndFreeShipping": "<string>",
  "priceAndSpecificShipping": "<string>",
  "category": "<string>",
  "upc": "<string>",
  "imageOneUrl": "<string>",
  "imageTwoUrl": "<string>",
  "imageThreeUrl": "<string>",
  "imageFourUrl": "<string>",
  "imageFiveUrl": "<string>",
  "imageSixUrl": "<string>",
  "condition": "<string>",
  "rating": "<string>",
  "numberOfRatings": "<string>"
}
'
{
  "messages": [
    "<string>"
  ],
  "succeeded": true,
  "data": 123
}

Headers

apiKey
string | null

Body

application/json
asin
string
required
Minimum string length: 1
title
string | null
price
string | null
format
string | null
retailPrice
string | null
offerCount
string | null
weight
string | null
dimensions
string | null
shippedBy
string | null
priceAndFreeShipping
string | null
priceAndSpecificShipping
string | null
category
string | null
upc
string | null
imageOneUrl
string | null
imageTwoUrl
string | null
imageThreeUrl
string | null
imageFourUrl
string | null
imageFiveUrl
string | null
imageSixUrl
string | null
condition
string | null
rating
string | null
numberOfRatings
string | null

Response

200 - application/json

Status 200 OK

messages
string[] | null
succeeded
boolean
data
integer<int64>