kdp open api
  1. onpage
kdp open api
  • 使用须知
  • 访问凭证
    • 获取token
      POST
  • SAP
    • 分销商
      • 客户物料关系接收状态更新
      • 获取分销商staff-废弃
      • 获取dealer主数据(用这个)
      • 回传分销商dealer code和store code
      • 客户物料关系列表
    • 商品
      • 获取国家产品发布类型(寄售/非寄售)
      • 获取商品信息-废弃
      • 寄售商品主数据回传
      • 商品彩盒信息回传
      • 产品物料信息回传
    • 订单
      • 寄售商品
        • 销售订单列表(consignment issue)
        • 销售订单接收状态更新
        • 补货订单列表
        • 补货单接收状态更新
        • iot设备激活数据回传
        • sap-寄售结算订单库存回传上报
        • sap寄售订单延迟发货原因同步
      • 非寄售商品
        • 非寄售订单列表
        • 非寄售订单接收状态更新
        • sap非寄售订单延迟发货原因同步
    • 物流
      • 寄售商品补货订单发货信息回传
      • 寄售补货订单发货单DN回传
      • 非寄售商品订单发货信息回传
      • 非寄售补货订单发货单DN回传
    • 库存
      • dummy库存导入
      • SAP同步大库数据
      • RDC_STOCK库存信息回传
      • 库存在途信息回传(RDC intransit)
      • 获取所有取消中的补货发货单信息
      • 取消补货发货单回传
    • 发票
      • 发票信息回传
      • 订单发票文件上传
      • 上报AR open balance
    • 售后
      • 获取Warranty claim列表
      • Warranty 凭证信息回传接口
      • 报销凭证文件上传
      • 上报AP open balance
      • 配件历史数据更新Excel
    • 退换货
      • 销售订单列表(退换货)
      • 销售订单接收状态更新(退换货)
      • 补货订单列表(退换货)
      • 补货单接收状态更新(退换货)
      • 非寄售订单列表(退换货)
      • 非寄售订单接收状态更新(退换货)
  • QDS安装包上传
    • 美国正式环境
      POST
    • 欧洲正式环境
      POST
  • dealer邮件通知
    • dealer批量发送邮件
  • SSO
    • 获取code
    • 获取token
    • 刷新token
  • pds
    • (测试环境)获取PDS产品主数据_自有品牌
    • (测试环境)获取PDS产品主数据_客户品牌
    • (正式环境)获取PDS产品主数据_自有品牌
    • (正式环境)获取PDS产品主数据_客户品牌
    • (正式环境)获取PDS产品主数据_自有品牌 (内网)
  • onpage
    • onpage- category
      GET
    • onpage- image
      GET
    • onpage- key_feature
      GET
    • onpage- product
      GET
    • onpage- in the box
      GET
    • onpage- articles & bullet points
      GET
    • onpage- markets
      GET
    • onpage- article country
      GET
    • onpage- schema
      GET
    • onpage- technical_specification
      GET
    • onpage数据同步
      GET
    • onpage-拉取subcategories
      GET
    • onpage-拉取banners
      GET
    • onpage-拉取PDF
      GET
  • 注册平台
    • (开发环境)同步销售数据接口
    • 产品注册接口
    • 检查是否在质保期接口
  1. onpage

onpage- category

开发中
GET
https://app.onpage.it/api/view/{token}/things
article category data, and relationship between category, range and article
database: positec-mall -> t_pim_range, t_pim_range_category ,t_pim_category_article,t_pim_category

请求参数

Path 参数
token
string 
必需
Query 参数
resource
string 
必需
示例值:
categories
return
string 
必需
示例值:
list
fields[]
string 
必需
示例值:
%2B%2B
Body 参数multipart/form-data
object {0}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://app.onpage.it/api/view//things?resource=categories&return=list&fields[]=%2B%2B'

返回响应

