Skip to main content
GET
/
public
/
products
Get detailed product information
curl --request GET \
  --url https://api.joylink.io/public/products \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "asins": "<string>"
}'
[
  {
    "asin": "<string>",
    "merchant_id": "<string>",
    "description": "<string>",
    "title": "<string>",
    "image": "<string>",
    "merchant_name": "<string>",
    "is_fba": 123,
    "price": 123,
    "coupon_id": "<string>",
    "coupon_value": "<string>",
    "extra_discount_amount": "<string>",
    "extra_asins": [
      "<string>"
    ],
    "is_lightning_deal": 123,
    "lightning_end_date": 123,
    "lightning_deal_discount_percent": 123,
    "list_price_savings_percentage": 123,
    "page_promos": [
      {}
    ],
    "discounted_price": 123,
    "discount_percentage": 123,
    "codes": [
      "<string>"
    ],
    "promo_string": "<string>",
    "category": "<string>",
    "ratings_count": 123,
    "avg_rating": 123,
    "summarized_title": "<string>",
    "is_nsfw": true,
    "promocode": "<string>",
    "out_of_stock": true,
    "pessimistic_discounted_price": 123,
    "pessimistic_discount_percentage": 123,
    "pessimistic_discounts": [
      "<string>"
    ],
    "pessimistic_has_affiliate_promo": true,
    "brand_name": "<string>",
    "is_brand_name": true,
    "affiliate_promos": [
      {
        "encrypted_promo": "<string>",
        "merchant_id": "<string>",
        "promo_code": "<string>",
        "discount_percentage": 123,
        "discount_dollar_amount": 123,
        "expiry_date": 123
      }
    ]
  }
]

Authorizations

X-API-Key
string
header
required

Body

application/json
asins
string
required

Comma-separated list of Amazon Standard Identification Numbers

Response

Successfully retrieved product information

asin
string

Amazon Standard Identification Number

merchant_id
string

Merchant identifier

description
string

Product description

title
string

Product title

image
string

Product image URL

merchant_name
string

Name of the merchant

is_fba
integer

Whether product is Fulfilled by Amazon

price
number

Product price

coupon_id
string

Coupon identifier

coupon_value
string

Value of the coupon ($x or x%)

extra_discount_amount
string

Additional discount amount ($x or x%)

extra_asins
string[]

Related ASINs

is_lightning_deal
integer

Whether item is a lightning deal

lightning_end_date
integer

End timestamp of lightning deal

lightning_deal_discount_percent
number

Lightning deal discount percentage

list_price_savings_percentage
number

Savings percentage from list price

page_promos
object[]

Page promotions

discounted_price
number

Price after discounts

discount_percentage
number

Total discount percentage

codes
string[]

Promotional codes

promo_string
string

Promotional description

category
string

Product category

ratings_count
integer

Number of ratings

avg_rating
number

Average rating

summarized_title
string

Shortened product title

is_nsfw
boolean

Not safe for work flag

promocode
string

Promotional code

out_of_stock
boolean

Stock availability status

pessimistic_discounted_price
number

Conservative estimate of discounted price

pessimistic_discount_percentage
number

Conservative estimate of discount percentage

pessimistic_discounts
string[]

Conservative discount calculations

pessimistic_has_affiliate_promo
boolean

Conservative estimate of affiliate promotion availability

brand_name
string

Product brand name

is_brand_name
boolean

Whether brand name is verified

affiliate_promos
object[]

List of affiliate promotions