Changelog - experimental

In this article:


Attention   

This page retrieves the latest changelog for GraphQL API from our developers


Changelog

All notable changes to the GraphQL API will be documented here. For the use of the features mentioned in this changelog, look in our documentation.

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning. Dates in this document MUST follow the ISO-8601 standard.

Types of changes:

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.

Unreleased

No unreleased changes planned.


0.54.2 - 2025-04-01

Added

  • The following fields were added to object type GiftCard:

    • usageLogs
  • The following types were added:

    • GiftCardLog

0.54.1 - 2025-03-26

Added

  • The following fields were added to object type Order:

    • giftCardUsages
  • The following types were added:

    • GiftCard
    • GiftCardStatus
    • GiftCardUsage

0.54.0 - 2025-01-07

Removed

  • The following fields were removed from object type ProductTranslationData:
    • customData

Added

  • The following fields were added to object type Product:

    • productCustomData
  • The following types were added:

    • ProductCustomData
    • ProductCustomDataField
    • ProductCustomDataFieldType

0.53.0 - 2024-11-27

Added

  • Field Product.totalStockAmount changed type from Int to String

0.52.0 - 2024-11-21

Removed

  • Field adminPreviewLink was removed from object type SiteLanguage

0.51.8 - 2024-10-22

Added

  • The following enum values were added to DeliveryMethodClientErrorCode:
    • DELIVERY_MESSAGE_NOT_ALLOWED_ERROR

0.51.7 - 2024-10-17

Added

  • The following types were added:

    • CourierOption
    • CouriersPayload
    • CourierClientError
    • CourierClientErrorCode
  • The following fields were added to object type Query:

    • couriers

0.51.6 - 2024-10-11

Changed

  • The following values were added to enum ProductSortingField:
    • articleNumber

0.51.5 - 2024-10-11

Added

  • The following fields were added to type Product:
    • isDigital

0.51.4 - 2024-10-02

Added

  • The following values were added to enum PageTreeClientErrorCode:
    • PAGE_IS_NOT_AVAILABLE

0.51.3 - 2024-09-30

Added

  • The following fields were added to object type Product:

    • type
  • The types were added:

    • ProductType

0.51.2 - 2024-09-26

Added

  • The following fields were added to object type Product:

    • productAttributeGroupSelections
  • The following types were added:

    • ProductAttributeGroupSelection

0.51.1 - 2024-09-23

Added

  • The following fields were added to object type ProductVariant:
    • cost

0.51.0 - 2024-09-17

  • The following fields were changed on object type ProductReviewsAggregates:
    • average from type Int to Float

0.50.3 - 2024-09-11

Added

  • The following fields were added to object type Product:

    • productReviews
  • The following types were added:

    • ProductReviewsAggregates
    • ProductReviewsResult
    • UserReview

0.50.2 - 2024-08-27

Added

  • The following fields were added to object type ProductVariant:
    • Price

0.50.1 - 2024-08-22

Added

  • The following fields were added to object type Product:

    • featuredOnFrontPage with type Boolean
    • featuredOnCartPage with type Boolean
  • The following options were added to ProductSearchField:

    • featuredOnFrontPage
    • featuredOnCartPage

0.50.0 - 2024-08-22

Changed

  • The following fields were renamed on ProductSortingByCategoryUpdateInput:

    • focusSorting to focusArea
  • FocusSorting type was renamed to FocusArea

0.49.4 - 2024-07-30

Added

  • The following fields were added to input object type ProductSortingByCategoryUpdateInput:
    • focusSorting
  • The following types were added:
    • FocusSorting

0.49.3 - 2024-07-08

Added

  • The following fields were added to object type ProductVariant:
    • activeWhenOutOfStock
    • isActive

0.49.2 - 2024-07-08

Added

  • Field computedPrice was added to object type Product
  • Field computedPrice was added to object type ProductVariant

0.49.1 - 2024-07-01

Added

  • The following fields were added to ProductVariant:
    • discount
    • discountType

0.49.0 - 2024-06-13

Changed

  • All types and fields of naming ProductTranslation* under ProductNew have been renamed to ProductNewTranslation*
  • All types and fields of naming ProductV1Translation* under Product have been renamed to ProductTranslation*

0.48.2 - 2024-06-06

Added

  • The following fields were added to Product object type:

    • pricePortals
  • The following types were added:

    • ProductPricePortal

0.48.1 - 2024-06-04

Added

  • The following fields were added to Product object type:
    • secondaryCategories

0.48.0 - 2024-06-04

Changed

  • The following fields were changed on Product object type:

    • productSortingInCategory to productSortingByCategory
  • The following types were changed:

    • ProductSortingInCategory to ProductSortingByCategory

0.47.6 - 2024-05-30

Added

  • The following fields were added to Product object type:
    • sorting

0.47.5 - 2024-05-23

Added

  • The following fields were added to Product object type:
    • totalStockAmount

0.47.4 - 2024-05-23

Added

  • The following fields were added to Product object type:

    • variants
  • The following types were added:

    • ProductAttribute
    • ProductAttributeGroup
    • ProductAttributeGroupTranslation
    • ProductAttributeGroupTranslationData
    • ProductAttributeTranslation
    • ProductAttributeTranslationData
    • ProductVariant
    • ProductVariantTranslation
    • ProductVariantTranslationData

0.47.3 - 2024-05-13

Added

  • The following fields were added to Product object type:

    • seo
  • The following types were added:

    • ProductSeo
    • ProductSeoData

0.47.2 - 2024-05-08

Added

  • The following fields were added to Product object type:

    • productSortingInCategory
  • The following types were added:

    • ProductSortingInCategory

0.47.1 - 2024-05-01

Changed

  • The following fields changed type on Product:
    • Product.primaryProductCategoryId changed type from ID to ID!
    • Product.primaryProductCategory changed type from ProductCategory to ProductCategory!

Added

  • The following fields were added to ProductImage object type:
    • sorting

0.47.0 - 2024-04-29

Added

  • The following fields were added to Product object type:
    • primaryProductCategoryId

0.46.1 - 2024-04-29

Changed

  • The following fields were changed
    • OrderLineCreateInput.buyPrice from Float to Float!

0.46.0 - 2024-04-24

Added

  • The following fields were added to Product:

    • automaticStockKeepingEnabled
    • brand
    • cost
    • createdAt
    • ean
    • minimumPurchasableAmount
    • price
    • primaryCategory
    • primaryStockLocation
    • shouldCallForPrice
    • stock
    • stockAmountNotificationThershold
    • stockKeepingUnit
    • suggestedRetailPrice
    • supplierProductUrl
    • updatedAt
    • weight
  • The following types were added:

    • ProdcutBrand
    • StockLocation
    • StockLocationTranslation
    • StockLocationTranslationData

0.45.7 - 2024-04-17

Added

  • The following types were added:
    • DiscountType

0.45.6 - 2023-12-11

Added

  • Added the option to use a space (" ") as the group delimiter for currencies. This affects the following fields:
    • CurrencyCreateInput.groupDelimiter
    • CurrencyUpdateInput.groupDelimiter

0.45.5 - 2023-11-29

Fixed

Fixed an issue where searching and filtering on Page.type would return an empty result.

0.45.4 - 2023-09-19

