AssignProductUpcInput
Autogenerated input type of AssignProductUpc
input AssignProductUpcInput {
clientMutationId: String
companyGs1PrefixId: ID
productId: ID!
upc: String
}
Fields
AssignProductUpcInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
AssignProductUpcInput.companyGs1PrefixId ● ID scalar common
GS1 prefix pool to assign from; only needed when several prefixes have available UPCs.
AssignProductUpcInput.productId ● ID! non-null scalar common
The product to assign a UPC to.
AssignProductUpcInput.upc ● String scalar common
A specific owned code to assign instead of the next available one.
Member Of
assignProductUpc mutation