List Order Tags

Use this endpoint to list order tags.

REST Endpoint

GET /restapi/v1/customers/:customerId/list-tags

Response Status Code

200 OK

Response Content Type

application/json

Response JSON Example

{
  "tags" : [
    {
        "id": "1234567890",
        "tagName": "test tag 2",
        "tagColor": "#e91e63"
    }
  ]
}