Anchor to TaxSummaryCreateUserErrorTax
objectTax Summary Create User Error
An error that occurs during the execution of .
Anchor to FieldsFields
- 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
- •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 endTimeend•Date
Time Time The end time of the range of orders to create the tax summary for.
- 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.
Arguments
- Anchor to enqueuedOrdersenqueued•[Order!]
Orders A list of orders that were successfully enqueued to create a tax summary.
- Anchor to userErrorsuser•[Tax
Errors Summary Create User Error!]! non-null The list of errors that occurred from executing the mutation.
Fields
Was this section helpful?