コンテンツにスキップ

受注グループタグ取得

GET
/order_group_tags/{order_group_tag_id}
curl --request GET \
--url https://api.smaregi.dev/TARGET-CONTRACT-ID/ec-b2b/order_group_tags/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0 \
--header 'Authorization: Bearer <token>'

受注グループタグを取得します。

order_group_tag_id
required
string format: uuid

受注グループタグID

取得成功

Media typeapplication/json
OrderGroupTagResponse
object
id

受注グループタグID

string format: uuid
name

タグ名

string
>= 1 characters <= 255 characters
Examples
Exampledefault
{
"id": "12345678-1234-1234-1234-1234567890ab",
"name": "重要"
}

指定されたIDのリソースが見つからない場合

Media typeapplication/json
object
type
required
string
title
required
string
detail
string
status
integer
Example
{
"type": "about:blank",
"title": "Not Found",
"detail": "指定されたIDのリソースが見つかりません",
"status": 404
}