PRICELIST_TYPE) and its unique code (PRICELIST_CODE).cursor and nextCursor must be correctly configured in the request.PRICELIST_TYPE (e.g., V, A, or F) and PRICELIST_CODE are required to specify the price list.GET request with PRICELIST_TYPE, PRICELIST_CODE and optionaly a specific item_code.nextCursor indicating whether there are more product prices to retrieve. If nextCursor is setted, the external system must be call again, this service, setting cursor as nextCursor value.PRICELIST_TYPE or PRICELIST_CODE is incorrect or does not exist, the API will return an error.prices array will be empty.Cursor and PageSize parameters in the request: If you specify a Cursor you cannot specify the page size. This information will already be contained within the cursor.cursor parameters are provided, an error response is returned.