Skip to main content

UpdateCompanyGs1PrefixInput

Autogenerated input type of UpdateCompanyGs1Prefix

input UpdateCompanyGs1PrefixInput {
clientMutationId: String
gtinCapacity: Int
id: ID!
innerPackIndicator: Int
label: String
masterCartonIndicator: Int
palletIndicator: Int
prefix: String
priority: Int
startingSerial: BigInt
}

Fields

UpdateCompanyGs1PrefixInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

UpdateCompanyGs1PrefixInput.gtinCapacity ● Int scalar common

Set to open a UPC pool on this prefix. The prefix length fixes the only legal value (10^(12 - length)); null closes the pool. Immutable once a UPC has been assigned, including when the stored value was never a licensed one.

UpdateCompanyGs1PrefixInput.id ● ID! non-null scalar common

The ID of the GS1 prefix to update.

UpdateCompanyGs1PrefixInput.innerPackIndicator ● Int scalar common

GTIN-14 indicator digit (1-8) for inner pack codes derived from a product UPC.

UpdateCompanyGs1PrefixInput.label ● String scalar common

Human-friendly name for the prefix.

UpdateCompanyGs1PrefixInput.masterCartonIndicator ● Int scalar common

GTIN-14 indicator digit (1-8) for master carton codes derived from a product UPC.

UpdateCompanyGs1PrefixInput.palletIndicator ● Int scalar common

GTIN-14 indicator digit (1-8) for pallet codes derived from a product UPC.

UpdateCompanyGs1PrefixInput.prefix ● String scalar common

New prefix digits; only allowed while nothing has minted under it.

UpdateCompanyGs1PrefixInput.priority ● Int scalar common

Order this prefix is consumed in; lower goes first.

UpdateCompanyGs1PrefixInput.startingSerial ● BigInt scalar common

New serial floor; can only be raised once codes have minted.

Member Of

updateCompanyGs1Prefix mutation