メインコンテンツまでスキップ

GET /v1/customers/{id}/tags

scope

read_customers

リクエストパラメーター

名前位置必須説明
idパスinteger任意

レスポンスの例

{
"data": [
{
"id": "3",
"name": "VIP",
"status": "active",
"sort": 0
}
]
}

解説

指定顧客に付与された公開タグを取得します。

エラーレスポンスの例

{
"error": {
"code": "insufficient_scope",
"message": "requires scope 'read_orders'",
"request_id": "req_01H..."
}
}

返しうるエラー: 401 / 403 / 404