object

BasePrice

Base price information like currency code, currncy symbol, effctive and marked, selling prices.
Fields
currency_code
String
Currency code for all amounts (ISO 4217), e.g., 'INR'. Example: 'INR'
currency_symbol
String
Currency symbol, e.g., '₹'. Example: '₹'
effective
Float
Per-unit effective price after deductions. Example: 499.0
marked
Float
Original (marked) price. Example: 799.0
selling
Float
Selling price of the product. Example: 549.0