Last update:
May 22, 2025
Brands query¶
This connection allows you to retrieve a list of brands, supporting pagination, localization, sorting, and keyword-based search.
Arguments¶
Argument | Description |
---|---|
after String |
A cursor value to paginate through the results. |
first Int |
The number of brands to retrieve in a single query. |
storeId String! |
The ID of the store to retrieve brands from. (Required) |
userId String |
The ID of the current user. |
currencyCode String |
A standardized code of a specific currency. Not used in brand filtering but included for consistency. |
cultureName String |
The language to retrieve data in. |
sort String |
Specifies the sorting order of the returned brands. |
keyword String |
Filters brands by the keyword in their name or description. |
Possible returns¶
Possible return | Description |
---|---|
BrandConnection |
A connection to a list of brands. |