Skip to content

Wildberries API TypeScript SDK / <internal> / V2GetConfigResponse

Interface: V2GetConfigResponse

Defined in: types/promotion.types.ts:1819

Ответ метода GET /api/advert/v1/config — конфигурация кабинета продвижения.

Возвращает валюту, код валюты кабинета продавца и допустимые шаги ставок для метода POST /api/advert/v1/normquery/bids.

Since

task-170

Properties

PropertyTypeDescriptionDefined in
<a id="currency"></a> currencystringВалюта кабинета продавца (ISO 4217, напр. 'RUB').types/promotion.types.ts:1823
<a id="currencycode"></a> currencyCodenumberКод валюты кабинета продавца (напр. 860 для UZS).types/promotion.types.ts:1828
<a id="cpmstep"></a> cpmStepnumberШаг ставки в минорных единицах валюты — 0.01 базовой единицы валюты кабинета — для CPM-кампаний (за показы).types/promotion.types.ts:1833
<a id="cpcstep"></a> cpcStepnumberШаг ставки в минорных единицах валюты — 0.01 базовой единицы валюты кабинета — для CPC-кампаний (за клики).types/promotion.types.ts:1838

Made with ❤️ for the Wildberries developer community