cursor and nextCursor must be correctly configured in the request.GET request with CATALOG_CODE, and a valid fromDatenextCursor indicating whether there are more products to retrieve. If nextCursor is setted, the external system must be call again, this service, setting cursor as nextCursor value.returnDisabled paramreturnDisabled the query param allows you to invoke the service by specifying that any deactivated products are also returned in the response, in order to update the catalog by removing them.fromDatetime paramfromDatetime parameter is used to retrieve the list of products in a catalog that have been modified after the specified date.fromDatetime cannot be earlier than yesterday, meaning the minimum acceptable value is always "today minus one day."cursor parameters are provided, an error response is returned.