Skip to main content
Version: 3.x

CalculateTaxes

Synchronous webhook for calculating checkout/order taxes.

Added in Saleor 3.7
type CalculateTaxes implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
taxBase: TaxableObject!
}

Fields

CalculateTaxes.issuedAt ● DateTime scalar

Time of the event.

CalculateTaxes.version ● String scalar

Saleor version that triggered the event.

CalculateTaxes.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

CalculateTaxes.recipient ● App object

The application receiving the webhook.

CalculateTaxes.taxBase ● TaxableObject! non-null object

Interfaces

Event interface


Was this page helpful?