Skip to main content

UpdateOrderFinancialInformationInput

Autogenerated input type of UpdateOrderFinancialInformation

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

Fields

UpdateOrderFinancialInformationInput.brandId ● ID deprecated scalar common

DEPRECATED

This argument will be removed in the future. Brand is becoming a product-only attribute. Order's company context will be used instead.

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 common

A unique identifier for the client performing the mutation.

UpdateOrderFinancialInformationInput.financialStatus ● OrderFinancialStatusEnum enum orders

The financial status of the order.

UpdateOrderFinancialInformationInput.orderId ● ID! non-null scalar common

The ID of the order to update financial information for.

UpdateOrderFinancialInformationInput.shippingCost ● Decimal scalar common

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

UpdateOrderFinancialInformationInput.totalTax ● Decimal scalar common

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

Member Of

updateOrderFinancialInformation mutation