Brand Search

  • Through this service; You can query the brand with the name filter.
  • GET https://marketplace-stg.modanisa.com/api/marketplace/brands/name/{brandName}
    Parameter Explanation Data Type Compulsory
    brandName Compulsory string Yes

    Success Response:
    {
        "success": true,
        "data": {
            "brand": {
                "id": 42,
                "name": "Aker"
            }
        },
        "errors": null
    }
    
    

    Error Response:
    {
        "success": false,
        "data": null,
        "errors": "Data is not found"
    }