diff --git a/cmd/cli/commands/exports.go b/cmd/cli/commands/exports.go index b11ad1d..41390fb 100644 --- a/cmd/cli/commands/exports.go +++ b/cmd/cli/commands/exports.go @@ -261,7 +261,7 @@ func (h exportHandlers) goodsItemAsOffer(in entity.GoodsItem, categoryIDByName m out = export.Offer{ ID: in.Cart, VendorCode: in.Articul, - Price: int(in.TariffPrice), + Price: int(in.Price), Model: in.Name, Vendor: in.Producer, TypePrefix: in.Name,