Projects > Shops

Update

GET : /api/designnest/v1/projects/{projectID}/shops?language_id={languageId}

projectID : current project id

languageId : current language id

Response

{
  "code": 1,
  "account_id": 0,
  "message": "Successful operation",
  "data": {
      "list": [
          {
              "id": 0,
              "image": "",
              "title": "",
              "url": "",
              "link_id": 0 ,
              "view_count" : ""
          }
      ]

    }
}