Skip to content

Wildberries API TypeScript SDK / <internal> / BrandsResponse

Interface: BrandsResponse

Defined in: types/products.types.ts:605

Ответ со списком брендов

Возвращается методом GET /api/content/v1/brands. Содержит пагинированный список брендов для указанного предмета.

Properties

PropertyTypeDescriptionDefined in
<a id="brands"></a> brandsBrand[]Список брендовtypes/products.types.ts:607
<a id="next"></a> next?numberКурсор пагинации. Передайте это значение как параметр next для получения следующей страницы. Отсутствует, когда все данные получены.types/products.types.ts:612
<a id="total"></a> totalnumberОбщее количество брендов для предметаtypes/products.types.ts:614

Made with ❤️ for the Wildberries developer community