Skip to main content
POST
/
coupang
/
category
Get a category
curl --request POST \
  --url https://{deployment}/api/v1/coupang/category \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '
{
  "displayCategoryCode": "56137"
}
'
{}

Authorizations

X-API-KEY
string
header
required

Your deployment's API key (MMK_API_KEY).

Body

application/json
displayCategoryCode
string
required

Coupang display category code.

Response

Category

The response is of type object.