Langsung ke konten utama
GET
/
v3
/
stores
/
{store_id}
/
public
/
categories
List storefront categories
curl --request GET \
  --url https://api.scalev.com/v3/stores/{store_id}/public/categories \
  --header 'X-Scalev-Storefront-Api-Key: <x-scalev-storefront-api-key>'
{
  "data": [
    {
      "id": 123,
      "name": "<string>",
      "full_path": "<string>"
    }
  ],
  "is_paginated": false
}

Header

X-Scalev-Storefront-Api-Key
string
wajib

Publishable storefront public API key for the target store. Page public API keys are not accepted on Storefront public routes.

Parameter Path

store_id
string
wajib

Store unique_id.

Respons

Storefront category list

data
object[]
wajib
is_paginated
enum<boolean>
wajib
Opsi yang tersedia:
false