Wildberries API TypeScript SDK / <internal> / ArchiveOrderPriceInfo
Interface: ArchiveOrderPriceInfo
Defined in: types/orders-fbs.types.ts:857
Price information for an archived FBS order Maps to swagger schema: v3.ArchiveOrderPriceInfo
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="convertedcurrencycode"></a> convertedCurrencyCode | number | Currency code of the converted price | types/orders-fbs.types.ts:859 |
<a id="convertedprice"></a> convertedPrice | number | Price converted into the reporting currency | types/orders-fbs.types.ts:861 |
<a id="currencycode"></a> currencyCode | number | Currency code of the original price | types/orders-fbs.types.ts:863 |
<a id="price"></a> price | number | Original product price | types/orders-fbs.types.ts:865 |