Wildberries API TypeScript SDK / <internal> / GoodCard
Interface: GoodCard
Defined in: types/communications.types.ts:502
Информация о заказе
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="date"></a> date? | string | Дата заказа | types/communications.types.ts:504 |
<a id="needrefund"></a> needRefund? | boolean | Запрошен ли возврат товара Deprecated This field has been removed. Use the claims endpoint instead: /api/v1/claims | types/communications.types.ts:509 |
<a id="nmid"></a> nmID? | number | Артикул WB | types/communications.types.ts:511 |
<a id="price"></a> price? | number | Фактическая цена с учетом всех скидок. Взимается с покупателя | types/communications.types.ts:513 |
<a id="pricecurrency"></a> priceCurrency? | string | Валюта | types/communications.types.ts:515 |
<a id="rid"></a> rid? | string | Уникальный ID заказа. <br> Примечание: rid — это srid в ответах методов: - Заявки покупателей на возврат - Заказы - Продажи - Отчет о возвратах и перемещении товаров - Отчет о продажах по реализации | types/communications.types.ts:517 |
<a id="size"></a> size? | string | Размер товара, соответствует wbSize в карточке товара | types/communications.types.ts:519 |
<a id="statusid"></a> statusID? | number | Статус товара Deprecated This field will be removed on February 10. See https://dev.wildberries.ru/release-notes?id=469 | types/communications.types.ts:524 |