Error
Update Discount Tags
Modifies tags of the discount. The original tags are overwritten.
PUT
Error
Authorizations
JWT Authorization header using the Bearer scheme.
Query Parameters
limits which fields are returned in the response body
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A valid request URL is required to generate request examples{
"items": [
{
"discountId": 123,
"tagCodes": [
"<string>"
]
}
],
"pageCount": 123,
"pageSize": 123,
"startIndex": 123,
"totalCount": 123
}Modifies tags of the discount. The original tags are overwritten.
A valid request URL is required to generate request examples{
"items": [
{
"discountId": 123,
"tagCodes": [
"<string>"
]
}
],
"pageCount": 123,
"pageSize": 123,
"startIndex": 123,
"totalCount": 123
}JWT Authorization header using the Bearer scheme.
limits which fields are returned in the response body
