Products > Brands > brands
Commerce APIProductsBrandsbrands
brands
GET:brands.json

Description

Get specific brands.

Permission bit: "brands.read"

Topic: Brands

Arguments

ids: [String!]!

List of brand ids. See also: Unique Identifiers

Example: ["br_EQzGqWoY"]


loose: Boolean

When asking for multiple items, allow returning less than was asked (in case some are missing)


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Result

[Brand!]

Preview (typescript)

Loading module