The change described here only impacts your operation if your store uses Web Service integration and this integration uses some of the methods listed below. Otherwise, you do not need to take any action.
As of October 29, VTEX will discontinue the following methods of integration by Web Service, with the aim of improving the platform performance.
StockKeepingUnitGetAllFromUpdatedDateStockKeepingUnitGetAllFromUpdatedDateAndIdIntegrationSettingsIntegrationErrorGetAllByErrorTypeAndIdIntegrationLogEventIntegrationLogErrorIntegrationLogIntegrationLogErrorIntegrationInterfaceGetAllIntegrationLogErrorInsertUpdateIntegrationErrorCheckInstanceExists
Of these methods, only the first two have effect today:
- StockKeepingUnitGetAllFromUpdatedDate: Gets all SKUs sorted by update date.
- StockKeepingUnitGetAllFromUpdatedDateAndId: Gets all SKUs sorted by update date and ID.
The other methods listed above no longer have any practical application - that is, for all intents and purposes, are already discontinued.
If your store uses any of these methods, you need to evaluate the scenario and redo the solution through API integration. To assist you in this task, we prepare a catalog integration guide with external services, covering all possible scenarios currently served by the methods that will be discontinued: Integration Guide - Consuming catalog information for use in an External Service.
- What will happen: The Web Service methods listed above will be discontinued.
- When: October 29, 2018.
- What do I need to do?: First, identify if your store uses any of these methods. If you use, your store needs to replace them with solutions via API.
- How I do this: Read our catalog integration guide with external services.