HomeGuidesAPI ReferenceChangelogDiscussions
HomeLog In
API Reference

Update order tags

To update order tags with order IDs.
Each tag mush have at least 3 characters and at most 40 characters.
Each order can have at most 10 order tags.
The maximum of order tags in one store is 100.
When update with invalid length of tags, the update will fail and the respond will be 422.
When the amount of order tags exceed 10 or the amount of order tags plus
the amount of order tags in one store exceeds 100,
the update will fail and return the current valid tags of that order with status code 200.
使用訂單ID更新訂單標籤。
每一個訂單標籤必須有最少3個字完及最多40個字完。
每一張訂單最多只能有10個訂單標籤。
每一名店家最多只能有100個訂單標籤。
若需更新的訂單標籤其中之一不符字完長度規範,更新不會成功及將回傳狀態碼422。 若需更新的訂單標籤超過10個時,又或需更新的訂單標籤加上店家已存在的訂單標籤數量超過100個時,
更新將不會成功,且仍會回傳狀態碼200及當前訂單的有效訂單標籤。

Language
Authorization
Bearer
JWT
Click Try It! to start a request and see the response here!