-
Terminally Deprecated ElementsElementDescriptionthis is not necessary. We can determine the OperationType based on whether a matching skuInventory exists in the datastore for the skuInventoryLocationin favor of
OrderCreatedInventoryAdjustmentMessageListener
since 2.0.1, in favor ofSkuInventoryExportEndpoint.exportSkuInventory(ExportRequest, ContextInfo)
. The new implementation for export grids includes the filter string as part of theExportRequest
, instead of passing it as a parameter in the HTTP request.
-
Deprecated Classes
-
Deprecated Enum ClassesEnum ClassDescriptionThis concept is unused and will be removed.
-
Deprecated FieldsFieldDescriptionsince 1.5. Cart items now need to be read from the cart service. See
CartProvider
andOrderSubmittedInventoryAdjustmentMessageListener.CART_ITEM_LINK_PATH
since 1.5. Fulfillment groups now need to be read from the cart service. SeeCartProvider
andOrderSubmittedInventoryAdjustmentMessageListener.FULFILLMENT_GROUP_LINK_PATH
-
Deprecated MethodsMethodDescriptionthis is not necessary. We can determine the OperationType based on whether a matching skuInventory exists in the datastore for the skuInventoryLocationThis concept is unusedin favor of
SkuInventory.updateQuantityAvailable()
since 2.0.1, in favor ofSkuInventoryExportEndpoint.exportSkuInventory(ExportRequest, ContextInfo)
. The new implementation for export grids includes the filter string as part of theExportRequest
, instead of passing it as a parameter in the HTTP request.