AccessTrade.vn
  • TÀI LIỆU API HƯỚNG DẪN PUBLISHER
  • API DÀNH CHO PUBLISHER BẢN TIẾNG VIỆT
    • Authentication
    • Lấy danh sách campaigns
    • Tạo tracking link
    • Lấy danh sách giao dịch
    • Lấy danh sách đơn hàng v2
    • Lấy thông tin sản phẩm của đơn hàng
    • Lấy thông tin chi tiết sản phẩm
    • Lấy thông tin datafeeds
    • Lấy thông tin vouchers / coupons / deals
      • Hướng dẫn lấy mã nhúng danh sách khuyến mãi lên website
      • [Wordpress] Hướng dẫn nhúng vào bài post
      • [Wordpress] Hướng dẫn tạo 1 trang riêng nhúng code
      • API - Lấy danh sách thông tin khuyến mại theo nhà cung cấp & ngành hàng.
    • Lấy thông tin các khuyến mại đang hoạt động
    • Top các sản phẩm bán chạy nhất
    • Errors
  • API PUBLISHER ENGLISH VERSION
    • Authentication
    • Get the campaigns list
    • Create tracking link
    • Get the list of commission ratio of campaign
    • Get the list of transaction
    • Get the list of order v2
    • Get products information of the order
    • Get detailed information of the product
    • Get Datafeeds information
    • Get promotional information
    • Top selling products
    • Errors
    • Get detailed information of the order
Powered by GitBook
On this page

Was this helpful?

  1. API PUBLISHER ENGLISH VERSION

Get Datafeeds information

Method: GET

HTTP Request

https://api.accesstrade.vn/v1/datafeeds

The parameters are passed into HTTP Request according to Key-Value pairs, begin the parameters with the sign “?” and separate the parameters with the sign “&”. Ex:

https://api.accesstrade.vn/v1/datafeeds?domain=lazada.vn&sku=AN273FAAA1FXLXVNAMZ-2293380

Query parameters

Parameters

Required

Description

campaign

Optional

Merchant of the product owner

domain

Optional

Domain of the product owner

discount_amount_from

Optional

Filter discount rate from

discount_amount_to

Optional

Filter discount rate until

discount_rate_from

Optional

lọc tỷ lệ giá được giảm từ

discount_rate_to

Optional

lọc tỷ lệ giá được giảm đến

page

Optional

Input page order to get, max = total/limit. Default = 1

limit

Optional

Amount of product needed, default is 50, max = 200

price_from

Optional

Filter price from

price_to

Optional

Filter price to

discount_from

Optional

Filter discount price from

discount_to

Optional

Filter discount price to

status_discount

Optional

Filter according to discount status. 0 - no discount, 1 - has discount.

update_from

Optional

Filter update time of datafeed from. Ex. 08-09-2017

update_to

Optional

Filter update time of datafeed to. Ex. 08-09-2018

Result Description

Key

Mô tả

cate

Category of product

desc

Describe product information

discount

Price after discount

campaign

Campaign

domain

Domain of product owner

image

Url of product image

name

Product name

price

Price of product before discount

product_id

Product id

sku

Product code

url

Product link

aff_link

Deep link

status_discount

Status of discount. 0 - no discount, 1 - has discount

discount_amount

Price of the discount

discount_rate

Percentage being discounted

update_time

Update time

Example (Using Postman tool to call API)

{
    "data": [
        {
            "aff_link": "https://go.isclix.com/deep_link/4348611760548105593?url=https%3A%2F%2Fwww.lazada.vn%2Fao-thun-cao-cap-hinh-star-wars-coffee-mitadi-aste072-2423013.html",
            "campaign": "lazadaapp",
            "cate": "thoi-trang-my-pham",
            "desc": null,
            "discount": 175000.0,
            "discount_amount": 0.0,
            "discount_rate": 0.0,
            "domain": "lazada.vn",
            "image": "https://vn-live-01.slatic.net/p/7/ao-thun-cao-cap-hinh-star-wars-coffee-mitadi-aste072-1479373990-3103242-3b4b9c7018198c05f648390fb741036c-product.jpg",
            "merchant": "lazadaapp",
            "name": "Áo Thun Cao Cấp Hình Star Wars Coffee - MITADI – ASTE072",
            "price": 175000.0,
            "product_id": "224_AN273FAAA1FXLXVNAMZ-2293380",
            "promotion": null,
            "sku": "AN273FAAA1FXLXVNAMZ-2293380",
            "status_discount": 0,
            "update_time": "24-07-2018T01:02:19",
            "url": "https://www.lazada.vn/ao-thun-cao-cap-hinh-star-wars-coffee-mitadi-aste072-2423013.html"
        }
    ],
    "total": 1
}

PreviousGet detailed information of the productNextGet promotional information

Last updated 4 years ago

Was this helpful?