Surcharge
No description
type Surcharge {
id: String!
name: [LocalizedString!]!
description: [LocalizedString!]
type: SurchargeType!
value: Float!
taxCode: TaxCode!
taxZone: String!
enabled: Boolean!
validFrom: DateTime
validTo: DateTime
createdBy: Int
changedBy: Int
dateCreated: DateTime!
dateChanged: DateTime!
shopId: Int
}
Fields
Surcharge.id
● String!
non-null scalar
Unique identifier for the surcharge
Surcharge.name
● [LocalizedString!]!
non-null object
A descriptive name for the surcharge
Surcharge.description
● [LocalizedString!]
list object
A brief description of the surcharge
Surcharge.type
● SurchargeType!
non-null enum
Type of surcharge
Surcharge.value
● Float!
non-null scalar
The value to be applied as surcharge (e.g., percentage or amount)