获取商品标签
获取商品标签
GET
/openapi/2024-10/tags
权限:read_products
Query Parameters
Name
Type
Description
filter[name]
String
标签名称
filter[id]
String
标签id查询
filter[exclude_id]
String
除部分id外
append
String
追加字段
page
String
页码
page_size
String
页数
{
"data": [
{
"id": 25,
"name": "simple",
"term_taxonomy_id": 25
}
],
"links": {
"first": "https://shop.com/openapi/2024-10/tags?page=1",
"last": "https://shop.com/openapi/2024-10/tags?page=1",
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 1,
"path": "https://shop.com/openapi/2024-10/tags",
"per_page": 25,
"to": 1,
"total": 1
}
}
Last updated