diff --git a/src/sections/finances/codec.ts b/src/sections/finances/codec.ts index c90cba86..a8ad6268 100644 --- a/src/sections/finances/codec.ts +++ b/src/sections/finances/codec.ts @@ -90,6 +90,7 @@ export enum ChargeTypeEnum { 'TCS-UTGST' = 'TCS-UTGST', 'LowValueGoodsTax-Shipping' = 'LowValueGoodsTax-Shipping', 'LowValueGoodsTax-Principal' = 'LowValueGoodsTax-Principal', + 'MarketplaceFacilitatorTax-RestockingFee' = 'MarketplaceFacilitatorTax-RestockingFee', } const ChargeType = enumeration(ChargeTypeEnum) @@ -347,6 +348,8 @@ export enum AdjustmentTypeEnum { WAREHOUSE_LOST = 'WAREHOUSE_LOST', LowValueGoods = 'LowValueGoods', ItemTaxWithheldList = 'ItemTaxWithheldList', + ReserveDebit = 'ReserveDebit', + ReserveCredit = 'ReserveCredit', } const AdjustmentType = enumeration(AdjustmentTypeEnum)