Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://{deployment}/api/v1/coupang/category \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "displayCategoryCode": "56137" } '
{}
Looks up a Coupang display category by code. Requires a Basic license.
Your deployment's API key (MMK_API_KEY).
Coupang display category code.
Category
The response is of type object.
object
Was this page helpful?