Create Category

Create category

POST https://sandbox.mnasati.com/v1/category

This endpoint allows you to create a store category.

Headers

Name
Type
Description

Content-Type

string

Application/JSON

Access Token

string

The JWT Key generated using Authorization method.

Request Body

Name
Type
Description

category_name_ar

string

Category name in Arabic

category_name

string

Category name in English

{    "name": "Cake's name",    "recipe": "Cake's recipe name",    "cake": "Binary cake"}

Body

{
  "category_name":"new categ",
  "category_name_ar":"new categ ar"
}

Examples

Last updated

Was this helpful?