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
}{
"msg": "itemType is not found. portal_id:561236459, item_type:nhatvd1",
"status": false,
"code": 0
}product-propertiesUsing product properties to set for data post body request
Sample import list products
1. API request
2. Data
Was this helpful?