CalculateTaxes
Synchronous webhook for calculating checkout/order taxes.
Added in Saleor 3.7type CalculateTaxes implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
taxBase: TaxableObject!
}
Fields
CalculateTaxes.issuedAt
● DateTime
scalar miscellaneous
Time of the event.
CalculateTaxes.version
● String
scalar miscellaneous
Saleor version that triggered the event.
CalculateTaxes.issuingPrincipal
● IssuingPrincipal
union miscellaneous
The user or application that triggered the event.
CalculateTaxes.recipient
● App
object apps
The application receiving the webhook.