Categories

Allow convertedin to get your product categories

These keys are specified to use as defined in docs, they are case-sensitive. Any change in these keys may cause issues during data sync

Authentication

Use your token provided inside converted.in after on boarding process to authenticate the request using form-data body

Categories API

POST YOUR_BASEURL/convertedin/categories

Request Body

Name
Type
Description

per_page*

integer

limit per page (default 100)

page*

integer

page number

token*

string

Fixed token provided by Convertedin

id

category id linked to your products

Required

title

category name

Required

handle

category slug or url

Not required

content

category description or brief

Not required

subcategories

Each category object has a subcategories key, which is an array of subcategory objects.

Required

available

is category publicly available

Required

published_at

the date that the category was available on it.

Required

Response

Last updated

Was this helpful?