Update (add/remove) current product tags

Add or Remove current product tags with input tags array.
Each tag mush have at least 3 characters and at most 40 characters.
When update with invalid length of tags, the update will fail and the respond will be 422.
Must pass at least one tag, otherwise the update will fail and the respond will be 422.
在現有的商品標簽新增/移除標簽。
每一個商品標籤必須有最少3個字完及最多40個字完。
若需更新的商品標籤其中之一不符字完長度規範,更新不會成功及將回傳狀態碼422。
必須最少新增/移除一個標籤,否則更新不會成功及將回傳狀態碼422。

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Product ID
商品ID

Body Params
string
enum
required

Update mode of this opearation, allow "add" or "remove"
更新商品標簽的方式,可選"add"或"remove"。

Allowed:
tags
array of strings
required
length ≥ 1

Product tags array
商品標簽array

tags*

Tag
標籤
Length between 3 to 40
長度在 3 到 40 之間

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json