Salla Docs
Merchant API
Partner APIs
Storefront
Salla CLI
Salla Docs
    Light Mode

    List Product Tags

    GET/products/tags
    Last modified: a month ago

    This endpoint allows you to list all available product tags related to your store.

    `products.read`- Products Read Only

    Request

    None

    Request samples

    Responses

    Success(200)
    HTTP Code: 200
    Content Type : JSONapplication/json
    Data Schema
    No schema defined
    ExampleExample Response
    {
      "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": []
      }
    }
    Last modified: a month ago