Skip to main content

TenderStart

No description

input TenderStart {
siteId: Int
channelId: Int
userId: Int!
ownerId: Int
type: TenderOrderType
currency: String
}

Fields

TenderStart.siteId ● Int scalar

The site id for the tender created

TenderStart.channelId ● Int scalar

The channel id for the tender created

TenderStart.userId ● Int! non-null scalar

The user ID for the tender created

TenderStart.ownerId ● Int scalar

The id of the user editing the order. Defaults to userId

TenderStart.type ● TenderOrderType enum

The type for the tender created. Defaults to dropshipment

TenderStart.currency ● String scalar

The currency for the tender created. Defaults to EUR

Member Of

tenderStart mutation