Skip to main content
POST
/
v2
/
InfoTask
/
Finish
curl --request POST \
  --url https://ato.fnskutoasin.com/api/v2/InfoTask/Finish \
  --header 'Content-Type: application/json' \
  --data '
{
  "mainCode": "Asin",
  "provider": 0,
  "details": {
    "asin": "Asin",
    "title": "Title",
    "price": "Price",
    "format": "Format",
    "retailPrice": "RetailPrice",
    "offerCount": "OfferCount",
    "weight": "Weight",
    "dimensions": "Dimensions",
    "shippedBy": "ShippedBy",
    "priceAndFreeShipping": "PriceAndFreeShipping",
    "category": "Category",
    "priceAndSpecificShipping": "PriceAndSpecificShipping",
    "upc": "UPC",
    "imageOneUrl": "ImageOneUrl",
    "imageTwoUrl": "ImageTwoUrl",
    "imageThreeUrl": "ImageThreeUrl",
    "imageFourUrl": "ImageFourUrl",
    "imageFiveUrl": "ImageFiveUrl",
    "imageSixUrl": "ImageSixUrl",
    "condition": "Condition",
    "rating": "Rating",
    "numberOfRatings": "NumberOfRatings"
  }
}
'
{
  "messages": [
    "<string>"
  ],
  "succeeded": true,
  "data": 123
}

Headers

apiKey
string | null

Body

application/json
mainCode
string
required
Minimum string length: 1
provider
enum<integer>

0 = Amazon 1 = Walmart 2 = Homedepot 3 = Target

Available options:
0,
1,
2,
3
details
object

Response

200 - application/json

Status 200 OK

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