Added

  • Added enum values to SiteClientErrorCode:
    • STRICT_CHECK_FAILED_ERROR - Occurs when an invalid e-mail address is provided.
    • TOO_LONG_ERROR - Occurs when a string is too long.

0.45.3 - 2023-09-11

Fixed

Fixed an issue that could occur when querying Order.total, causing an error.

0.45.2 - 2023-09-07

Changed

Removed the default value of FolderCreateInput.menuDisplaySettings.

Fixed

Fixed issue with folderCreate mutation, which would fail if no FolderCreateInput.menuDisplaySettings was provided.

0.45.1 - 2023-09-07

Fixed

Fixed an issue where querying ImageInterface.url would cause an error.

0.45.0 - 2023-09-06

Changed

  • The field OrderLine.productId was changed from ID! to ID.

0.44.3 - 2023-08-11

Added

  • The following enum values were added:
    • OrderClientErrorCode.TOO_LONG_ERROR
    • OrderSortingInputField.referralCode
    • OrderSortingInputV2Field.referralCode
  • Added a restructured order create mutation: orderCreateV2(input: OrderCreateV2Input!): OrderCreateV2Payload!. This mutation mirrors the behavior of the existing orderCreate mutation, but changes signature in order to align with the rest of the API.

Deprecated

The orderCreate mutation has been deprecated and will be changed to mirror orderCreateV2 in a future release. The following associated types have been deprecated:

  • OrderCreateInput

0.44.2 - 2023-07-13

Added

  • The fields were added to the Order type:
    • referralCode: String
  • Added referralCode to OrderSearchInputField and OrderSearchInputV2Field.

0.44.1 - 2023-05-31

Changed

  • RedirectCreateInput.httpStatusCode now has a default value of MOVED_PERMANENTLY.

0.44.0 - 2023-04-25

Added

  • The following values were added to ProductClientErrorCode:
    • MISSING_FIELD_ERROR
    • UNEXPECTED_FIELD_ERROR

Changed

  • The following enumeration values on PageTreeClientErrorCode were renamed:
    • EXCLUSIVE_OR_MISSING_ERROR renamed to MISSING_FIELD_ERROR
    • EXCLUSIVE_OR_UNEXPECTED_ERROR renamed to UNEXPECTED_FIELD_ERROR

Removed

  • The following values were removed from PageTreeClientErrorCode:
    • EXCLUSIVE_OR_MISSING_ERROR
    • EXCLUSIVE_OR_UNEXPECTED_ERROR

0.43.3 - 2023-02-07

Added

  • The following queries were added:
    • ordersByCustomerEmail
  • The following object types were added:
    • OrdersByCustomerEmailPayload
    • OrderClientError
  • The following input types were added:
    • OrderSearchInputV2
    • OrderSortingInputV2
    • OrdersByCustomerEmailInput
  • The following enumeration types were added:
    • OrderClientErrorCode
    • OrderSearchInputV2Field
    • OrderSortingInputV2Field

0.43.2 - 2022-11-04

Added

  • The following fields were added:
    • EmployeePermissions.employees: Boolean!

0.43.1 - 2022-08-06

Added

  • The following queries were added:
    • apiLogsV2
  • The following types were added:
    • ApiLogEntrySearch
    • ApiLogEntrySearchField
    • ApiLogEntrySorting
    • ApiLogEntrySortingField
    • ApiLogsClientError
    • ApiLogsClientErrorCode
    • ApiLogsV2Input
    • ApiLogsV2Payload

Deprecated

  • The following queries were deprecated:
    • apiLogs: Use apiLogsV2 instead.
  • The following fields were deprecated:
    • ApiLogEntry.queryCount: This information is currently resolved statically, and does not represent actual data about the request.

0.42.6 - 2022-09-12

Added

  • The following fields were added:
    • SiteLanguage.adminPreviewLink: URL

0.42.5 - 2022-07-05

