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

    Brand Details

    GET/brands/{brand}
    Last modified: a month ago

    This endpoint allows you to return the complete details for a specific brand by passing the brand as a path parameter.

    `brands.read`- Brands Read Only

    Request

    Path Params
    brand
    integer 
    required

    The Brand ID. List of Brand IDs can be found here

    Query Params
    with
    enum<string> 
    optional

    Use with=translations to fetch list of brands with translations

    Allowed value:
    translations
    Example:
    translations

    Request samples

    Responses

    Success(200)
    Record Not Found(404)
    With translations(200)
    HTTP Code: 200
    Content Type : JSONapplication/json
    Data Schema
    No schema defined
    Example
    {
      "status": 200,
      "success": true,
      "data": {
        "id": 510571718,
        "name": "hayat",
        "description": "Al Hayat Brand",
        "banner": "https://i.ibb.co/jyqRQfQ/avatar-male.webp",
        "logo": "https://i.ibb.co/jyqRQfQ/avatar-male.webp",
        "ar_char": "ه",
        "en_char": "h",
        "metadata": {
          "title": "Zara brand",
          "description": "Brand awareness seo",
          "url": "zara/item"
        }
      }
    }
    Last modified: a month ago