Skip to main content

Surcharge

A Surcharge represents an arbitrary extra item on an Order which is not a ProductVariant. It can be used to e.g. represent payment-related surcharges.

Signature

constructor

method(input?: DeepPartial<Surcharge>) => Surcharge

description

propertystring

listPrice

propertynumber

listPriceIncludesTax

propertyboolean

sku

propertystring

taxLines

propertyTaxLine[]

order

propertyOrder

orderModification

price

propertynumber

priceWithTax

propertynumber

taxRate

propertynumber
Was this chapter helpful?
Report Issue
Edited Feb 25, 2026ยทEdit this page