Skip to main content

CreateDemandRecordInput

Autogenerated input type of CreateDemandRecord

input CreateDemandRecordInput {
clientMutationId: String
note: String
orderCount: Int
period: ISO8601Date!
quantityOrdered: Int!
revenue: Decimal
salesChannelHandle: String!
sku: String!
}

Fields

CreateDemandRecordInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

CreateDemandRecordInput.note ● String scalar common

Free-text explanation for the entry.

CreateDemandRecordInput.orderCount ● Int scalar common

Number of distinct orders.

CreateDemandRecordInput.period ● ISO8601Date! non-null scalar common

The day the demand corresponds to (UTC).

CreateDemandRecordInput.quantityOrdered ● Int! non-null scalar common

Units ordered.

CreateDemandRecordInput.revenue ● Decimal scalar common

Demand value in the company currency.

CreateDemandRecordInput.salesChannelHandle ● String! non-null scalar common

The sales channel handle.

CreateDemandRecordInput.sku ● String! non-null scalar common

The SKU the demand is for.

Member Of

echoCreateDemandRecord mutation