Skip to main content

CreateShipmentRecordInput

Autogenerated input type of CreateShipmentRecord

input CreateShipmentRecordInput {
clientMutationId: String
note: String
period: ISO8601Date!
quantityShipped: Int!
revenue: Decimal
salesChannelHandle: String!
shipmentCount: Int
sku: String!
}

Fields

CreateShipmentRecordInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

CreateShipmentRecordInput.note ● String scalar common

Free-text explanation for the entry.

CreateShipmentRecordInput.period ● ISO8601Date! non-null scalar common

The day the shipments correspond to (UTC).

CreateShipmentRecordInput.quantityShipped ● Int! non-null scalar common

Units shipped.

CreateShipmentRecordInput.revenue ● Decimal scalar common

Value of the shipped product in the company currency.

CreateShipmentRecordInput.salesChannelHandle ● String! non-null scalar common

The sales channel handle.

CreateShipmentRecordInput.shipmentCount ● Int scalar common

Number of distinct shipments.

CreateShipmentRecordInput.sku ● String! non-null scalar common

The SKU that shipped.

Member Of

echoCreateShipmentRecord mutation