LogoLogo
User ManualChangelogRoadmapAboutYouTube
GraphQL API
GraphQL API
  • GraphQL API
  • Overview
    • Query types
      • Stream queries
    • Error codes
    • Schema
      • Queries
      • Mutations
      • Objects
      • Interfaces
      • Scalars
      • Input objects
      • Enums
      • Unions
  • CHANGELOG
    • Changelog
    • Breaking changes
  • Guides
    • Authentication
    • Basic query tutorial
    • Batching mutations
    • Integrating data
  • Query examples
    • List of products with attributes and they values in product stream
    • Get information about specific product and specific attribute values in specific language
    • List of 100 grouped products with simple and variable products in stream
    • List of grouped products with simple and variable products AFTER some end cursor
    • List of active languages
    • List of templates with attributes
    • List of all multimedia in stream
    • List of product relations for a specific product
    • Get values of custom fields
    • Create a simple product
    • Create a grouping product
    • Create a variable product
    • Add a child product to grouping one
    • Set quantity of child product
    • Remove a child product from grouping one
    • Add a variant to variable product
    • Get products with variants, binding attributes and variants list
    • Remove a variant product from variable one
    • Multimedia create
    • Add images to the gallery attribute
    • Change the name of the multimedia
    • Set alternative value for a multimedia
    • Delete Multimedia
    • Add a file to the product
    • Get attributes list by SKU
    • Create a product and assign / modify attributes values
    • Assign the template to a product
    • Create a category
    • Get category tree by category tree code
    • Get a specific category with values of the category attribute
    • Set multiple options in multiselect attribute on specific product
  • Add option to select type attribute
Powered by GitBook
On this page
  • AttributeCode
  • Boolean
  • CategoryCode
  • CategoryTreeCode
  • Currency
  • CustomFieldCode
  • DateFormat
  • DateTime
  • Float
  • Int
  • Language
  • MetadatumKey
  • MultimediaFolderName
  • MultimediaFolderPath
  • MultimediaName
  • MultimediaPath
  • OptionCode
  • SectionCode
  • Sku
  • StatusCode
  • String
  • TemplateCode
  • UnitName

Was this helpful?

Export as PDF
  1. Overview
  2. Schema

Scalars

Scalars represent primitive values like Integer or String.

PreviousInterfacesNextInput objects

Last updated 5 months ago

Was this helpful?

AttributeCode

Represents a lowercased, alphanumerical, and _ textual 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 identifier of 1-128 chars in length.

CategoryTreeCode

Represents a textual 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 identifier in a single 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

MultimediaFolderName

MultimediaFolderPath

MultimediaName

MultimediaPath

OptionCode

SectionCode

Sku

StatusCode

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

UnitName

Represents an alphanumeric and _ key of 1-128 chars in length.

Represents an alphanumeric, \, - and _ textual name of 1-255 chars in length.

Represents a textual combination of scalars joined with / identifier pointing to its exact location.

Represents a not containing / textual name of 1-128 chars in length.

Represents a textual combination of , and joined with / identifier pointing to its exact location.

Represents a textual identifier in a single context of 1-128 chars in length.

Represents a textual identifier of 3-32 chars in length.

Represents a textual identifier of 1-255 chars in length.

Represents a textual identifier of 1-128 chars in length.

Represents a textual identifier of 3-32 chars in length.

Represents a textual name of 1-255 chars in length.

MultimediaFolderName
MultimediaFolderPath
MultimediaName
Product
Attribute
CustomField
OptionAttribute
Attribute
Category
CategoryTree
Metadatum
MultimediaFolder
MultimediaFolder
Multimedia
Multimedia
Option
Section
ProductStatus
Template
Unit