Route, model and enum changes

Here you can find an overview of all route, model and enum changes.

Legend

Icon

Description

🆕

A new route, model, enum or property has been added

🔤

A route, model, enum or property has been renamed

🚫

A route, model, enum or property has been removed

✏️

An attribute has been changed (such as maximum length or required vs optional)



Route changes


Auction 🆕

HTTP

OperationId

Description

🆕

POST

AddClockSupplyLineV2

Added with route

/v2/clock-supply-lines



Collection

HTTP

OperationId

Description

🔤

GET

Changed from

SetSortOrderForCollection

to

SetSortIndexForCollection

Route changed from

collections/{collectionId}/sort-order

to

collections/{collectionId}/sort-index



DirectSales

HTTP

OperationId

Description

🆕

GET

GetExcludedCustomerOrganizationIdsForGeneralDirectSalesSupply

Added with route

/supply-lines/direct-sales-excluded-customers



SalesStrategy 🆕

HTTP

OperationId

Description

🆕

POST

AddSalesStrategy

Added with route

/sales-strategies

🆕

DELETE

DeleteSalesStrategy

Added with route

/sales-strategies/{salesStrategyId}

🆕

PATCH

SetSalesStrategyPresalesPrices

Added with route

/sales-strategies/{salesStrategyId}/presales-prices

🆕

PATCH

SetSalesStrategyQuantities

Added with route

/sales-strategies/{salesStrategyId}/quantities

🆕

GET

GetSalesStrategiesBySequenceNumber

Added with route

/sales-strategies/sync/{sequenceNumber}

🆕

GET

GetSalesStrategiesMaxSequenceNumber

Added with route

/sales-strategies/sync/max-sequence-number



TrackAndTrace 🆕

HTTP

OperationId

Description

🆕

GET

GetTrackAndTraceScansBySequenceNumber

Added with route

/track-and-trace/scans/sync/{sequenceNumber}

🆕

GET

GetTrackAndTraceScansMaxSequence

Added with route

/track-and-trace/scans/current-max-sequence

🆕

POST

AddTrackAndTraceScan

Added with route

/track-and-trace/scans



Model changes


AddClockSupplyLineV2

Description

Property

🆕

Added property

supplyLineId

🆕

Added property

auctionDate

🆕

Added property

latestDeliveryDateTime

🆕

Added optional property

auctionGroupCode

🆕

Added property

auctionLocation

🆕

Added optional property

auctionRemark

🆕

Added property

minimumNumberOfPiecesReservedForAuction

🆕

Added property

minimumPricePerPiece

🆕

Added property

numberOfPieces

🆕

Added property

photoId

🆕

Added property

salesStrategyId



AddContract

Description

Property

🆕

Added property

termsAndConditions



AddContractVersion

Description

Property

🆕

Added property

termsAndConditions



AdditionalService

Description

Property

🆕

Added optional property

floricodeVrsPackagingId



AddSalesStrategy

Description

Property

🆕

Added property

floricodeVrsPackagingId

🆕

Added property

salesStrategyId

🆕

Added property

minimumPercentageReservedForAuction

🆕

Added property

numberOfPieces

🆕

Added property

photos

🆕

Added property

presalesPrices



AddTrackAndTraceScan 🆕

Description

Property

🆕

Added property

scanId

🆕

Added property

TrackAndTraceStatus

🆕

Added property

fulfillmentOrderId

🆕

Added property

scanDateTime

🆕

Added property

logisticLabelCode

🆕

Added optional property

locationGln

🆕

Added optional property

licensePlateNumber

🆕

Added optional property

loadCarrierRfidTag

🆕

Added optional property

locationLatitude

🆕

Added optional property

locationLongitude



Batch

Description

Property

🆕

Added property

supplierOrganizationId



ClockSupplyLinePackingConfiguration

Description

Property

🆕

Added property

piecesPerPackage

🆕

Added property

package

🆕

Added property

packagesPerLayer

🆕

Added property

layersPerLoadCarrier

