更新自定义页面
PUT https://{handle}.myshopline.com/admin/openapi/v20250601/store/page/customize.json
handle
:店铺的唯一标识符,值为店铺域名的前缀。例如,域名为 open001.myshopline.com
的店铺,其 handle
是 open001
。更新自定义页面(支持指定自定义路由)
请求头
- Content-Type required字段值固定为
application/json; charset=utf-8
- Authorization string required资源的访问令牌。请参考 应用授权 获取访问令牌,然后将获取到的访问令牌以 Bearer 格式传入Example:
Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
请求体
reqobject
请求参数body_html string自定义页面的内容Example:"content of the page"
handle string自定义页面的handle,传null时不处理Example:"pagecustomUrl"
page_id string required自定义页面的idExample:"6515896407215317133"
published_at string发布时间,格式yyyy-MM-dd HH:mmExample:"2024-06-18 18:16:39.792"
published_status boolean是否发布,可选值:true(发布);false(未发布)Example:true
template_name string绑定的模版名称Example:"templates/page.html"
template_type integer模版类型,可选值:1(店铺);2(主题)Example:1
title string标题,传null时不处理Example:"title"
updater string required更新人idExample:"3300003187"
url string自定义路由,最大512字符,eg:"/custom-url"Example:"/custom-url"
响应
- 200
- 401
- 429
更多状态码信息请参考 HTTP 状态码
响应头
traceId
traceId
响应体
dataobject
响应结果author string自定义页面的作者Example:"Alvin"
body_html string自定义页面的内容Example:"content of the page"
handle string自定义页面的handleExample:"pagecustomUrl"
id string自定义页面的idExample:"6515896407215317133"
published_at string发布时间,格式yyyy-MM-dd HH:mmExample:"2024-06-18 18:16:39.792"
published_status boolean是否发布Example:true
template_name string绑定的模版名称Example:"templates/page.html"
title string自定义页面的标题Example:"title"
- msg string错误信息
API Explorer
调试台
这篇文章对你有帮助吗?