Model, enums and routes changes
Here you can find an overview of all model, enums and route changes.
Legend
Icon | Description |
---|---|
🚫 | The property or model has been removed |
🔤 | The property or model has been renamed |
✏️ | The attribute such as maximum length or required vs optional has been changed |
🆕 | The property has been newly added to the model |
Route changes
PlantPassports 🆕
HTTP | OperationId | Description |
---|---|---|
🆕 GET | GetPlantPassportPdfBySalesChannelOrderId | Added with route /plant-passports/by-sales-channel-order-id/{salesChannelOrderId}/pdf |
🆕 GET | GetPlantPassportPdfBySalesOrderId | Added with route /plant-passports/by-sales-order-id/{salesOrderId}/pdf |
TradeSettings 🆕
HTTP | OperationId | Description |
---|---|---|
🆕 GET | GetCustomerTradeSettingsByOrganizationId | Added with route /trade-settings/customer/by-id/{customerOrganizationId} |
🆕 GET | GetCustomerTradeSettingsMaxSequence | Added with route /trade-settings/customer/max-sequence |
🆕 GET | GetCustomerTradeSettingsBySequenceNumber | Added with route /trade-settings/customer/sync/{sequenceNumber} |
🆕 GET | GetSupplierTradeSettingFromOrganization | Added with route /trade-settings/supplier/current-organization |
Enum changes
AuctionLocation
Description | Value |
---|---|
🔤 Renamed enum value into DIGITAL | NURSERY |
Model changes
ClockPresalesSupplyLine
Description | Property |
---|---|
🆕 Added property | auctionDate |
✏️ Changed from nullable to non-nullable | creationDateTime |
🆕 Added property | deliveryNotecode |
🆕 Added property | deliveryNoteLetter |
✏️ Changed from nullable to non-nullable | deliveryNoteReference |
🆕 Added property | initialAuctionLocation |
🚫 Removed property | packingConfigurations |
🆕 Added property | packingConfiguration |
🆕 Added property | photoUrl |
🚫 Removed property | salesChannel |
🆕 Added property | tradeItemVersion |
🚫 Removed property | tradeInstrument |
ClockSupplyLinePackingConfiguration
Description | Property |
---|---|
🚫 Removed property | additionalPricePerPiece |
✏️ Changed from nullable to non-nullable | layersPerLoadCarrier |
✏️ Changed from nullable to non-nullable | packagesPerLayer |
🚫 Removed property | photoUrl |
🚫 Removed property | additionalPricePerPiece |
CustomerTradeSettings 🆕
Description | Property |
---|---|
🆕 Added property | CustomerOrganizationId |
🆕 Added property | acceptsDirectOrders |
🆕 Added property | automaticallyAcceptsCorrectionRequestsOnDirectOrders |
🆕 Added property | automaticallyAcceptsCorrectionRequestsOnSupplyOrders |
🆕 Added property | allowSuppliersToManageSelectedTradeItemAssortment |
🆕 Added property | acceptsSupplyOfTypePurchaseTip |
🆕 Added property | usesContracts |
🆕 Added property | acceptsTransportCost |
🆕 Added property | sequenceNumber |
InvoiceLine
Description | Property |
---|---|
🆕 Added property | invoiceLineId |
🆕 Added property | numberOfPieces |
🆕 Added property | salesChannelOrderId |
SupplierTradeSettings 🆕
Description | Property |
---|---|
🆕 Added property | supplierOrganizationId |
🆕 Added property | automaticallyAcceptsCorrectionRequests |
🆕 Added property | usesCancellationGracePeriodOfMinimumQuantityIsNotMet |
🆕 Added property | usesContract |
🆕 Added property | usesCustomerStickers |
🆕 Added property | acceptsOrderRequests |
🆕 Added property | acceptsSupplyRequests |
🆕 Added property | acceptsTradeItemRequests |
🆕 Added property | acceptsPackingConfigurationRequests |
SupplyLine
Description | Property |
---|---|
🆕 Added property | pricePerPieceLastModified |
TradeSetting 🆕
Description | Property |
---|---|
🆕 Added property | isActive |
🆕 Added property | exemptedOrganizationIds |
🆕 Added property | lastModified |
Updated 6 months ago