Skip to main content

UpdateOrderFinancialInformationInput

Autogenerated input type of UpdateOrderFinancialInformation

input UpdateOrderFinancialInformationInput {
brandId: ID
clientMutationId: String
financialStatus: OrderFinancialStatusEnum
orderId: ID!
shippingCost: Decimal
totalTax: Decimal
}

Fields

UpdateOrderFinancialInformationInput.brandId ● ID scalar

The brand ID. This parameter is optional, but if not provided, you should provide the header 'X-Brand-Id' with the brand ID.

UpdateOrderFinancialInformationInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

UpdateOrderFinancialInformationInput.financialStatus ● OrderFinancialStatusEnum enum

The financial status of the order.

UpdateOrderFinancialInformationInput.orderId ● ID! non-null scalar

The ID of the order to update financial information for.

UpdateOrderFinancialInformationInput.shippingCost ● Decimal scalar

The shipping cost paid by the customer. Must be non-negative.

UpdateOrderFinancialInformationInput.totalTax ● Decimal scalar

The total tax paid by the customer. Must be non-negative.

Member Of

updateOrderFinancialInformation mutation