🆕

Added property

loadCarrier



ClockPresalesSupplyLine

Description

Property

🆕

Added optional property

salesStrategyId



Collection

Description

Property

🆕

Added property

isHighlighted

🆕

Added property

t17ThemeValueCodes

🆕

Added property

UsesTradeItemSpecificPackingConfiguration

🔤

Changed property

From

isActive

to

isVisible

🔤

Changed property

From

sortOrder

to

sortIndex

🔤

Changed property

Property

photos/AddCollectionPhoto

now requires a

photoId

instead of a

imageUrl

✏️

Updated minlength

Property

description

now has

minlength

of 1



CollectionCreate

Description

Property

🆕

Added property

isHighlighted

🆕

Added property

t17ThemeValueCodes

🆕

Added property

UsesTradeItemSpecificPackingConfiguration

🔤

Changed property

From

isActive

to

isVisible

🔤

Changed property

Property

photos/AddCollectionPhoto

now requires a

photoId

instead of a

imageUrl

✏️

Updated minlength

Property

description

now has

minlength

of 1



CollectionUpdate

Description

Property

🆕

Added property

isHighlighted

🆕

Added property

t17ThemeValueCodes

🆕

Added property

UsesTradeItemSpecificPackingConfiguration

🔤

Changed property

From

isActive

to

isVisible

🔤

Changed property

Property

photos/AddCollectionPhoto

now requires a

photoId

instead of a

imageUrl

✏️

Updated minlength

Property

description

now has

minlength

of 1



Contract

Description

Property

🆕

Added property

termsAndConditions



CustomPackages

Description

Property

🆕

Added property

DefaultPiecesPerPackage



EditContract

Description

Property

🆕

Added property

termsAndConditions



ExcludedCustomerOrganizationIdsForGeneralSupply

Description

Property

🆕

Added property

customerOrganzationIds



FulfillmentRequest

Description

Property

🆕

Added property

SalesStrategyId

✏️

Changed from nullable to non-nullable

FulfillmentOrderClaims



PhotoWithId

Description

Property

🆕

Added property

isPrimary

🆕

Added property

photoId



SalesOrder

Description

Property

🆕

Added optional property

batchId



SetSalesStrategyPresalesPrices

Description

Property

🆕

Added property

presalesPrices



SetSalesStrategyQuantities

Description

Property

🆕

Added property

minimumPercentageReservedForAuction



TrackAndTraceScan 🆕

Description

Property

🆕

Added property

scanId

🆕

Added property

TrackAndTraceStatus

🆕

Added property

fulfillmentOrderId

🆕

Added property

scanDateTime

🆕

Added property

logisticLabelCode

🆕

Added property

sequenceNumber

🆕

Added optional property

locationGln

🆕

Added optional property

licensePlateNumber

🆕

Added optional property

loadCarrierRfidTag

🆕

Added optional property

locationLatitude

🆕

Added optional property

locationLongitude



VolumePrice

Description

Property

🆕

Added property

unit

🆕

Added property

pricePerPiece



Warehouse

Description

Property

🆕

Added property

isDefault



Enum changes


AuctionDate

Description

Value

🔤

Renamed enum value

DateTime

to

Date



BatchMutationType

Description

Value

🆕

Added new enum value

UNCLAIMED_FROM_RESERVATION

🆕

Added new enum value

DELETED_RESERVATION



DaytradeHub

Description

Value

🆕

Added new enum value

AALSMEER

🆕

Added new enum value

NAALDWIJK

🆕

Added new enum value

RIJNSBURG

🆕

Added new enum value

EELDE



FulfillmentType

Description

Value

🆕

Added new enum value

DAY_TRADE



PaymentProvider

Description

Value

🔤

Renamed enum value

RFH_AFTERPAY

to

RFH_PAY_LATER



TrackAndTraceStatus 🆕

Description

Value

🆕

Added new enum value

NONE

🆕

Added new enum value

DELIVERED

🆕

Added new enum value

IN_TRANSIT