OrderFeeCreate
Result of order fee create mutation.
type OrderFeeCreate {
orderFee: OrderFee
orderErrors: [OrderError!]!
}
Fields
OrderFeeCreate.orderFee ● OrderFee object
The created order fee.
OrderFeeCreate.orderErrors ● [OrderError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
orderFeeCreate mutation