Changelog
2025-05-26
Attributes of type image
and file
now accept URLs from external sources. Previously, specifying URLs outside the EazyAuction infrastructure for attributes (such as the "Speicherort des Produktsicherheitsbildes") resulted in an error indicating the image could not be found.
Changed
Non-EazyAuction URLs used in image attributes are no longer verified, enabling sellers to reliably share static content hosted on their own CDNs or other external sources without encountering validation errors.
2025-05-19
New Endpoint: We’ve introduced a new PATCH /v1/channel
endpoint, enabling channel operators to update metadata of their channel integration—such as name, website, feature flags, and supported locales—without a full resubmission.
This addition allows for more flexible and efficient channel maintenance.
To ensure secure access, updates require verification through a Multi-Factor Authentication (MFA) mechanism. Each request must include a valid mfaPin, sent to a predefined mfaContact email address.
Added
PATCH /v1/channel
: New endpoint to partially update channel metadatamfaContact
: New property used to define the recipient of MFA PINs (required prior to using PATCH)mfaPin
: New property required in PATCH requests for authorization
GET /v1/channel/mfa-pin
: Supporting endpoint to generate MFA PINs- New error codes:
GHN900
: MFA PIN is missingCHN901
: MFA PIN is invalid or expiredCHN910
: mfaContact is not configured for the channel
2025-01-15
New endpoint GET /v1/channel/seller/list
added to list all SellerIds known by SCX-API with current status.
GET /v1/channel/seller/list
: New endpoint added
2024-07-08
Added an optional property invoiceDocumentTransfer, indicating whether invoices must be uploaded by the seller or provided by the channel. If not set, the channel's default settings will be used.
POST /v1/channel/order
:requestBody
: added support forinvoiceDocumentTransfer
property
2024-02-26
Improved error messaging by introducing relatedAttributeId
and recommendedValue
properties to the OfferListingFailedError object. These enhancements aim to provide clearer, actionable feedback to users encountering errors, thereby improving the API's usability and integration experience.
Added
POST /v1/channel/offer/listing-failed
:requestBody
: added support forofferList
.errorList
.relatedAttributeId
propertyrequestBody
: added support forofferList
.errorList
.recommendedValue
property
2024-02-08
We've implemented an internal cleanup process that permanently removes sellers from the SCX system when they no longer have an active subscription with JTL-Software, marked by a new permanentlyRemoved property.
Added
GET /v1/channel/event
: Added propertypermanentlyRemoved
toSellerEventSellerUnlinked
2024-01-16
Enhanced data customization options for orders and their items, offering more detailed information handling in the JTL-Wawi.
Added
POST /v1/channel/order
:requestBody
: added support fororderList
.items
.additionalOrderData
propertyrequestBody
: added support fororderList
.items
.orderItem
.items
.additionalOrderItemData
property
2023-10-09
Transitioning from a single report submission method to a more flexible chunk-based approach, allowing for the handling of larger report data more efficiently.
Deprecation
- deprecate
POST
/v1/channel/report/{reportId}
in favor ofPOST
/v1/channel/report/{reportId}/data
Added
- added
POST
/v1/channel/report/{reportId}/data
- added
POST
/v1/channel/report/{reportId}/completed