Update February 24, 2025 (#147)

This commit is contained in:
Kirill
2025-03-02 15:15:15 +03:00
committed by GitHub
parent bd280b54f4
commit dc69b67f0f

View File

@@ -758,6 +758,9 @@ type UpdatePricesPrice struct {
// Minimum product price with all promotions applied
MinPrice string `json:"min_price"`
// Product cost price
NetPrice string `json:"net_price"`
// Product identifier in the seller's system
OfferId string `json:"offer_id"`