LocalBrandList

⌘K

Retrieves list of brands.

JSON-RPC Method:

local.brand.list
Go to Example Code

Request

This method does not require any input.

1{}

Response

brands

array

id

number

The ID of the brand.

name

string

The name of the brand.

legacy_id

number

The legacy ID of the brand.

1{
2  "brands": [
3    {
4      "id": 1,
5      "name": "Acme Co",
6      "legacy_id": 1234
7    },
8    {
9      "id": 2,
10      "name": "Best Corp",
11      "legacy_id": 5678
12    }
13  ]
14}

Example Code

Quota Usage

Does not require any quota.