PATCH
/
categories
/
{categoryId}
curl --request PATCH \
  --url https://api.aasaan.shop/api/v1/stores/categories/{categoryId} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "name": "Shampoo",
  "slug": "shampoo",
  "description": "Hair categories",
  "hide": false,
  "displayOrder": 0,
  "parentCategoryId": "6124bc492f3660f743776404",
  "image": {
    "id": 0,
    "url": "https://images.aasaan.app/123412421",
    "type": "image/png"
  }
}'
{
  "id": "623d3455ec3c4b3548eb4a322",
  "name": "Shampoo",
  "slug": "shampoo",
  "description": "Hair categories",
  "hide": false,
  "displayOrder": 0,
  "parentCategoryId": "6124bc492f3660f743776404",
  "image": {
    "id": 0,
    "url": "https://images.aasaan.app/123412421",
    "type": "image/png"
  },
  "date_created": "2022-03-25T03:17:44.092Z",
  "date_modified": "2022-06-10T07:51:12.510Z"
}

Authorizations

x-api-key
string
header
required

Path Parameters

categoryId
string
required

Category Id

Body

application/json
name
string
required

Name

slug
string

Slug

description
string

Shampoos and conditioners

hide
boolean

Hide a category

displayOrder
string

Display order

parentCategoryId
string

Parent category id

image
object

Category image

Response

200
application/json
Category updated.
id
string

Unique identifier for the resource that was used to create this category

name
string

Name

slug
string

Slug

description
string

Shampoos and conditioners

hide
boolean

Hide a category

displayOrder
string

Display order

parentCategoryId
string

Parent category id

image
object

Category image

date_created
string

Created date

date_modified
string

Modified date