Scalars
Scalars represent primitive values like Integer or String.
AttributeCode
Represents a lowercased, alphanumerical, and _
textual Attribute identifier of 1-128 chars in length. It cannot be id
or start with esa_
.
Boolean
Represents true
or false
.
CategoryCode
Represents a lowercased, alphanumerical, and _
textual Category identifier of 1-128 chars in length.
CategoryTreeCode
Represents a textual CategoryTree identifier of 1-128 chars in length.
Currency
Represents a currency code in ISO 4217 format. Example: PLN
.
CustomFieldCode
Represents a lowercased, alphanumerical, and _
textual CustomField identifier in a single OptionAttribute context of 1-128 chars in length.
DateFormat
Represents a date formatted in one of the: yyyy-MM-dd
, yy-MM-dd
, dd.MM.yy
, dd.MM.yyyy
, MM/dd/yy
, MM/dd/yyyy
, MMMM dd, yyyy
, dd MMMM yyyy
, dd MMM yyyy
DateTime
Represents an ISO 8601 date. Example: 2021-04-09T17:25:26+00:00
Float
Represents signed double-precision fractional values as specified by IEEE 754.
Int
Represents non-fractional signed whole numeric values.
Language
Represents a 5 chars LCID language code. Example: pl_PL
.
MetadatumKey
Represents an alphanumeric and _
Metadatum key of 1-128 chars in length.
MultimediaFolderName
Represents an alphanumeric, \
, -
and _
textual MultimediaFolder name of 1-255 chars in length.
MultimediaFolderPath
Represents a textual combination of MultimediaFolderName scalars joined with /
MultimediaFolder identifier pointing to its exact location.
MultimediaName
Represents a not containing /
textual Multimedia name of 1-128 chars in length.
MultimediaPath
Represents a textual combination of MultimediaFolderPath, and MultimediaName joined with /
Multimedia identifier pointing to its exact location.
OptionCode
Represents a textual Option identifier in a single Attribute context of 1-128 chars in length.
SectionCode
Represents a textual Section identifier of 3-32 chars in length.
Sku
Represents a textual Product identifier of 1-255 chars in length.
StatusCode
Represents a textual ProductStatus identifier of 1-128 chars in length.
String
Represents textual data, represented as UTF-8 character sequences. The String
type is most often used by GraphQL to represent free-form human-readable text.
TemplateCode
Represents a textual Template identifier of 3-32 chars in length.
UnitName
Represents a textual Unit name of 1-255 chars in length.
Last updated