Categorys

Get Categorys

GET http://domainname.so/api/v2/products/getcategorys

Query Parameters

Name
Type
Description

et_auth_token

string

{
  "status": true,
  "rows": [
    {
      "id": "5",
      "code": "Item",
      "name": "Item",
      "slug": null,
      "image": "http://et.yooldb.com/assets/uploads/thumbs/no_image.png"
    },
    {
      "id": "58",
      "code": "el",
      "name": "Electronics",
      "slug": null,
      "image": "http://et.yooldb.com/assets/uploads/thumbs/c5e956bd6c5bb650fda393273d82e3b5.png"
    },
    {
      "id": "59",
      "code": "furniturs",
      "name": "Furniturs",
      "slug": null,
      "image": "http://et.yooldb.com/assets/uploads/thumbs/0839c16cea5a6e33603e6ce158850367.png"
    },
    {
      "id": "60",
      "code": "cosmatics",
      "name": "Cosmatics",
      "slug": null,
      "image": "http://et.yooldb.com/assets/uploads/thumbs/d2b3ee76146d86af00617a922f1328cc.png"
    },
    {
      "id": "61",
      "code": "shoes",
      "name": "Shoes",
      "slug": null,
      "image": "http://et.yooldb.com/assets/uploads/thumbs/70fbb164b842b4aaee49bb14bddb6133.png"
    }
  ]
}

Last updated

Was this helpful?