Anchor to TaxSummaryCreateUserErrorTax
objectTax Summary Create User Error
An error that occurs during the execution of .
Anchor to FieldsFields
- code (TaxSummaryCreateUserErrorCode)
- field ([String!])
- message (String!)
- Anchor to codecode•Tax
Summary Create User Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- taxSummaryCreate (TaxSummaryCreatePayload)
- •mutation
Creates a tax summary for a given order. If both an order ID and a start and end time are provided, the order ID will be used.
- Anchor to orderIdorder•ID
Id The ID of the order to create the tax summary for.
- Anchor to startTimestart•Date
Time Time The start time of the range of orders to create the tax summary for.
- Anchor to endTimeend•Date
Time Time The end time of the range of orders to create the tax summary for.
Arguments
Was this section helpful?