api-product-feeds

API to import a list product feeds to CDP system

Import product Item

POST https://api.cdp.asia/be/item

Query Parameters

Name
Type
Description

token

string

Private key API for each Portal / Client (Request to help desk admin CDP to get token)

item_type

string

product

scope

string

upsert is **using fixed value

portal_id

string

Portal ID

{
    "msg": "success. list size:1",
    "status": true,
    "data": {
        "lost_time": "48ms",
        "version": "20200227"
    },
    "code": 200
}

Using product properties to set for data post body request

product-properties

Sample import list products

1. API request

2. Data

Was this helpful?