Added

  • The following fields were added to ProductCategory:
    • summaryAsHtml: Boolean!
    • descriptionAsHtml: Boolean!
  • The following fields were added to ProductCategoryCreateInput and ProductCategoryUpdateInput:
    • summaryAsHtml: Boolean = FALSE
    • descriptionAsHtml: Boolean = FALSE
  • The following enum values were added to ProductCategorySearchField and `ProductCategorySortingField:
    • summaryAsHtml
    • descriptionAsHtml

0.42.4 - 2022-05-10

Added

  • Added PAYMENT_TERMINAL enum value to PaymentMethodEnum.

0.42.3 - 2022-02-18

Fixed

  • Fixed an issue, which prevented an empty list, [], from being properly interpreted when updating the following DeliveryMethodUpdateInput input fields:
    • deliveryCountries
    • deliveryPriceIntervals
    • postalCodeRanges

0.42.1 - 2022-02-18

Fixed

  • Fixed issue causing an error when querying the following OrderLine fields:
    • totalCost
    • totalRevenue
    • unitCost
    • unitRevenue

0.42.0 - 2022-02-16

Removed

  • The following enum values were removed from DeliveryMethodClientErrorCode:
    • NON_NUMERIC_POSTAL_CODE_RANGE_ERROR

0.41.0 - 2022-02-14

Added

  • The following queries were added:
    • deliveryCountries
    • deliveryCountryById
    • deliveryMethodById
  • The following types were added:
    • DeliveryCountriesInput
    • DeliveryCountriesPayload
    • DeliveryCountryByIdInput
    • DeliveryCountryByIdPayload
    • DeliveryCountrySearch
    • DeliveryCountrySearchField
    • DeliveryCountrySorting
    • DeliveryCountrySortingField
    • DeliveryMethodByIdInput
    • DeliveryMethodByIdPayload
    • DeliveryMethodClientError
    • DeliveryMethodClientErrorCode
    • PostalCode
    • PostalCodeRange
  • Field postalCodeRanges: [PostalCodeRange!] was added to the following types:
    • DeliveryMethodByPrice
  • Field postalCodeRanges: [PostalCodeRange!] was added to the following interfaces:
    • DeliveryMethodInterface

Changed

  • The following fields changed type from [DeliveryCountryClientError!]! to [DeliveryMethodClientError!]!:
    • DeliveryMethodsPayload.errors
  • The following enum values on DeliveryCountryClientErrorCode were renamed:
    • DELIVERY_COUNTRY_IN_USE renamed to DELIVERY_COUNTRY_IN_USE_ERROR
    • NOT_CORRECT_DELIVERY_METHOD_TYPE renamed to INCORRECT_DELIVERY_METHOD_TYPE_ERROR
    • IS_NOT_UNIQUE renamed to NOT_UNIQUE_ERROR
    • PICKUP_POINT_RESTRICTION renamed to PICKUP_POINT_RESTRICTION_ERROR
    • RESTRICTED_PAYMENT_METHOD renamed to RESTRICTED_PAYMENT_METHOD_ERROR

Removed

  • The following enum values were removed from DeliveryCountryClientErrorCode:
    • DELIVERY_METHOD_IN_USE

0.40.0 - 2022-02-11

Added

  • The following fields were added to OrderLine:
    • totalCost
    • totalRevenue
    • unitCost
    • unitRevenue

Removed

  • The following fields were removed from OrderLine:
    • costPrice
    • itemPrice
    • lineTotal

0.39.0 - 2022-02-11

Added

  • The following types were added:
    • PaymentClientError
    • PaymentClientErrorCode
  • The following fields were added:
    • OrderPayment.paymentMethod: PaymentMethod!

Changed

  • Field OrderPayment.vatRate changed type from Float! to VatRate!
  • Field PaymentMethodsPayload.errors changed type from [StatisticsClientError!]! to [PaymentClientError!]!
  • The following arguments were renamed:
    • OrderPayment.includingVAT renamed to OrderPayment.includeVAT

Removed

  • The following fields were removed:
    • OrderPayment.title

0.38.0 - 2022-01-26

Removed

  • The following (deprecated) fields were removed:
    • DeliveryCountryVatRate.vatRateB2B
    • DeliveryCountryVatRate.vatRateB2C

0.37.0 - 2022-01-11

Added

  • The following fields were added:
    • ApiLogEntry.id: ID!
  • The following enumeration values were added:
    • ApiLogEntrySearchInputField.id
    • ApiLogEntrySortingInputField.id
    • GraphQLOperationType.SUBSCRIPTION

Removed

  • The following fields were removed from the ApiLogEntry type:
    • queryTime
    • tenant
  • The following values were removed from the ApiLogEntrySearchInputField enumeration:
    • queryCount
    • queryTime
    • tenant
  • The following values were removed from the ApiLogEntrySortingInputField enumeration:
    • queryCount
    • queryTime
    • tenant

Changed

  • Default value for input field ApiLogEntrySortingInput.field changed from clientId to id

0.36.0 - 2022-01-11

Changed

The following fields changed type:

  • ProductReportEntry.amountSold changed type from UnsignedInt! to Int!
  • ProductReportEntryV2.amountSold changed type from UnsignedInt! to Int!

0.35.2 - 2021-12-16

Fixed

  • Fixed an issue causing the statisticsOrdersV2 query to not correctly calculate revenue and profit when including VAT.

0.35.1 - 2021-12-17

Changed

  • Changed orderLine.stock.amount : UnsignedInt to Int.

0.35.0 - 2021-12-10

Removed

  • Removed the reportsOrdersMixed query.
  • The following types were removed:
    • ReportsOrdersMix
    • ReportsOrdersMixData
    • ReportsOrdersMixedInput
    • ReportsOrdersMixedPayload

0.34.0 - 2021-11-23

Added

  • The following interfaces were added:
    • DeliveryMethodInterface
  • The following types were added:
    • DeliveryMethodByIdPayload
    • DeliveryMethodByPrice
    • DeliveryMethodPriceInterval
  • The following enum types were added:
    • Courier
    • UserType
  • The following input types were added:
    • DeliveryMethodByIdInput
  • The following queries were added:
    • deliveryMethodById : DeliveryMethodInterface!

Changed

  • Changed types:
    • TopDeliveryMethodsStatPoint.deliveryMethod : DeliveryMethod! changed to DeliveryMethodByPrice!.
    • DeliveryMethods.deliveryMethod : DeliveryMethod! to DeliveryMethodByPrice!.
    • TopDeliveryMethodsStatPoint.deliveryMethod : DeliveryMethod! changed to DeliveryMethodByPrice!.

Removed

  • Type DeliveryMethod was removed.

0.33.3 - 2021-11-16

Fixed

  • Fixed issue with calculation of OrderStatPointV2.numCustomers.
  • Fixed issue with calculation of AggregateOrderStatisticsV2.numCustomers.

0.33.2 - 2021-09-27

Fixed

  • Fixed issue with calculation of the following fields on the PaginationData type, specifically for the reportsProductsV2 query:
    • pages
    • from (changed to 1-indexed)
    • to (changed to 1-indexed)

0.33.1 - 2021-09-23

Added

  • The following fields were added:
    • AggregateOrderStatisticsV2.numCustomerOrders: UnsignedInt!
    • OrderStatPointV2.numCustomerOrders: UnsignedInt!

0.33.0 - 2021-09-22

Added

  • The following types were added:
    • ProductReportEntryV2Sorting
    • ProductReportEntryV2SortingField

Changed

  • Input field ReportsProductsV2Input.sorting changed type from ProductReportEntrySorting to ProductReportEntryV2Sorting

0.32.0 - 2021-09-15

Removed

  • Removed the following queries:
    • statisticsOrders
  • Removed the following types:
    • AggregateOrderStatistics
    • OrderStatPoint
    • OrderStatistics

0.31.3 - 2021-09-21

Fixed

Fixed error in deliveryCountryUpdate that occurred when attempting to update existing SiteLanguage-specific VAT rates.

0.31.2 - 2021-09-21

Added

  • The following fields were added to type Product:
    • articleNumber: ID!
    • translations(languageIds: [ID!]): [ProductTranslation!]!
  • The following types were added:
    • ImageInterface
    • Product
    • ProductImage
    • ProductReportEntryV2
    • ProductReportEntryV2Pagination
    • ProductTranslation
    • ProductTranslationData
    • ReportsProductsV2Input
    • ReportsProductsV2Payload
  • The following queries were added:
    • reportsProductsV2

Deprecated

  • The following queries were deprecated:
    • reportsProducts: Deprecated in favor of reportsProductsV2

0.31.1 - 2021-09-10

Added

  • The following enumeration values were added to the TrackingMethod enumeration:
    • BURD
    • BLUEWATER
    • XPRESSEN

0.31.0 - 2021-09-09

Changed

  • Field CustomerReportEntry.itemsBought changed type from UnsignedInt! to Int!.

0.30.0 - 2021-09-08

Removed

  • The following fields were removed:
    • Currency.iso (deprecated)
  • The following types were removed:
    • CurrenciesDeleteV2Input
    • CurrenciesDeleteV2Payload
    • CurrenciesV2Input
    • CurrenciesV2Payload
    • CurrencyCodesV2Payload
    • CurrencyCreateV2Payload
    • CurrencyV2
    • CurrencyV2ByIdInput
    • CurrencyV2ByIdPayload
    • CurrencyV2CreateInput
    • CurrencyV2Pagination
    • CurrencyV2Search
    • CurrencyV2SearchField
    • CurrencyV2Sorting
    • CurrencyV2SortingField
    • CurrencyV2UpdateInput
    • CurrencyV2UpdatePayload
  • The following queries were removed:
    • currenciesV2 (deprecated)
    • currencyCodesV2 (deprecated)
    • currencyV2ById (deprecated)
  • The following mutations were removed:
    • currenciesDeleteV2 (deprecated)
    • currencyCreateV2 (deprecated)
    • currencyV2Update (deprecated)

0.29.3 - 2021-09-02

Fixed

  • Fixed an issue with statisticsOrdersV2 query not taking input.includeVAT into account.

0.29.2 - 2021-08-30

Fixed

  • Fixed an issue with Page.target field not being resolved correctly.

0.29.1 - 2021-08-25

Fixed

  • Fixed an issue with statisticsTopProducts causing the given DateTimeRangeInput to be interpreted incorrectly.

0.29.1 - 2021-08-13

Changed

  • Changed the following queries to no longer include "inactive" delivery methods in the results:
    • statisticsDeliveryMethods
    • statisticsTopDeliveryMethods
  • Changed the following queries to no longer include "inactive" payment methods in the results:
    • statisticsPaymentMethods
    • statisticsTopPaymentMethods

0.29.0 - 2021-08-13

Added

  • The following types were added:
    • UnitByIdPayload
    • CurrenciesDeleteInput
    • CurrenciesInput
    • CurrencyByIdInput
    • CurrencySearch
    • CurrencySearchField
    • CurrencySorting
    • CurrencySortingField
  • The following input fields were added:
    • CurrencyCreateInput.code: CurrencyCode!
    • CurrencyUpdateInput.code: CurrencyCode
  • The following input arguments were added:
    • currenciesDelete.input: CurrenciesDeleteInput!
    • currencyById.input: CurrencyByIdInput!
    • currencies.input: CurrenciesInput
  • The following fields were added:
    • CurrenciesDeletePayload.content: [ID!]
    • CurrenciesPayload.content: CurrencyPagination
    • CurrencyByIdPayload.content: Currency
    • CurrencyCodesPayload.content: [ISO4217!]
    • CurrencyCreatePayload.content: Currency
    • CurrencyUpdatePayload.content: Currency
    • Currency.code: CurrencyCode!
    • Currency.isPrimary: Boolean!

Changed

  • The following input fields changed type:
    • CurrencyCreateInput.roundingDecimals changed type from Int! to UnsignedInt!
    • CurrencyCreateInput.visibleDecimals changed type from Int! to UnsignedInt!
    • CurrencyUpdateInput.roundingDecimals changed type from Int to UnsignedInt
    • CurrencyUpdateInput.visibleDecimals changed type from Int to UnsignedInt
    • CurrencyV2CreateInput.roundingMethod changed type from RoundingMethodV2! to RoundingMethod!
    • CurrencyV2UpdateInput.roundingMethod changed type from RoundingMethodV2 to RoundingMethod
  • The following fields changed type:
    • CurrencyByIdPayload.errors changed type from [ClientError!]! to [CurrencyClientError!]!
    • CurrencyCreatePayload.errors changed type from [ClientError!]! to [CurrencyClientError!]!
    • CurrencyUpdatePayload.errors changed type from [ClientError!]! to [CurrencyClientError!]!
    • CurrencyV2.roundingMethod changed type from RoundingMethodV2! to RoundingMethod!
    • Currency.primary changed type from Boolean to Boolean!
  • The following mutations are no longer deprecated:
    • currenciesDelete
    • currencyCreate
    • currencyUpdate
  • The following queries are no longer deprecated:
    • currency
    • currencies
    • currencyCodes
    • currencyById
  • The following enumeration values were renamed on RoundingMethod:
    • down renamed to DOWN
    • natural renamed to NATURAL
    • none renamed to NONE
    • up renamed to UP

Deprecated

  • The following mutations were deprecated:
    • currenciesDeleteV2 deprecated in favor of currenciesDelete
    • currencyCreateV2 deprecated in favor of currencyCreate
    • currencyV2Update deprecated in favor of currencyUpdate
  • The following queries were deprecated:
    • currency deprecated in favor of currency
    • currenciesV2 deprecated in favor of currencies
    • currencyCodesV2 deprecated in favor of currencyCodes
    • currencyV2ById deprecated in favor of currencyById
  • The following fields were deprecated:
    • Currency.primary deprecated in favor of Currency.isPrimary

Removed

  • The following types were removed:
    • CurrencyISO
    • CurrencySearchInput
    • CurrencySearchInputField
    • CurrencySortingInput
    • CurrencySortingInputField
    • RoundingMethodV2
  • The following input fields were removed:
    • CurrencyUpdateInput.iso
    • CurrencyCreateInput.iso
  • The following arguments were removed:
    • currenciesDelete.ids: [ID!]!
    • currencyById.id: ID!
    • currencies.languageIds: [ID!]
    • currencies.pagination: PaginationOptions
    • currencies.search: [CurrencySearchInput]
    • currencies.sorting: CurrencySortingInput
  • The following enumeration values were removed:
    • CurrencyClientErrorCode.ISO_IS_ACTIVE_ERROR
  • The following fields were removed:
    • Currency.iso (deprecated)
    • CurrenciesDeletePayload.data
    • CurrenciesPayload.data
    • CurrencyByIdPayload.data
    • CurrencyCodesPayload.data
    • CurrencyCreatePayload.data
    • CurrencyUpdatePayload.data

0.28.0 - 2021-08-12

Removed

  • The following queries were removed:
    • redirectByIdV2 (deprecated)
    • redirectsV2 (deprecated)
  • The following mutations were removed:
    • redirectCreateV2 (deprecated)
    • redirectDuplicateV2 (deprecated)
    • redirectUpdateV2 (deprecated)
    • redirectsDeleteV2 (deprecated)
  • The following types were removed:
    • RedirectByIdV2Payload
    • RedirectCreateV2Payload
    • RedirectDuplicateV2Payload
    • RedirectUpdateV2Payload
    • RedirectsDeleteV2Payload
    • RedirectsV2Payload

0.27.0 - 2021-08-12

Removed

  • The following mutations were removed:
    • unitCreateV2 (deprecated)
    • unitUpdateV2 (deprecated)
    • unitsDeleteV2 (deprecated)
  • The following queries were removed:
    • unitByIdV2 (deprecated)
    • unitsV2 (deprecated)
  • The following types were removed:
    • UnitByIdV2Input
    • UnitByIdV2Payload
    • UnitCreateV2Input
    • UnitCreateV2Payload
    • UnitUpdateV2Input
    • UnitUpdateV2Payload
    • UnitsDeleteV2Input
    • UnitsDeleteV2Payload
    • UnitsV2Input
    • UnitsV2Payload

0.26.1 - 2021-07-12

Added

  • The following queries were added:
    • CustomerReportEntry
    • CustomerReportEntryPagination
    • CustomerReportEntrySorting
    • CustomerReportEntrySortingField
    • Decimal
    • ProductReportEntry
    • ProductReportEntryPagination
    • ProductReportEntrySorting
    • ProductReportEntrySortingField
    • ReportsCustomersInput
    • ReportsCustomersPayload
    • ReportsOrdersMix
    • ReportsOrdersMixData
    • ReportsOrdersMixedInput
    • ReportsOrdersMixedPayload
    • ReportsProductsInput
    • ReportsProductsPayload
  • The following types were added:
    • reportsCustomers
    • reportsOrdersMixed
    • reportsProducts

0.26.0 - 2021-07-08

Added

  • The following queries were added:
    • paymentMethods
  • The following types were added:
    • PaymentMethod
    • PaymentMethodTranslation
    • PaymentMethodTranslationData
    • PaymentMethodsPayload

Changed

  • The following types were renamed:
    • PaymentMethod renamed to PaymentMethodEnum
  • The following fields were changed:
    • OrderPayment.title changed type from PaymentMethod! to PaymentMethodEnum!
    • OrderPaymentInput.paymentMethod changed type from PaymentMethod! to PaymentMethodEnum!

0.25.2 - 2021-07-05

Added

  • The following fields were added:
    • Currency.isPrimary: Boolean!

Deprecated

  • The following fields were deprecated:
    • Currency.primary deprecated in favor of Currency.isPrimary.

0.25.1 - 2021-07-02

Added

  • The following fields were added:
    • Currency.code: CurrencyISO

0.25.0 - 2021-07-01

Added

  • The following types were added:
    • RedirectDuplicateInput
    • RedirectSearch
    • RedirectSearchField
    • RedirectSorting
    • RedirectSortingField
    • RedirectsDeleteInput
    • RedirectsInput
  • The following mutation arguments were added:
    • redirectDuplicate.input: RedirectDuplicateInput
    • redirectsDelete.input: RedirectsDeleteInput
  • The following query arguments were added:
    • redirects.input: RedirectsInput
  • The following fields were added:
    • RedirectByIdPayload.content
    • RedirectCreatePayload.content
    • RedirectDuplicatePayload.content
    • RedirectUpdatePayload.content
    • RedirectsDeletePayload.content
    • RedirectsPayload.content

Changed

  • The following mutations are no longer deprecated:
    • redirectDuplicate
    • redirectsDelete
  • The following queries are no longer deprecated:
    • redirects

Deprecated

  • The following mutations have been deprecated:
    • redirectCreateV2
    • redirectDuplicateV2
    • redirectUpdateV2
    • redirectsDeleteV2
  • The following queries have been deprecated:
    • redirectByIdV2
    • redirectsV2

Removed

  • The following mutation arguments were removed:
    • redirectDuplicate.id: ID!
    • redirectsDelete.ids: [ID!]!
  • The following query arguments were removed:
    • redirects.languageIds: [ID!]
    • redirects.pagination: PaginationOptions
    • redirects.search: [RedirectSearchInput]
    • redirects.sorting: RedirectSortingInput
  • The following fields were removed:
    • RedirectByIdPayload.data
    • RedirectCreatePayload.data
    • RedirectDuplicatePayload.data
    • RedirectUpdatePayload.data
    • RedirectsDeletePayload.data
    • RedirectsPayload.data
  • The following types were removed:
    • RedirectSearchInput
    • RedirectSearchInputField
    • RedirectSortingInput
    • RedirectSortingInputField

0.24.0 - 2021-06-30

Added

  • The following types were added:
    • UnitByIdPayload
  • The following input fields were added:
    • UnitsInput.pagination: PaginationOptions

Changed

  • Query unitById changed type from Unit! to UnitByIdPayload!

Deprecated

  • The following mutations were deprecated:
    • unitCreateV2 deprecated in favor of unitCreate
    • unitUpdateV2 deprecated in favor of unitUpdate
    • unitsDeleteV2 deprecated in favor of unitsDelete
  • The following queries were deprecated:
    • unitByIdV2 deprecated in favor of unitById
    • unitsV2 deprecated in favor of units

0.23.4 - 2021-06-29

Added

  • The following fields were added:
    • EmployeeInterface.isPrimary: Boolean!
    • Employee.isPrimary: Boolean!
    • EmployeeInterface.lastLoginAt: DateTime
    • Employee.lastLoginAt: DateTime

Deprecated

  • The following fields were deprecated:
    • EmployeeInterface.primary deprecated in favor of EmployeeInterface.isPrimary
    • Employee.primary deprecated in favor of Employee.isPrimary
    • EmployeeInterface.lastLogin deprecated in favor of EmployeeInterface.lastLoginAt
    • Employee.lastLogin deprecated in favor of Employee.lastLoginAt

0.23.2 - 2021-06-25

Added

  • The following fields were added to ProductCategoryTreeNode:
    • menuDisplaySettings: [ID!]
    • userAccessSettings: [ID!]

Changed

  • Field ProductCategory.userAccessSettings changed type from [ID] to [ID!].

0.23.1 - 2021-06-23

Added

  • Enum value wasCreatedManually was added to the following enumerations:
    • RedirectSearchField
    • RedirectSearchInputField
    • RedirectSortingField
    • RedirectSortingInputField

0.23.0 - 2021-06-21

Added

  • The following types were added:
    • URL
    • RedirecyByIdV2Payload
    • RedirecyCreateV2Payload
    • RedirecyUpdateV2Payload
  • The following mutations were added:
    • redirectCreateV2
    • redirectUpdateV2
    • redirect
  • The following queries were added:
    • redirectByIdV2
  • Field wasCreatedManually: Boolean! was added to type Redirect

Changed

  • The following Redirect fields changed type:
    • source changed from String! to URL!
    • sourceLength changed from Int! to UnsignedInt!
    • target changed from String! to URL!
  • The following RedirectCreateInput fields changed type:
    • source changed from String! to URL!
    • target changed from String! to URL!
  • The following RedirectUpdateInput fields changed type:
    • source changed from String to URL
    • target changed from String to URL

Deprecated

  • The field Redirect.manuallyCreated is now deprecated in favor of using wasCreatedManually.

0.22.0 - 2021-06-21

Added

  • The following mutations were added:
    • unitsDeleteV2
  • The following types were added:
    • UnitCreateV2Input
    • UnitUpdateV2Input
    • UnitsDeleteV2Input
    • UnitsDeleteV2Payload
    • UnitsV2Input
  • Argument input: UnitsV2Input added to unitsV2 query
  • Type Unit now implements the NodeInterface interface
  • The value isActive was added to the following enumerations:
    • UnitSearchField
    • UnitSortingField
  • Field content was added to the following payload types:
    • UnitByIdV2Payload
    • UnitCreateV2Payload
    • UnitUpdateV2Payload
    • UnitsV2Payload

Changed

  • Changed type of input argument for mutations:
    • unitCreateV2 changed from UnitCreateInputV2! to UnitCreateV2Input!
    • unitUpdateV2 changed from UnitUpdateInputV2! to UnitUpdateV2Input!
  • Field UnitByIdV2Payload.errors changed type from [UnitClientError!]! to [ClientError!]!
  • Field UnitCreateInput.translations changed type from [UnitTranslationInputV2!]! to [UnitTranslationInput!]!

Removed

  • The following types were removed:
    • UnitCreateInputV2
    • UnitTranslationInputV2
    • UnitTranslationV2
    • UnitUpdateInputV2
    • UnitV2
    • UnitV2Pagination
    • UnitV2SearchInput
    • UnitV2SearchInputField
    • UnitV2SortingInput
    • UnitV2SortingInputField
  • Field data was removed from the following types:
    • UnitByIdV2Payload
    • UnitCreateV2Payload
    • UnitUpdateV2Payload
    • UnitsV2Payload
  • Removed pagination, search and sorting arguments from unitsV2 query.
  • Field link was removed from type UnitTranslationDataInput

0.21.1 - 2021-06-16

Fixed

Fixed an issue where search constraints would not apply to orders.isPaid.

0.21.0 - 2021-06-11

Removed

  • The following fields were removed from the PaginationData type:
    • currentPage
    • perPage
    • totalV2

0.20.0 - 2021-06-07

Changed

  • Field Order.totalItems changed type from UnsignedInt! to Int!.

0.19.0 - 2021-05-14

Added

  • Added type UnitByIdInput.

Changed

  • Changed type for field UnitCreatePayload.content from UnitV2 to Unit.
  • Changed argument for query unitById from ID! to UnitByIdInput!.

0.18.0 - 2021-05-12

Added

  • Added unitCreate mutation.

  • Added argument UnitsDeleteInput! to mutation unitsDelete.

  • Added field content to mutation unitsDelete.

  • Added the following types:

    • UnitCreateTypeInput
    • UnitCreatePayload
    • UnitDeleteInput
    • UnitCreateTypeInput

Removed

  • Removed argument ids : [ID!]! from mutation unitsDelete.
  • Removed field data from type UnitsDeletePayload.

0.17.4 - 2021-05-10

Changed

  • The default value of the field field was changed from undefined to "id" for the following input types:
    • CurrencySortingInput
    • DisplayLanguageSorting
    • DomainSortingInput
    • FolderSorting
    • LanguageSorting
    • OrderInvoiceSortingInput
    • OrderSortingInput
    • PageSorting
    • ProductCategorySorting
    • RedirectSorting
    • RedirectSortingInput
    • SiteSorting
    • SiteV2SortingInput
    • UnitSorting
    • UnitV2SortingInput
    • UserSortingInput
  • The default value of the sorting field was changed from undefined to "{field: "id", direction: "ASC"} for the following input types:
    • FoldersInput
    • LanguagesInput
    • LanguagesV2Input
    • PagesInput
    • ProductCategoriesInput
    • RedirectsInput
    • SitesInput
    • UnitsInput
  • A default value of {field: "id", direction: "ASC"} was added to the sorting argument of the following queries:
    • currencies
    • domains
    • invoices
    • orders
    • redirects
    • sitesV2
    • unitsV2
    • users
  • The default value of the ApiLogEntrySortingInput.field field was changed from undefined to "clientId"
  • A default value of {field: "clientId", direction: "ASC"} was added to the sorting argument of the apiLogs query.

0.17.3 - 2021-04-27

Added

  • Added isActive : Boolean! field to Unit type.

0.17.2 - 2021-04-23

Fixed

  • Fixed an issue where the pageDuplicate mutation would not duplicate all translations.

0.17.1 - 2021-04-23

Added

  • Added the statisticsOrdersV2 query.
  • Added the following types:
    • OrderStatisticsV2
    • OrderStatPointV2
    • OrderStatPointProfit
    • AggregateOrderStatisticsV2
    • StatisticsOrdersV2Input

0.17.0 - 2021-04-19

Added

  • Added the following types:
    • UnitSearch
    • UnitSorting
    • UnitTranslationSearch
    • UnitsInput

Changed

  • Added UnitsInput to query units.

Removed

  • Removed the following types:
    • UnitSearchInput
    • UnitSortingInput
  • Removed field data from type UnitsPayload.
  • Removed the following arguments from query units:
    • pagination: PagionationOptions
    • search: [UnitSearchInput]
    • sorting: UnitSortingInput

0.16.0 - 2021-04-14

Added

  • Added the MISSING_REQUIRED_TRANSLATION_ERROR enumeration value to the following enumerations:
    • PageTreeClientErrorCode
    • ProductCategoryClientErrorCode
  • Added validation to folderCreate, ensuring that a title is provided in the "primary" language.

Removed

  • Removed the MISSING_PRIMARY_TITLE_ERROR enumeration value from the following enumerations:
    • PageTreeClientErrorCode
  • Removed the following enumeration values from the StatisticsClientErrorCode enumeration:
    • EXCLUSIVE_OR_MISSING_ERROR
    • EXCLUSIVE_OR_UNEXPECTED_ERROR
    • EXPECTED_PAGE_TARGET_ERROR
    • FILE_NOT_FOUND_ERROR
    • FOLDER_NOT_EMPTY_ERROR
    • MISSING_PRIMARY_TITLE_ERROR
    • MOVE_TARGET_IS_PARENT_ERROR
    • MOVE_TARGET_IS_SOURCE_ERROR
    • NO_SUCH_CHOICE_ERROR
    • PAGE_IS_PARENT_ERROR
    • PAGE_LINK_DUPLICATE_ERROR
    • TOO_FEW_ERROR
    • TOO_HIGH_ERROR
    • TOO_LOW_ERROR
    • TOO_MANY_ERROR
    • TOO_SHORT_ERROR
    • UNEXPECTED_PAGE_CONTACT_DATA_VISIBILITY_ERROR
    • UNEXPECTED_PAGE_TARGET_ERROR
    • UNEXPECTED_STATIC_PAGE_ERROR

0.15.3 - 2021-04-07

Added

  • Added OrderStatPoint.revenue: OrderStatPointRevenue! field.
  • Added OrderStatPointRevenue type.

Deprecated

  • The OrderStatPoint.total field has been deprecated, instead use revenue.total.
  • The OrderStatPoint.average field has been deprecated, instead use revenue.average.

0.15.2 - 2021-03-25

Added

  • The following queries were added:
    • deliveryMethods
    • statisticsDeliveryMethods
  • The following types were added:
    • DeliveryMethod
    • DeliveryMethodStatPoint
    • DeliveryMethodStatistics
    • DeliveryMethodTranslation
    • DeliveryMethodTranslationData
    • DeliveryMethodsPayload
    • DeliveryMethodsStatPoints
    • StatisticsDeliveryMethodsInput
    • StatisticsDeliveryMethodsPayload

0.15.1 - 2021-03-23

Added

  • The statisticsPaymentMethods query was added.
  • The following types were added:
    • OrderPaymentMethod
    • OrderPaymentMethodTranslation
    • OrderPaymentMethodTranslationData
    • PaymentMethodStatPoint
    • PaymentMethodStatistics
    • PaymentMethodsStatPoints
    • StatisticsClientError
    • StatisticsClientErrorCode
    • StatisticsPaymentMethodsInput
    • StatisticsPaymentMethodsPayload

0.15.0 - 2021-03-18

Changed

  • The Order.createdAt field changed type from DateTime! to DateTime.

0.14.4 - 2021-03-03

Added

  • Added numCustomers: UnsignedInt! to the following types:
    • OrderStatPoint
    • AggregateOrderStatistics

0.14.3 - 2021-02-26

Changed

  • Changed DateTimeRangeInput to allow the same start and end date.

0.14.2 - 2021-02-25

Fixed

  • Fixed issue with SiteTranslationData.countryCode field, which would unintentionally fail for certain underlying values.

0.14.1 - 2021-02-25

Fixed

  • Fixed issue in validation of Content-Type header, so that the additional directives for this header are now supported. See HTTP/Headers/Content-Type.

0.14.0 - 2021-02-24

Changed

  • Field TopProductStatPoint.amount changed type from UnsignedInt! to Int!. This was changed because of how book-keeping uses order lines, resulting in negative amounts.

0.13.0 - 2021-02-24

Changed

  • Field TopProductStatPoint.amount changed type from Int! to UnsignedInt!.

0.12.0 - 2021-02-23

Changed

  • Field TopProductStatPoint.amount changed type from Int! to UnsignedInt!.

0.11.0 - 2021-02-23

Changed

  • Changed request handling so that the following headers are now required to be application/json, if present:
    • Accept
    • Content-Type

0.10.0 - 2021-02-22

Removed

  • The following queries were removed:
    • ftpAccountById
    • ftpAccounts
    • ftpAccountAccessOptions
  • The following mutations were removed:
    • ftpAccountCreate
    • ftpAccountUpdate
    • ftpAccountsDelete
  • The following types were removed:
    • FtpAccount
    • FtpAccountAccessOptionsPayload
    • FtpAccountByIdInput
    • FtpAccountByIdPayload
    • FtpAccountCreateInput
    • FtpAccountCreatePayload
    • FtpAccountUpdateInput
    • FtpAccountUpdatePayload
    • FtpAccountsClientError
    • FtpAccountsClientErrorCode
    • FtpAccountsDeleteInput
    • FtpAccountsDeletePayload
    • FtpAccountsPayload
    • IPv6Address
    • URL

0.9.0 - 2021-02-22

Changed

  • The following fields changed type from String! to String:
    • BillingAddress.addressLine
    • BillingAddress.addressLine2
    • BillingAddress.city
    • BillingAddress.company
    • BillingAddress.country
    • BillingAddress.countryCode
    • BillingAddress.cvr
    • BillingAddress.ean
    • BillingAddress.email
    • BillingAddress.firstName
    • BillingAddress.lastName
    • BillingAddress.mobileNumber
    • BillingAddress.phoneNumber
    • BillingAddress.state
    • BillingAddress.zipCode
    • ShippingAddress.city
    • ShippingAddress.company
    • ShippingAddress.countryCode
    • ShippingAddress.email
    • ShippingAddress.mobileNumber
    • ShippingAddress.state

0.8.0 - 2021-02-22

Changed

  • Field Order.totalItems changed type from Int! to UnsignedInt!.

Fixed

  • Fixed an issue that would sometimes cause an error when querying Order.totalItems.

0.7.0 - 2021-02-19

Changed

  • Field ProductStockInfo.amount changed type from Int! to UnsignedInt.

0.6.1 - 2021-02-17

Added

  • The following queries were added:
    • ftpAccountById
    • ftpAccounts
    • ftpAccountAccessOptions
  • The following mutations were added:
    • ftpAccountCreate
    • ftpAccountUpdate
    • ftpAccountsDelete
  • The following types were added:
    • FtpAccount
    • FtpAccountAccessOptionsPayload
    • FtpAccountByIdInput
    • FtpAccountByIdPayload
    • FtpAccountCreateInput
    • FtpAccountCreatePayload
    • FtpAccountUpdateInput
    • FtpAccountUpdatePayload
    • FtpAccountsClientError
    • FtpAccountsClientErrorCode
    • FtpAccountsDeleteInput
    • FtpAccountsDeletePayload
    • FtpAccountsPayload
    • IPv6Address
    • URL

0.6.0 - 2021-02-11

Added

  • Added fields to type ProductCategoryTreeNode:
    • languageLayerAccess : [ID!]
    • userAccessSettings : [ID]
    • menuDisplaySettings : [ID!]

Removed

  • Field isEnabled was removed from object type ProductCategory.
  • Input field isEnabled was removed from input object type ProductCategoryCreateInput.
  • Enum value isEnabled was removed from enum ProductCategorySearchField.
  • Enum value isEnabled was removed from enum ProductCategorySortingField.
  • Input field isEnabled was removed from input object type ProductCategoryUpdateInput.

0.5.0 - 2021-02-09

Added

  • The following types were added:
    • LanguageByIdInput
    • LanguageByIdPayload
    • LanguageSearch
    • LanguageSearchField
    • LanguageSorting
    • LanguageSortingField
    • LanguagesV2Input
    • LanguagesV2Payload
    • UnitUpdatePayload
  • The following queries were added:
    • languageById
    • languagesV2
  • Input field languageId was added to input object type UnitTranslationInput
  • Argument languageIds: [ID!] was added to the following fields:
    • OrderStatus.translations
    • Site.translations
    • Unit.translations

Changed

  • The type Language was changed to mirror DisplayLanguage
  • Field DisplayLanguage.iso changed type from Language! to String!
  • Field Mutation.unitUpdate changed type from Unit! to UnitUpdatePayload!
  • Input field OrderCreateInput.language changed type from LanguageInput! to ID!
  • The following fields changed type from Language! to DisplayLanguage!:
    • OrderStatusTranslation.language
    • SiteTranslation.language
    • UnitTranslation.language

Deprecated

  • Field OrderStatus.translationsV2 is now deprecated, use OrderStatus.translations instead.

Removed

  • Type LanguageInput was removed
  • Input field language was removed from input object type UnitTranslationInput
  • Enum value LANGUAGE_NOT_FOUND_ERROR was removed from enum CurrencyClientErrorCode
  • Argument languages: [LanguageInput!] was removed from the following fields:
    • OrderStatus.translations
    • Site.translations
    • Unit.translations

0.4.1 - 2021-02-08

Added

  • Added DisplayLanguage.legacyISO: String! field, which contains the legacy "country code".

0.4.0 - 2021-01-27

Removed

  • Enum value UK was removed from enum CountryCode.

0.3.1 - 2021-01-20

Added

  • Added the following queries:
    • currencies
    • currencyById
    • currencyCodes
    • displayLanguageById
    • domains
    • folderById
    • folders
    • languages
    • pageById
    • pageTypes
    • pages
    • productCategories
    • productCategoryById
    • redirectsV2
    • sites
    • sitesV2
    • statisticsCustomers
    • statisticsOrders
    • statisticsTopProducts
    • unitById
    • unitByIdV2
    • units
    • unitsV2
    • userGroupsV2
    • users
  • Added the following mutations:
    • currenciesDelete
    • currencyCreate
    • currencyUpdate
    • folderCreate
    • folderDuplicate
    • folderMove
    • folderUpdate
    • foldersDelete
    • pageCreate
    • pageDuplicate
    • pageMove
    • pageUpdate
    • pagesDelete
    • productCategoriesDelete
    • productCategoryCreate
    • productCategoryDuplicate
    • productCategoryMove
    • productCategoryUpdate
    • redirectDuplicateV2
    • redirectsDeleteV2
    • sitesDelete
    • unitCreateV2
    • unitUpdate
    • unitUpdateV2
    • unitsDelete
  • Added the following types:
    • AggregateCustomerStatistics
    • AggregateOrderStatistics
    • ClientError
    • CurrenciesDeletePayload
    • CurrenciesPayload
    • CurrencyByIdPayload
    • CurrencyClientError
    • CurrencyClientErrorCode
    • CurrencyCodesPayload
    • CurrencyCreateInput
    • CurrencyCreatePayload
    • CurrencyPagination
    • CurrencySearchInput
    • CurrencySearchInputField
    • CurrencySortingInput
    • CurrencySortingInputField
    • CurrencyUpdateInput
    • CurrencyUpdatePayload
    • CustomerStatPoint
    • CustomerStatistics
    • CustomerStatisticsType
    • DateTimeRange
    • DateTimeRangeInput
    • DisplayLanguageByIdInput
    • DisplayLanguageByIdPayload
    • DisplayLanguageSearch
    • DisplayLanguageSearchField
    • DisplayLanguageSorting
    • DisplayLanguageSortingField
    • DomainPagination
    • DomainSearchInput
    • DomainSearchInputField
    • DomainSortingInput
    • DomainSortingInputField
    • FileInterface
    • FileStatsInterface
    • Folder
    • FolderByIdInput
    • FolderByIdPayload
    • FolderCreateInput
    • FolderCreatePayload
    • FolderDuplicateInput
    • FolderDuplicatePayload
    • FolderMoveInput
    • FolderMovePayload
    • FolderMovePosition
    • FolderSearch
    • FolderSearchField
    • FolderSorting
    • FolderSortingField
    • FolderTranslation
    • FolderTranslationData
    • FolderTranslationDataInput
    • FolderTranslationInput
    • FolderTranslationSearch
    • FolderTranslationSearchField
    • FolderUpdateInput
    • FolderUpdatePayload
    • FoldersDeleteInput
    • FoldersDeletePayload
    • FoldersInput
    • FoldersPayload
    • HTML
    • ImageFileStats
    • ImageSliderRotation
    • ImageSliderSettings
    • ImageSliderSettingsInput
    • ImageStatsInterface
    • LanguageClientError
    • LanguageClientErrorCode
    • LanguagesInput
    • LanguagesPayload
    • LinkTarget
    • OrderStatPoint
    • OrderStatistics
    • Page
    • PageByIdInput
    • PageByIdPayload
    • PageCreateInput
    • PageCreatePayload
    • PageDuplicateInput
    • PageDuplicatePayload
    • PageImage
    • PageImageInput
    • PageImageTranslation
    • PageImageTranslationData
    • PageImageTranslationDataInput
    • PageImageTranslationInput
    • PageMoveInput
    • PageMovePayload
    • PageMovePosition
    • PageSearch
    • PageSearchField
    • PageSorting
    • PageSortingField
    • PageTranslation
    • PageTranslationData
    • PageTranslationDataInput
    • PageTranslationInput
    • PageTranslationSearch
    • PageTranslationSearchField
    • PageTreeClientError
    • PageTreeClientErrorCode
    • PageType
    • PageTypeInput
    • PageTypesPayload
    • PageUpdateInput
    • PageUpdatePayload
    • PagesDeleteInput
    • PagesDeletePayload
    • PagesInput
    • PagesPayload
    • ProductCategoriesDeleteInput
    • ProductCategoriesDeletePayload
    • ProductCategoriesPayload
    • ProductCategory
    • ProductCategoryClientError
    • ProductCategoryClientErrorCode
    • ProductCategoryCreateInput
    • ProductCategoryCreatePayload
    • ProductCategoryDuplicatePayload
    • ProductCategoryImage
    • ProductCategoryImageInput
    • ProductCategoryMoveInput
    • ProductCategoryMovePayload
    • ProductCategoryMovePosition
    • ProductCategorySearchInput
    • ProductCategorySearchInputField
    • ProductCategorySortingInput
    • ProductCategorySortingInputField
    • ProductCategoryTranslation
    • ProductCategoryTranslationData
    • ProductCategoryTranslationDataInput
    • ProductCategoryTranslationInput
    • ProductCategoryUpdateInput
    • ProductCategoryUpdatePayload
    • RedirectDuplicateInput
    • RedirectDuplicateV2Payload
    • RedirectSearch
    • RedirectSearchField
    • RedirectSorting
    • RedirectSortingField
    • RedirectsDeleteInput
    • RedirectsDeleteV2Payload
    • RedirectsInput
    • RedirectsV2Payload
    • SiteClientError
    • SiteClientErrorCode
    • SitePagination
    • SiteSearchInput
    • SiteSearchInputField
    • SiteSortingInput
    • SiteSortingInputField
    • SiteTranslationV2
    • SiteV2
    • SiteV2Pagination
    • SiteV2SearchInput
    • SiteV2SearchInputField
    • SiteV2SortingInput
    • SiteV2SortingInputField
    • SitesDeleteInput
    • SitesDeletePayload
    • StatisticsGrouping
    • TopProductStatPoint
    • TopProductStatistics
    • Unit
    • UnitByIdV2Input
    • UnitByIdV2Payload
    • UnitClientError
    • UnitClientErrorCode
    • UnitCreateInputV2
    • UnitCreateV2Payload
    • UnitPagination
    • UnitSearchInput
    • UnitSearchInputField
    • UnitSortingInput
    • UnitSortingInputField
    • UnitTranslation
    • UnitTranslationData
    • UnitTranslationDataInput
    • UnitTranslationInput
    • UnitTranslationInputV2
    • UnitTranslationV2
    • UnitUpdateInput
    • UnitUpdateInputV2
    • UnitUpdateV2Payload
    • UnitV2
    • UnitV2Pagination
    • UnitV2SearchInput
    • UnitV2SearchInputField
    • UnitV2SortingInput
    • UnitV2SortingInputField
    • UnitsDeletePayload
    • UnitsPayload
    • UnitsV2Payload
    • UserGroupTranslationData
    • UserGroupTranslationV2
    • UserGroupV2
    • UserPagination
    • UserSearchInput
    • UserSearchInputField
    • UserSortingInput
    • UserSortingInputField

0.3.0 - 2021-01-14

Added

  • Added enumeration type SiteType.

Changed

  • Changed type of Site.type field from String! to SiteType!.
  • Changed type of SiteV2.type field from String! to SiteType!.

0.2.0 - 2020-12-23

Added

  • The following mutations have been added:
    • redirectCreate
    • redirectDuplicate
    • redirectUpdate
    • redirectsDelete
  • The following queries have been added:
    • redirectById
    • redirects
  • The following types have been added:
    • Redirect
    • RedirectByIdInput
    • RedirectByIdPayload
    • RedirectCreateInput
    • RedirectCreatePayload
    • RedirectDuplicatePayload
    • RedirectPagination
    • RedirectSearchInput
    • RedirectSearchInputField
    • RedirectSortingInput
    • RedirectSortingInputField
    • RedirectUpdateInput
    • RedirectUpdatePayload
    • RedirectsDeletePayload
    • RedirectsPayload

Changed

  • The errors field for the following payloads changed type from [ClientError!]! to [RedirectClientError!]!:
    • RedirectByIdPayload
    • RedirectCreatePayload
    • RedirectUpdatePayload
    • RedirectsDeletePayload
  • The value field for the following search inputs changed type from String! to String:
    • ApiLogEntrySearchInput
    • OrderInvoiceSearchInput
    • OrderSearchInput

Deprecated

  • The following mutations have been deprecated:
    • redirectDuplicate
    • redirectsDelete
  • The following queries have been deprecated:
    • redirects

Removed

  • The following mutations were removed:
    • seoRedirectCreate
    • seoRedirectDuplicate
    • seoRedirectUpdated
    • seoRedirectsDelete
    • seoRedirect
    • seoRedirect
  • The following queries were removed:
    • seoRedirectById
    • seoRedirects
  • The following types were removed:
    • ClientError
    • SeoRedirect
    • SeoRedirectByIdPayload
    • SeoRedirectCreateInput
    • SeoRedirectCreatePayload
    • SeoRedirectDuplicatePayload
    • SeoRedirectPagination
    • SeoRedirectSearchInput
    • SeoRedirectSearchInputField
    • SeoRedirectSortingInput
    • SeoRedirectSortingInputField
    • SeoRedirectUpdateInput
    • SeoRedirectUpdatePayload
    • SeoRedirectsDeletePayload
    • SeoRedirectsPayload
  • Enum value LANGUAGE_NOT_FOUND_ERROR was removed from enum RedirectClientErrorCode

0.1.2 - 2020-12-15

Fixed

  • Fixed bug when selecting the ApiLogEntry.createdAt field, which caused a serialization error.

0.1.1 - 2020-12-07

Fixed

  • Fixed issue when updating page translations, that would cause some translations to be created without content.

0.1.0 - 2020-12-02

Start of changelog.