GET
/
api
/
v1
/
scraper
/
uniqlo
/
product
curl --request GET \
  --url https://app.retailed.io/api/v1/scraper/uniqlo/product \
  --header 'x-api-key: <x-api-key>'
{
    "id": "465200",
    "eans": [],
    "name": "Pullover Hoodie",
    "upcs": [],
    "brand": {},
    "isbns": [],
    "active": true,
    "disabled": false,
    "variants": [
        {
            "id": "465200COL01SMA002000",
            "pricing": {
                "sale": 34.9,
                "value": {},
                "standard": 34.9,
                "available": true,
                "quantities": [
                    {
                        "unit": "",
                        "value": 0
                    }
                ],
                "multibuy_msg": "",
                "formatted_sale": "£34.90",
                "is_promo_price": false,
                "price_percentage": "",
                "sale_price_money": {},
                "formatted_standard": "£34.90",
                "show_standard_price": true,
                "sale_price_available": true,
                "standard_price_money": {},
                "price_percentage_money": "",
                "standard_price_available": true
            },
            "attributes": {
                "size": "XS",
                "color": "OFF WHITE"
            },
            "availability": {
                "ats": "34",
                "status": "IN_STOCK",
                "in_stock": true,
                "available": true,
                "current_qty": 34,
                "regular_qty": 34,
                "in_stock_msg": "1 Item(s) In Stock",
                "is_available": true,
                "low_in_stock": false,
                "selected_qty": "1",
                "in_stock_date": "",
                "pre_order_msg": "0 item(s) are available for pre-order.",
                "qty_threshold": "3",
                "back_order_msg": "Back Order 0 item(s)",
                "purchase_level": "",
                "status_quantity": "1",
                "max_selected_qty": 34,
                "available_for_sale": true,
                "generally_available": true,
                "selection_overdrive": false
            }
        }
    ],
    "image_url": "https://image.uniqlo.com/UQ/ST3/eu/imagesgoods/465200/sub/eugoods_465200_sub1.jpg?width=734",
    "story_ids": [],
    "family_ids": [],
    "review_ids": [],
    "category_id": "IDzip-hoodies2242",
    "description": "Pullover Hoodie",
    "question_ids": [],
    "model_numbers": [],
    "attributes_order": [
        "AVAILABILITY"
    ],
    "product_page_url": "https://www.uniqlo.com/uk/en/product/pullover-hoodie-465200.html",
    "brand_external_id": null,
    "manufacturer_part_numbers": [
        "465200"
    ]
}
x-api-key
string
required

Parameter defines the Retailed private key to use.

Parameters

query
string

Product Id : 465200 or Uniqlo URL

country
string

Country code : FR or UK

Response

object
Product Object
{
    "id": "465200",
    "eans": [],
    "name": "Pullover Hoodie",
    "upcs": [],
    "brand": {},
    "isbns": [],
    "active": true,
    "disabled": false,
    "variants": [
        {
            "id": "465200COL01SMA002000",
            "pricing": {
                "sale": 34.9,
                "value": {},
                "standard": 34.9,
                "available": true,
                "quantities": [
                    {
                        "unit": "",
                        "value": 0
                    }
                ],
                "multibuy_msg": "",
                "formatted_sale": "£34.90",
                "is_promo_price": false,
                "price_percentage": "",
                "sale_price_money": {},
                "formatted_standard": "£34.90",
                "show_standard_price": true,
                "sale_price_available": true,
                "standard_price_money": {},
                "price_percentage_money": "",
                "standard_price_available": true
            },
            "attributes": {
                "size": "XS",
                "color": "OFF WHITE"
            },
            "availability": {
                "ats": "34",
                "status": "IN_STOCK",
                "in_stock": true,
                "available": true,
                "current_qty": 34,
                "regular_qty": 34,
                "in_stock_msg": "1 Item(s) In Stock",
                "is_available": true,
                "low_in_stock": false,
                "selected_qty": "1",
                "in_stock_date": "",
                "pre_order_msg": "0 item(s) are available for pre-order.",
                "qty_threshold": "3",
                "back_order_msg": "Back Order 0 item(s)",
                "purchase_level": "",
                "status_quantity": "1",
                "max_selected_qty": 34,
                "available_for_sale": true,
                "generally_available": true,
                "selection_overdrive": false
            }
        }
    ],
    "image_url": "https://image.uniqlo.com/UQ/ST3/eu/imagesgoods/465200/sub/eugoods_465200_sub1.jpg?width=734",
    "story_ids": [],
    "family_ids": [],
    "review_ids": [],
    "category_id": "IDzip-hoodies2242",
    "description": "Pullover Hoodie",
    "question_ids": [],
    "model_numbers": [],
    "attributes_order": [
        "AVAILABILITY"
    ],
    "product_page_url": "https://www.uniqlo.com/uk/en/product/pullover-hoodie-465200.html",
    "brand_external_id": null,
    "manufacturer_part_numbers": [
        "465200"
    ]
}