LocalBrandLookup

⌘K

Lookup a specific brand by ID.

JSON-RPC Method:

local.brand.lookup
Go to Example Code

Request

id

number

The ID of the brand.

1{
2  "id": 123
3}

Response

brand

object

Represents a brand object

1{
2  "brand": {
3    "id": 4,
4    "name": "Acme Co",
5    "legacy_id": 4312
6  }
7}

Example Code

Quota Usage

Does not require any quota.