需要 write_content 权限点。
更多权限点使用信息,请参考:
POST https://{handle}.myshopline.com/admin/openapi/v20250601/store/blogs/:blog_collection_id/articles.json
handle :店铺的唯一标识符,值为店铺域名的前缀。例如,域名为 open001.myshopline.com 的店铺,其 handleopen001
指定博客集合创建博客(支持指定handle和url)
路径参数
  • blog_collection_id string required
    博客集合id
请求头
  • Content-Type required
    字段值固定为application/json; charset=utf-8
  • Authorization string required
    资源的访问令牌。请参考 应用授权 获取访问令牌,然后将获取到的访问令牌以 Bearer 格式传入
    Example:
    Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
请求体
  • blogobject
    博客信息
  • author string
    博客的作者
    Example: "Alvin"
  • content_html string
    博客正文的文本,带有 HTML 标记,限制5M
    Example: "content of the blog"
  • digest string
    博客的摘要
    Example: "28086digest"
  • handle string required
    博客的handle
    Example: "create-handle"
  • imageobject
    博客的封面信息
  • alt string
    图片alt
    Example: "21933Alt"
  • src string
    图片链接
    Example: "https://img-preview-va.myshopline.com/image/store/3400001642/1624538086300/30e35c9beb4e4be5b3ef336954dcdc14.jpg?w=626&h=417"
  • published boolean
    是否发布,可选值:true(发布);false(不发布)
    Example: true
  • published_at string
    发布时间 ISO 8601
    Example: "2024-06-25T11:15:47+08:00"
  • template_name string
    关联的模板名称
    Example: "templates/blogs/detail.a2c29192484301fa.json"
  • title string required
    博客的标题
    Example: "70626title"
  • url string
    自定义路由,最大512字符,eg:"/custom-url"
    Example: "/custom-url"
响应
更多状态码信息请参考 HTTP 状态码

响应头
  • traceId
    traceId
响应体
  • blogobject
    博客信息
  • author string
    博客的作者
    Example: "Alvin"
  • blog_collection_id string
    博客集合的id
    Example: "64e313c4cd5956279e61d150"
  • content_html string
    博客正文的文本,带有 HTML 标记
    Example: "content of the blog"
  • created_at string
    创建时间 ISO 8601
    Example: "2024-06-18T13:34:57+00:00"
  • digest string
    博客的摘要
    Example: "28086digest"
  • handle string
    博客的handle
    Example: "create-handle"
  • id string
    博客的id
    Example: "66718d010588d64ef7d15c96"
  • imageobject
    博客的封面信息
  • alt string
    图片alt
    Example: "21933Alt"
  • src string
    图片链接
    Example: "https://img-preview-va.myshopline.com/image/store/3400001642/1624538086300/30e35c9beb4e4be5b3ef336954dcdc14.jpg?w=626&h=417"
  • published_at string
    发布时间 ISO 8601
    Example: "2024-06-25T11:15:47+08:00"
  • title string
    博客标题
    Example: "70626title"
  • updated_at string
    更新时间 ISO 8601
    Example: "2024-06-19T12:42:55+00:00"
API Explorer
https://openapiceshidianpu.myshopline.com/admin/openapi/v20250601

ParamOptions

path required
header required

Body

required
{
  "blog": {
    "author": "\"Alvin\"",
    "content_html": "\"content of the blog\"",
    "digest": "\"28086digest\"",
    "handle": "\"create-handle\"",
    "image": {
      "alt": "\"21933Alt\"",
      "src": "\"https://img-preview-va.myshopline.com/image/store/3400001642/1624538086300/30e35c9beb4e4be5b3ef336954dcdc14.jpg?w=626&h=417\""
    },
    "published": true,
    "published_at": "\"2024-06-25T11:15:47+08:00\"",
    "template_name": "\"templates/blogs/detail.a2c29192484301fa.json\"",
    "title": "\"70626title\"",
    "url": "\"/custom-url\""
  }
}

Language

curl --request POST \
--url https://openapiceshidianpu.myshopline.com/admin/openapi/v20250601/store/blogs/blog_collection_id/articles.json \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw' \
--header 'Content-Type: application/json; charset=utf-8' \
--header 'accept: application/json' \
--data '
{
"blog": {
"author": "\"Alvin\"",
"content_html": "\"content of the blog\"",
"digest": "\"28086digest\"",
"handle": "\"create-handle\"",
"image": {
"alt": "\"21933Alt\"",
"src": "\"https://img-preview-va.myshopline.com/image/store/3400001642/1624538086300/30e35c9beb4e4be5b3ef336954dcdc14.jpg?w=626&h=417\""
},
"published": true,
"published_at": "\"2024-06-25T11:15:47+08:00\"",
"template_name": "\"templates/blogs/detail.a2c29192484301fa.json\"",
"title": "\"70626title\"",
"url": "\"/custom-url\""
}
}
'
这篇文章对你有帮助吗?

Error loading component.

Error loading component.