List Product Tags
GET {{baseUrl}}/products/tags
You can list all available product tags related to your store directly from this endpoint.
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":200,"success":true,"data":[{"id":2129257534,"name":"T-Shirts"},{"id":2129257534,"name":"ازر"}],"pagenation":{"count":2,"total":2,"perPage":15,"currentPage":1,"totalPages":1,"links":[]}}