Categories List
nana.categories.list
List categories available in a Nana store.
Request
curl -X POST https://data.upscrape.com/execute \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"input":{"store_id":"STR00002232"},"capability":"nana.categories.list"}'
Input
| Field | Type | Required | Description |
|---|---|---|---|
store_id
| string | required | The store ID obtained from nana.store.get |