🟢200成功
application/json
Body
array of:
id
integer 
可选
resource_id
integer 
可选
order
integer 
可选
default_folder_id
null 
可选
rel_ids
object 
可选
517792
array[integer]
必需
517802
array[integer]
必需
517819
array[string]
必需
690487
array[string]
必需
relations
object 
可选
fields
object 
可选
517798
array [object {2}] 
必需
517799
array [object {1}] 
必需
517800
array [object {1}] 
必需
517801
array [object {1}] 
必需
517811
array [object {2}] 
必需
517812
array [object {2}] 
必需
517813
array [object {2}] 
必需
517818
array [object {1}] 
必需
label
string 
可选
image
object 
可选
name
string 
必需
ext
string 
必需
token
string 
必需
created_at
string 
可选
updated_at
string 
可选
示例
[
    {
        "id": 32161939,
        "resource_id": 45829,
        "order": 16,
        "default_folder_id": null,
        "rel_ids": {
            "517792": [
                32172295
            ],
            "517802": [
                32167406
            ],
            "517819": [],
            "690487": []
        },
        "relations": {},
        "fields": {
            "517798": [
                {
                    "value": "Robotic lawn mowers",
                    "lang": "en"
                },
                {
                    "value": "Robots cortacésped",
                    "lang": "es"
                },
                {
                    "value": "Mähroboter",
                    "lang": "de"
                },
                {
                    "value": "Robot rasaerba",
                    "lang": "it"
                },
                {
                    "value": "Robots tondeuses",
                    "lang": "fr"
                },
                {
                    "value": "Robotgräsklippare",
                    "lang": "sv"
                },
                {
                    "value": "Robot grasmaaiers",
                    "lang": "nl"
                },
                {
                    "value": "Robotplæneklippere",
                    "lang": "da"
                },
                {
                    "value": "Robotic lawn mowers",
                    "lang": "en_ie"
                },
                {
                    "value": "Zrobotyzowane kosiarki do trawy",
                    "lang": "pl"
                },
                {
                    "value": "Robottiruohonleikkurit",
                    "lang": "fi"
                },
                {
                    "value": "Robotgressklippere",
                    "lang": "nb"
                },
                {
                    "value": "Robotic lawn mowers",
                    "lang": "en_us"
                },
                {
                    "value": "Robotic lawn mowers",
                    "lang": "en_ca"
                },
                {
                    "value": "Tondeuses à gazon robotisées",
                    "lang": "fr_ca"
                },
                {
                    "value": "Robots cortacésped",
                    "lang": "es_us"
                },
                {
                    "value": "Robotic lawn mowers",
                    "lang": "en_au"
                },
                {
                    "value": "Cortadores de grama robóticos",
                    "lang": "pt_br"
                },
                {
                    "value": "Robotic lawn mowers",
                    "lang": "en_za"
                }
            ],
            "517799": [
                {
                    "value": true
                }
            ],
            "517800": [
                {
                    "value": {
                        "name": "app_Image_minify2x (10).png",
                        "focus": null,
                        "token": "5da1db3f45aba86d85a50310faad6ee4c911ba7e",
                        "extension": "png",
                        "mime": "image/png",
                        "size": 795901,
                        "width": 2142,
                        "height": 954,
                        "color_r": 74,
                        "color_g": 80,
                        "color_b": 51,
                        "color_a": 255,
                        "ext": "png"
                    }
                }
            ],
            "517801": [
                {
                    "value": {
                        "name": "app_Image_minify (8).png",
                        "focus": null,
                        "token": "07fe42bf00f3700d81b8e7094574bf7ea9cbfe86",
                        "extension": "png",
                        "mime": "image/png",
                        "size": 139252,
                        "width": 430,
                        "height": 636,
                        "color_r": 94,
                        "color_g": 102,
                        "color_b": 75,
                        "color_a": 255,
                        "ext": "png"
                    }
                }
            ],
            "517811": [
                {
                    "value": "Robot lawn mowers | KRESS",
                    "lang": "en"
                },
                {
                    "value": "Robots cortacésped | KRESS",
                    "lang": "es"
                },
                {
                    "value": "Mähroboter | KRESS",
                    "lang": "de"
                },
                {
                    "value": "Robot rasaerba | KRESS",
                    "lang": "it"
                },
                {
                    "value": "Robots tondeuses pro | KRESS France",
                    "lang": "fr"
                },
                {
                    "value": "Robotgräsklippare | KRESS",
                    "lang": "sv"
                },
                {
                    "value": "Robot grasmaaiers | KRESS",
                    "lang": "nl"
                },
                {
                    "value": "Robotplæneklippere | KRESS",
                    "lang": "da"
                },
                {
                    "value": "Robot lawn mowers | KRESS",
                    "lang": "en_ie"
                },
                {
                    "value": "Kosiarki automatyczne | KRESS",
                    "lang": "pl"
                },
                {
                    "value": "Robottiruohonleikkurit | KRESS",
                    "lang": "fi"
                },
                {
                    "value": "Robotgressklippere | KRESS",
                    "lang": "nb"
                },
                {
                    "value": "Robot lawn mowers | KRESS",
                    "lang": "en_us"
                },
                {
                    "value": "Robot lawn mowers | KRESS",
                    "lang": "en_ca"
                },
                {
                    "value": "Tondeuses à gazon robotisées | KRESS",
                    "lang": "fr_ca"
                },
                {
                    "value": "Cortacéspedes robóticos | KRESS",
                    "lang": "es_us"
                },
                {
                    "value": "Robot lawn mowers | KRESS",
                    "lang": "en_au"
                },
                {
                    "value": "Cortadores de grama robóticos | KRESS",
                    "lang": "pt_br"
                },
                {
                    "value": "Robot lawn mowers | KRESS",
                    "lang": "en_za"
                }
            ],
            "517812": [
                {
                    "value": "Discover the professional and intelligent robot mowers by Kress. Equipped with long lasting and high performance battery, they are nature-friendly. Save time and effort and enjoy your amazing garden.",
                    "lang": "en"
                },
                {
                    "value": "Descubre los robots cortacésped profesionales e inteligentes de Kress. Equipados con batería de larga duración y alto rendimiento, son respetuosos con la naturaleza. Ahorra tiempo y esfuerzo y disfruta de tu increíble jardín.",
                    "lang": "es"
                },
                {
                    "value": "Entdecken Sie die professionellen und intelligenten Mähroboter von Kress. Ausgestattet mit einem langlebigen und leistungsstarken Akku, sind sie naturfreundlich. Sparen Sie Zeit und Mühe und genießen Sie Ihren herrlichen Garten.",
                    "lang": "de"
                },
                {
                    "value": "Scoprite i robot rasaerba professionali e intelligenti di Kress. Dotati di una batteria a lunga durata e ad alte prestazioni, sono rispettosi della natura. Risparmiate tempo e fatica e godetevi il vostro fantastico giardino.",
                    "lang": "it"
                },
                {
                    "value": "Découvrez les robots tondeuses professionnels et intelligents de Kress. Équipés d'une batterie longue durée et haute performance, ils sont respectueux de la nature. Gagnez du temps et de l'énergie et profitez de votre magnifique jardin.",
                    "lang": "fr"
                },
                {
                    "value": "Upptäck de professionella och intelligenta robotgräsklipparna från Kress. De är naturvänliga och utrustade med ett batteri med lång livslängd och hög prestanda. Spara tid och ansträngning och njut av din fantastiska trädgård.",
                    "lang": "sv"
                },
                {
                    "value": "Ontdek de professionele en intelligente robotmaaiers van Kress. Uitgerust met een duurzame en krachtige accu zijn ze natuurvriendelijk. Bespaar tijd en moeite en geniet van je geweldige tuin.",
                    "lang": "nl"
                },
                {
                    "value": "Oplev de professionelle og intelligente robotplæneklippere fra Kress. De er udstyret med et langtidsholdbart og højtydende batteri og er naturvenlige. Spar tid og kræfter, og nyd din fantastiske have.",
                    "lang": "da"
                },
                {
                    "value": "Discover the professional and intelligent robot mowers by Kress. Equipped with long lasting and high performance battery, they are nature-friendly. Save time and effort and enjoy your amazing garden.",
                    "lang": "en_ie"
                },
                {
                    "value": "Odkryj profesjonalne i inteligentne kosiarki-roboty marki Kress. Wyposażone w długotrwałą i wydajną baterię, są przyjazne dla natury. Oszczędzaj czas i wysiłek i ciesz się niesamowitym ogrodem.",
                    "lang": "pl"
                },
                {
                    "value": "Tutustu Kressin ammattimaisiin ja älykkäisiin robottiruohonleikkureihin. Ne on varustettu pitkäikäisellä ja tehokkaalla akulla, ja ne ovat luontoystävällisiä. Säästä aikaa ja vaivaa ja nauti upeasta puutarhastasi.",
                    "lang": "fi"
                },
                {
                    "value": "Oppdag de profesjonelle og intelligente robotgressklipperne fra Kress. De er utstyrt med et batteri med lang levetid og høy ytelse, og er naturvennlige. Spar tid og krefter og nyt den fantastiske hagen din.",
                    "lang": "nb"
                },
                {
                    "value": "Discover the professional and intelligent robot mowers by Kress. Equipped with long lasting and high performance battery, they are nature-friendly. Save time and effort and enjoy your amazing garden.",
                    "lang": "en_us"
                },
                {
                    "value": "Discover the professional and intelligent robot mowers by Kress. Equipped with long lasting and high performance battery, they are nature-friendly. Save time and effort and enjoy your amazing garden.",
                    "lang": "en_ca"
                },
                {
                    "value": "Découvrez les robots tondeuses professionnels et intelligents de Kress. Équipés d'une batterie longue durée et haute performance, ils sont respectueux de la nature. Gagnez du temps et de l'énergie et profitez de votre magnifique jardin.",
                    "lang": "fr_ca"
                },
                {
                    "value": "Descubra los robots cortacésped profesionales e inteligentes de Kress. Equipados con batería de larga duración y alto rendimiento, son respetuosos con la naturaleza. Ahorra tiempo y esfuerzo y disfruta de tu increíble jardín.",
                    "lang": "es_us"
                },
                {
                    "value": "Discover the professional and intelligent robot mowers by Kress. Equipped with long lasting and high performance battery, they are nature-friendly. Save time and effort and enjoy your amazing garden.",
                    "lang": "en_au"
                },
                {
                    "value": "Descubra os cortadores de grama robóticos profissionais e inteligentes da Kress. Equipados com uma bateria de longa duração e alto desempenho, eles são amigos da natureza. Economize tempo e esforço e desfrute de seu incrível jardim.",
                    "lang": "pt_br"
                },
                {
                    "value": "Discover the professional and intelligent robot mowers by Kress. Equipped with long lasting and high performance battery, they are nature-friendly. Save time and effort and enjoy your amazing garden.",
                    "lang": "en_za"
                }
            ],
            "517813": [
                {
                    "value": "Robotic lawn mowers",
                    "lang": "en"
                },
                {
                    "value": "Robots cortacésped",
                    "lang": "es"
                },
                {
                    "value": "Mähroboter",
                    "lang": "de"
                },
                {
                    "value": "Robot rasaerba",
                    "lang": "it"
                },
                {
                    "value": "Robots tondeuses",
                    "lang": "fr"
                },
                {
                    "value": "Robotgräsklippare",
                    "lang": "sv"
                },
                {
                    "value": "Robot grasmaaiers",
                    "lang": "nl"
                },
                {
                    "value": "Robotplæneklippere",
                    "lang": "da"
                },
                {
                    "value": "Robotic lawn mowers",
                    "lang": "en_ie"
                },
                {
                    "value": "Zrobotyzowane kosiarki do trawy",
                    "lang": "pl"
                },
                {
                    "value": "Robottiruohonleikkurit",
                    "lang": "fi"
                },
                {
                    "value": "Robotgressklippere",
                    "lang": "nb"
                },
                {
                    "value": "Robotic lawn mowers",
                    "lang": "en_us"
                },
                {
                    "value": "Robotic lawn mowers",
                    "lang": "en_ca"
                },
                {
                    "value": "Tondeuses à gazon robotisées",
                    "lang": "fr_ca"
                },
                {
                    "value": "Robots cortacésped",
                    "lang": "es_us"
                },
                {
                    "value": "Robotic lawn mowers",
                    "lang": "en_au"
                },
                {
                    "value": "Cortadores de grama robóticos",
                    "lang": "pt_br"
                },
                {
                    "value": "Robotic lawn mowers",
                    "lang": "en_za"
                }
            ],
            "517818": [
                {
                    "value": true
                }
            ]
        },
        "label": "Robotic lawn mowers",
        "image": {
            "name": "app_Image_minify2x (10).png",
            "ext": "png",
            "token": "5da1db3f45aba86d85a50310faad6ee4c911ba7e"
        },
        "created_at": "2021-11-29 09:27:47",
        "updated_at": "2025-01-28 10:11:26"
    }
]
修改于 2025-04-15 08:13:39
上一页
(正式环境)获取PDS产品主数据_自有品牌 (内网)
下一页
onpage- image
Built with