companyUpcs
Get the company's owned UPCs that have assignment history. Never-used codes have no record; a prefix's available count and beginning/ending codes cover the rest.
Filters
companyGs1PrefixId: Restrict to one GS1 prefix's block.status: ASSIGNED or RELEASED.upc: Exact match, in either the 12- or 13-digit form.
Permissions Required
company:read_gs1_prefixespermission
companyUpcs(
after: String
before: String
companyGs1PrefixId: ID
first: Int
last: Int
status: CompanyUpcStatusEnum
upc: String
): CompanyUpcConnection
Arguments
companyUpcs.after ● String scalar common
Returns the elements in the list that come after the specified cursor.
companyUpcs.before ● String scalar common
Returns the elements in the list that come before the specified cursor.
companyUpcs.companyGs1PrefixId ● ID scalar common
Restrict to one GS1 prefix's block.
companyUpcs.first ● Int scalar common
Returns the first _n_ elements from the list.
companyUpcs.last ● Int scalar common
Returns the last _n_ elements from the list.
companyUpcs.status ● CompanyUpcStatusEnum enum common
Filter by assignment status.
companyUpcs.upc ● String scalar common
Exact match on a code.
Type
CompanyUpcConnection object common
The connection type for CompanyUpc.